UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 828 B
"use strict"; 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 Baby = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M92 140a12 12 0 1112-12 12 12 0 01-12 12zm72-24a12 12 0 1012 12 12 12 0 00-12-12zm-12.27 45.23a45 45 0 01-47.46 0 8 8 0 00-8.54 13.54 61 61 0 0064.54 0 8 8 0 00-8.54-13.54zM232 128A104 104 0 11128 24a104.11 104.11 0 01104 104zm-16 0a88.11 88.11 0 00-84.09-87.91C120.32 56.38 120 71.88 120 72a8 8 0 0016 0 8 8 0 0116 0 24 24 0 01-48 0c0-.73.13-14.3 8.46-30.63A88 88 0 10216 128z" })); exports.default = Baby;