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