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