@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 790 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphDeliciousCircle = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-delicious-circle",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.916 9.021c0-4.369-3.555-7.91-7.937-7.91-4.385 0-7.938 3.541-7.938 7.91 0 4.368 3.554 7.909 7.938 7.909 4.382.001 7.937-3.54 7.937-7.909Zm-8.013.063H2.976c0-3.339 2.734-6.044 6.107-6.044l.025.001v5.865h6.081c0 3.329-2.926 6.204-6.287 6.219V9.084h.001Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphDeliciousCircle };