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