UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 846 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 BabyCarriage = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M160 32h-8a16 16 0 00-16 16v56H55.2A40.07 40.07 0 0016 72a8 8 0 000 16 24 24 0 0124 24 80.09 80.09 0 0080 80h40a80 80 0 000-160zm63.48 72h-56.67l41.86-33.49A63.73 63.73 0 01223.48 104zM160 48a63.59 63.59 0 0136.69 11.61L152 95.35V48zm0 128h-40a64.09 64.09 0 01-63.5-56h167a64.09 64.09 0 01-63.5 56zm-56 48a16 16 0 11-16-16 16 16 0 0116 16zm104 0a16 16 0 11-16-16 16 16 0 0116 16z" })); exports.default = BabyCarriage;