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