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