@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) • 1.06 kB
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 PersonSimpleSnowboard = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M164 80a28 28 0 1 0-28-28 28 28 0 0 0 28 28m0-40a12 12 0 1 1-12 12 12 12 0 0 1 12-12m54.25 72.32-136-40a8 8 0 1 0-4.52 15.35l40.85 12L85.07 150l-44.73-13a25.18 25.18 0 1 0-14.13 48.34L183.65 231a25.9 25.9 0 0 0 7.14 1 25.17 25.17 0 0 0 7-49.36l-50.89-14.75 19.75-29.44a8 8 0 0 0-4.42-12.14l-35.33-10.23 7.78-11.67 79.07 23.26a8 8 0 0 0 4.51-15.35ZM200 206.81a9.07 9.07 0 0 1-3.67 7.3 9.27 9.27 0 0 1-8.22 1.5L30.67 170a9.24 9.24 0 0 1-6.67-8.8 9.06 9.06 0 0 1 3.66-7.3 9.26 9.26 0 0 1 8.23-1.5L193.33 198a9.23 9.23 0 0 1 6.67 8.81m-52.75-68.18-16.49 24.59-29.58-8.58 16.4-24.6Z"
})
});
export default PersonSimpleSnowboard;
//# sourceMappingURL=PersonSimpleSnowboard.js.map