@icongo/gy
Version:
Glyph Iconset Icons
29 lines • 1.15 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 GYSiGlyphCockPot = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-cock-pot",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsxs("g", {
className: "prefix__si-glyph-fill",
children: [/*#__PURE__*/_jsx("path", {
d: "M8.127 11.941H1.883C.529 11.941.016 7.004.016 7.004h9.979c0 .001-.268 4.937-1.868 4.937Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M15.984 7.486c0 .252-.276.456-.615.456H8.807c-.34 0-.614-.204-.614-.456s.274-.457.614-.457h6.562c.339 0 .615.205.615.457ZM4 4h1.922v1.297H4z",
className: "prefix__si-glyph-fill"
})]
}), /*#__PURE__*/_jsx("path", {
d: "M0 5h9.906v.969H0z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphCockPot };