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