@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphInfinity2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphInfinity2 = function GYSiGlyphInfinity2(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-2",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M4.352 12.941c-2.383 0-4.32-1.992-4.32-4.441s1.938-4.441 4.32-4.441a4.29 4.29 0 0 1 3.424 1.73l-.972.951a2.968 2.968 0 0 0-2.452-1.315c-1.648 0-2.988 1.38-2.988 3.075 0 1.695 1.341 3.075 2.988 3.075.868 0 2.119-1.929 3.126-3.478 1.349-2.078 2.622-4.039 4.173-4.039 2.377 0 4.31 1.986 4.31 4.428s-1.933 4.428-4.31 4.428c-1.339 0-2.6-.641-3.414-1.727l.963-.962a2.964 2.964 0 0 0 2.451 1.323c1.642 0 2.978-1.374 2.978-3.062 0-1.688-1.336-3.062-2.978-3.062-.836 0-2.073 1.902-3.065 3.431-1.365 2.102-2.654 4.086-4.234 4.086Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphInfinity2 = GYSiGlyphInfinity2;