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