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