UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 829 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 BabyBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M92 144a16 16 0 1116-16 16 16 0 01-16 16zm72-32a16 16 0 1016 16 16 16 0 00-16-16zm-14.4 49.85a41 41 0 01-43.2 0 12 12 0 10-12.8 20.3 65 65 0 0068.8 0 12 12 0 10-12.8-20.3zM236 128A108 108 0 11128 20a108.12 108.12 0 01108 108zm-24 0a84.08 84.08 0 00-82-83.95c-9.46 14.2-10 27.28-10 28a8 8 0 0016-.05 12 12 0 0124 0 32 32 0 01-64 0c0-.63.1-10.48 5-23.52A84 84 0 10212 128z" })); exports.default = BabyBold;