@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.62 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphStamps = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphStamps = function GYSiGlyphStamps(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-stamps",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4 5h9.979v6H4z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16.969 11.984V11h-1.016V9.984h1.016V9h-1.016V7.984h1.016V7h-1.016V5.984h1.016V5h-1.016V3.984h1.016V3h-.984v-.984H15v1.016h-1.016V2.016H13v1.016h-1.016V2.016H11v1.016H9.984V2.016H9v1.016H7.984V2.016H7v1.016H5.984V2.016H5v1.016H3.984V2.016H3v1.016H2V4h-.984v.984H2V6h-.984v.984H2V8h-.984v.984H2V10h-.984v.984H2V12h-.984v.984H2v1h.984v-1H4v1h.984v-1H6v1h.984v-1H8v1h.984v-1H10v1h.984v-1H12v1h.984v-1H14v1h.984v-1h.969v-1h1.016ZM15 12.016H2.969V3.985H15v8.031ZM16 13h.984v.969H16zM1 2h.953v.984H1z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphStamps = GYSiGlyphStamps;