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