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