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