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