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