@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.49 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphButtonBuy = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphButtonBuy = function GYSiGlyphButtonBuy(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-buy",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m13.36 2.094-5.36 1-5.318-1C1.231 2.094.053 3.412.053 5.039v4.982c0 1.626 1.178 2.943 2.629 2.943L8 11.937l5.36 1.027c1.453 0 2.63-1.317 2.63-2.943V5.039c0-1.627-1.177-2.945-2.63-2.945ZM6 9.041h-.968V10H2V5h3.032v1H6v3.041ZM10 10H7V5h1v4.025h1V5h1v5Zm4-1.975L13.04 8v2h-1.08l.02-1.975H11V5h.98v3.025h1.06V5H14v3.025Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3 8v1.037h2.006V8H3Zm0-2h2.026v1.029H3z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphButtonBuy = GYSiGlyphButtonBuy;