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