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