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
/
BrowserUpdatedSharp.js
5 lines
•
267 B
JavaScript
View Raw
1
2
3
4
5
import
createSvgIcon
from
'./utils/createSvgIcon'
;
import
{ jsx
as
_jsx }
from
"react/jsx-runtime"
;
export
default
createSvgIcon
(
/*#__PURE__*/
_jsx
(
"path"
, {
d
:
"M22 13v5h-5l1 1v2H6v-2l1-1H2V3h10v2H4v11h16v-3h2zm-7 2-5-5h4V3h2v7h4l-5 5z"
}),
'BrowserUpdatedSharp'
);