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