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