@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) • 890 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 PersonSimpleBike = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M136 52a28 28 0 1 1 28 28 28 28 0 0 1-28-28m104 124a40 40 0 1 1-40-40 40 40 0 0 1 40 40m-16 0a24 24 0 1 0-24 24 24 24 0 0 0 24-24m-24-64a8 8 0 0 0-8-8h-36.69l-29.65-29.66a8 8 0 0 0-11.32 0l-32 32a8 8 0 0 0 0 11.32L120 155.31V200a8 8 0 0 0 16 0v-48a8 8 0 0 0-2.34-5.66L99.31 112 120 91.31l26.34 26.35A8 8 0 0 0 152 120h40a8 8 0 0 0 8-8M96 176a40 40 0 1 1-40-40 40 40 0 0 1 40 40m-16 0a24 24 0 1 0-24 24 24 24 0 0 0 24-24"
})
});
export default PersonSimpleBike;
//# sourceMappingURL=PersonSimpleBike.js.map