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