@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.
18 lines (17 loc) • 845 B
JavaScript
;
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { jsx as _jsx } from "react/jsx-runtime";
const MapPinLine = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M200 220h-39.27c5.18-5 10.75-10.71 16.33-17.13C205.15 170.57 220 136.37 220 104a92 92 0 0 0-184 0c0 50 34.12 91.94 59.18 116H56a12 12 0 0 0 0 24h144a12 12 0 0 0 0-24M60 104a68 68 0 0 1 136 0c0 33.31-20 63.37-36.7 82.71a249.4 249.4 0 0 1-31.3 30.18 249.4 249.4 0 0 1-31.3-30.18C80 167.37 60 137.31 60 104m68 44a44 44 0 1 0-44-44 44.05 44.05 0 0 0 44 44m0-64a20 20 0 1 1-20 20 20 20 0 0 1 20-20"
})
});
export default MapPinLine;
//# sourceMappingURL=MapPinLine.js.map