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