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