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