@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.09 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 GYSiGlyphDish = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-dish",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M8.979 4.06a3.933 3.933 0 0 0-3.926 3.929 3.933 3.933 0 0 0 3.926 3.931 3.933 3.933 0 0 0 3.926-3.931A3.933 3.933 0 0 0 8.979 4.06Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M9.007.072c-4.399 0-7.964 3.562-7.964 7.957a7.96 7.96 0 0 0 7.964 7.96c4.397 0 7.965-3.562 7.965-7.96 0-4.394-3.568-7.957-7.965-7.957Zm-.028 13.064a5.15 5.15 0 0 1-5.143-5.147 5.15 5.15 0 0 1 5.143-5.146 5.15 5.15 0 0 1 5.143 5.146 5.152 5.152 0 0 1-5.143 5.147Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphDish };