import * as React from 'react'; import type { SvgProps } from 'react-native-svg'; import Svg, { Path } from 'react-native-svg'; export const Settings = ({ color = '#000', ...props }: SvgProps) => { return ( ); };