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