iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 845 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 BabyCarriageFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M215.58 54.55a7.53 7.53 0 00-1.32-1.27A79.68 79.68 0 00160 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 80h40a79.94 79.94 0 0055.58-137.45zm-6.91 16A63.73 63.73 0 01223.48 104h-56.67zM160 48a63.59 63.59 0 0136.69 11.61L152 95.35V48zm-56 176a16 16 0 11-16-16 16 16 0 0116 16zm104 0a16 16 0 11-16-16 16 16 0 0116 16z" }));
exports.default = BabyCarriageFill;