import React from 'react'; import Svg, { Path } from 'react-native-svg'; const SettingsIcon = ({size = 24, color = 'white'}: {size?: number, color?: string}) => ( ); export default SettingsIcon;