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