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