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