UNPKG
@elgato/icons
Version:
latest (2.5.1)
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
Icons used throughout the Elgato ecosystem.
docs.elgato.com/resources/icons
elgatosf/icons
@elgato/icons
/
dist
/
strings
/
m
/
icons
/
signal1.g.js
3 lines
(2 loc)
•
289 B
JavaScript
View Raw
1
2
3
const icon = '
<
svg
width
=
"20"
height
=
"20"
viewBox
=
"0 0 20 20"
fill
=
"currentColor"
xmlns
=
"http://www.w3.org/2000/svg"
>
<
path
d
=
"M3.5 13C3.77614 13 4 13.2239 4 13.5V16.5C4 16.7761 3.77614 17 3.5 17C3.22386 17 3 16.7761 3 16.5V13.5C3 13.2239 3.22386 13 3.5 13Z"
/>
</
svg
>
'; export default icon;