iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 836 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 BabyLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M92 138a10 10 0 1110-10 10 10 0 01-10 10zm72-20a10 10 0 1010 10 10 10 0 00-10-10zm-11.2 44.92a47 47 0 01-49.6 0 6 6 0 00-6.4 10.16 59 59 0 0062.4 0 6 6 0 10-6.4-10.16zM230 128A102 102 0 11128 26a102.12 102.12 0 01102 102zm-12 0a90.11 90.11 0 00-87.07-89.95C118.3 55.23 118 71.85 118 72a10 10 0 0020 0 6 6 0 0112 0 22 22 0 01-44 0c0-.75.15-15.82 10.14-33.22A90 90 0 10218 128z" }));
exports.default = BabyLight;