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