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