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