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