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