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