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