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