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