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