UNPKG
sn-ui-kit-icons
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
Material Design icons distributed alongside Snapp! dedicated icons as SVG React components.
sn-ui-kit-icons
/
esm
/
Man4Sharp.js
9 lines
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import createSvgIcon
from
'./utils/createSvgIcon'
; import { jsx
as
_jsx }
from
"react/jsx-runtime"
; export
default
createSvgIcon
([
/*#__PURE__*/
_jsx
(
"path"
, {
d
:
"M7.96 7 10 22h4l2.04-15z"
},
"0"
),
/*#__PURE__*/
_jsx
(
"circle"
, {
cx
:
"12"
,
cy
:
"4"
,
r
:
"2"
},
"1"
)],
'Man4Sharp'
);