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