@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) • 900 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 SteeringWheel = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M128 152a12 12 0 1 1 12-12 12 12 0 0 1-12 12m104-24A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-192 0v.33a135.93 135.93 0 0 1 176 0V128a88 88 0 0 0-176 0m67.5 85.58L90.45 168H49.63a88.35 88.35 0 0 0 57.87 45.58M128 216h2.49l20.07-53.57a16.07 16.07 0 0 1 15-10.39h47.12c.38-1.31.72-2.64 1-4a120 120 0 0 0-171.4 0c.31 1.34.65 2.67 1 4h47.17a16.08 16.08 0 0 1 15 10.4l20 53.56zm78.37-48h-40.82l-17.09 45.59A88.34 88.34 0 0 0 206.37 168"
})
});
export default SteeringWheel;
//# sourceMappingURL=SteeringWheel.js.map