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