@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.54 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphBasketRemove = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-basket-remove",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M11 13h4.953v1H11z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M14.244 5.084h-1.928l-1.035-3.637a.614.614 0 0 0-.838-.286l-.071.036a.657.657 0 0 0-.289.863l.741 3.023H4.17l.768-3.019a.658.658 0 0 0-.281-.865l-.07-.036a.616.616 0 0 0-.842.277L2.672 5.083H.782c-.4 0-.725.302-.725.672 0 0 .324 1.22.725 1.22h.636l.449 6.677s.052 1.309 2.113 1.309h5.989v-2.067a.65.65 0 0 1-.053-.255V8.483c0-.338.243-.611.545-.611h.021c.301 0 .546.273.546.611v3.486h2.177l.273-4.993h.766c.4 0 .725-1.22.725-1.22 0-.37-.324-.672-.725-.672ZM3.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.329Zm2.999-.195c0 .334-.244.605-.544.605h-.022c-.302 0-.545-.271-.545-.605V8.448c0-.334.243-.604.545-.604h.022c.3 0 .544.271.544.604v4.099Zm4.97-5.485h-1.094V5.968h1.094v1.094Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphBasketRemove };