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