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