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