Socket
Socket
Sign inDemoInstall

@kongponents/kicon

Package Overview
Dependencies
0
Maintainers
4
Versions
313
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.9 to 0.5.0

icons/icn-filter.svg

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.5.0](https://github.com/Kong/kongponents/compare/@kongponents/kicon@0.4.9...@kongponents/kicon@0.5.0) (2020-08-10)
### Features
* **KIcon:** Adds filter, forward arrow, and table icons ([#245](https://github.com/Kong/kongponents/issues/245)) ([83882ba](https://github.com/Kong/kongponents/commit/83882baa07d78ff1b39776e0def18cdc516eb10b))
## [0.4.9](https://github.com/Kong/kongponents/compare/@kongponents/kicon@0.4.8...@kongponents/kicon@0.4.9) (2020-07-08)

@@ -8,0 +19,0 @@

@@ -367,2 +367,9 @@ module.exports =

/***/ "10a2":
/***/ (function(module, exports) {
module.exports = "<svg width=\"14\" height=\"11\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8 9v2H6V9h2zm2-3v2H4V6h6zm2-3v2H2V3h10zm2-3v2H0V0h14z\" fill=\"#000\" fill-rule=\"evenodd\" fill-opacity=\".45\"/></svg>"
/***/ }),
/***/ "14d0":

@@ -448,2 +455,10 @@ /***/ (function(module, exports) {

// EXTERNAL MODULE: ./icons/icn-filter.svg
var icn_filter = __webpack_require__("10a2");
var icn_filter_default = /*#__PURE__*/__webpack_require__.n(icn_filter);
// EXTERNAL MODULE: ./icons/icn-forward.svg
var icn_forward = __webpack_require__("72cc");
var icn_forward_default = /*#__PURE__*/__webpack_require__.n(icn_forward);
// EXTERNAL MODULE: ./icons/icn-gateway.svg

@@ -521,2 +536,6 @@ var icn_gateway = __webpack_require__("9fef");

// EXTERNAL MODULE: ./icons/icn-table.svg
var icn_table = __webpack_require__("92cb");
var icn_table_default = /*#__PURE__*/__webpack_require__.n(icn_table);
// EXTERNAL MODULE: ./icons/icn-trash.svg

@@ -581,2 +600,5 @@ var icn_trash = __webpack_require__("163a");

/* harmony default export */ var icons = ({

@@ -591,2 +613,4 @@ back: icn_back_default.a,

featureRequest: icn_feature_request_default.a,
filter: icn_filter_default.a,
forward: icn_forward_default.a,
gateway: icn_gateway_default.a,

@@ -610,2 +634,3 @@ gear: icn_gear_default.a,

support: icn_support_default.a,
table: icn_table_default.a,
trash: icn_trash_default.a,

@@ -1084,2 +1109,9 @@ warning: icn_warning_default.a,

/***/ "72cc":
/***/ (function(module, exports) {
module.exports = "<svg width=\"16\" height=\"8\" viewBox=\"0 0 16 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 5H11V8L16 4L12.629 1.303L11 0V3H0V5Z\" fill=\"black\" fill-opacity=\"0.25\"/>\n</svg>\n"
/***/ }),
/***/ "783b":

@@ -1150,2 +1182,9 @@ /***/ (function(module, exports, __webpack_require__) {

/***/ "92cb":
/***/ (function(module, exports) {
module.exports = "<svg width=\"16\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" fill=\"#A3BBCC\" clip-rule=\"evenodd\" d=\"M0 2a2 2 0 012-2h12a2 2 0 012 2v10a2 2 0 01-2 2H2a2 2 0 01-2-2V2zm9 10h5v-2H9v2zm-2-2v2H2v-2h5zm2-2h5V6H9v2zM7 6v2H2V6h5zm2-2h5V2H9v2zM7 2v2H2V2h5z\"/>\n</svg>"
/***/ }),
/***/ "9915":

@@ -1152,0 +1191,0 @@ /***/ (function(module, exports) {

@@ -376,2 +376,9 @@ (function webpackUniversalModuleDefinition(root, factory) {

/***/ "10a2":
/***/ (function(module, exports) {
module.exports = "<svg width=\"14\" height=\"11\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8 9v2H6V9h2zm2-3v2H4V6h6zm2-3v2H2V3h10zm2-3v2H0V0h14z\" fill=\"#000\" fill-rule=\"evenodd\" fill-opacity=\".45\"/></svg>"
/***/ }),
/***/ "14d0":

@@ -457,2 +464,10 @@ /***/ (function(module, exports) {

// EXTERNAL MODULE: ./icons/icn-filter.svg
var icn_filter = __webpack_require__("10a2");
var icn_filter_default = /*#__PURE__*/__webpack_require__.n(icn_filter);
// EXTERNAL MODULE: ./icons/icn-forward.svg
var icn_forward = __webpack_require__("72cc");
var icn_forward_default = /*#__PURE__*/__webpack_require__.n(icn_forward);
// EXTERNAL MODULE: ./icons/icn-gateway.svg

@@ -530,2 +545,6 @@ var icn_gateway = __webpack_require__("9fef");

// EXTERNAL MODULE: ./icons/icn-table.svg
var icn_table = __webpack_require__("92cb");
var icn_table_default = /*#__PURE__*/__webpack_require__.n(icn_table);
// EXTERNAL MODULE: ./icons/icn-trash.svg

@@ -590,2 +609,5 @@ var icn_trash = __webpack_require__("163a");

/* harmony default export */ var icons = ({

@@ -600,2 +622,4 @@ back: icn_back_default.a,

featureRequest: icn_feature_request_default.a,
filter: icn_filter_default.a,
forward: icn_forward_default.a,
gateway: icn_gateway_default.a,

@@ -619,2 +643,3 @@ gear: icn_gear_default.a,

support: icn_support_default.a,
table: icn_table_default.a,
trash: icn_trash_default.a,

@@ -1093,2 +1118,9 @@ warning: icn_warning_default.a,

/***/ "72cc":
/***/ (function(module, exports) {
module.exports = "<svg width=\"16\" height=\"8\" viewBox=\"0 0 16 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 5H11V8L16 4L12.629 1.303L11 0V3H0V5Z\" fill=\"black\" fill-opacity=\"0.25\"/>\n</svg>\n"
/***/ }),
/***/ "783b":

@@ -1159,2 +1191,9 @@ /***/ (function(module, exports, __webpack_require__) {

/***/ "92cb":
/***/ (function(module, exports) {
module.exports = "<svg width=\"16\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" fill=\"#A3BBCC\" clip-rule=\"evenodd\" d=\"M0 2a2 2 0 012-2h12a2 2 0 012 2v10a2 2 0 01-2 2H2a2 2 0 01-2-2V2zm9 10h5v-2H9v2zm-2-2v2H2v-2h5zm2-2h5V6H9v2zM7 6v2H2V6h5zm2-2h5V2H9v2zM7 2v2H2V2h5z\"/>\n</svg>"
/***/ }),
/***/ "9915":

@@ -1161,0 +1200,0 @@ /***/ (function(module, exports) {

2

dist/KIcon.umd.min.js

@@ -1,2 +0,2 @@

(function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e():"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["KIcon"]=e():t["KIcon"]=e()})("undefined"!==typeof self?self:this,(function(){return function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="1c25")}({"0a69":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12">\n <path fill="#000" fill-opacity=".25" fill-rule="evenodd" d="M8.24308 1.5C7.83269 1.5 7.5 1.16710138 7.5.75c0-.41421356.33823-.75.74308-.75h3.00568C11.6666 0 12 .336341 12 .75123866v3.00567786C12 4.1673102 11.6671 4.5 11.25 4.5c-.41421 0-.75-.3382314-.75-.74308348V2.625L6.53246 6.59254c-.28982.2898217-.76955.2953689-1.06202.0029022l-.06588-.0658844c-.29098-.2909742-.29117-.7679483.0029-1.0620178L9.375 1.5H8.24308zm-6.74753 0C.67089 1.5 0 2.1695784 0 2.99554521v7.50890959C0 11.3291147.66958 12 1.49555 12h7.5089C9.82911 12 10.5 11.3304216 10.5 10.5044548V6.75H9v3.75H1.5V3h3.75V1.5H1.49555z"/>\n</svg>\n'},"0ed3":function(t,e,n){"use strict";function i(t,e){for(var n=[],i={},r=0;r<e.length;r++){var o=e[r],l=o[0],s=o[1],a=o[2],h=o[3],c={id:t+":"+r,css:s,media:a,sourceMap:h};i[l]?i[l].parts.push(c):n.push(i[l]={id:l,parts:[c]})}return n}n.r(e),n.d(e,"default",(function(){return p}));var r="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!r)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},l=r&&(document.head||document.getElementsByTagName("head")[0]),s=null,a=0,h=!1,c=function(){},v=null,f="data-vue-ssr-id",d="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function p(t,e,n,r){h=n,v=r||{};var l=i(t,e);return u(l),function(e){for(var n=[],r=0;r<l.length;r++){var s=l[r],a=o[s.id];a.refs--,n.push(a)}e?(l=i(t,e),u(l)):l=[];for(r=0;r<n.length;r++){a=n[r];if(0===a.refs){for(var h=0;h<a.parts.length;h++)a.parts[h]();delete o[a.id]}}}}function u(t){for(var e=0;e<t.length;e++){var n=t[e],i=o[n.id];if(i){i.refs++;for(var r=0;r<i.parts.length;r++)i.parts[r](n.parts[r]);for(;r<n.parts.length;r++)i.parts.push(w(n.parts[r]));i.parts.length>n.parts.length&&(i.parts.length=n.parts.length)}else{var l=[];for(r=0;r<n.parts.length;r++)l.push(w(n.parts[r]));o[n.id]={id:n.id,refs:1,parts:l}}}}function g(){var t=document.createElement("style");return t.type="text/css",l.appendChild(t),t}function w(t){var e,n,i=document.querySelector("style["+f+'~="'+t.id+'"]');if(i){if(h)return c;i.parentNode.removeChild(i)}if(d){var r=a++;i=s||(s=g()),e=C.bind(null,i,r,!1),n=C.bind(null,i,r,!0)}else i=g(),e=z.bind(null,i),n=function(){i.parentNode.removeChild(i)};return e(t),function(i){if(i){if(i.css===t.css&&i.media===t.media&&i.sourceMap===t.sourceMap)return;e(t=i)}else n()}}var m=function(){var t=[];return function(e,n){return t[e]=n,t.filter(Boolean).join("\n")}}();function C(t,e,n,i){var r=n?"":i.css;if(t.styleSheet)t.styleSheet.cssText=m(e,r);else{var o=document.createTextNode(r),l=t.childNodes;l[e]&&t.removeChild(l[e]),l.length?t.insertBefore(o,l[e]):t.appendChild(o)}}function z(t,e){var n=e.css,i=e.media,r=e.sourceMap;if(i&&t.setAttribute("media",i),v.ssrId&&t.setAttribute(f,e.id),r&&(n+="\n/*# sourceURL="+r.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */"),t.styleSheet)t.styleSheet.cssText=n;else{while(t.firstChild)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}},1e3:function(t,e){t.exports='<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path fill="#BFBFBF" d="M0,8a8,8 0 1,0 16,0a8,8 0 1,0 -16,0" /><path id="preserveColor" d="M9 11v2H7v-2h2zm0-8v6.5H7V3h2z" fill="#FFF"/></svg>'},"14d0":function(t,e){t.exports='<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M7.926.621a1.24 1.24 0 0 1 2.148 0l7.763 13.535A1.235 1.235 0 0 1 16.763 16H1.237a1.23 1.23 0 0 1-1.074-1.844L7.926.621z" fill="#BFBFBF"/><path id="preserveColor" d="M10 11v2H8v-2h2zm0-7v5.5H8V4h2z" fill-opacity=".9" fill="#000"/></g></svg>'},"163a":function(t,e){t.exports='<svg width="14" height="16" viewBox="0 0 14 16" xmlns="http://www.w3.org/2000/svg">\n <path d="M3 3V2c0-1.1045695.8954305-2 2-2h4c1.1045695 0 2 .8954305 2 2v1h2c.5522847 0 1 .4477153 1 1v1H0V4c0-.5522847.4477152-1 1-1h2zm2 0V2h4v1H5zM1 6h2v8h8V6h2v8c0 1.1045695-.8954305 2-2 2H3c-1.1045695 0-2-.8954305-2-2V6zm5 0v7c-.5522847 0-1-.4477153-1-1V7c0-.5522847.4477153-1 1-1zm2 0c.5522847 0 1 .4477153 1 1v5c0 .5522847-.4477153 1-1 1V6z" fill="#BFBFBF" fill-rule="evenodd"/>\n</svg>\n'},"1c25":function(t,e,n){"use strict";var i;(n.r(e),"undefined"!==typeof window)&&(n("4141"),(i=window.document.currentScript)&&(i=i.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))&&(n.p=i[1]));var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isSSR?n("svg",{staticClass:"kong-icon",class:"kong-icon-"+t.icon,attrs:{height:t.setSize||t.height,width:t.setSize||t.width,viewBox:t.viewbox,role:"img"}},[n("title",[t._v(t._s(t.title||t.icon))]),n("g",t._l(t.paths,(function(e,i){return n("path",t._b({key:e.d},"path",t.attributes[i],!1))})),0)]):t._e()},o=[],l=n("5b0a"),s=n.n(l),a=n("c525"),h=n.n(a),c=n("721d"),v=n.n(c),f=n("83a6"),d=n.n(f),p=n("dfe0"),u=n.n(p),g=n("1000"),w=n.n(g),m=n("b17e"),C=n.n(m),z=n("0a69"),x=n.n(z),B=n("58de"),M=n.n(B),y=n("9fef"),b=n.n(y),H=n("b111"),V=n.n(H),F=n("7ba4"),A=n.n(F),S=n("e1c5"),L=n.n(S),k=n("f31f"),_=n.n(k),j=n("4c9a"),R=n.n(j),E=n("5475"),O=n.n(E),T=n("49d9"),N=n.n(T),U=n("ee98"),P=n.n(U),$=n("3a50"),I=n.n($),q=n("b931"),G=n.n(q),Z=n("b908"),K=n.n(Z),D=n("81e7"),J=n.n(D),W=n("5b1f"),X=n.n(W),Q=n("5280"),Y=n.n(Q),tt=n("8ee5"),et=n.n(tt),nt=n("a0a8"),it=n.n(nt),rt=n("c9fa"),ot=n.n(rt),lt=n("163a"),st=n.n(lt),at=n("b569"),ht=n.n(at),ct=n("14d0"),vt=n.n(ct),ft=n("9915"),dt=n.n(ft),pt=n("8780"),ut=n.n(pt),gt=n("26c6"),wt=n.n(gt),mt={back:s.a,brain:h.a,close:v.a,collapseExpand:d.a,connections:u.a,dashboard:C.a,externalLink:x.a,featureRequest:M.a,gateway:b.a,gear:V.a,gearFilled:A.a,immunity:L.a,info:_.a,lock:R.a,notificationBell:O.a,people:N.a,portal:P.a,portalV2:I.a,portalV3:G.a,profile:K.a,search:J.a,security:X.a,services:Y.a,spinner:et.a,stackedCards:it.a,support:ot.a,trash:st.a,warning:vt.a,warning2:dt.a,dangerCircle:w.a,workspaces:ut.a,workspacesCollapsed:wt.a,vitals:ht.a};const Ct=Object.keys(mt);var zt={name:"KIcon",props:{icon:{type:String,default:"",validator:function(t){return-1!==Ct.indexOf(t)},required:!0},size:{type:String,default:"24"},color:{type:String,default:null},viewBox:{type:String,default:"0 0 24 24"},title:{type:String,default:""}},data(){return{isSSR:!1}},computed:{iconSVG(){return mt[this.icon]},doc(){return(new DOMParser).parseFromString(this.iconSVG,"image/svg+xml")},svg(){return this.doc.getElementsByTagName("svg")[0]},paths(){return this.doc.querySelectorAll("path").length?Array.from(this.doc.querySelectorAll("path")):console.warn("(KIcon) Warning: SVG Path not found")},attributes(){return this.paths&&this.paths.map(t=>Array.from(t.attributes).reduce((e,{value:n,name:i})=>{const r=t.attributes.id&&"preserveColor"===t.attributes.id.value;return"fill"===i&&this.color&&!r?e[i]="none"===n?"none":this.color:"stroke"===i&&this.color?e[i]=this.color:e[i]=n,e},{}))},width(){return this.svg.getAttribute("width")},height(){return this.svg.getAttribute("height")},setSize(){return this.size||this.svg.getAttribute("width")},viewbox(){return this.viewBox||this.svg.getAttribute("viewBox")}},beforeMount(){this.isSSR=!0}},xt=zt;n("1fc1");function Bt(t,e,n,i,r,o,l,s){var a,h="function"===typeof t?t.options:t;if(e&&(h.render=e,h.staticRenderFns=n,h._compiled=!0),i&&(h.functional=!0),o&&(h._scopeId="data-v-"+o),l?(a=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(l)},h._ssrRegister=a):r&&(a=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),a)if(h.functional){h._injectStyles=a;var c=h.render;h.render=function(t,e){return a.call(e),c(t,e)}}else{var v=h.beforeCreate;h.beforeCreate=v?[].concat(v,a):[a]}return{exports:t,options:h}}var Mt=Bt(xt,r,o,!1,null,"77239f42",null),yt=Mt.exports;e["default"]=yt},"1fc1":function(t,e,n){"use strict";var i=n("783b"),r=n.n(i);r.a},"26c6":function(t,e){t.exports='<svg width="32" height="32" viewBox="-4 -4 32 32" xmlns="http://www.w3.org/2000/svg">\n <path d="M2 0h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 2v6h6V2H2zm0 10h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2zm0 2v6h6v-6H2zM14 0h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 2v6h6V2h-6zm1 10l5 5-5 5V12z" fill="#A3BBCC" fill-rule="evenodd"/>\n</svg>\n'},"3a50":function(t,e){t.exports='<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\n <path d="M22 0c1.1045695 0 2 .8954305 2 2v20c0 1.1045695-.8954305 2-2 2H2c-1.1045695 0-2-.8954305-2-2V2C0 .8954305.8954305 0 2 0h20zm0 6H2v16h20V6zm-6 3l1 1v2l1 1h1v2h-1l-1 1v2l-1 1h-2.5v-1.5h2V15l1-1-1-1v-2.5h-2V9H16zm-5.5 0v1.5h-2V13l-1 1 1 1v2.5h2V19H8l-1-1v-2l-1-1H5v-2h1l1-1v-2l1-1h2.5zM18 2H2v2h16V2zm4 0h-2v2h2V2z" fill="#A3BBCC" fill-rule="evenodd"/>\n</svg>\n'},4141:function(t,e){(function(t){var e="currentScript",n=t.getElementsByTagName("script");e in t||Object.defineProperty(t,e,{get:function(){try{throw new Error}catch(i){var t,e=(/.*at [^\(]*\((.*):.+:.+\)$/gi.exec(i.stack)||[!1])[1];for(t in n)if(n[t].src==e||"interactive"==n[t].readyState)return n[t];return null}}})})(document)},"443a":function(t,e){function n(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"===typeof btoa){var o=i(r),l=r.sources.map((function(t){return"/*# sourceURL="+r.sourceRoot+t+" */"}));return[n].concat(l).concat([o]).join("\n")}return[n].join("\n")}function i(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),n="sourceMappingURL=data:application/json;charset=utf-8;base64,"+e;return"/*# "+n+" */"}t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var i=n(e,t);return e[2]?"@media "+e[2]+"{"+i+"}":i})).join("")},e.i=function(t,n){"string"===typeof t&&(t=[[null,t,""]]);for(var i={},r=0;r<this.length;r++){var o=this[r][0];"number"===typeof o&&(i[o]=!0)}for(r=0;r<t.length;r++){var l=t[r];"number"===typeof l[0]&&i[l[0]]||(n&&!l[2]?l[2]=n:n&&(l[2]="("+l[2]+") and ("+n+")"),e.push(l))}},e}},"49d9":function(t,e){t.exports='<svg width="18" height="15" xmlns="http://www.w3.org/2000/svg">\n <path d="M12.2017301 6.92326993c.703125 0 1.4690288.10044643 2.2977122.30133928.8286827.20089286 1.5945866.52734408 2.2977116.979353.703125.45200893 1.0546875.96679672 1.0546875 1.54436336v4.99637293h-4.8214286V9.74832557c0-1.10491071-.5273434-2.03403986-1.5820309-2.78738807.1757809-.02511193.426897-.03766757.7533482-.03766757zm-6.40346017 0c.703125 0 1.4690295.10044643 2.29771221.30133928.82868272.20089286 1.58830907.52734408 2.27887846.979353.6905693.45200893 1.0358537.96679672 1.0358537 1.54436336v4.99637293H.14815864V9.74832557c0-.57756664.3515625-1.09235443 1.0546875-1.54436336.703125-.45200892 1.46902886-.77846014 2.29771157-.979353.82868336-.20089285 1.59458722-.30133928 2.29771222-.30133928zm0-1.58203093c-.65290179 0-1.21791279-.23856043-1.69503364-.71568129-.47712022-.47712021-.71568065-1.04213121-.71568065-1.695033 0-.65290178.23856043-1.21791342.71568065-1.69503364C4.58035714.75837086 5.14536814.51981043 5.79826993.51981043c.65290178 0 1.21163528.23856043 1.67619986.71568064.46456457.47712022.6968475 1.04213186.6968475 1.69503364 0 .65290179-.23228293 1.21791279-.6968475 1.695033-.46456458.47712086-1.02329808.71568129-1.67619986.71568129zm6.40346017 0c-.6529018 0-1.2179128-.23856043-1.6950337-.71568129-.4771208-.47712021-.71568061-1.04213121-.71568061-1.695033 0-.65290178.23855981-1.21791342.71568061-1.69503364.4771209-.47712021 1.0421319-.71568064 1.6950337-.71568064s1.2179128.23856043 1.6950336.71568064c.4771202.47712022.7156807 1.04213186.7156807 1.69503364 0 .65290179-.2385605 1.21791279-.7156807 1.695033-.4771208.47712086-1.0421318.71568129-1.6950336.71568129z" fill="#A3BBCC" fill-rule="evenodd" />\n</svg>\n'},"4c9a":function(t,e){t.exports='<svg width="12" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M6 0c2.76142375 0 5 2.23857625 5 5v3h.5c.2761424 0 .5.22385763.5.5v7c0 .2761424-.2238576.5-.5.5H.5c-.27614237 0-.5-.2238576-.5-.5v-7c0-.27614237.22385763-.5.5-.5H1V5c0-2.76142375 2.23857625-5 5-5zm.5 11h-1c-.27614237 0-.5.2238576-.5.5v1c0 .2761424.22385763.5.5.5h1c.27614237 0 .5-.2238576.5-.5v-1c0-.2761424-.22385763-.5-.5-.5zM6 2C4.34314575 2 3 3.34314575 3 5v3h6V5c0-1.65685425-1.34314575-3-3-3z" fill="#000" fill-rule="evenodd" fill-opacity=".45"/></svg>\n'},5280:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg"><path fill="#A3BBCC" d="M0,8a8,8 0 1,0 16,0a8,8 0 1,0 -16,0" /></svg>\n'},5475:function(t,e){t.exports='<svg width="33" height="32" viewBox="0 0 33 33" xmlns="http://www.w3.org/2000/svg"><g><path stroke="#A3BBCC" stroke-width="1.5" fill="none" fill-rule="evenodd" d="M24.5 19c-1.378 0-2.5-1.121-2.5-2.5V12c0-3.641-2.24-6.951-5.603-8.325C16.022 2.108 14.637 1 13 1c-1.612 0-3.024 1.131-3.4 2.675C6.239 5.049 4 8.358 4 12v4.5C4 17.879 2.878 19 1.5 19c-.276 0-.5.224-.5.5s.224.5.5.5h23c.276 0 .5-.224.5-.5s-.224-.5-.5-.5M16 20h-6c-.276 0-.5.224-.5.5 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-.276-.224-.5-.5-.5"/></g></svg>\n'},"58de":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="14">\n <path fill="#BFBFBF" fill-rule="nonzero" d="M7 11l-3 3v-3H2c-1.1045695 0-2-.895431-2-2V2C0 .895431.8954305 0 2 0h12c1.1045695 0 2 .895431 2 2v7c0 1.104569-.8954305 2-2 2H7zM2 2v7h12V2H2z"/>\n</svg>\n'},"5b0a":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8">\n <path fill="#000" fill-opacity=".25" fill-rule="evenodd" d="M16 5H5v3L0 4l3.371-2.697L5 0v3h11z"/>\n</svg>\n'},"5b1f":function(t,e){t.exports='<svg width="32" height="32" viewBox="-6 -4 32 32" xmlns="http://www.w3.org/2000/svg">\n <path d="M10 24C5.39 22.156.994 19.54.147 14h2.02c.643 3.577 3.15 5.847 7.832 7.837 4.576-1.955 7.15-4.307 7.822-7.837h2.026c-.869 5.45-5.3 8.181-9.847 10zM20 8h-2V5.862c-2.704-.373-5.375-1.501-8-3.359-2.625 1.858-5.296 2.986-8 3.36V8H0V4c3.333 0 6.667-1.333 10-4 3.333 2.667 6.667 4 10 4v4zM0 10h20v2H0v-2z" fill="#A3BBCC" fill-rule="nonzero"/>\n</svg>\n'},"721d":function(t,e){t.exports='<svg width="12" height="12" xmlns="http://www.w3.org/2000/svg"><path fill="#000" d="M0 1l1-1h.5L6 4.49993896 10.5 0h.5l1 1v.5L7.5 6l4.5 4.5v.5l-1 1h-.5L6 7.5 1.5 12H1l-1-1v-.5L4.5 6 0 1.5z" fill-rule="evenodd" fill-opacity=".25" /></svg>\n'},"783b":function(t,e,n){var i=n("8e65");"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var r=n("0ed3").default;r("5f6543f4",i,!0,{sourceMap:!1,shadowMode:!1})},"7ba4":function(t,e){t.exports='<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">\n <path d="M8.63962039 0c.2152152 0 .40628463.13771505.47434165.34188612l.63997656 1.91853291c.3708976.11319954.7265407.26136452 1.0630881.4406537l1.8103874-.9038671c.1924944-.09624716.4249801-.05851992.5771602.09366021l.9045599.90455983c.1521801.15218013.1899073.38466585.0936602.57716018l-.904073 1.81000104c.1795192.33691975.3278441.69298066.44112 1.06432821l1.9182725.63912286C15.862285 6.95409498 16 7.14516441 16 7.36037961v1.27924078c0 .2152152-.137715.40628463-.3418861.47434165l-1.918532.63997355c-.1132072.37092351-.2613848.72659041-.4406907 1.06315871l.9039032 1.8103198c.0962471.1924944.0585199.4249801-.0936602.5771602l-.9045599.9045599c-.1521801.1521801-.3846658.1899073-.5771602.0936602l-1.8103171-.9039046c-.3365681.179306-.692235.3274837-1.0631584.4406912l-.63997656 1.9185329C9.04590502 15.862285 8.85483559 16 8.63962039 16H7.36037961c-.2152152 0-.40628463-.137715-.47434165-.3418861L6.2460614 13.739581c-.3708976-.1131996-.72654071-.2613646-1.06308807-.4406537l-1.81038748.9038671c-.19249433.0962471-.42498005.0585199-.57716018-.0936602l-.90455983-.9045599c-.15218013-.1521801-.18990737-.3846658-.09366021-.5771602l.90407299-1.810001c-.17951921-.3369197-.32784407-.6929806-.44112007-1.0643282L.34188612 9.11396204C.13771505 9.04590502 0 8.85483559 0 8.63962039V7.36037961c0-.2152152.13771505-.40628463.34188612-.47434165l1.918532-.63997355c.11320723-.37092352.26138479-.72659044.44069063-1.06315869l-.90390312-1.81031987c-.09624716-.19249433-.05851992-.42498005.09366021-.57716018l.90455983-.90455983c.15218013-.15218013.38466585-.18990737.57716018-.09366021l1.81031714.90390458c.33656815-.17930601.69223497-.32748375 1.06315841-.44069118L6.88603796.34188612C6.95409498.13771505 7.14516441 0 7.36037961 0h1.27924078zM8 6c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2z" fill="#A3BBCC" fill-rule="evenodd" />\n</svg>\n'},"81e7":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14">\n <path fill="#B9BABB" fill-rule="evenodd" d="M9.1237341 11.1237341C8.2138377 11.6796483 7.1443299 12 6 12c-3.3137085 0-6-2.6862915-6-6s2.6862915-6 6-6 6 2.6862915 6 6c0 1.1443299-.3203517 2.2138377-.8762659 3.1237341L13.5 11.5c.577204.577204.5829926 1.4170074 0 2-.5781647.5781647-1.4256897.5743103-2 0l-2.3762659-2.3762659zM6 10c2.209139 0 4-1.790861 4-4S8.209139 2 6 2 2 3.790861 2 6s1.790861 4 4 4z"/>\n</svg>\n'},"83a6":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16">\n <path fill="#A3BBCC" fill-rule="evenodd" d="M0 0h2v16H0V0zm16 7v2H9v3L4 8l5-4v3h7z"/>\n</svg>\n'},8780:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16">\n <path fill="#A3BBCC" fill-rule="evenodd" d="M1 0h5c.55228 0 1 .44772 1 1v5c0 .55228-.44772 1-1 1H1c-.55228 0-1-.44772-1-1V1c0-.55228.44772-1 1-1zm1 2v3h3V2H2zM1 9h5c.55228 0 1 .44772 1 1v5c0 .55228-.44772 1-1 1H1c-.55228 0-1-.44772-1-1v-5c0-.55228.44772-1 1-1zm1 2v3h3v-3H2zm8-11h5c.55228 0 1 .44772 1 1v5c0 .55228-.44772 1-1 1h-5c-.55228 0-1-.44772-1-1V1c0-.55228.44772-1 1-1zm1 2v3h3V2h-3zm-1 7h5c.55228 0 1 .44772 1 1v5c0 .55228-.44772 1-1 1h-5c-.55228 0-1-.44772-1-1v-5c0-.55228.44772-1 1-1zm1 2v3h3v-3h-3z"/>\n</svg>\n'},"8e65":function(t,e,n){e=t.exports=n("443a")(!1),e.push([t.i,".kong-icon.kong-icon-spinner g[data-v-77239f42]{transform-box:fill-box;transform-origin:50% 50%;animation:spin-data-v-77239f42 1.2s linear infinite}@keyframes spin-data-v-77239f42{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}",""])},"8ee5":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">\n <g fill="#FFF" fill-rule="evenodd">\n <path fill="#fff" d="M13.3154759 4.60336552c.6394482-.63889655.6394482-1.67503449 0-2.31393104-.6388966-.63889655-1.6744828-.63889655-2.3133793 0-.6394483.63889655-.6394483 1.67503449 0 2.31393104.6388965.63889655 1.6744827.63889655 2.3133793 0" opacity=".1"/>\n <path fill="#fff" d="M13.9609931 6.17246897c-.9037241 0-1.6364138.73268965-1.6364138 1.63641379 0 .90317241.7326897 1.63586207 1.6364138 1.63586207.9037241 0 1.6358621-.73268966 1.6358621-1.63586207 0-.90372414-.732138-1.63641379-1.6358621-1.63641379" opacity=".25"/>\n <path fill="#fff" d="M10.9938207 11.0105379c-.6388966.6388966-.6388966 1.6750345 0 2.3139311.6388965.6388965 1.6750345.6388965 2.313931 0 .6388966-.6388966.6388966-1.6750345 0-2.3139311-.6388965-.6388965-1.6750345-.6388965-2.313931 0" opacity=".35"/>\n <path fill="#fff" d="M7.79988966 12.3247448c-.90372414 0-1.63586207.7326897-1.63586207 1.6364138 0 .9031724.73213793 1.6358621 1.63586207 1.6358621.90372413 0 1.63641379-.7326897 1.63641379-1.6358621 0-.9037241-.73268966-1.6364138-1.63641379-1.6364138" opacity=".5"/>\n <path fill="#fff" d="M2.28706207 11.004469c-.63889655.6388965-.63889655 1.6750344 0 2.313931.63889655.6388966 1.67503448.6388966 2.31393103 0 .63889656-.6388966.63889656-1.6750345 0-2.313931-.63889655-.6388966-1.67503448-.6388966-2.31393103 0" opacity=".65"/>\n <path fill="#fff" d="M3.27244138 7.80888276c0-.90372414-.73268966-1.63641379-1.63641379-1.63641379-.90372414 0-1.63586207.73268965-1.63586207 1.63641379 0 .90317241.73213793 1.63586207 1.63586207 1.63586207.90372413 0 1.63641379-.73268966 1.63641379-1.63586207" opacity=".75"/>\n <path fill="#fff" d="M4.59271724 4.60943448c.63889655-.63889655.63889655-1.67503448 0-2.31393103-.63889655-.63889655-1.67503448-.63889655-2.31393103 0-.63889655.63889655-.63889655 1.67503448 0 2.31393103.63889655.63889655 1.67503448.63889655 2.31393103 0" opacity=".85"/>\n <path fill="#fff" d="M6.16402759 1.6361931c0 .90372414.73213793 1.6364138 1.63586207 1.6364138.90372413 0 1.63641379-.73268966 1.63641379-1.6364138 0-.90372413-.73268966-1.63641379-1.63641379-1.63641379-.90372414 0-1.63586207.73268966-1.63586207 1.63641379z" opacity=".95"/>\n </g>\n</svg>\n'},9915:function(t,e){t.exports='<svg width="48px" height="42px" viewBox="0 0 48 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="icn-warning-64x">\n <path d="M25.129733,2.64556484 C25.0166566,2.45204254 24.8546193,2.29069544 24.6593031,2.17754095 C24.0339615,1.81525556 23.2314423,2.02651215 22.8697255,2.64556484 L2.17517915,38.0628158 C2.06036961,38.2593042 2,38.4821557 2,38.7088951 C2,39.4200371 2.58244376,40 3.30518292,40 L44.6942755,40 C44.9262204,40 45.1538685,39.9388552 45.3538494,39.8229983 C45.9741835,39.4636139 46.1830669,38.6768553 45.8242793,38.0628158 L25.129733,2.64556484 Z M26.8565586,1.63656862 L47.5511049,37.0538196 C48.4690879,38.6248825 47.9342141,40.6394832 46.3564308,41.5535561 C45.8517121,41.8459599 45.2782053,42 44.6942755,42 L3.30518292,42 C1.4797808,42 3.66949018e-16,40.5265221 0,38.7088951 C0,38.1274525 0.154699044,37.5563885 0.448353557,37.0538196 L21.1428999,1.63656862 C22.0608829,0.0655056975 24.0841012,-0.467089888 25.6618845,0.446983085 C26.1568841,0.733756171 26.5685588,1.14367738 26.8565586,1.63656862 Z" id="Triangle" fill="#B5BBBE" fill-rule="nonzero"></path>\n <path d="M25.129733,2.64556484 C25.0166566,2.45204254 24.8546193,2.29069544 24.6593031,2.17754095 C24.0339615,1.81525556 23.2314423,2.02651215 22.8697255,2.64556484 L2.17517915,38.0628158 C2.06036961,38.2593042 2,38.4821557 2,38.7088951 C2,39.4200371 2.58244376,40 3.30518292,40 L44.6942755,40 C44.9262204,40 45.1538685,39.9388552 45.3538494,39.8229983 C45.9741835,39.4636139 46.1830669,38.6768553 45.8242793,38.0628158 L25.129733,2.64556484 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>\n <path d="M23,13 L25,13 C25.5522847,13 26,13.4477153 26,14 C26,16 26,18 26,20 C26,22.6594889 25.7904331,25.0570193 25.3712994,27.192591 C25.2792336,27.6616739 24.8680521,28 24.3900199,28 L23.6099609,27.9999816 C23.1319364,27.9999816 22.7207615,27.6616608 22.6286994,27.1925851 C22.2095665,25.0570148 22,22.6594864 22,20 C22,18 22,16 22,14 C22,13.4477153 22.4477153,13 23,13 Z M24,31 C25.1045695,31 26,31.8954305 26,33 C26,34.1045695 25.1045695,35 24,35 C22.8954305,35 22,34.1045695 22,33 C22,31.8954305 22.8954305,31 24,31 Z" id="!" fill="#8A9299"></path>\n </g>\n </g>\n</svg>\n'},"9fef":function(t,e){t.exports='<svg width="32" height="32" viewBox="-4 -4 32 32" xmlns="http://www.w3.org/2000/svg">\n <path d="M14 0h-4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 2v20h-4V2h4zm6 0v2h-3v2h3v2l4-3-4-3zm0 14v2h-3v2h3v2l4-3-4-3zM7 11H4V9l-4 3 4 3v-2h3v-2zm0-7H3v2h4V4zm0 14H3v2h4v-2zm-5 0H0v2h2v-2zm19-7h-4v2h4v-2zm3 0h-2v2h2v-2zM2 4H0v2h2V4z" fill="#A3BBCC" fill-rule="evenodd"/>\n</svg>\n'},a0a8:function(t,e){t.exports='<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">\n <path d="M14 5.33333333c1.1045695 0 2 .8954305 2 1.99999997V16H7.33333333c-1.1045695 0-2-.8954305-2-2V5.33333333L12.666 5.333 14 5.33333333zm-3.3333333-2.66666666c.8706388 0 1.6113429.55631633 1.8860317 1.33286835L4 4l-.00046498 8.5526984c-.77655202-.2746888-1.33286835-1.0153929-1.33286835-1.8860317V2.66666667h8.00000003zM8.33333333 0c.87063879 0 1.61134294.55631633 1.88603177 1.33286835l-8.88603177.00046498-.00046498 8.88603177C.55631633 9.9446763 0 9.2039721 0 8.3333333V2C0 .8954305.8954305 0 2 0h6.33333333z" fill="#A3BBCC" fill-rule="evenodd"/>\n</svg>\n'},b111:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">\n <path fill="#000" fill-opacity=".55" fill-rule="evenodd" d="M11.4765344 3.1092521l1.4732131-1.4732131 1.4142135 1.4142135-1.4732131 1.4732131c.514815.7229326.8733467 1.5648778 1.0262937 2.4765344H16v2h-2.0829584c-.152947.9116566-.5114787 1.7536018-1.0262937 2.4765344l1.4732131 1.4732131-1.4142135 1.4142135-1.4732131-1.4732131c-.7229326.514815-1.5648778.8733467-2.4765344 1.0262937V16H7v-2.0829584c-.9116566-.152947-1.7536018-.5114787-2.4765344-1.0262937L3.0502525 14.363961 1.636039 12.9497475l1.4732131-1.4732131C2.5944371 10.7536018 2.2359054 9.9116566 2.0829584 9H0V7h2.0829584c.152947-.9116566.5114787-1.7536018 1.0262937-2.4765344L1.636039 3.0502525 3.0502525 1.636039l1.4732131 1.4732131C5.2463982 2.5944371 6.0883434 2.2359054 7 2.0829584V0h2v2.0829584c.9116566.152947 1.7536018.5114787 2.4765344 1.0262937zM8 12c2.209139 0 4-1.790861 4-4s-1.790861-4-4-4-4 1.790861-4 4 1.790861 4 4 4z" opacity=".5"/>\n</svg>\n'},b17e:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="21">\n <path fill="#A4BBCB" fill-rule="nonzero" d="M13 10l3-3c.6902336-.73713266 1.4429032-1.26058218 2-1 .2605822.55709682-.2628673 1.30976636-1 2l-3 3c.1531248.4707586.1875961.6844547 0 1 .1875961 1.0625747-.7498292 2-2 2-1.0625747 0-2-.9374253-2-2 0-1.2501708.9374253-2.1875961 2-2 .3155453-.1875961.5292414-.1531248 1 0zm8 10c-.08276.0634515-.7131836.1223062-1 0-.5634515-.58276-.6223062-1.2131836 0-2 1.1963422-1.4063656 2-3.6213758 2-6 0-5.5228475-4.4771525-10-10-10S2 6.4771525 2 12c0 2.3848064.80099865 4.5939865 2 6 .62209487.7857069.56386353 1.4161884 0 2-.28570688.1220949-.91618845.0638635-1 0-2.03512593-2.4863139-3-5.1474677-3-8C0 5.372583 5.372583 0 12 0s12 5.372583 12 12c0 2.8461786-.967377 5.5124254-3 8zM9 16h6c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1H9c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1z"/>\n</svg>\n'},b569:function(t,e){t.exports='<svg width="32" height="32" viewBox="-4 -4 32 32" xmlns="http://www.w3.org/2000/svg">\n <path d="M19.593 5.493l-2.842 2.842A6.002 6.002 0 0 1 13 17.917l-.001 4.034c5.053-.502 9-4.766 9-9.951a9.96 9.96 0 0 0-2.407-6.507zM18.146 4.11A9.95 9.95 0 0 0 13 2.05v4.034c.83.14 1.604.45 2.281.893l2.865-2.865zM2.05 13A10.003 10.003 0 0 0 11 21.95v-4.033A6.005 6.005 0 0 1 6.083 13H2.049zm0-2h4.034A6.005 6.005 0 0 1 11 6.083V2.049A10.003 10.003 0 0 0 2.05 11zM12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12zm0-8a4 4 0 1 0 0-8 4 4 0 0 0 0 8z" fill="#A3BBCC" fill-rule="evenodd"/>\n</svg>\n'},b908:function(t,e){t.exports='<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\n <path d="M12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12S0 18.627417 0 12 5.372583 0 12 0zm.5 18h-1c-1.89844585 0-3.52231553 1.1756003-4.18333865 2.8385306C8.71442012 21.5798521 10.3081447 22 12 22c1.6918553 0 3.2855799-.4201479 4.6825277-1.1617979l.0613831.1617114C16.1261318 19.2521701 14.4592959 18 12.5 18zM12 2C6.4771525 2 2 6.4771525 2 12c0 3.041301 1.35767114 5.7655009 3.4999962 7.5995824C6.42573925 17.4804809 8.53997721 16 11 16h2c2.4600228 0 4.5742607 1.4804809 5.500341 3.5990697C20.6423289 17.7655009 22 15.041301 22 12c0-5.5228475-4.4771525-10-10-10zm0 2c2.209139 0 4 1.790861 4 4v2c0 2.209139-1.790861 4-4 4s-4-1.790861-4-4V8c0-2.209139 1.790861-4 4-4zm0 2c-1.0543618 0-1.9181651.81587779-1.9945143 1.85073766L10 8v2c0 1.1045695.8954305 2 2 2 1.0543618 0 1.9181651-.8158778 1.9945143-1.8507377L14 10V8c0-1.1045695-.8954305-2-2-2z" fill="#A4BBCB" fill-rule="evenodd"/>\n</svg>\n'},b931:function(t,e){t.exports='<svg width="19" height="16" xmlns="http://www.w3.org/2000/svg">\n <g transform="translate(.5)" fill-rule="evenodd">\n <path fill="#A3BBCC" d="M6,8a3,3 0 1,0 6,0a3,3 0 1,0 -6,0" />\n <path fill="#A3BBCC" d="M11.5 0h2.9545455l1.1818181 1.6v3.2l1.1818182 1.6H18v3.2h-1.1818182l-1.1818182 1.6v3.2L14.4545455 16H11.5v-2.4h2.3636364v-4L15.0454545 8l-1.1818181-1.6v-4H11.5zM6.5 0H3.54545455L2.36363636 1.6v3.2L1.18181818 6.4H0v3.2h1.18181818l1.18181818 1.6v3.2L3.54545455 16H6.5v-2.4H4.13636364v-4L2.95454545 8l1.18181819-1.6v-4H6.5z"/>\n </g>\n</svg>\n'},c525:function(t,e){t.exports='<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg">\n <path fill="#A4BBCB" d="M11 4h2v16h-2z"/>\n <path fill="#A4BBCB" d="M6 8h12v2H6zM2 14h20v2H2zM6 20h12v2H6z"/>\n <path d="M12 4a2 2 0 100-4 2 2 0 000 4z" stroke="#A4BBCB" stroke-width="2" fill="#FFF" />\n <path d="M0,14.75a1.5,1.5 0 1,0 3,0a1.5,1.5 0 1,0 -3,0" stroke="#A4BBCB" stroke-width="2" fill="#FFF" />\n <path d="M21,14.75a1.5,1.5 0 1,0 3,0a1.5,1.5 0 1,0 -3,0" stroke="#A4BBCB" stroke-width="2" fill="#FFF" />\n <path d="M5.25 10.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM18.75 10.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM5.25 22.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM18.75 22.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" stroke="#A4BBCB" stroke-width="2" fill="#FFF" />\n</svg>'},c9fa:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">\n <path fill="#BFBFBF" fill-rule="evenodd" d="M3 12v1c0 .5522847.4477153 1 1 1h4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1H4c-1.6568542 0-3-1.3431458-3-3v-1c-.5522847 0-1-.4477153-1-1V7c0-.5522847.4477153-1 1-1h.0708889C1.5561185 2.6077059 4.4735281 0 8 0s6.4438815 2.6077059 6.9291111 6H15c.5522847 0 1 .4477153 1 1v4c0 .5522847-.4477153 1-1 1h-2c-.5522847 0-1-.4477153-1-1V7c0-.5188639.3951689-.9454312.9009623-.9951576C12.439565 3.7201899 10.4206685 2 8 2 5.5793315 2 3.560435 3.7201899 3.0990377 6.0048424 3.6048311 6.0545688 4 6.4811361 4 7v4c0 .5522847-.4477153 1-1 1z"/>\n</svg>\n'},dfe0:function(t,e){t.exports='<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg">\n <path d="M7.370028 5.70809618c0-1.37428936.47141345-2.54083745 1.41424036-3.49964427S10.8856538.77024127 12.2599432.77024127c1.3742893 0 2.5408383.47940382 3.4996451 1.43821064.9588068.95880682 1.4382098 2.12535491 1.4382098 3.49964427 0 1.37429018-.479403 2.53284873-1.4382098 3.47567482-.9588068.9428269-2.1253558 1.4142404-3.4996451 1.4142404-1.3742894 0-2.53284793-.4714135-3.47567484-1.4142404C7.84144145 8.24094491 7.370028 7.08238636 7.370028 5.70809618zm2.444958 9.39630762c0-.5752849.1997509-1.0626783.5992544-1.4621809.3995026-.3995026.886896-.5992544 1.4621801-.5992544.575284 0 1.0546879.1997518 1.4382106.5992544.3835227.3995026.5752833.886896.5752833 1.4621809 0 .5752833-.1917606 1.0626775-.5752833 1.4621801-.3835227.3995026-.8629266.5992544-1.4382106.5992544-.5752841 0-1.0626775-.1997518-1.4621801-.5992544-.3995035-.3995026-.5992544-.8868968-.5992544-1.4621801zM.8022019 11.4129974c0-.8948864.31960228-1.66193185.95880683-2.3011364.63920454-.63920455 1.42222991-.95880682 2.34907691-.95880682.89488636 0 1.66193181.31161191 2.30113636.93483655.63920455.62322463.958806 1.39825967.958806 2.32510667 0 .9268461-.31960145 1.701882-.958806 2.3251066-.63920455.6232238-1.40625.9348365-2.30113636.9348365-.926847 0-1.70987237-.3196022-2.34907691-.9588068-.63920455-.6392045-.95880682-1.40625-.95880682-2.3011363z" fill="#A3BBCC" fill-rule="nonzero"/>\n</svg>\n'},e1c5:function(t,e){t.exports='<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg">\n <path transform="rotate(-45 11.7 12)" d="M7.710000000000001,12a4,12 0 1,0 8,0a4,12 0 1,0 -8,0" stroke="#A4BBCB" stroke-width="2" fill="none"/>\n <path d="M3 5.3a2 2 0 100-4 2 2 0 000 4z" stroke="#A4BBCB" stroke-width="2" fill="#FFF"/>\n <path transform="rotate(45 11.7 12)" d="M7.710000000000001,12a4,12 0 1,0 8,0a4,12 0 1,0 -8,0" stroke="#A4BBCB" stroke-width="2" fill="none"/>\n <path d="M21 5.3a2 2 0 100-4 2 2 0 000 4zM21 22.3a2 2 0 100-4 2 2 0 000 4zM3 22.3a2 2 0 100-4 2 2 0 000 4z" stroke="#A4BBCB" stroke-width="2" fill="#FFF"/>\n</svg>'},ee98:function(t,e){t.exports='<svg width="32" height="32" viewBox="-5 -4 32 32" xmlns="http://www.w3.org/2000/svg">\n <path d="M2 24h18a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2zm0-2V2h18v20H2zm3-7h12v-2H5v2zm0-4h5V9H5v2zm7 0h5V9h-5v2zM5 7h12V5H5v2zm0 12h5v-2H5v2zm7 0h5v-2h-5v2z" fill="#A3BBCC" fill-rule="evenodd"/>\n</svg>\n'},f31f:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">\n <path fill="#FFF" fill-rule="evenodd" d="M16 8c0-4.418278-3.58172-8-8-8S0 3.581722 0 8s3.58172 8 8 8 8-3.581722 8-8zm-1.5 0c0 3.5898509-2.91015 6.5-6.5 6.5S1.5 11.5898509 1.5 8 4.41015 1.5 8 1.5s6.5 2.9101491 6.5 6.5zM6 12h4v-1H9V7H6v1h1v3H6v1zm1-6.5046844C7 5.7740451 7.21404 6 7.50468 6h.99064C8.77405 6 9 5.785965 9 5.4953156v-.9906312C9 4.2259549 8.78596 4 8.49532 4h-.99064C7.22595 4 7 4.214035 7 4.5046844v.9906312z" opacity=".60000002"/>\n</svg>\n'}})["default"]}));
(function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e():"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["KIcon"]=e():t["KIcon"]=e()})("undefined"!==typeof self?self:this,(function(){return function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="1c25")}({"0a69":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12">\n <path fill="#000" fill-opacity=".25" fill-rule="evenodd" d="M8.24308 1.5C7.83269 1.5 7.5 1.16710138 7.5.75c0-.41421356.33823-.75.74308-.75h3.00568C11.6666 0 12 .336341 12 .75123866v3.00567786C12 4.1673102 11.6671 4.5 11.25 4.5c-.41421 0-.75-.3382314-.75-.74308348V2.625L6.53246 6.59254c-.28982.2898217-.76955.2953689-1.06202.0029022l-.06588-.0658844c-.29098-.2909742-.29117-.7679483.0029-1.0620178L9.375 1.5H8.24308zm-6.74753 0C.67089 1.5 0 2.1695784 0 2.99554521v7.50890959C0 11.3291147.66958 12 1.49555 12h7.5089C9.82911 12 10.5 11.3304216 10.5 10.5044548V6.75H9v3.75H1.5V3h3.75V1.5H1.49555z"/>\n</svg>\n'},"0ed3":function(t,e,n){"use strict";function i(t,e){for(var n=[],i={},r=0;r<e.length;r++){var o=e[r],l=o[0],s=o[1],a=o[2],h=o[3],c={id:t+":"+r,css:s,media:a,sourceMap:h};i[l]?i[l].parts.push(c):n.push(i[l]={id:l,parts:[c]})}return n}n.r(e),n.d(e,"default",(function(){return p}));var r="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!r)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var o={},l=r&&(document.head||document.getElementsByTagName("head")[0]),s=null,a=0,h=!1,c=function(){},v=null,f="data-vue-ssr-id",d="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function p(t,e,n,r){h=n,v=r||{};var l=i(t,e);return u(l),function(e){for(var n=[],r=0;r<l.length;r++){var s=l[r],a=o[s.id];a.refs--,n.push(a)}e?(l=i(t,e),u(l)):l=[];for(r=0;r<n.length;r++){a=n[r];if(0===a.refs){for(var h=0;h<a.parts.length;h++)a.parts[h]();delete o[a.id]}}}}function u(t){for(var e=0;e<t.length;e++){var n=t[e],i=o[n.id];if(i){i.refs++;for(var r=0;r<i.parts.length;r++)i.parts[r](n.parts[r]);for(;r<n.parts.length;r++)i.parts.push(w(n.parts[r]));i.parts.length>n.parts.length&&(i.parts.length=n.parts.length)}else{var l=[];for(r=0;r<n.parts.length;r++)l.push(w(n.parts[r]));o[n.id]={id:n.id,refs:1,parts:l}}}}function g(){var t=document.createElement("style");return t.type="text/css",l.appendChild(t),t}function w(t){var e,n,i=document.querySelector("style["+f+'~="'+t.id+'"]');if(i){if(h)return c;i.parentNode.removeChild(i)}if(d){var r=a++;i=s||(s=g()),e=C.bind(null,i,r,!1),n=C.bind(null,i,r,!0)}else i=g(),e=z.bind(null,i),n=function(){i.parentNode.removeChild(i)};return e(t),function(i){if(i){if(i.css===t.css&&i.media===t.media&&i.sourceMap===t.sourceMap)return;e(t=i)}else n()}}var m=function(){var t=[];return function(e,n){return t[e]=n,t.filter(Boolean).join("\n")}}();function C(t,e,n,i){var r=n?"":i.css;if(t.styleSheet)t.styleSheet.cssText=m(e,r);else{var o=document.createTextNode(r),l=t.childNodes;l[e]&&t.removeChild(l[e]),l.length?t.insertBefore(o,l[e]):t.appendChild(o)}}function z(t,e){var n=e.css,i=e.media,r=e.sourceMap;if(i&&t.setAttribute("media",i),v.ssrId&&t.setAttribute(f,e.id),r&&(n+="\n/*# sourceURL="+r.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */"),t.styleSheet)t.styleSheet.cssText=n;else{while(t.firstChild)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}},1e3:function(t,e){t.exports='<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path fill="#BFBFBF" d="M0,8a8,8 0 1,0 16,0a8,8 0 1,0 -16,0" /><path id="preserveColor" d="M9 11v2H7v-2h2zm0-8v6.5H7V3h2z" fill="#FFF"/></svg>'},"10a2":function(t,e){t.exports='<svg width="14" height="11" xmlns="http://www.w3.org/2000/svg"><path d="M8 9v2H6V9h2zm2-3v2H4V6h6zm2-3v2H2V3h10zm2-3v2H0V0h14z" fill="#000" fill-rule="evenodd" fill-opacity=".45"/></svg>'},"14d0":function(t,e){t.exports='<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M7.926.621a1.24 1.24 0 0 1 2.148 0l7.763 13.535A1.235 1.235 0 0 1 16.763 16H1.237a1.23 1.23 0 0 1-1.074-1.844L7.926.621z" fill="#BFBFBF"/><path id="preserveColor" d="M10 11v2H8v-2h2zm0-7v5.5H8V4h2z" fill-opacity=".9" fill="#000"/></g></svg>'},"163a":function(t,e){t.exports='<svg width="14" height="16" viewBox="0 0 14 16" xmlns="http://www.w3.org/2000/svg">\n <path d="M3 3V2c0-1.1045695.8954305-2 2-2h4c1.1045695 0 2 .8954305 2 2v1h2c.5522847 0 1 .4477153 1 1v1H0V4c0-.5522847.4477152-1 1-1h2zm2 0V2h4v1H5zM1 6h2v8h8V6h2v8c0 1.1045695-.8954305 2-2 2H3c-1.1045695 0-2-.8954305-2-2V6zm5 0v7c-.5522847 0-1-.4477153-1-1V7c0-.5522847.4477153-1 1-1zm2 0c.5522847 0 1 .4477153 1 1v5c0 .5522847-.4477153 1-1 1V6z" fill="#BFBFBF" fill-rule="evenodd"/>\n</svg>\n'},"1c25":function(t,e,n){"use strict";var i;(n.r(e),"undefined"!==typeof window)&&(n("4141"),(i=window.document.currentScript)&&(i=i.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))&&(n.p=i[1]));var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isSSR?n("svg",{staticClass:"kong-icon",class:"kong-icon-"+t.icon,attrs:{height:t.setSize||t.height,width:t.setSize||t.width,viewBox:t.viewbox,role:"img"}},[n("title",[t._v(t._s(t.title||t.icon))]),n("g",t._l(t.paths,(function(e,i){return n("path",t._b({key:e.d},"path",t.attributes[i],!1))})),0)]):t._e()},o=[],l=n("5b0a"),s=n.n(l),a=n("c525"),h=n.n(a),c=n("721d"),v=n.n(c),f=n("83a6"),d=n.n(f),p=n("dfe0"),u=n.n(p),g=n("1000"),w=n.n(g),m=n("b17e"),C=n.n(m),z=n("0a69"),x=n.n(z),B=n("58de"),M=n.n(B),H=n("10a2"),V=n.n(H),y=n("72cc"),b=n.n(y),F=n("9fef"),A=n.n(F),S=n("b111"),L=n.n(S),k=n("7ba4"),_=n.n(k),j=n("e1c5"),R=n.n(j),E=n("f31f"),O=n.n(E),T=n("4c9a"),N=n.n(T),U=n("5475"),P=n.n(U),$=n("49d9"),I=n.n($),Z=n("ee98"),q=n.n(Z),G=n("3a50"),K=n.n(G),D=n("b931"),J=n.n(D),W=n("b908"),X=n.n(W),Q=n("81e7"),Y=n.n(Q),tt=n("5b1f"),et=n.n(tt),nt=n("5280"),it=n.n(nt),rt=n("8ee5"),ot=n.n(rt),lt=n("a0a8"),st=n.n(lt),at=n("c9fa"),ht=n.n(at),ct=n("92cb"),vt=n.n(ct),ft=n("163a"),dt=n.n(ft),pt=n("b569"),ut=n.n(pt),gt=n("14d0"),wt=n.n(gt),mt=n("9915"),Ct=n.n(mt),zt=n("8780"),xt=n.n(zt),Bt=n("26c6"),Mt=n.n(Bt),Ht={back:s.a,brain:h.a,close:v.a,collapseExpand:d.a,connections:u.a,dashboard:C.a,externalLink:x.a,featureRequest:M.a,filter:V.a,forward:b.a,gateway:A.a,gear:L.a,gearFilled:_.a,immunity:R.a,info:O.a,lock:N.a,notificationBell:P.a,people:I.a,portal:q.a,portalV2:K.a,portalV3:J.a,profile:X.a,search:Y.a,security:et.a,services:it.a,spinner:ot.a,stackedCards:st.a,support:ht.a,table:vt.a,trash:dt.a,warning:wt.a,warning2:Ct.a,dangerCircle:w.a,workspaces:xt.a,workspacesCollapsed:Mt.a,vitals:ut.a};const Vt=Object.keys(Ht);var yt={name:"KIcon",props:{icon:{type:String,default:"",validator:function(t){return-1!==Vt.indexOf(t)},required:!0},size:{type:String,default:"24"},color:{type:String,default:null},viewBox:{type:String,default:"0 0 24 24"},title:{type:String,default:""}},data(){return{isSSR:!1}},computed:{iconSVG(){return Ht[this.icon]},doc(){return(new DOMParser).parseFromString(this.iconSVG,"image/svg+xml")},svg(){return this.doc.getElementsByTagName("svg")[0]},paths(){return this.doc.querySelectorAll("path").length?Array.from(this.doc.querySelectorAll("path")):console.warn("(KIcon) Warning: SVG Path not found")},attributes(){return this.paths&&this.paths.map(t=>Array.from(t.attributes).reduce((e,{value:n,name:i})=>{const r=t.attributes.id&&"preserveColor"===t.attributes.id.value;return"fill"===i&&this.color&&!r?e[i]="none"===n?"none":this.color:"stroke"===i&&this.color?e[i]=this.color:e[i]=n,e},{}))},width(){return this.svg.getAttribute("width")},height(){return this.svg.getAttribute("height")},setSize(){return this.size||this.svg.getAttribute("width")},viewbox(){return this.viewBox||this.svg.getAttribute("viewBox")}},beforeMount(){this.isSSR=!0}},bt=yt;n("1fc1");function Ft(t,e,n,i,r,o,l,s){var a,h="function"===typeof t?t.options:t;if(e&&(h.render=e,h.staticRenderFns=n,h._compiled=!0),i&&(h.functional=!0),o&&(h._scopeId="data-v-"+o),l?(a=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(l)},h._ssrRegister=a):r&&(a=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),a)if(h.functional){h._injectStyles=a;var c=h.render;h.render=function(t,e){return a.call(e),c(t,e)}}else{var v=h.beforeCreate;h.beforeCreate=v?[].concat(v,a):[a]}return{exports:t,options:h}}var At=Ft(bt,r,o,!1,null,"77239f42",null),St=At.exports;e["default"]=St},"1fc1":function(t,e,n){"use strict";var i=n("783b"),r=n.n(i);r.a},"26c6":function(t,e){t.exports='<svg width="32" height="32" viewBox="-4 -4 32 32" xmlns="http://www.w3.org/2000/svg">\n <path d="M2 0h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 2v6h6V2H2zm0 10h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2zm0 2v6h6v-6H2zM14 0h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 2v6h6V2h-6zm1 10l5 5-5 5V12z" fill="#A3BBCC" fill-rule="evenodd"/>\n</svg>\n'},"3a50":function(t,e){t.exports='<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\n <path d="M22 0c1.1045695 0 2 .8954305 2 2v20c0 1.1045695-.8954305 2-2 2H2c-1.1045695 0-2-.8954305-2-2V2C0 .8954305.8954305 0 2 0h20zm0 6H2v16h20V6zm-6 3l1 1v2l1 1h1v2h-1l-1 1v2l-1 1h-2.5v-1.5h2V15l1-1-1-1v-2.5h-2V9H16zm-5.5 0v1.5h-2V13l-1 1 1 1v2.5h2V19H8l-1-1v-2l-1-1H5v-2h1l1-1v-2l1-1h2.5zM18 2H2v2h16V2zm4 0h-2v2h2V2z" fill="#A3BBCC" fill-rule="evenodd"/>\n</svg>\n'},4141:function(t,e){(function(t){var e="currentScript",n=t.getElementsByTagName("script");e in t||Object.defineProperty(t,e,{get:function(){try{throw new Error}catch(i){var t,e=(/.*at [^\(]*\((.*):.+:.+\)$/gi.exec(i.stack)||[!1])[1];for(t in n)if(n[t].src==e||"interactive"==n[t].readyState)return n[t];return null}}})})(document)},"443a":function(t,e){function n(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"===typeof btoa){var o=i(r),l=r.sources.map((function(t){return"/*# sourceURL="+r.sourceRoot+t+" */"}));return[n].concat(l).concat([o]).join("\n")}return[n].join("\n")}function i(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),n="sourceMappingURL=data:application/json;charset=utf-8;base64,"+e;return"/*# "+n+" */"}t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var i=n(e,t);return e[2]?"@media "+e[2]+"{"+i+"}":i})).join("")},e.i=function(t,n){"string"===typeof t&&(t=[[null,t,""]]);for(var i={},r=0;r<this.length;r++){var o=this[r][0];"number"===typeof o&&(i[o]=!0)}for(r=0;r<t.length;r++){var l=t[r];"number"===typeof l[0]&&i[l[0]]||(n&&!l[2]?l[2]=n:n&&(l[2]="("+l[2]+") and ("+n+")"),e.push(l))}},e}},"49d9":function(t,e){t.exports='<svg width="18" height="15" xmlns="http://www.w3.org/2000/svg">\n <path d="M12.2017301 6.92326993c.703125 0 1.4690288.10044643 2.2977122.30133928.8286827.20089286 1.5945866.52734408 2.2977116.979353.703125.45200893 1.0546875.96679672 1.0546875 1.54436336v4.99637293h-4.8214286V9.74832557c0-1.10491071-.5273434-2.03403986-1.5820309-2.78738807.1757809-.02511193.426897-.03766757.7533482-.03766757zm-6.40346017 0c.703125 0 1.4690295.10044643 2.29771221.30133928.82868272.20089286 1.58830907.52734408 2.27887846.979353.6905693.45200893 1.0358537.96679672 1.0358537 1.54436336v4.99637293H.14815864V9.74832557c0-.57756664.3515625-1.09235443 1.0546875-1.54436336.703125-.45200892 1.46902886-.77846014 2.29771157-.979353.82868336-.20089285 1.59458722-.30133928 2.29771222-.30133928zm0-1.58203093c-.65290179 0-1.21791279-.23856043-1.69503364-.71568129-.47712022-.47712021-.71568065-1.04213121-.71568065-1.695033 0-.65290178.23856043-1.21791342.71568065-1.69503364C4.58035714.75837086 5.14536814.51981043 5.79826993.51981043c.65290178 0 1.21163528.23856043 1.67619986.71568064.46456457.47712022.6968475 1.04213186.6968475 1.69503364 0 .65290179-.23228293 1.21791279-.6968475 1.695033-.46456458.47712086-1.02329808.71568129-1.67619986.71568129zm6.40346017 0c-.6529018 0-1.2179128-.23856043-1.6950337-.71568129-.4771208-.47712021-.71568061-1.04213121-.71568061-1.695033 0-.65290178.23855981-1.21791342.71568061-1.69503364.4771209-.47712021 1.0421319-.71568064 1.6950337-.71568064s1.2179128.23856043 1.6950336.71568064c.4771202.47712022.7156807 1.04213186.7156807 1.69503364 0 .65290179-.2385605 1.21791279-.7156807 1.695033-.4771208.47712086-1.0421318.71568129-1.6950336.71568129z" fill="#A3BBCC" fill-rule="evenodd" />\n</svg>\n'},"4c9a":function(t,e){t.exports='<svg width="12" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M6 0c2.76142375 0 5 2.23857625 5 5v3h.5c.2761424 0 .5.22385763.5.5v7c0 .2761424-.2238576.5-.5.5H.5c-.27614237 0-.5-.2238576-.5-.5v-7c0-.27614237.22385763-.5.5-.5H1V5c0-2.76142375 2.23857625-5 5-5zm.5 11h-1c-.27614237 0-.5.2238576-.5.5v1c0 .2761424.22385763.5.5.5h1c.27614237 0 .5-.2238576.5-.5v-1c0-.2761424-.22385763-.5-.5-.5zM6 2C4.34314575 2 3 3.34314575 3 5v3h6V5c0-1.65685425-1.34314575-3-3-3z" fill="#000" fill-rule="evenodd" fill-opacity=".45"/></svg>\n'},5280:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg"><path fill="#A3BBCC" d="M0,8a8,8 0 1,0 16,0a8,8 0 1,0 -16,0" /></svg>\n'},5475:function(t,e){t.exports='<svg width="33" height="32" viewBox="0 0 33 33" xmlns="http://www.w3.org/2000/svg"><g><path stroke="#A3BBCC" stroke-width="1.5" fill="none" fill-rule="evenodd" d="M24.5 19c-1.378 0-2.5-1.121-2.5-2.5V12c0-3.641-2.24-6.951-5.603-8.325C16.022 2.108 14.637 1 13 1c-1.612 0-3.024 1.131-3.4 2.675C6.239 5.049 4 8.358 4 12v4.5C4 17.879 2.878 19 1.5 19c-.276 0-.5.224-.5.5s.224.5.5.5h23c.276 0 .5-.224.5-.5s-.224-.5-.5-.5M16 20h-6c-.276 0-.5.224-.5.5 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-.276-.224-.5-.5-.5"/></g></svg>\n'},"58de":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="14">\n <path fill="#BFBFBF" fill-rule="nonzero" d="M7 11l-3 3v-3H2c-1.1045695 0-2-.895431-2-2V2C0 .895431.8954305 0 2 0h12c1.1045695 0 2 .895431 2 2v7c0 1.104569-.8954305 2-2 2H7zM2 2v7h12V2H2z"/>\n</svg>\n'},"5b0a":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8">\n <path fill="#000" fill-opacity=".25" fill-rule="evenodd" d="M16 5H5v3L0 4l3.371-2.697L5 0v3h11z"/>\n</svg>\n'},"5b1f":function(t,e){t.exports='<svg width="32" height="32" viewBox="-6 -4 32 32" xmlns="http://www.w3.org/2000/svg">\n <path d="M10 24C5.39 22.156.994 19.54.147 14h2.02c.643 3.577 3.15 5.847 7.832 7.837 4.576-1.955 7.15-4.307 7.822-7.837h2.026c-.869 5.45-5.3 8.181-9.847 10zM20 8h-2V5.862c-2.704-.373-5.375-1.501-8-3.359-2.625 1.858-5.296 2.986-8 3.36V8H0V4c3.333 0 6.667-1.333 10-4 3.333 2.667 6.667 4 10 4v4zM0 10h20v2H0v-2z" fill="#A3BBCC" fill-rule="nonzero"/>\n</svg>\n'},"721d":function(t,e){t.exports='<svg width="12" height="12" xmlns="http://www.w3.org/2000/svg"><path fill="#000" d="M0 1l1-1h.5L6 4.49993896 10.5 0h.5l1 1v.5L7.5 6l4.5 4.5v.5l-1 1h-.5L6 7.5 1.5 12H1l-1-1v-.5L4.5 6 0 1.5z" fill-rule="evenodd" fill-opacity=".25" /></svg>\n'},"72cc":function(t,e){t.exports='<svg width="16" height="8" viewBox="0 0 16 8" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M0 5H11V8L16 4L12.629 1.303L11 0V3H0V5Z" fill="black" fill-opacity="0.25"/>\n</svg>\n'},"783b":function(t,e,n){var i=n("8e65");"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var r=n("0ed3").default;r("5f6543f4",i,!0,{sourceMap:!1,shadowMode:!1})},"7ba4":function(t,e){t.exports='<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">\n <path d="M8.63962039 0c.2152152 0 .40628463.13771505.47434165.34188612l.63997656 1.91853291c.3708976.11319954.7265407.26136452 1.0630881.4406537l1.8103874-.9038671c.1924944-.09624716.4249801-.05851992.5771602.09366021l.9045599.90455983c.1521801.15218013.1899073.38466585.0936602.57716018l-.904073 1.81000104c.1795192.33691975.3278441.69298066.44112 1.06432821l1.9182725.63912286C15.862285 6.95409498 16 7.14516441 16 7.36037961v1.27924078c0 .2152152-.137715.40628463-.3418861.47434165l-1.918532.63997355c-.1132072.37092351-.2613848.72659041-.4406907 1.06315871l.9039032 1.8103198c.0962471.1924944.0585199.4249801-.0936602.5771602l-.9045599.9045599c-.1521801.1521801-.3846658.1899073-.5771602.0936602l-1.8103171-.9039046c-.3365681.179306-.692235.3274837-1.0631584.4406912l-.63997656 1.9185329C9.04590502 15.862285 8.85483559 16 8.63962039 16H7.36037961c-.2152152 0-.40628463-.137715-.47434165-.3418861L6.2460614 13.739581c-.3708976-.1131996-.72654071-.2613646-1.06308807-.4406537l-1.81038748.9038671c-.19249433.0962471-.42498005.0585199-.57716018-.0936602l-.90455983-.9045599c-.15218013-.1521801-.18990737-.3846658-.09366021-.5771602l.90407299-1.810001c-.17951921-.3369197-.32784407-.6929806-.44112007-1.0643282L.34188612 9.11396204C.13771505 9.04590502 0 8.85483559 0 8.63962039V7.36037961c0-.2152152.13771505-.40628463.34188612-.47434165l1.918532-.63997355c.11320723-.37092352.26138479-.72659044.44069063-1.06315869l-.90390312-1.81031987c-.09624716-.19249433-.05851992-.42498005.09366021-.57716018l.90455983-.90455983c.15218013-.15218013.38466585-.18990737.57716018-.09366021l1.81031714.90390458c.33656815-.17930601.69223497-.32748375 1.06315841-.44069118L6.88603796.34188612C6.95409498.13771505 7.14516441 0 7.36037961 0h1.27924078zM8 6c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2z" fill="#A3BBCC" fill-rule="evenodd" />\n</svg>\n'},"81e7":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14">\n <path fill="#B9BABB" fill-rule="evenodd" d="M9.1237341 11.1237341C8.2138377 11.6796483 7.1443299 12 6 12c-3.3137085 0-6-2.6862915-6-6s2.6862915-6 6-6 6 2.6862915 6 6c0 1.1443299-.3203517 2.2138377-.8762659 3.1237341L13.5 11.5c.577204.577204.5829926 1.4170074 0 2-.5781647.5781647-1.4256897.5743103-2 0l-2.3762659-2.3762659zM6 10c2.209139 0 4-1.790861 4-4S8.209139 2 6 2 2 3.790861 2 6s1.790861 4 4 4z"/>\n</svg>\n'},"83a6":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16">\n <path fill="#A3BBCC" fill-rule="evenodd" d="M0 0h2v16H0V0zm16 7v2H9v3L4 8l5-4v3h7z"/>\n</svg>\n'},8780:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16">\n <path fill="#A3BBCC" fill-rule="evenodd" d="M1 0h5c.55228 0 1 .44772 1 1v5c0 .55228-.44772 1-1 1H1c-.55228 0-1-.44772-1-1V1c0-.55228.44772-1 1-1zm1 2v3h3V2H2zM1 9h5c.55228 0 1 .44772 1 1v5c0 .55228-.44772 1-1 1H1c-.55228 0-1-.44772-1-1v-5c0-.55228.44772-1 1-1zm1 2v3h3v-3H2zm8-11h5c.55228 0 1 .44772 1 1v5c0 .55228-.44772 1-1 1h-5c-.55228 0-1-.44772-1-1V1c0-.55228.44772-1 1-1zm1 2v3h3V2h-3zm-1 7h5c.55228 0 1 .44772 1 1v5c0 .55228-.44772 1-1 1h-5c-.55228 0-1-.44772-1-1v-5c0-.55228.44772-1 1-1zm1 2v3h3v-3h-3z"/>\n</svg>\n'},"8e65":function(t,e,n){e=t.exports=n("443a")(!1),e.push([t.i,".kong-icon.kong-icon-spinner g[data-v-77239f42]{transform-box:fill-box;transform-origin:50% 50%;animation:spin-data-v-77239f42 1.2s linear infinite}@keyframes spin-data-v-77239f42{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}",""])},"8ee5":function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">\n <g fill="#FFF" fill-rule="evenodd">\n <path fill="#fff" d="M13.3154759 4.60336552c.6394482-.63889655.6394482-1.67503449 0-2.31393104-.6388966-.63889655-1.6744828-.63889655-2.3133793 0-.6394483.63889655-.6394483 1.67503449 0 2.31393104.6388965.63889655 1.6744827.63889655 2.3133793 0" opacity=".1"/>\n <path fill="#fff" d="M13.9609931 6.17246897c-.9037241 0-1.6364138.73268965-1.6364138 1.63641379 0 .90317241.7326897 1.63586207 1.6364138 1.63586207.9037241 0 1.6358621-.73268966 1.6358621-1.63586207 0-.90372414-.732138-1.63641379-1.6358621-1.63641379" opacity=".25"/>\n <path fill="#fff" d="M10.9938207 11.0105379c-.6388966.6388966-.6388966 1.6750345 0 2.3139311.6388965.6388965 1.6750345.6388965 2.313931 0 .6388966-.6388966.6388966-1.6750345 0-2.3139311-.6388965-.6388965-1.6750345-.6388965-2.313931 0" opacity=".35"/>\n <path fill="#fff" d="M7.79988966 12.3247448c-.90372414 0-1.63586207.7326897-1.63586207 1.6364138 0 .9031724.73213793 1.6358621 1.63586207 1.6358621.90372413 0 1.63641379-.7326897 1.63641379-1.6358621 0-.9037241-.73268966-1.6364138-1.63641379-1.6364138" opacity=".5"/>\n <path fill="#fff" d="M2.28706207 11.004469c-.63889655.6388965-.63889655 1.6750344 0 2.313931.63889655.6388966 1.67503448.6388966 2.31393103 0 .63889656-.6388966.63889656-1.6750345 0-2.313931-.63889655-.6388966-1.67503448-.6388966-2.31393103 0" opacity=".65"/>\n <path fill="#fff" d="M3.27244138 7.80888276c0-.90372414-.73268966-1.63641379-1.63641379-1.63641379-.90372414 0-1.63586207.73268965-1.63586207 1.63641379 0 .90317241.73213793 1.63586207 1.63586207 1.63586207.90372413 0 1.63641379-.73268966 1.63641379-1.63586207" opacity=".75"/>\n <path fill="#fff" d="M4.59271724 4.60943448c.63889655-.63889655.63889655-1.67503448 0-2.31393103-.63889655-.63889655-1.67503448-.63889655-2.31393103 0-.63889655.63889655-.63889655 1.67503448 0 2.31393103.63889655.63889655 1.67503448.63889655 2.31393103 0" opacity=".85"/>\n <path fill="#fff" d="M6.16402759 1.6361931c0 .90372414.73213793 1.6364138 1.63586207 1.6364138.90372413 0 1.63641379-.73268966 1.63641379-1.6364138 0-.90372413-.73268966-1.63641379-1.63641379-1.63641379-.90372414 0-1.63586207.73268966-1.63586207 1.63641379z" opacity=".95"/>\n </g>\n</svg>\n'},"92cb":function(t,e){t.exports='<svg width="16" height="14" xmlns="http://www.w3.org/2000/svg">\n <path fill-rule="evenodd" fill="#A3BBCC" clip-rule="evenodd" d="M0 2a2 2 0 012-2h12a2 2 0 012 2v10a2 2 0 01-2 2H2a2 2 0 01-2-2V2zm9 10h5v-2H9v2zm-2-2v2H2v-2h5zm2-2h5V6H9v2zM7 6v2H2V6h5zm2-2h5V2H9v2zM7 2v2H2V2h5z"/>\n</svg>'},9915:function(t,e){t.exports='<svg width="48px" height="42px" viewBox="0 0 48 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="icn-warning-64x">\n <path d="M25.129733,2.64556484 C25.0166566,2.45204254 24.8546193,2.29069544 24.6593031,2.17754095 C24.0339615,1.81525556 23.2314423,2.02651215 22.8697255,2.64556484 L2.17517915,38.0628158 C2.06036961,38.2593042 2,38.4821557 2,38.7088951 C2,39.4200371 2.58244376,40 3.30518292,40 L44.6942755,40 C44.9262204,40 45.1538685,39.9388552 45.3538494,39.8229983 C45.9741835,39.4636139 46.1830669,38.6768553 45.8242793,38.0628158 L25.129733,2.64556484 Z M26.8565586,1.63656862 L47.5511049,37.0538196 C48.4690879,38.6248825 47.9342141,40.6394832 46.3564308,41.5535561 C45.8517121,41.8459599 45.2782053,42 44.6942755,42 L3.30518292,42 C1.4797808,42 3.66949018e-16,40.5265221 0,38.7088951 C0,38.1274525 0.154699044,37.5563885 0.448353557,37.0538196 L21.1428999,1.63656862 C22.0608829,0.0655056975 24.0841012,-0.467089888 25.6618845,0.446983085 C26.1568841,0.733756171 26.5685588,1.14367738 26.8565586,1.63656862 Z" id="Triangle" fill="#B5BBBE" fill-rule="nonzero"></path>\n <path d="M25.129733,2.64556484 C25.0166566,2.45204254 24.8546193,2.29069544 24.6593031,2.17754095 C24.0339615,1.81525556 23.2314423,2.02651215 22.8697255,2.64556484 L2.17517915,38.0628158 C2.06036961,38.2593042 2,38.4821557 2,38.7088951 C2,39.4200371 2.58244376,40 3.30518292,40 L44.6942755,40 C44.9262204,40 45.1538685,39.9388552 45.3538494,39.8229983 C45.9741835,39.4636139 46.1830669,38.6768553 45.8242793,38.0628158 L25.129733,2.64556484 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>\n <path d="M23,13 L25,13 C25.5522847,13 26,13.4477153 26,14 C26,16 26,18 26,20 C26,22.6594889 25.7904331,25.0570193 25.3712994,27.192591 C25.2792336,27.6616739 24.8680521,28 24.3900199,28 L23.6099609,27.9999816 C23.1319364,27.9999816 22.7207615,27.6616608 22.6286994,27.1925851 C22.2095665,25.0570148 22,22.6594864 22,20 C22,18 22,16 22,14 C22,13.4477153 22.4477153,13 23,13 Z M24,31 C25.1045695,31 26,31.8954305 26,33 C26,34.1045695 25.1045695,35 24,35 C22.8954305,35 22,34.1045695 22,33 C22,31.8954305 22.8954305,31 24,31 Z" id="!" fill="#8A9299"></path>\n </g>\n </g>\n</svg>\n'},"9fef":function(t,e){t.exports='<svg width="32" height="32" viewBox="-4 -4 32 32" xmlns="http://www.w3.org/2000/svg">\n <path d="M14 0h-4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 2v20h-4V2h4zm6 0v2h-3v2h3v2l4-3-4-3zm0 14v2h-3v2h3v2l4-3-4-3zM7 11H4V9l-4 3 4 3v-2h3v-2zm0-7H3v2h4V4zm0 14H3v2h4v-2zm-5 0H0v2h2v-2zm19-7h-4v2h4v-2zm3 0h-2v2h2v-2zM2 4H0v2h2V4z" fill="#A3BBCC" fill-rule="evenodd"/>\n</svg>\n'},a0a8:function(t,e){t.exports='<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">\n <path d="M14 5.33333333c1.1045695 0 2 .8954305 2 1.99999997V16H7.33333333c-1.1045695 0-2-.8954305-2-2V5.33333333L12.666 5.333 14 5.33333333zm-3.3333333-2.66666666c.8706388 0 1.6113429.55631633 1.8860317 1.33286835L4 4l-.00046498 8.5526984c-.77655202-.2746888-1.33286835-1.0153929-1.33286835-1.8860317V2.66666667h8.00000003zM8.33333333 0c.87063879 0 1.61134294.55631633 1.88603177 1.33286835l-8.88603177.00046498-.00046498 8.88603177C.55631633 9.9446763 0 9.2039721 0 8.3333333V2C0 .8954305.8954305 0 2 0h6.33333333z" fill="#A3BBCC" fill-rule="evenodd"/>\n</svg>\n'},b111:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">\n <path fill="#000" fill-opacity=".55" fill-rule="evenodd" d="M11.4765344 3.1092521l1.4732131-1.4732131 1.4142135 1.4142135-1.4732131 1.4732131c.514815.7229326.8733467 1.5648778 1.0262937 2.4765344H16v2h-2.0829584c-.152947.9116566-.5114787 1.7536018-1.0262937 2.4765344l1.4732131 1.4732131-1.4142135 1.4142135-1.4732131-1.4732131c-.7229326.514815-1.5648778.8733467-2.4765344 1.0262937V16H7v-2.0829584c-.9116566-.152947-1.7536018-.5114787-2.4765344-1.0262937L3.0502525 14.363961 1.636039 12.9497475l1.4732131-1.4732131C2.5944371 10.7536018 2.2359054 9.9116566 2.0829584 9H0V7h2.0829584c.152947-.9116566.5114787-1.7536018 1.0262937-2.4765344L1.636039 3.0502525 3.0502525 1.636039l1.4732131 1.4732131C5.2463982 2.5944371 6.0883434 2.2359054 7 2.0829584V0h2v2.0829584c.9116566.152947 1.7536018.5114787 2.4765344 1.0262937zM8 12c2.209139 0 4-1.790861 4-4s-1.790861-4-4-4-4 1.790861-4 4 1.790861 4 4 4z" opacity=".5"/>\n</svg>\n'},b17e:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="21">\n <path fill="#A4BBCB" fill-rule="nonzero" d="M13 10l3-3c.6902336-.73713266 1.4429032-1.26058218 2-1 .2605822.55709682-.2628673 1.30976636-1 2l-3 3c.1531248.4707586.1875961.6844547 0 1 .1875961 1.0625747-.7498292 2-2 2-1.0625747 0-2-.9374253-2-2 0-1.2501708.9374253-2.1875961 2-2 .3155453-.1875961.5292414-.1531248 1 0zm8 10c-.08276.0634515-.7131836.1223062-1 0-.5634515-.58276-.6223062-1.2131836 0-2 1.1963422-1.4063656 2-3.6213758 2-6 0-5.5228475-4.4771525-10-10-10S2 6.4771525 2 12c0 2.3848064.80099865 4.5939865 2 6 .62209487.7857069.56386353 1.4161884 0 2-.28570688.1220949-.91618845.0638635-1 0-2.03512593-2.4863139-3-5.1474677-3-8C0 5.372583 5.372583 0 12 0s12 5.372583 12 12c0 2.8461786-.967377 5.5124254-3 8zM9 16h6c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1H9c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1z"/>\n</svg>\n'},b569:function(t,e){t.exports='<svg width="32" height="32" viewBox="-4 -4 32 32" xmlns="http://www.w3.org/2000/svg">\n <path d="M19.593 5.493l-2.842 2.842A6.002 6.002 0 0 1 13 17.917l-.001 4.034c5.053-.502 9-4.766 9-9.951a9.96 9.96 0 0 0-2.407-6.507zM18.146 4.11A9.95 9.95 0 0 0 13 2.05v4.034c.83.14 1.604.45 2.281.893l2.865-2.865zM2.05 13A10.003 10.003 0 0 0 11 21.95v-4.033A6.005 6.005 0 0 1 6.083 13H2.049zm0-2h4.034A6.005 6.005 0 0 1 11 6.083V2.049A10.003 10.003 0 0 0 2.05 11zM12 24C5.373 24 0 18.627 0 12S5.373 0 12 0s12 5.373 12 12-5.373 12-12 12zm0-8a4 4 0 1 0 0-8 4 4 0 0 0 0 8z" fill="#A3BBCC" fill-rule="evenodd"/>\n</svg>\n'},b908:function(t,e){t.exports='<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">\n <path d="M12 0c6.627417 0 12 5.372583 12 12s-5.372583 12-12 12S0 18.627417 0 12 5.372583 0 12 0zm.5 18h-1c-1.89844585 0-3.52231553 1.1756003-4.18333865 2.8385306C8.71442012 21.5798521 10.3081447 22 12 22c1.6918553 0 3.2855799-.4201479 4.6825277-1.1617979l.0613831.1617114C16.1261318 19.2521701 14.4592959 18 12.5 18zM12 2C6.4771525 2 2 6.4771525 2 12c0 3.041301 1.35767114 5.7655009 3.4999962 7.5995824C6.42573925 17.4804809 8.53997721 16 11 16h2c2.4600228 0 4.5742607 1.4804809 5.500341 3.5990697C20.6423289 17.7655009 22 15.041301 22 12c0-5.5228475-4.4771525-10-10-10zm0 2c2.209139 0 4 1.790861 4 4v2c0 2.209139-1.790861 4-4 4s-4-1.790861-4-4V8c0-2.209139 1.790861-4 4-4zm0 2c-1.0543618 0-1.9181651.81587779-1.9945143 1.85073766L10 8v2c0 1.1045695.8954305 2 2 2 1.0543618 0 1.9181651-.8158778 1.9945143-1.8507377L14 10V8c0-1.1045695-.8954305-2-2-2z" fill="#A4BBCB" fill-rule="evenodd"/>\n</svg>\n'},b931:function(t,e){t.exports='<svg width="19" height="16" xmlns="http://www.w3.org/2000/svg">\n <g transform="translate(.5)" fill-rule="evenodd">\n <path fill="#A3BBCC" d="M6,8a3,3 0 1,0 6,0a3,3 0 1,0 -6,0" />\n <path fill="#A3BBCC" d="M11.5 0h2.9545455l1.1818181 1.6v3.2l1.1818182 1.6H18v3.2h-1.1818182l-1.1818182 1.6v3.2L14.4545455 16H11.5v-2.4h2.3636364v-4L15.0454545 8l-1.1818181-1.6v-4H11.5zM6.5 0H3.54545455L2.36363636 1.6v3.2L1.18181818 6.4H0v3.2h1.18181818l1.18181818 1.6v3.2L3.54545455 16H6.5v-2.4H4.13636364v-4L2.95454545 8l1.18181819-1.6v-4H6.5z"/>\n </g>\n</svg>\n'},c525:function(t,e){t.exports='<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg">\n <path fill="#A4BBCB" d="M11 4h2v16h-2z"/>\n <path fill="#A4BBCB" d="M6 8h12v2H6zM2 14h20v2H2zM6 20h12v2H6z"/>\n <path d="M12 4a2 2 0 100-4 2 2 0 000 4z" stroke="#A4BBCB" stroke-width="2" fill="#FFF" />\n <path d="M0,14.75a1.5,1.5 0 1,0 3,0a1.5,1.5 0 1,0 -3,0" stroke="#A4BBCB" stroke-width="2" fill="#FFF" />\n <path d="M21,14.75a1.5,1.5 0 1,0 3,0a1.5,1.5 0 1,0 -3,0" stroke="#A4BBCB" stroke-width="2" fill="#FFF" />\n <path d="M5.25 10.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM18.75 10.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM5.25 22.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM18.75 22.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" stroke="#A4BBCB" stroke-width="2" fill="#FFF" />\n</svg>'},c9fa:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">\n <path fill="#BFBFBF" fill-rule="evenodd" d="M3 12v1c0 .5522847.4477153 1 1 1h4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1H4c-1.6568542 0-3-1.3431458-3-3v-1c-.5522847 0-1-.4477153-1-1V7c0-.5522847.4477153-1 1-1h.0708889C1.5561185 2.6077059 4.4735281 0 8 0s6.4438815 2.6077059 6.9291111 6H15c.5522847 0 1 .4477153 1 1v4c0 .5522847-.4477153 1-1 1h-2c-.5522847 0-1-.4477153-1-1V7c0-.5188639.3951689-.9454312.9009623-.9951576C12.439565 3.7201899 10.4206685 2 8 2 5.5793315 2 3.560435 3.7201899 3.0990377 6.0048424 3.6048311 6.0545688 4 6.4811361 4 7v4c0 .5522847-.4477153 1-1 1z"/>\n</svg>\n'},dfe0:function(t,e){t.exports='<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg">\n <path d="M7.370028 5.70809618c0-1.37428936.47141345-2.54083745 1.41424036-3.49964427S10.8856538.77024127 12.2599432.77024127c1.3742893 0 2.5408383.47940382 3.4996451 1.43821064.9588068.95880682 1.4382098 2.12535491 1.4382098 3.49964427 0 1.37429018-.479403 2.53284873-1.4382098 3.47567482-.9588068.9428269-2.1253558 1.4142404-3.4996451 1.4142404-1.3742894 0-2.53284793-.4714135-3.47567484-1.4142404C7.84144145 8.24094491 7.370028 7.08238636 7.370028 5.70809618zm2.444958 9.39630762c0-.5752849.1997509-1.0626783.5992544-1.4621809.3995026-.3995026.886896-.5992544 1.4621801-.5992544.575284 0 1.0546879.1997518 1.4382106.5992544.3835227.3995026.5752833.886896.5752833 1.4621809 0 .5752833-.1917606 1.0626775-.5752833 1.4621801-.3835227.3995026-.8629266.5992544-1.4382106.5992544-.5752841 0-1.0626775-.1997518-1.4621801-.5992544-.3995035-.3995026-.5992544-.8868968-.5992544-1.4621801zM.8022019 11.4129974c0-.8948864.31960228-1.66193185.95880683-2.3011364.63920454-.63920455 1.42222991-.95880682 2.34907691-.95880682.89488636 0 1.66193181.31161191 2.30113636.93483655.63920455.62322463.958806 1.39825967.958806 2.32510667 0 .9268461-.31960145 1.701882-.958806 2.3251066-.63920455.6232238-1.40625.9348365-2.30113636.9348365-.926847 0-1.70987237-.3196022-2.34907691-.9588068-.63920455-.6392045-.95880682-1.40625-.95880682-2.3011363z" fill="#A3BBCC" fill-rule="nonzero"/>\n</svg>\n'},e1c5:function(t,e){t.exports='<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg">\n <path transform="rotate(-45 11.7 12)" d="M7.710000000000001,12a4,12 0 1,0 8,0a4,12 0 1,0 -8,0" stroke="#A4BBCB" stroke-width="2" fill="none"/>\n <path d="M3 5.3a2 2 0 100-4 2 2 0 000 4z" stroke="#A4BBCB" stroke-width="2" fill="#FFF"/>\n <path transform="rotate(45 11.7 12)" d="M7.710000000000001,12a4,12 0 1,0 8,0a4,12 0 1,0 -8,0" stroke="#A4BBCB" stroke-width="2" fill="none"/>\n <path d="M21 5.3a2 2 0 100-4 2 2 0 000 4zM21 22.3a2 2 0 100-4 2 2 0 000 4zM3 22.3a2 2 0 100-4 2 2 0 000 4z" stroke="#A4BBCB" stroke-width="2" fill="#FFF"/>\n</svg>'},ee98:function(t,e){t.exports='<svg width="32" height="32" viewBox="-5 -4 32 32" xmlns="http://www.w3.org/2000/svg">\n <path d="M2 24h18a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2zm0-2V2h18v20H2zm3-7h12v-2H5v2zm0-4h5V9H5v2zm7 0h5V9h-5v2zM5 7h12V5H5v2zm0 12h5v-2H5v2zm7 0h5v-2h-5v2z" fill="#A3BBCC" fill-rule="evenodd"/>\n</svg>\n'},f31f:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">\n <path fill="#FFF" fill-rule="evenodd" d="M16 8c0-4.418278-3.58172-8-8-8S0 3.581722 0 8s3.58172 8 8 8 8-3.581722 8-8zm-1.5 0c0 3.5898509-2.91015 6.5-6.5 6.5S1.5 11.5898509 1.5 8 4.41015 1.5 8 1.5s6.5 2.9101491 6.5 6.5zM6 12h4v-1H9V7H6v1h1v3H6v1zm1-6.5046844C7 5.7740451 7.21404 6 7.50468 6h.99064C8.77405 6 9 5.785965 9 5.4953156v-.9906312C9 4.2259549 8.78596 4 8.49532 4h-.99064C7.22595 4 7 4.214035 7 4.5046844v.9906312z" opacity=".60000002"/>\n</svg>\n'}})["default"]}));
//# sourceMappingURL=KIcon.umd.min.js.map

@@ -10,2 +10,4 @@ import back from './icn-back.svg'

import featureRequest from './icn-feature-request.svg'
import filter from './icn-filter.svg'
import forward from './icn-forward.svg'
import gateway from './icn-gateway.svg'

@@ -29,2 +31,3 @@ import gear from './icn-gear.svg'

import support from './icn-support.svg'
import table from './icn-table.svg'
import trash from './icn-trash.svg'

@@ -46,2 +49,4 @@ import vitals from './icn-vitals.svg'

featureRequest,
filter,
forward,
gateway,

@@ -65,2 +70,3 @@ gear,

support,
table,
trash,

@@ -67,0 +73,0 @@ warning,

{
"name": "@kongponents/kicon",
"version": "0.4.9",
"version": "0.5.0",
"description": "Icon component",

@@ -26,3 +26,3 @@ "main": "dist/KIcon.umd.min.js",

},
"gitHead": "ee83c286bd838fdefa1c8391c3a98236f40cdfc8"
"gitHead": "8da22ee84650d6e6e22d510d0b4fabc907f21b7e"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc