@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphButtonSell = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphButtonSell = function GYSiGlyphButtonSell(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-sell",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.343 2.033 9.01 3.083l-5.375-1.05C2.18 2.033 1 3.359 1 4.996v5.018c0 1.637 1.18 2.964 2.635 2.964l5.375-1.02 5.333 1.02c1.456 0 2.636-1.327 2.636-2.964V4.996c0-1.637-1.18-2.963-2.636-2.963ZM6.042 6.004H4.021v.97h.995v1.009h1.026V9.08h-1v.978H2.98V8.939h1.989v-.907H3.98V7.023h-1V5.958h1V4.949h2.062v1.055Zm3 .026H8.021v.962h.995v1.051h-.974v.873h1v1.141H6.98V4.979h2.062V6.03Zm3 4.027H9.984V4.958h1.031v3.979h1.026v1.12h.001Zm3 0h-2.058V4.948h1.031V9h1.026v1.057h.001Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphButtonSell = GYSiGlyphButtonSell;