UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 814 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 BabyThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M92 136a8 8 0 118-8 8 8 0 01-8 8zm72-16a8 8 0 108 8 8 8 0 00-8-8zm-10.13 44.62a49 49 0 01-51.74 0 4 4 0 00-4.26 6.76 57 57 0 0060.26 0 4 4 0 10-4.26-6.76zM228 128A100 100 0 11128 28a100.11 100.11 0 01100 100zm-8 0a92.11 92.11 0 00-90.06-92C116.26 54.07 116 71.83 116 72a12 12 0 0024 0 4 4 0 018 0 20 20 0 01-40 0c0-.78.16-17.31 12-35.64A92 92 0 10220 128z" })); exports.default = BabyThin;