@vuduc0801/react-native-phosphor-icons
Version:
Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.
14 lines • 1.07 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const BabyCarriage = props => /*#__PURE__*/React.createElement(Svg, _extends({
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size
}, props), /*#__PURE__*/React.createElement(Path, {
d: "M160 28h-8a20 20 0 0 0-20 20v52H58.16A40.07 40.07 0 0 0 20 72a12 12 0 0 0 0 24 16 16 0 0 1 16 16 84.09 84.09 0 0 0 84 84h40a84 84 0 0 0 0-168m48.06 48.12A59.6 59.6 0 0 1 218.79 100h-40.58ZM160 52a59.66 59.66 0 0 1 29.83 8L156 87V52Zm0 120h-40a60.1 60.1 0 0 1-58.79-48h157.58A60.1 60.1 0 0 1 160 172m-52 52a20 20 0 1 1-20-20 20 20 0 0 1 20 20m104 0a20 20 0 1 1-20-20 20 20 0 0 1 20 20"
}));
export default BabyCarriage;
//# sourceMappingURL=BabyCarriage.js.map