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