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