@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPrint = function GYSiGlyphPrint(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-print",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6 12v3.98h5.993V12H6ZM5 1h7.948v2.96H5z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1.041 5.016v9h3.91V11.01H13v3.006h4.041v-9h-16Zm2.975 2.013H2.969V5.953h1.047v1.076Zm2-.06H4.969v-1h1.047v1Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphPrint = GYSiGlyphPrint;