@icongo/gy
Version:
Glyph Iconset Icons
27 lines • 1.66 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 GYSiGlyphBucket = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-bucket",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M8.759 1.143c-.507-.509-2.356.521-4.13 2.302-1.772 1.782-2.801 3.637-2.293 4.146.506.508 2.354-.521 4.129-2.304C8.237 3.506 9.266 1.65 8.759 1.143Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#434343",
d: "m16.737 7.881-.903-.896c-.327.91-.975 1.689-1.929 2.25-1.017.6-2.293.916-3.691.916a9.576 9.576 0 0 1-2.378-.305.593.593 0 1 1 .297-1.149c.695.18 1.398.271 2.091.271 1.175 0 2.239-.261 3.077-.753.793-.468 1.314-1.111 1.507-1.861.028-.114.023-.233.038-.35L8.862.062S7.173-.244 4.044 2.899c-3.133 3.145-3.01 4.935-3.01 4.935s7.16 7.189 7.877 7.907c.717.72 2.991-.208 5.339-2.564 2.348-2.363 3.093-4.688 2.487-5.296ZM2.336 7.59c-.508-.509.521-2.363 2.293-4.146C6.402 1.663 8.252.633 8.759 1.142c.507.508-.521 2.363-2.294 4.144C4.69 7.068 2.842 8.098 2.336 7.59Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
fill: "#434343",
d: "M15.864 6.621c.69-2.685-1.775-5.647-5.498-6.605a.498.498 0 0 0-.604.355.496.496 0 0 0 .356.602c3.063.787 5.157 3.049 4.833 5.136l.806.799c.034-.097.082-.187.107-.287Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphBucket };