iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.05 kB
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 BabyCarriage = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-baby-carriage", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M14.5 2a6.5 6.5 0 016.49 6.858 1.04 1.04 0 01-.04.456 6.51 6.51 0 01-3.757 5.103l.532 1.595Q17.86 16 18 16a3 3 0 11-3 3l.005-.176a3 3 0 01.894-1.966l-.634-1.903Q14.888 15 14.5 15h-2.675q-.547 0-1.076-.083l-.648 1.941A3 3 0 115 19l.004-.176a3 3 0 013.27-2.812l.56-1.682a7 7 0 01-3.652-4.117L3.78 6H2a1 1 0 01-.993-.883L1 5a1 1 0 011-1h2.5a1 1 0 01.949.684L6.553 8H13V3a1 1 0 011-1zM8 18a1 1 0 100 2 1 1 0 000-2m10 0a1 1 0 100 2 1 1 0 000-2" }));
exports.default = BabyCarriage;