iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 859 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 BabyCarriageThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M160 36h-8a12 12 0 00-12 12v60H51.77A36 36 0 0016 76a4 4 0 000 8 28 28 0 0128 28 76.08 76.08 0 0076 76h40a76 76 0 000-152zm67.87 72H155.4l53.71-43a67.76 67.76 0 0118.76 43zM152 44h8a67.72 67.72 0 0143.2 15.52L148 103.68V48a4 4 0 014-4zm8 136h-40a68.08 68.08 0 01-67.88-64h175.76A68.08 68.08 0 01160 180zm-60 44a12 12 0 11-12-12 12 12 0 0112 12zm104 0a12 12 0 11-12-12 12 12 0 0112 12z" }));
exports.default = BabyCarriageThin;