iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 870 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 Svg0Circle = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-0-circle", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M7.988 12.158c-1.851 0-2.941-1.57-2.941-3.99V7.84c0-2.408 1.101-3.996 2.965-3.996 1.857 0 2.935 1.57 2.935 3.996v.328c0 2.408-1.101 3.99-2.959 3.99M8 4.951c-1.008 0-1.629 1.09-1.629 2.895v.31c0 1.81.627 2.895 1.629 2.895s1.623-1.09 1.623-2.895v-.31c0-1.8-.621-2.895-1.623-2.895" }),
React.createElement("path", { d: "M16 8A8 8 0 110 8a8 8 0 0116 0M1 8a7 7 0 1014 0A7 7 0 001 8" }));
exports.default = Svg0Circle;