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