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