UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.23 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphDeliciousCircle = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphDeliciousCircle = function GYSiGlyphDeliciousCircle(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-delicious-circle", viewBox: "0 0 17 17" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.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" }) })); }; exports.GYSiGlyphDeliciousCircle = GYSiGlyphDeliciousCircle;