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