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