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