UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 867 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 BabyCarriageLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M160 34h-8a14 14 0 00-14 14v58H53.52A38.05 38.05 0 0016 74a6 6 0 000 12 26 26 0 0126 26 78.09 78.09 0 0078 78h40a78 78 0 000-156zm65.71 72H161.1l47.82-38.25A65.66 65.66 0 01225.71 106zM152 46h8a65.67 65.67 0 0140 13.53l-50 40V48a2 2 0 012-2zm8 132h-40a66.09 66.09 0 01-65.73-60h171.46A66.09 66.09 0 01160 178zm-58 46a14 14 0 11-14-14 14 14 0 0114 14zm104 0a14 14 0 11-14-14 14 14 0 0114 14z" })); exports.default = BabyCarriageLight;