iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 711 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Infinity = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-infinity", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M5.68 5.792L7.345 7.75 5.681 9.708a2.75 2.75 0 110-3.916zM8 6.978L6.416 5.113l-.014-.015a3.75 3.75 0 100 5.304l.014-.015L8 8.522l1.584 1.865.014.015a3.75 3.75 0 100-5.304l-.014.015zm.656.772l1.663-1.958a2.75 2.75 0 110 3.916z" }));
exports.default = Infinity;