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