import { SVGProps } from 'react'; export function AdvancedSettingsIcon( props: JSX.IntrinsicAttributes & SVGProps ) { return ( ); }