import * as React from 'react'; export interface SettingsGear32Props extends React.SVGProps { ariaLabel?: string } export default function SettingsGear32({ ariaLabel, ...props }: SettingsGear32Props) { return ( ); }