@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.49 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDish = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDish = function GYSiGlyphDish(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-dish",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphDish = GYSiGlyphDish;