@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 817 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphFolder = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-folder",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M8.35 5 6.788 2.042H3.021v1.021H1.023v9.913h1.02l.002 1h14.902L16.968 5H8.35Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M14.964 3.982h-5.61l-.33-.94h5.94v.94Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphFolder };