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