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