@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.76 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPaperRoll = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPaperRoll = function GYSiGlyphPaperRoll(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-roll",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2.967 2C1.783 2 .861 2.524.365 3.476a3.313 3.313 0 0 0-.363 1.421v8.436s1.187-1.345 3.272 0c2.677 1.599 3.579-.771 4.737 0 1.845 1.43 2.915 0 2.915 0s-.013-6.852 0-7.031c.07-1.144.226-2.164.661-2.926.485-.849 1.148-1.375 1.881-1.375H2.967V2Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.029 3.713c-.297-.409-.643-.65-1.017-.65-.53 0-1.011.482-1.364 1.26-.314.696-.526 1.63-.58 2.676v1.004c.112 2.215.938 3.936 1.944 3.936 1.081 0 1.958-1.986 1.958-4.438.001-1.606-.376-3.009-.941-3.788Zm-1.016 6.334c-.53 0-.966-.991-1.024-2.264v-.58c.029-.601.14-1.139.305-1.536.187-.453.439-.729.72-.729.195 0 .377.137.533.377.298.446.496 1.256.496 2.179-.001 1.41-.464 2.553-1.03 2.553Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphPaperRoll = GYSiGlyphPaperRoll;