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