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