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