@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 2.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBasketError = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBasketError = function GYSiGlyphBasketError(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-basket-error",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m11.504 13.524-.566-.567c-.098.172-.261.293-.455.293h-.021c-.302 0-.545-.273-.545-.611V8.483c0-.338.243-.611.545-.611h.021c.301 0 .546.273.546.611v2.541l.991-.991 1.225 1.227.234-4.342h.766c.4 0 .725-1.161.725-1.161 0-.37-.324-.672-.725-.672h-1.928l-1.035-3.729a.614.614 0 0 0-.838-.286l-.071.036a.657.657 0 0 0-.289.863l.741 3.116H4.171l.768-3.084a.658.658 0 0 0-.281-.865l-.07-.036a.616.616 0 0 0-.842.277L2.673 5.085H.783c-.4 0-.725.302-.725.672 0 0 .324 1.161.725 1.161h.636l.449 6.735s.052 1.309 2.113 1.309h6.089l1.434-1.438Zm.434-7.555h1.094v1.094h-1.094V5.969ZM3.031 7.031H1.969V5.969h1.062v1.062Zm2.031 5.711c0 .35-.251.633-.559.633H4.48c-.311 0-.561-.283-.561-.633V8.413c0-.35.25-.632.561-.632h.023c.308 0 .559.282.559.632v4.329Zm3.04-.195c0 .334-.26.605-.578.605h-.025a.593.593 0 0 1-.58-.605V8.448c0-.334.259-.604.58-.604h.025c.318 0 .578.271.578.604v4.099Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.969 15.281 14.17 13.48l1.78-1.78-.667-.663-1.779 1.78-1.77-1.77-.707.708 1.769 1.77-1.744 1.746.664.663 1.745-1.745 1.8 1.8.708-.708Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphBasketError = GYSiGlyphBasketError;