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