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