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