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