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