@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.92 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBasketArrowDown = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBasketArrowDown = function GYSiGlyphBasketArrowDown(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-arrow-down",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M10.975 12.953h1.979V11h.306l.22-4.024h.766c.4 0 .725-1.22.725-1.22 0-.37-.324-.672-.725-.672h-1.928l-1.035-3.709a.614.614 0 0 0-.838-.286l-.071.036a.657.657 0 0 0-.289.863l.741 3.096H4.172L4.94 2a.658.658 0 0 0-.281-.865l-.07-.036a.616.616 0 0 0-.842.277L2.674 5.084H.784c-.4 0-.725.302-.725.672 0 0 .324 1.22.725 1.22h.636l.449 6.677s.052 1.309 2.113 1.309h7.021c.574 0 .984-.1 1.289-.24l-1.317-1.769Zm.963-6.984h1.094v1.094h-1.094V5.969ZM3.031 7.031H1.969V5.969h1.062v1.062Zm2 5.554c0 .333-.237.603-.527.603h-.023c-.293 0-.529-.27-.529-.603V8.461c0-.333.236-.602.529-.602h.023c.29 0 .527.269.527.602v4.124Zm3.03-.038c0 .334-.246.605-.543.605h-.024c-.301 0-.544-.271-.544-.605V8.448c0-.334.243-.604.544-.604h.024c.297 0 .543.271.543.604v4.099Zm2.453.672h-.021c-.293 0-.529-.271-.529-.607V8.479c0-.336.236-.607.529-.607h.021c.291 0 .53.271.53.607v4.133c0 .335-.239.607-.53.607Zm2.517.828 1.469 1.87 1.488-1.87H15V12h-.965v2.047h-1.004Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphBasketArrowDown = GYSiGlyphBasketArrowDown;