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