iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 840 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 BabyCarriageBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M160 28h-8a20 20 0 00-20 20v52H58.16A40.07 40.07 0 0020 72a12 12 0 000 24 16 16 0 0116 16 84.09 84.09 0 0084 84h40a84 84 0 000-168zm48.06 48.12A59.58 59.58 0 01218.79 100h-40.58zM160 52a59.66 59.66 0 0129.83 8L156 87V52zm0 120h-40a60.1 60.1 0 01-58.79-48h157.58A60.1 60.1 0 01160 172zm-52 52a20 20 0 11-20-20 20 20 0 0120 20zm104 0a20 20 0 11-20-20 20 20 0 0120 20z" }));
exports.default = BabyCarriageBold;