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