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