UNPKG
@elgato/icons
Version:
latest (2.3.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
/
s
/
icons
/
circle--filled.g.js
3 lines
(2 loc)
•
263 B
JavaScript
View Raw
1
2
3
const icon = '
<
svg
width
=
"16"
height
=
"16"
viewBox
=
"0 0 16 16"
fill
=
"currentColor"
xmlns
=
"http://www.w3.org/2000/svg"
>
<
path
d
=
"M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z"
/>
</
svg
>
'; export default icon;