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