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