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
/
PhotoLibrarySharp.js
5 lines
•
261 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 18V2H6v16h16zm-11-6 2.03 2.71L16 11l4 5H8l3-4zM2 6v16h16v-2H4V6H2z"
}),
'PhotoLibrarySharp'
);