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