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