@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.68 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphButtonSale = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphButtonSale = function GYSiGlyphButtonSale(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-button-sale",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7 7h.968v1.939H7z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.513 3.002 8.438 4.063 3.473 3.002C2.108 3.002 1 4.334 1 5.977v5.036c0 1.644 1.107 2.976 2.473 2.976l5.09-1.082 4.95 1.082c1.364 0 2.472-1.332 2.472-2.976V5.977c-.001-1.643-1.108-2.975-2.472-2.975ZM5.047 7.016H3.014v.969h1.002v.984h1.031v1.047H4.043v1H1.969V9.954h2.002v-.951h-.997v-.984H1.969V6.983h1.005V5.955h2.073v1.061Zm3.966 4.031H7.969v-1.031h-.953v1.031H5.969V6.985h1V5.971h1.047v1.014h.997v4.062Zm3.003-.031H9.969V5.954h1.047V9.97h1v1.046Zm3.015-4H14.01v.938h.994v1.078h-.973v.933h1v1.052h-2.062V5.97h2.062v1.046Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphButtonSale = GYSiGlyphButtonSale;