UNPKG
@elgato/icons
Version:
latest (2.4.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
/
s
/
icons
/
square--filled.g.js
3 lines
(2 loc)
•
278 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
=
"M2 4C2 2.89543 2.89543 2 4 2H12C13.1046 2 14 2.89543 14 4V12C14 13.1046 13.1046 14 12 14H4C2.89543 14 2 13.1046 2 12V4Z"
/>
</
svg
>
'; export default icon;