A common diode. You can customize the footprint with the footprint prop.

Example Usage

export default () => (
  <diode
    name="D1"
    footprint="0402"
  />
)