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