UNPKG

@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.05 kB
"use strict"; /* 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 UserGear = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M198.13 194.85A8 8 0 0 1 192 208H24a8 8 0 0 1-6.12-13.15c14.94-17.78 33.52-30.41 54.17-37.17a68 68 0 1 1 71.9 0c20.65 6.76 39.23 19.39 54.18 37.17M255.18 154a8 8 0 0 1-6.94 4 7.9 7.9 0 0 1-4-1.07l-4.67-2.7a23.9 23.9 0 0 1-7.58 4.39V164a8 8 0 0 1-16 0v-5.38a23.9 23.9 0 0 1-7.58-4.39l-4.67 2.7a7.9 7.9 0 0 1-4 1.07 8 8 0 0 1-4-14.93l4.66-2.69a23.6 23.6 0 0 1 0-8.76l-4.66-2.69a8 8 0 1 1 8-13.86l4.67 2.7a23.9 23.9 0 0 1 7.58-4.39V108a8 8 0 0 1 16 0v5.38a23.9 23.9 0 0 1 7.58 4.39l4.67-2.7a8 8 0 1 1 8 13.86l-4.66 2.69a23.6 23.6 0 0 1 0 8.76l4.66 2.69a8 8 0 0 1 2.94 10.93M224 144a8 8 0 1 0-8-8 8 8 0 0 0 8 8" }) }); export default UserGear; //# sourceMappingURL=UserGear.js.map