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