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