Skip to content

Commit

Permalink
Add earth switch icon
Browse files Browse the repository at this point in the history
  • Loading branch information
danyill committed Dec 29, 2021
1 parent 18d5925 commit 9944b49
Showing 1 changed file with 40 additions and 13 deletions.
53 changes: 40 additions & 13 deletions src/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,53 +456,80 @@ export const voltageTransformerIcon = html`<svg

export const earthSwitchIcon = html`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 25 25"
>
viewBox="0 0 25 35"
>
<line
x1="12.5"
y1="2"
y1="5.5"
x2="12.5"
y2="8"
y2="8.5"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
/>
<line
x1="11"
y1="23"
y1="23.5"
x2="14"
y2="23"
y2="23.5"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
/>
<line
x1="12.5"
y1="23"
y1="23.5"
x2="12.5"
y2="18"
y2="18.5"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
/>
<line
x1="12.5"
y1="18"
y1="18.5"
x2="8"
y2="9"
y2="9.5"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
/>
<line
x1="11.5"
y1="8"
y1="8.5"
x2="13.5"
y2="8"
y2="8.5"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
/>
/>
<line
x1="8"
y1="5.5"
x2="17"
y2="5.5"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
/>
<line
x1="9.5"
y1="3.3"
x2="15.5"
y2="3.3"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
/>
<line
x1="10.5"
y1="1.25"
x2="14.5"
y2="1.25"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
/>
</svg> `;

export const generalConductingEquipmentIcon = html`<svg
Expand Down

0 comments on commit 9944b49

Please sign in to comment.