@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.41 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPaperShredder = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPaperShredder = function GYSiGlyphPaperShredder(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-paper-shredder",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.969 3.003H7.985V0H3v6.982h9.969V3.003Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.111 0v1.938h3.858L9.111 0ZM3 13v2.986h.978V13H3Zm2.013 0v3h.974v-3h-.974ZM7 13v2.998h.998V13H7Zm2 0v2.993h.986V13H9Zm2 0v2.964h.963V13H11ZM0 8.031V12h15.958V8.031H0Zm2.969 2h-1V9h1v1.031Zm1 0V9h1.062v1.031H3.969Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphPaperShredder = GYSiGlyphPaperShredder;