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