@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.04 kB
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 GYSiGlyphFolderRss = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-folder-rss",
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.021l.001 1h14.902L16.968 5H8.35Zm-.327 7.042h-1v-1h.17a.83.83 0 0 1 .83.83v.17Zm.97-.06c0-.94-1.018-2.023-1.966-2.023v-.95c1.54 0 2.948 1.445 2.948 2.973h-.982Zm2.137.013c0-2.476-1.654-4.115-4.12-4.115v-.838c3.299 0 4.932 1.636 4.932 4.954h-.812Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M14.964 3.982v-.94h-5.94l.33.94h5.61Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphFolderRss };