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