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