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