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