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