iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 927 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 BabyFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M134.16 24.1a4 4 0 00-3.56 1.81C120.3 41.48 120 55.79 120 56a8 8 0 009.68 7.79 8.24 8.24 0 006.32-8.11 8 8 0 018.8-7.68 8.14 8.14 0 017.2 8.23 24 24 0 01-48-.27c0-.63.09-10.78 5.44-24a4 4 0 00-4.59-5.39 104.16 104.16 0 00-80.78 105.09C26 186.72 71.23 231 126.32 231.9a104 104 0 007.84-207.8zM80 127.91a12 12 0 1112 12 12 12 0 01-12-12zm80.27 54.77a61 61 0 01-64.54 0 8 8 0 018.54-13.54 45 45 0 0047.46 0 8 8 0 018.54 13.54zm3.73-42.77a12 12 0 1112-12 12 12 0 01-12 12z" }));
exports.default = BabyFill;