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