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