@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.53 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphInfinity = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphInfinity = function GYSiGlyphInfinity(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-infinity",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.273 4.042c-1.331 0-2.836.703-3.769 1.772-.18.206-.775.189-.964-.023-.936-1.056-2.436-1.749-3.763-1.749C1.705 4.042.02 5.822.02 8.01c0 2.189 1.685 3.97 3.758 3.97 1.345 0 2.865-.711 3.8-1.792.173-.201.735-.205.908-.004.931 1.083 2.448 1.796 3.788 1.796 2.067 0 3.746-1.78 3.746-3.97 0-2.188-1.68-3.968-3.746-3.968Zm-8.78 7.045C2.05 11.087.876 9.707.876 8.01c0-1.695 1.175-3.076 2.619-3.076 1.534 0 3.476 1.448 3.476 3.076 0 1.629-1.942 3.077-3.476 3.077Zm9-.032c-1.53 0-3.474-1.438-3.474-3.056 0-1.616 1.944-3.054 3.474-3.054 1.446 0 2.621 1.371 2.621 3.054 0 1.685-1.175 3.056-2.62 3.056Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphInfinity = GYSiGlyphInfinity;