import { SVGProps } from 'react'; const SettingsIcon = (props?: SVGProps) => { return ( ); }; export default SettingsIcon;