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