import { defineComponent, openBlock, createElementBlock, createStaticVNode, createElementVNode } from "vue";
var _export_sfc = (sfc, props) => {
  const target = sfc.__vccOpts || sfc;
  for (const [key, val] of props) {
    target[key] = val;
  }
  return target;
};
const _sfc_main$1C = defineComponent({
  name: "IconAlertLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1C = ["width", "height", "fill"];
const _hoisted_2$1C = /* @__PURE__ */ createStaticVNode('<g clip-path="url(#clip0_1_10)"><path d="M12 14.75c-.41 0-.75-.34-.75-.75V9c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75z"></path><path d="M12 18c-.06 0-.13-.01-.2-.02a.636.636 0 01-.18-.06.757.757 0 01-.18-.09l-.15-.12c-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71l.15-.12c.06-.04.12-.07.18-.09.06-.03.12-.05.18-.06.13-.03.27-.03.39 0 .07.01.13.03.19.06.06.02.12.05.18.09l.15.12c.18.19.29.45.29.71 0 .26-.11.52-.29.71l-.15.12c-.06.04-.12.07-.18.09-.06.03-.12.05-.19.06-.06.01-.13.02-.19.02z"></path><path d="M18.06 22.16H5.94c-1.95 0-3.44-.71-4.2-1.99-.75-1.28-.65-2.93.3-4.64L8.1 4.63c1-1.8 2.38-2.79 3.9-2.79s2.9.99 3.9 2.79l6.06 10.91c.95 1.71 1.06 3.35.3 4.64-.76 1.27-2.25 1.98-4.2 1.98zM12 3.34c-.94 0-1.86.72-2.59 2.02L3.36 16.27c-.68 1.22-.79 2.34-.32 3.15.47.81 1.51 1.25 2.91 1.25h12.12c1.4 0 2.43-.44 2.91-1.25s.36-1.92-.32-3.15L14.59 5.36c-.73-1.3-1.65-2.02-2.59-2.02z"></path></g><defs><clipPath id="clip0_1_10"><rect width="24" height="24"></rect></clipPath></defs>', 2);
const _hoisted_4$B = [
  _hoisted_2$1C
];
function _sfc_render$1C(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$B, 8, _hoisted_1$1C);
}
var IconAlertLine = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["render", _sfc_render$1C]]);
const _sfc_main$1B = defineComponent({
  name: "IconArrowDownLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1B = ["width", "height", "fill"];
const _hoisted_2$1B = /* @__PURE__ */ createElementVNode("g", { "clip-path": "url(#clip0_1_12)" }, [
  /* @__PURE__ */ createElementVNode("path", { d: "M12 16.8c-.7 0-1.4-.27-1.93-.8L3.55 9.48a.754.754 0 010-1.06c.29-.29.77-.29 1.06 0l6.52 6.52c.48.48 1.26.48 1.74 0l6.52-6.52c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06L13.93 16c-.53.53-1.23.8-1.93.8z" })
], -1);
const _hoisted_3$1v = /* @__PURE__ */ createElementVNode("defs", null, [
  /* @__PURE__ */ createElementVNode("clipPath", { id: "clip0_1_12" }, [
    /* @__PURE__ */ createElementVNode("rect", {
      width: "24",
      height: "24"
    })
  ])
], -1);
const _hoisted_4$A = [
  _hoisted_2$1B,
  _hoisted_3$1v
];
function _sfc_render$1B(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$A, 8, _hoisted_1$1B);
}
var IconArrowDownLine = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["render", _sfc_render$1B]]);
const _sfc_main$1A = defineComponent({
  name: "IconArrowUpLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1A = ["width", "height", "fill"];
const _hoisted_2$1A = /* @__PURE__ */ createElementVNode("g", { "clip-path": "url(#clip0_1_15)" }, [
  /* @__PURE__ */ createElementVNode("path", { d: "M19.92 15.8c-.19 0-.38-.07-.53-.22l-6.52-6.52c-.48-.48-1.26-.48-1.74 0l-6.52 6.52c-.29.29-.77.29-1.06 0a.754.754 0 010-1.06L10.07 8a2.74 2.74 0 013.86 0l6.52 6.52c.29.29.29.77 0 1.06-.15.14-.34.22-.53.22z" })
], -1);
const _hoisted_3$1u = /* @__PURE__ */ createElementVNode("defs", null, [
  /* @__PURE__ */ createElementVNode("clipPath", { id: "clip0_1_15" }, [
    /* @__PURE__ */ createElementVNode("rect", {
      width: "24",
      height: "24"
    })
  ])
], -1);
const _hoisted_4$z = [
  _hoisted_2$1A,
  _hoisted_3$1u
];
function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$z, 8, _hoisted_1$1A);
}
var IconArrowUpLine = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["render", _sfc_render$1A]]);
const _sfc_main$1z = defineComponent({
  name: "IconArrowRightLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1z = ["width", "height", "fill"];
const _hoisted_2$1z = /* @__PURE__ */ createElementVNode("g", { "clip-path": "url(#clip0_1_18)" }, [
  /* @__PURE__ */ createElementVNode("path", { d: "M8.91 20.67c-.19 0-.38-.07-.53-.22a.754.754 0 010-1.06l6.52-6.52c.48-.48.48-1.26 0-1.74L8.38 4.61a.754.754 0 010-1.06c.29-.29.77-.29 1.06 0l6.52 6.52c.51.51.8 1.2.8 1.93s-.28 1.42-.8 1.93l-6.52 6.52c-.15.14-.34.22-.53.22z" })
], -1);
const _hoisted_3$1t = /* @__PURE__ */ createElementVNode("defs", null, [
  /* @__PURE__ */ createElementVNode("clipPath", { id: "clip0_1_18" }, [
    /* @__PURE__ */ createElementVNode("rect", {
      width: "24",
      height: "24"
    })
  ])
], -1);
const _hoisted_4$y = [
  _hoisted_2$1z,
  _hoisted_3$1t
];
function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$y, 8, _hoisted_1$1z);
}
var IconArrowRightLine = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["render", _sfc_render$1z]]);
const _sfc_main$1y = defineComponent({
  name: "IconArrowLeftLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1y = ["width", "height", "fill"];
const _hoisted_2$1y = /* @__PURE__ */ createElementVNode("g", { "clip-path": "url(#clip0_1_21)" }, [
  /* @__PURE__ */ createElementVNode("path", { d: "M15 20.67c-.19 0-.38-.07-.53-.22l-6.52-6.52a2.74 2.74 0 010-3.86l6.52-6.52c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-6.52 6.52c-.48.48-.48 1.26 0 1.74l6.52 6.52c.29.29.29.77 0 1.06-.15.14-.34.22-.53.22z" })
], -1);
const _hoisted_3$1s = /* @__PURE__ */ createElementVNode("defs", null, [
  /* @__PURE__ */ createElementVNode("clipPath", { id: "clip0_1_21" }, [
    /* @__PURE__ */ createElementVNode("rect", {
      width: "24",
      height: "24"
    })
  ])
], -1);
const _hoisted_4$x = [
  _hoisted_2$1y,
  _hoisted_3$1s
];
function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$x, 8, _hoisted_1$1y);
}
var IconArrowLeftLine = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["render", _sfc_render$1y]]);
const _sfc_main$1x = defineComponent({
  name: "IconFlagLine1",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1x = ["width", "height", "fill"];
const _hoisted_2$1x = /* @__PURE__ */ createElementVNode("path", { d: "M6.111 15.684V22H4V2h6.903a1.057 1.057 0 01.944.582l.764 1.523h6.333A1.057 1.057 0 0120 5.158v11.579a1.051 1.051 0 01-1.056 1.053h-6.736a1.057 1.057 0 01-.944-.583l-.764-1.523H6.111zm0-11.579v9.474h5.694l1.055 2.105h5.029V6.211h-6.583l-1.055-2.106H6.11z" }, null, -1);
const _hoisted_3$1r = [
  _hoisted_2$1x
];
function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1r, 8, _hoisted_1$1x);
}
var IconFlagLine_1 = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["render", _sfc_render$1x]]);
const _sfc_main$1w = defineComponent({
  name: "IconBubbleChaartLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1w = ["width", "height", "fill"];
const _hoisted_2$1w = /* @__PURE__ */ createElementVNode("path", { d: "M16.444 15.6c1.473 0 2.667 1.209 2.667 2.7S17.917 21 16.444 21c-1.472 0-2.666-1.209-2.666-2.7s1.194-2.7 2.666-2.7zM7.556 12c1.964 0 3.555 1.611 3.555 3.6s-1.591 3.6-3.555 3.6C5.59 19.2 4 17.589 4 15.6S5.591 12 7.556 12zm8.888 5.4a.895.895 0 00-.888.9c0 .497.398.9.888.9.491 0 .89-.403.89-.9s-.399-.9-.89-.9zm-8.888-3.6c-.983 0-1.778.805-1.778 1.8s.795 1.8 1.778 1.8c.982 0 1.777-.805 1.777-1.8s-.795-1.8-1.777-1.8zM15.11 3C17.811 3 20 5.216 20 7.95s-2.188 4.95-4.889 4.95c-2.7 0-4.889-2.216-4.889-4.95S12.411 3 15.112 3zm0 1.8C13.393 4.8 12 6.21 12 7.95s1.393 3.15 3.111 3.15c1.718 0 3.111-1.41 3.111-3.15S16.83 4.8 15.112 4.8z" }, null, -1);
const _hoisted_3$1q = [
  _hoisted_2$1w
];
function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1q, 8, _hoisted_1$1w);
}
var IconBubbleChaartLine = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sfc_render$1w]]);
const _sfc_main$1v = defineComponent({
  name: "IconShieldCheckLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1v = ["width", "height", "fill"];
const _hoisted_2$1v = /* @__PURE__ */ createElementVNode("path", { d: "M12 2l7.304 1.66c.406.093.696.46.696.887v9.08a5.488 5.488 0 01-2.375 4.537L12 22l-5.625-3.835A5.486 5.486 0 014 13.627v-9.08c0-.426.29-.794.696-.887L12 2zm0 1.863L5.778 5.276v8.35c0 1.216.594 2.351 1.583 3.026L12 19.815l4.64-3.163a3.657 3.657 0 001.582-3.025v-8.35L12 3.863v-.001zm3.957 4.702l1.258 1.286-5.657 5.785-3.771-3.857 1.257-1.285 2.513 2.57 4.4-4.5v.001z" }, null, -1);
const _hoisted_3$1p = [
  _hoisted_2$1v
];
function _sfc_render$1v(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1p, 8, _hoisted_1$1v);
}
var IconShieldCheckLine = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["render", _sfc_render$1v]]);
const _sfc_main$1u = defineComponent({
  name: "IconFileCopyLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1u = ["width", "height", "fill"];
const _hoisted_2$1u = /* @__PURE__ */ createElementVNode("path", { d: "M6.485 6.485V4.949A1.95 1.95 0 018.434 3H19.05A1.95 1.95 0 0121 4.95v10.616a1.95 1.95 0 01-1.95 1.95h-1.535v1.535A1.95 1.95 0 0115.566 21H4.95A1.95 1.95 0 013 19.05V8.435a1.95 1.95 0 011.95-1.95h1.535zm1.448-1.536v1.536h7.633a1.95 1.95 0 011.95 1.949v7.633h1.535a.5.5 0 00.5-.5V4.948a.5.5 0 00-.5-.5H8.434a.5.5 0 00-.501.5zM4.448 8.434V19.05a.5.5 0 00.501.5h10.617a.5.5 0 00.501-.5V8.434a.5.5 0 00-.5-.501H4.948a.5.5 0 00-.5.5z" }, null, -1);
const _hoisted_3$1o = [
  _hoisted_2$1u
];
function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1o, 8, _hoisted_1$1u);
}
var IconFileCopyLine = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_render$1u]]);
const _sfc_main$1t = defineComponent({
  name: "IconCopyrightLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1t = ["width", "height", "fill"];
const _hoisted_2$1t = /* @__PURE__ */ createElementVNode("path", { d: "M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 3c1.82 0 3.413.973 4.288 2.428l-1.714 1.029a3 3 0 10-.001 3.087l1.715 1.028A4.999 4.999 0 017 12c0-2.76 2.24-5 5-5z" }, null, -1);
const _hoisted_3$1n = [
  _hoisted_2$1t
];
function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1n, 8, _hoisted_1$1t);
}
var IconCopyrightLine = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["render", _sfc_render$1t]]);
const _sfc_main$1s = defineComponent({
  name: "IconLinkLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1s = ["width", "height", "fill"];
const _hoisted_2$1s = /* @__PURE__ */ createElementVNode("path", { d: "M17.802 14.848l-1.441-1.442 1.441-1.441a4.079 4.079 0 00-5.767-5.767l-1.441 1.441-1.442-1.441 1.442-1.442a6.116 6.116 0 018.65 8.65l-1.442 1.442zm-2.884 2.884l-1.441 1.441a6.116 6.116 0 11-8.65-8.65l1.441-1.441 1.442 1.441-1.442 1.442a4.077 4.077 0 105.767 5.767l1.442-1.442 1.441 1.442zm0-10.093l1.443 1.443-7.209 7.207-1.442-1.441 7.208-7.208z" }, null, -1);
const _hoisted_3$1m = [
  _hoisted_2$1s
];
function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1m, 8, _hoisted_1$1s);
}
var IconLinkLine = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["render", _sfc_render$1s]]);
const _sfc_main$1r = defineComponent({
  name: "IconAuctionLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1r = ["width", "height", "fill"];
const _hoisted_2$1r = /* @__PURE__ */ createElementVNode("path", { d: "M13.252 19.311V21H3v-1.689h10.252zM13.752 3l6.645 6.569-1.208 1.195-.906-.298-2.116 2.089L21 17.332l-1.208 1.194-4.832-4.777-2.054 2.03.242.956-1.209 1.194-6.644-6.568 1.208-1.194.966.238 5.377-5.315-.302-.895L13.752 3zm.604 2.986l-6.04 5.97 3.02 2.987 6.04-5.97-3.02-2.987z" }, null, -1);
const _hoisted_3$1l = [
  _hoisted_2$1r
];
function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1l, 8, _hoisted_1$1r);
}
var IconAuctionLine = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["render", _sfc_render$1r]]);
const _sfc_main$1q = defineComponent({
  name: "IconInformationLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1q = ["width", "height", "fill"];
const _hoisted_2$1q = /* @__PURE__ */ createStaticVNode('<g clip-path="url(#clip0_1_38)" fill-rule="evenodd" clip-rule="evenodd"><path d="M1.25 12C1.25 6.086 6.086 1.25 12 1.25S22.75 6.086 22.75 12 17.914 22.75 12 22.75 1.25 17.914 1.25 12zM12 2.75c-5.086 0-9.25 4.164-9.25 9.25s4.164 9.25 9.25 9.25 9.25-4.164 9.25-9.25S17.086 2.75 12 2.75z"></path><path d="M12 7.25a.75.75 0 01.75.75v5a.75.75 0 01-1.5 0V8a.75.75 0 01.75-.75z"></path><path d="M10.995 16a1 1 0 011-1h.009a1 1 0 110 2h-.01a1 1 0 01-1-1z"></path></g><defs><clipPath id="clip0_1_38"><rect width="24" height="24"></rect></clipPath></defs>', 2);
const _hoisted_4$w = [
  _hoisted_2$1q
];
function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$w, 8, _hoisted_1$1q);
}
var IconInformationLine = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1q]]);
const _sfc_main$1p = defineComponent({
  name: "IconMonkyDollarCorcleLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1p = ["width", "height", "fill"];
const _hoisted_2$1p = /* @__PURE__ */ createElementVNode("path", { d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20zm-3.5-6H14a.5.5 0 000-1h-4a2.5 2.5 0 010-5h1V6h2v2h2.5v2H10a.5.5 0 000 1h4a2.5 2.5 0 010 5h-1v2h-2v-2H8.5v-2z" }, null, -1);
const _hoisted_3$1k = [
  _hoisted_2$1p
];
function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1k, 8, _hoisted_1$1p);
}
var IconMonkyDollarCorcleLine = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1p]]);
const _sfc_main$1o = defineComponent({
  name: "IconUsdtLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1o = ["width", "height", "fill"];
const _hoisted_2$1o = /* @__PURE__ */ createElementVNode("path", { d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20z" }, null, -1);
const _hoisted_3$1j = /* @__PURE__ */ createElementVNode("rect", {
  x: "8",
  y: "8",
  width: "8",
  height: "2"
}, null, -1);
const _hoisted_4$v = /* @__PURE__ */ createElementVNode("path", { d: "M13 8v8h-2V8h2z" }, null, -1);
const _hoisted_5$f = [
  _hoisted_2$1o,
  _hoisted_3$1j,
  _hoisted_4$v
];
function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$f, 8, _hoisted_1$1o);
}
var IconUSDTLine = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o]]);
const _sfc_main$1n = defineComponent({
  name: "IconFocusLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1n = ["width", "height", "fill"];
const _hoisted_2$1n = /* @__PURE__ */ createElementVNode("path", { d: "M12.91 2v2.784a7.277 7.277 0 016.306 6.307H22v1.818l-2.784.001a7.276 7.276 0 01-6.306 6.306V22h-1.82v-2.784a7.276 7.276 0 01-6.306-6.306H2v-1.82h2.784a7.276 7.276 0 016.307-6.306V2h1.818zM12 6.545a5.455 5.455 0 100 10.91 5.455 5.455 0 000-10.91zm0 3.637a1.818 1.818 0 110 3.636 1.818 1.818 0 010-3.636z" }, null, -1);
const _hoisted_3$1i = [
  _hoisted_2$1n
];
function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1i, 8, _hoisted_1$1n);
}
var IconFocusLine = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n]]);
const _sfc_main$1m = defineComponent({
  name: "IconLightbulbLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1m = ["width", "height", "fill"];
const _hoisted_2$1m = /* @__PURE__ */ createElementVNode("path", { d: "M9.973 17.238H11v-4.762h2v4.762h1.027c.132-1.145.745-2.09 1.74-3.121.113-.116.832-.826.917-.927a5.574 5.574 0 001.277-2.923 5.476 5.476 0 00-.553-3.122 5.818 5.818 0 00-2.213-2.363 6.222 6.222 0 00-3.194-.878c-1.13 0-2.237.304-3.194.877a5.818 5.818 0 00-2.214 2.362 5.476 5.476 0 00-.555 3.121 5.574 5.574 0 001.276 2.924c.086.102.807.813.918.928.996 1.032 1.61 1.977 1.741 3.122zM10 19.143v.952h4v-.952h-4zM5.754 14.38a7.432 7.432 0 01-1.703-3.899A7.301 7.301 0 014.79 6.32a7.758 7.758 0 012.953-3.15A8.297 8.297 0 0112.002 2c1.506 0 2.983.406 4.259 1.17a7.758 7.758 0 012.95 3.151 7.301 7.301 0 01.737 4.164 7.431 7.431 0 01-1.704 3.898c-.62.735-2.244 1.902-2.244 3.331v2.381c0 .505-.21.99-.586 1.347A2.052 2.052 0 0114 22h-4c-.53 0-1.039-.2-1.414-.558A1.86 1.86 0 018 20.095v-2.38c0-1.43-1.625-2.597-2.246-3.334z" }, null, -1);
const _hoisted_3$1h = [
  _hoisted_2$1m
];
function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1h, 8, _hoisted_1$1m);
}
var IconLightbulbLine = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m]]);
const _sfc_main$1l = defineComponent({
  name: "IconListLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1l = ["width", "height", "fill"];
const _hoisted_2$1l = /* @__PURE__ */ createElementVNode("path", { d: "M8 3.5h13v2H8v-2zM3 3h3v3H3V3zm0 7h3v3H3v-3zm0 7h3v3H3v-3zm5-6.5h13v2H8v-2zm0 7h13v2H8v-2z" }, null, -1);
const _hoisted_3$1g = [
  _hoisted_2$1l
];
function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1g, 8, _hoisted_1$1l);
}
var IconListLine = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l]]);
const _sfc_main$1k = defineComponent({
  name: "IconAccountLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1k = ["width", "height", "fill"];
const _hoisted_2$1k = /* @__PURE__ */ createElementVNode("path", { d: "M12 22.75c-.7 0-1.41-.27-1.94-.8l-1.71-1.69c-.42-.42-1-.65-1.59-.65H6c-2.07 0-3.75-1.67-3.75-3.72V4.98c0-2.05 1.68-3.72 3.75-3.72h12c2.07 0 3.75 1.67 3.75 3.72v10.91c0 2.05-1.68 3.72-3.75 3.72h-.76a2.3 2.3 0 00-1.59.65l-1.71 1.69c-.53.53-1.24.8-1.94.8zm-6-20c-1.24 0-2.25 1-2.25 2.22v10.91c0 1.23 1.01 2.22 2.25 2.22h.76c.99 0 1.95.4 2.65 1.09l1.71 1.69c.49.48 1.28.48 1.77 0l1.71-1.69c.7-.69 1.66-1.09 2.65-1.09H18c1.24 0 2.25-1 2.25-2.22V4.97c0-1.23-1.01-2.22-2.25-2.22H6zm6 8c-1.7 0-3.08-1.38-3.08-3.08a3.081 3.081 0 016.16 0c0 1.7-1.38 3.08-3.08 3.08zm0-4.66c-.87 0-1.58.71-1.58 1.58 0 .87.71 1.58 1.58 1.58.87 0 1.58-.71 1.58-1.58 0-.87-.71-1.58-1.58-1.58zm3.25 9.57c0 .41.34.75.75.75s.75-.34.75-.75c0-2.21-2.13-4.01-4.75-4.01s-4.75 1.8-4.75 4.01c0 .41.34.75.75.75s.75-.34.75-.75c0-1.38 1.46-2.51 3.25-2.51s3.25 1.13 3.25 2.51z" }, null, -1);
const _hoisted_3$1f = [
  _hoisted_2$1k
];
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1f, 8, _hoisted_1$1k);
}
var IconAccountLine = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k]]);
const _sfc_main$1j = defineComponent({
  name: "IconCardLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1j = ["width", "height", "fill"];
const _hoisted_2$1j = /* @__PURE__ */ createElementVNode("path", { d: "M3.9 4h16.2c.239 0 .468.094.636.26A.883.883 0 0121 4.89V19.11a.883.883 0 01-.264.629.906.906 0 01-.636.26H3.9a.906.906 0 01-.636-.26A.883.883 0 013 19.11V4.89c0-.236.095-.462.264-.629A.906.906 0 013.9 4zm15.3 7.111H4.8v7.111h14.4v-7.11zm0-1.778V5.778H4.8v3.555h14.4zm-5.4 5.334h3.6v1.777h-3.6v-1.777z" }, null, -1);
const _hoisted_3$1e = [
  _hoisted_2$1j
];
function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1e, 8, _hoisted_1$1j);
}
var IconCardLine = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j]]);
const _sfc_main$1i = defineComponent({
  name: "IconGitlabLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1i = ["width", "height", "fill"];
const _hoisted_2$1i = /* @__PURE__ */ createElementVNode("path", { d: "M6.52 7.264l-1.578 5.144L12 17.812l7.057-5.404-1.578-5.144-1.454 3.206H7.973L6.521 7.264zm8.39 1.467l2.504-5.527a.348.348 0 01.531-.129.348.348 0 01.117.171l2.919 9.519a.436.436 0 01-.151.473L12 20l-8.83-6.762a.434.434 0 01-.15-.473l2.918-9.519a.348.348 0 01.51-.196c.061.036.109.09.138.155L9.09 8.73h5.82z" }, null, -1);
const _hoisted_3$1d = [
  _hoisted_2$1i
];
function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1d, 8, _hoisted_1$1i);
}
var IconGitlabLine = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i]]);
const _sfc_main$1h = defineComponent({
  name: "IconTelegramLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1h = ["width", "height", "fill"];
const _hoisted_2$1h = /* @__PURE__ */ createElementVNode("path", { d: "M12 20a8 8 0 100-16.001A8 8 0 0012 20zm0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-3.11-8.83l-2.498-.779c-.54-.165-.543-.537.121-.804l9.733-3.76c.565-.23.885.061.702.79l-1.657 7.82c-.116.557-.451.69-.916.433l-2.551-1.888-1.189 1.148c-.122.118-.221.219-.409.244-.187.026-.341-.03-.454-.34l-.87-2.871-.012.008v-.001z" }, null, -1);
const _hoisted_3$1c = [
  _hoisted_2$1h
];
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1c, 8, _hoisted_1$1h);
}
var IconTelegramLine = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h]]);
const _sfc_main$1g = defineComponent({
  name: "IconTwitterLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1g = ["width", "height", "fill"];
const _hoisted_2$1g = /* @__PURE__ */ createElementVNode("path", { d: "M15.864 5.67c-.758 0-1.485.299-2.026.832a2.91 2.91 0 00-.865 2.019l-.028 1.577a.603.603 0 01-.429.564.596.596 0 01-.25.02l-1.556-.213c-2.048-.28-4.01-1.227-5.892-2.802-.597 3.314.568 5.61 3.373 7.38l1.742 1.1a.6.6 0 01.219.772.6.6 0 01-.185.222l-1.588 1.164c.944.06 1.84.017 2.585-.13 4.704-.944 7.832-4.498 7.832-10.361 0-.479-1.01-2.144-2.932-2.144zm-4.886 2.814a4.92 4.92 0 01.864-2.698 4.89 4.89 0 012.206-1.768 4.867 4.867 0 015.29 1.107c.71-.005 1.313.175 2.662-.646-.334 1.642-.498 2.355-1.21 3.335 0 7.651-4.684 11.371-9.436 12.323-3.258.653-7.996-.419-9.354-1.843.692-.054 3.504-.357 5.129-1.552C5.754 15.832.28 12.6 3.877 3.905c1.688 1.98 3.4 3.327 5.135 4.042 1.155.476 1.438.466 1.967.539v-.001z" }, null, -1);
const _hoisted_3$1b = [
  _hoisted_2$1g
];
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1b, 8, _hoisted_1$1g);
}
var IconTwitterLine = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g]]);
const _sfc_main$1f = defineComponent({
  name: "IconTwitterFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1f = ["width", "height", "fill"];
const _hoisted_2$1f = /* @__PURE__ */ createElementVNode("path", { d: "M21 6.662a7.666 7.666 0 01-2.122.556 3.576 3.576 0 001.625-1.955 7.586 7.586 0 01-2.346.857 3.747 3.747 0 00-2.095-1.073 3.839 3.839 0 00-2.345.371 3.6 3.6 0 00-1.623 1.661 3.392 3.392 0 00-.23 2.263A10.86 10.86 0 017.65 8.271a10.413 10.413 0 01-3.396-2.62c-.328.54-.5 1.152-.5 1.776 0 1.225.652 2.307 1.643 2.94a3.81 3.81 0 01-1.673-.441v.044c0 .816.295 1.606.835 2.238a3.728 3.728 0 002.128 1.226 3.881 3.881 0 01-1.67.06 3.544 3.544 0 001.314 1.757c.62.44 1.366.684 2.137.698-.766.575-1.643 1-2.581 1.252A7.738 7.738 0 013 17.41 10.795 10.795 0 008.66 19c6.794 0 10.509-5.383 10.509-10.052 0-.152-.005-.306-.012-.456A7.33 7.33 0 0021 6.662z" }, null, -1);
const _hoisted_3$1a = [
  _hoisted_2$1f
];
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$1a, 8, _hoisted_1$1f);
}
var IconTwitterFill = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f]]);
const _sfc_main$1e = defineComponent({
  name: "IconTelegramFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1e = ["width", "height", "fill"];
const _hoisted_2$1e = /* @__PURE__ */ createElementVNode("path", { d: "M19.465 4.132s1.666-.649 1.527.928c-.047.65-.463 2.922-.787 5.38l-1.11 7.281s-.092 1.067-.925 1.252c-.832.186-2.081-.649-2.312-.834-.185-.14-3.47-2.227-4.626-3.247-.323-.278-.694-.835.046-1.484l4.857-4.638c.555-.556 1.11-1.855-1.202-.278l-6.476 4.406s-.74.464-2.128.046l-3.006-.927s-1.11-.696.786-1.392c4.626-2.18 10.315-4.406 15.356-6.493z" }, null, -1);
const _hoisted_3$19 = [
  _hoisted_2$1e
];
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$19, 8, _hoisted_1$1e);
}
var IconTelegramFill = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e]]);
const _sfc_main$1d = defineComponent({
  name: "IconCloseLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1d = ["width", "height", "fill"];
const _hoisted_2$1d = /* @__PURE__ */ createElementVNode("g", { "clip-path": "url(#clip0_1_68)" }, [
  /* @__PURE__ */ createElementVNode("path", { d: "M12.5 11.056L17.556 6 19 7.444 13.944 12.5 19 17.556 17.556 19 12.5 13.944 7.444 19 6 17.556l5.056-5.056L6 7.444 7.444 6l5.056 5.056z" })
], -1);
const _hoisted_3$18 = /* @__PURE__ */ createElementVNode("defs", null, [
  /* @__PURE__ */ createElementVNode("clipPath", { id: "clip0_1_68" }, [
    /* @__PURE__ */ createElementVNode("rect", {
      width: "24",
      height: "24"
    })
  ])
], -1);
const _hoisted_4$u = [
  _hoisted_2$1d,
  _hoisted_3$18
];
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$u, 8, _hoisted_1$1d);
}
var IconCloseLine = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d]]);
const _sfc_main$1c = defineComponent({
  name: "IconCheckboxCircle",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1c = ["width", "height", "fill"];
const _hoisted_2$1c = /* @__PURE__ */ createStaticVNode('<g clip-path="url(#clip0_1_71)" fill-rule="evenodd" clip-rule="evenodd"><path d="M1.25 12C1.25 6.086 6.086 1.25 12 1.25S22.75 6.086 22.75 12 17.914 22.75 12 22.75 1.25 17.914 1.25 12zM12 2.75c-5.086 0-9.25 4.164-9.25 9.25s4.164 9.25 9.25 9.25 9.25-4.164 9.25-9.25S17.086 2.75 12 2.75z"></path><path d="M16.78 8.64a.75.75 0 010 1.06l-5.67 5.66a.75.75 0 01-1.06 0l-2.83-2.83a.75.75 0 111.06-1.06l2.3 2.3 5.14-5.13a.75.75 0 011.06 0z"></path></g><defs><clipPath id="clip0_1_71"><rect width="24" height="24"></rect></clipPath></defs>', 2);
const _hoisted_4$t = [
  _hoisted_2$1c
];
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$t, 8, _hoisted_1$1c);
}
var IconCheckboxCircle = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c]]);
const _sfc_main$1b = defineComponent({
  name: "IconTimerFlashLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1b = ["width", "height", "fill"];
const _hoisted_2$1b = /* @__PURE__ */ createElementVNode("path", { d: "M6.194 6.732A8.42 8.42 0 0111.5 4.857a8.42 8.42 0 015.306 1.875l1.372-1.384 1.336 1.346-1.373 1.384a8.636 8.636 0 011.018 9.066 8.548 8.548 0 01-3.135 3.541 8.447 8.447 0 01-9.048 0 8.548 8.548 0 01-3.136-3.54A8.636 8.636 0 014.86 8.077L3.486 6.695 4.822 5.35l1.372 1.384v-.001zM11.5 20.096c.868 0 1.728-.172 2.53-.507a6.608 6.608 0 002.145-1.446 6.672 6.672 0 001.433-2.163 6.716 6.716 0 00-1.433-7.265A6.608 6.608 0 0014.03 7.27a6.563 6.563 0 00-7.205 1.445 6.696 6.696 0 00-1.936 4.714c0 1.768.696 3.464 1.936 4.714a6.583 6.583 0 004.675 1.953zm.944-7.62h2.834l-4.722 6.191v-4.286H7.722l4.722-6.195v4.29zM7.722 2h7.556v1.905H7.722V2z" }, null, -1);
const _hoisted_3$17 = [
  _hoisted_2$1b
];
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$17, 8, _hoisted_1$1b);
}
var IconTimerFlashLine = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b]]);
const _sfc_main$1a = defineComponent({
  name: "IconExchangeLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1a = ["width", "height", "fill"];
const _hoisted_2$1a = /* @__PURE__ */ createElementVNode("path", { d: "M19.15 9.857a.843.843 0 00.785-.53A.864.864 0 0020 9V6.428a.86.86 0 00-.581-.813l-7.65-2.571a.845.845 0 00-.538 0l-7.65 2.571A.85.85 0 003 6.428V9a.863.863 0 00.525.792.844.844 0 00.325.065h.85v6.158a2.548 2.548 0 00-1.23.935A2.582 2.582 0 003 18.429v1.714a.863.863 0 00.525.792.844.844 0 00.325.065h15.3a.843.843 0 00.785-.53.864.864 0 00.065-.327v-1.715a2.582 2.582 0 00-.47-1.478 2.548 2.548 0 00-1.23-.935V9.857h.85zm-.85 9.429H4.7v-.858c0-.227.09-.445.25-.605a.848.848 0 01.6-.252h11.9c.225 0 .441.091.6.252.16.16.25.378.25.605v.858zM6.4 15.857v-6h1.7v6H6.4zm3.4 0v-6h3.4v6H9.8zm5.1 0v-6h1.7v6h-1.7zM4.7 8.143V7.046l6.8-2.286 6.8 2.286v1.097H4.7z" }, null, -1);
const _hoisted_3$16 = [
  _hoisted_2$1a
];
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$16, 8, _hoisted_1$1a);
}
var IconExchangeLine = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a]]);
const _sfc_main$19 = defineComponent({
  name: "IconBoxLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$19 = ["width", "height", "fill"];
const _hoisted_2$19 = /* @__PURE__ */ createElementVNode("path", { d: "M3.9 10.2H3V3.903C3 3.404 3.41 3 3.893 3h16.214a.891.891 0 01.893.903V10.2h-.9v9.9a.896.896 0 01-.894.9H4.794a.897.897 0 01-.894-.9v-9.9zm14.4 0H5.7v9h12.6v-9zM4.8 4.8v3.6h14.4V4.8H4.8zm4.5 9h5.4v1.8H9.3v-1.8z" }, null, -1);
const _hoisted_3$15 = [
  _hoisted_2$19
];
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$15, 8, _hoisted_1$19);
}
var IconBoxLine = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19]]);
const _sfc_main$18 = defineComponent({
  name: "IconFileListLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$18 = ["width", "height", "fill"];
const _hoisted_2$18 = /* @__PURE__ */ createElementVNode("path", { d: "M18 22H6a3 3 0 01-3-3V3a1 1 0 011-1h12a1 1 0 011 1v12h4v4a3 3 0 01-3 3zm-1-5v2a1 1 0 002 0v-2h-2zm-2 3V4H5v15a1 1 0 001 1h9zM7 7h6v2H7V7zm0 4h6v2H7v-2zm0 4h4v2H7v-2z" }, null, -1);
const _hoisted_3$14 = [
  _hoisted_2$18
];
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$14, 8, _hoisted_1$18);
}
var IconFileListLine = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18]]);
const _sfc_main$17 = defineComponent({
  name: "IconCheckboxBlankCircleLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$17 = ["width", "height", "fill"];
const _hoisted_2$17 = /* @__PURE__ */ createElementVNode("path", { d: "M12 21a9 9 0 110-18 9 9 0 010 18zm0 1c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" }, null, -1);
const _hoisted_3$13 = [
  _hoisted_2$17
];
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$13, 8, _hoisted_1$17);
}
var IconCheckboxBlankCircleLine = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17]]);
const _sfc_main$16 = defineComponent({
  name: "IconFileCopyFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$16 = ["width", "height", "fill"];
const _hoisted_2$16 = /* @__PURE__ */ createElementVNode("path", { d: "M7 6V3a1 1 0 011-1h11a1 1 0 011 1v14a1 1 0 01-1 1h-3v3c0 .552-.45 1-1.007 1H5.007A1 1 0 014 21l.003-14c0-.552.45-1 1.007-1H7zm2 0h7v10h2V4H9v2z" }, null, -1);
const _hoisted_3$12 = [
  _hoisted_2$16
];
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$12, 8, _hoisted_1$16);
}
var IconFileCopyFill = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16]]);
const _sfc_main$15 = defineComponent({
  name: "IconAccountBoxFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$15 = ["width", "height", "fill"];
const _hoisted_2$15 = /* @__PURE__ */ createElementVNode("path", { d: "M3 4.995C3 3.893 3.893 3 4.995 3h14.01C20.107 3 21 3.893 21 4.995v14.01A1.995 1.995 0 0119.005 21H4.995A1.995 1.995 0 013 19.005V4.995zM6.357 18h11.49a6.992 6.992 0 00-5.745-3 6.992 6.992 0 00-5.745 3zM12 13a3.5 3.5 0 100-7 3.5 3.5 0 000 7z" }, null, -1);
const _hoisted_3$11 = [
  _hoisted_2$15
];
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$11, 8, _hoisted_1$15);
}
var IconAccountBoxFill = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15]]);
const _sfc_main$14 = defineComponent({
  name: "IconChatHistoryFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$14 = ["width", "height", "fill"];
const _hoisted_2$14 = /* @__PURE__ */ createElementVNode("path", { d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.957 9.957 0 01-4.708-1.175L2 22l1.176-5.29A9.966 9.966 0 012 12C2 6.477 6.477 2 12 2zm1 5h-2v7h6v-2h-4V7z" }, null, -1);
const _hoisted_3$10 = [
  _hoisted_2$14
];
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$10, 8, _hoisted_1$14);
}
var IconChatHistoryFill = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14]]);
const _sfc_main$13 = defineComponent({
  name: "IconAddBoxLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$13 = ["width", "height", "fill"];
const _hoisted_2$13 = /* @__PURE__ */ createStaticVNode('<g clip-path="url(#clip0_1_89)"><path d="M16 12.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75z"></path><path d="M12 16.75c-.41 0-.75-.34-.75-.75V8c0-.41.34-.75.75-.75s.75.34.75.75v8c0 .41-.34.75-.75.75z"></path><path d="M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75zm-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25H9z"></path></g><defs><clipPath id="clip0_1_89"><rect width="24" height="24"></rect></clipPath></defs>', 2);
const _hoisted_4$s = [
  _hoisted_2$13
];
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$s, 8, _hoisted_1$13);
}
var IconAddBoxLine = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13]]);
const _sfc_main$12 = defineComponent({
  name: "IconCheckboxIndeterminateLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$12 = ["width", "height", "fill"];
const _hoisted_2$12 = /* @__PURE__ */ createElementVNode("path", { d: "M4 3h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1zm1 2v14h14V5H5zm2 6h10v2H7v-2z" }, null, -1);
const _hoisted_3$$ = [
  _hoisted_2$12
];
function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$$, 8, _hoisted_1$12);
}
var IconCheckboxIndeterminateLine = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12]]);
const _sfc_main$11 = defineComponent({
  name: "IconDiscordLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$11 = ["width", "height", "fill"];
const _hoisted_2$11 = /* @__PURE__ */ createElementVNode("path", { d: "M13.308 13.981a8.51 8.51 0 01-.457.099 6.613 6.613 0 01-3.133-.16l-.87 1.14c-2.147-.07-2.963-1.52-2.963-1.52 0-3.22 1.399-5.83 1.399-5.83 1.399-1.08 2.73-1.05 2.73-1.05l.38.5c.035-.005.07-.008.106-.01a7.987 7.987 0 012.185.01l.418-.5s1.331-.03 2.73 1.05c0 0 1.399 2.61 1.399 5.83 0 0-.827 1.45-2.973 1.52l-.951-1.08v.001zm-3.625-3.41c-.568 0-1.016.429-1.016.953s.458.952 1.016.952c.567 0 1.015-.428 1.015-.952.01-.524-.447-.953-1.015-.953zm3.634 0c-.567 0-1.015.429-1.015.953s.458.952 1.015.952c.568 0 1.016-.428 1.016-.952s-.448-.953-1.016-.953zM20 22l-4.713-4.762h2.824V3.905H4.89v13.333H15.28l.538 1.905H4.889c-.501 0-.982-.2-1.336-.558A1.913 1.913 0 013 17.238V3.905c0-.505.199-.99.553-1.347A1.881 1.881 0 014.89 2H18.11c.501 0 .982.2 1.336.558.354.357.553.842.553 1.347V22z" }, null, -1);
const _hoisted_3$_ = [
  _hoisted_2$11
];
function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$_, 8, _hoisted_1$11);
}
var IconDiscordLine = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11]]);
const _sfc_main$10 = defineComponent({
  name: "IconDiscordFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$10 = ["width", "height", "fill"];
const _hoisted_2$10 = /* @__PURE__ */ createElementVNode("g", { "clip-path": "url(#clip0_1_95)" }, [
  /* @__PURE__ */ createElementVNode("path", { d: "M18.942 5.256A16.669 16.669 0 0014.816 4c-.195.345-.372.7-.529 1.063a15.525 15.525 0 00-4.579 0A11.218 11.218 0 009.179 4c-1.425.24-2.814.664-4.129 1.26-2.611 3.822-3.319 7.55-2.965 11.226A16.7 16.7 0 007.145 19c.41-.545.773-1.124 1.084-1.73a10.815 10.815 0 01-1.706-.806 19.3 19.3 0 00.418-.311 11.993 11.993 0 0010.118 0c.137.11.277.216.418.311a10.86 10.86 0 01-1.71.808c.312.605.674 1.184 1.084 1.728a16.623 16.623 0 005.064-2.512c.415-4.263-.71-7.957-2.973-11.232zm-10.264 8.97c-.987 0-1.802-.886-1.802-1.976 0-1.09.787-1.983 1.798-1.983 1.012 0 1.82.894 1.803 1.983-.017 1.09-.794 1.976-1.8 1.976zm6.644 0c-.988 0-1.8-.886-1.8-1.976 0-1.09.787-1.983 1.8-1.983s1.816.894 1.798 1.983c-.017 1.09-.793 1.976-1.798 1.976z" })
], -1);
const _hoisted_3$Z = /* @__PURE__ */ createElementVNode("defs", null, [
  /* @__PURE__ */ createElementVNode("clipPath", { id: "clip0_1_95" }, [
    /* @__PURE__ */ createElementVNode("rect", {
      width: "24",
      height: "24"
    })
  ])
], -1);
const _hoisted_4$r = [
  _hoisted_2$10,
  _hoisted_3$Z
];
function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$r, 8, _hoisted_1$10);
}
var IconDiscordFill = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10]]);
const _sfc_main$$ = defineComponent({
  name: "IconFireFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$$ = ["width", "height", "fill"];
const _hoisted_2$$ = /* @__PURE__ */ createElementVNode("path", { d: "M12 22a7.016 7.016 0 01-3.934-1.206 6.981 6.981 0 01-2.573-3.2 6.955 6.955 0 011.711-7.653C8.457 8.767 11.533 6.651 11.066 2c5.6 3.72 8.4 7.442 2.8 13.023.934 0 2.334 0 4.667-2.297.252.719.467 1.492.467 2.297 0 1.85-.738 3.625-2.05 4.934A7.012 7.012 0 0112 22z" }, null, -1);
const _hoisted_3$Y = [
  _hoisted_2$$
];
function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$Y, 8, _hoisted_1$$);
}
var IconFireFill = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$]]);
const _sfc_main$_ = defineComponent({
  name: "IconSubtractLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$_ = ["width", "height", "fill"];
const _hoisted_2$_ = /* @__PURE__ */ createElementVNode("g", { "clip-path": "url(#clip0_1_101)" }, [
  /* @__PURE__ */ createElementVNode("path", { d: "M3 11h18v2H3v-2z" })
], -1);
const _hoisted_3$X = /* @__PURE__ */ createElementVNode("defs", null, [
  /* @__PURE__ */ createElementVNode("clipPath", { id: "clip0_1_101" }, [
    /* @__PURE__ */ createElementVNode("rect", {
      width: "24",
      height: "24"
    })
  ])
], -1);
const _hoisted_4$q = [
  _hoisted_2$_,
  _hoisted_3$X
];
function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$q, 8, _hoisted_1$_);
}
var IconSubtractLine = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_]]);
const _sfc_main$Z = defineComponent({
  name: "IconCheckboxCircleFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$Z = ["width", "height", "fill"];
const _hoisted_2$Z = /* @__PURE__ */ createElementVNode("path", { d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-.997-6l7.07-7.071-1.414-1.414-5.656 5.657-2.829-2.829-1.414 1.414L11.003 16z" }, null, -1);
const _hoisted_3$W = [
  _hoisted_2$Z
];
function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$W, 8, _hoisted_1$Z);
}
var IconCheckboxCircleFill = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z]]);
const _sfc_main$Y = defineComponent({
  name: "IconMenu",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$Y = ["width", "height", "fill"];
const _hoisted_2$Y = /* @__PURE__ */ createElementVNode("path", { d: "M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z" }, null, -1);
const _hoisted_3$V = [
  _hoisted_2$Y
];
function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$V, 8, _hoisted_1$Y);
}
var IconMenu = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y]]);
const _sfc_main$X = defineComponent({
  name: "IconImageEdit",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$X = ["width", "height", "fill"];
const _hoisted_2$X = /* @__PURE__ */ createElementVNode("path", { d: "M18.154 4a.89.89 0 01.892.889V6.45l-1.783 1.777v-2.45H4.783v7.2l3.566-3.556 3.858 3.848-1.262 1.256-2.596-2.588-3.566 3.554v2.73h9.39l.63.001 1.185-1.182 1.186 1.181h.09v-2.451l1.782-1.778v5.118c0 .49-.4.889-.892.889H3.891c-.49 0-.891-.4-.891-.889V4.89c0-.49.4-.889.891-.889h14.263zm1.585 4.274L21 9.53l-6.934 6.913-1.262-.001.002-1.255 6.934-6.914zm-5.596-.718c.738 0 1.337.597 1.337 1.333s-.599 1.333-1.337 1.333a1.336 1.336 0 01-1.337-1.333c0-.736.599-1.333 1.337-1.333z" }, null, -1);
const _hoisted_3$U = [
  _hoisted_2$X
];
function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$U, 8, _hoisted_1$X);
}
var IconImageEdit = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X]]);
const _sfc_main$W = defineComponent({
  name: "IconAdd",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$W = ["width", "height", "fill"];
const _hoisted_2$W = /* @__PURE__ */ createStaticVNode('<g clip-path="url(#clip0_1_110)"><path d="M18 12.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h12c.41 0 .75.34.75.75s-.34.75-.75.75z"></path><path d="M12 18.75c-.41 0-.75-.34-.75-.75V6c0-.41.34-.75.75-.75s.75.34.75.75v12c0 .41-.34.75-.75.75z"></path></g><defs><clipPath id="clip0_1_110"><rect width="24" height="24"></rect></clipPath></defs>', 2);
const _hoisted_4$p = [
  _hoisted_2$W
];
function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$p, 8, _hoisted_1$W);
}
var IconAdd = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W]]);
const _sfc_main$V = defineComponent({
  name: "IconCloseCircleFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$V = ["width", "height", "fill"];
const _hoisted_2$V = /* @__PURE__ */ createElementVNode("path", { d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z" }, null, -1);
const _hoisted_3$T = [
  _hoisted_2$V
];
function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$T, 8, _hoisted_1$V);
}
var IconCloseCircleFill = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V]]);
const _sfc_main$U = defineComponent({
  name: "IconHourglass",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$U = ["width", "height", "fill"];
const _hoisted_2$U = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M5.337 2.921a.75.75 0 100 1.5h.916V8.67a.75.75 0 00.192.501l2.286 2.54-2.258 2.258a.75.75 0 00-.22.53v5.08h-.916a.75.75 0 000 1.5h13.326a.75.75 0 000-1.5h-.916V14.29a.75.75 0 00-.235-.545l-2.157-2.037 2.209-2.548a.75.75 0 00.183-.491V4.42h.916a.75.75 0 000-1.5H5.337zm10.91 1.5H7.753v3.96l3.555 3.95a.75.75 0 01-1.115 1.004l-.457-.509-1.983 1.983v4.77h8.494v-4.965l-2.262-2.137a.75.75 0 01-.361-.341l-.89-.84a.75.75 0 111.03-1.09l.5.471 1.983-2.288V4.42z"
}, null, -1);
const _hoisted_3$S = [
  _hoisted_2$U
];
function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$S, 8, _hoisted_1$U);
}
var IconHourglass = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U]]);
const _sfc_main$T = defineComponent({
  name: "IconSuccessCircle",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$T = ["width", "height", "fill"];
const _hoisted_2$T = /* @__PURE__ */ createElementVNode("path", { d: "M11.756 12.93l4.146-4.171 1.15 1.155-5.296 5.328-3.383-3.402 1.15-1.156 2.233 2.246z" }, null, -1);
const _hoisted_3$R = /* @__PURE__ */ createElementVNode("path", { d: "M13.033 2.175a.9.9 0 00-1.066 0L9.832 3.74 7.19 3.736a.904.904 0 00-.862.63l-.812 2.53-2.141 1.558a.912.912 0 00-.33 1.02L3.867 12l-.821 2.527a.912.912 0 00.329 1.019l2.141 1.558.812 2.53c.12.376.47.63.862.63l2.643-.005 2.135 1.566a.9.9 0 001.066 0l2.135-1.566 2.643.005a.904.904 0 00.862-.63l.812-2.53 2.141-1.558a.912.912 0 00.33-1.02L21.133 12l.821-2.527a.912.912 0 00-.329-1.019l-2.141-1.558-.812-2.53a.904.904 0 00-.862-.63l-2.643.005-2.135-1.566zm-2.374 3.21l1.841-1.35 1.841 1.35a.9.9 0 00.535.175l2.28-.004.7 2.181a.909.909 0 00.33.458l1.846 1.344-.708 2.178a.914.914 0 000 .566l.708 2.178-1.846 1.345a.909.909 0 00-.33.457l-.7 2.181-2.28-.004a.9.9 0 00-.535.175l-1.841 1.35-1.841-1.35a.9.9 0 00-.535-.175l-2.28.004-.7-2.181a.909.909 0 00-.33-.458l-1.846-1.344.708-2.178a.914.914 0 000-.566L4.968 9.54l1.846-1.344a.909.909 0 00.33-.458l.7-2.181 2.28.004a.9.9 0 00.535-.175z" }, null, -1);
const _hoisted_4$o = [
  _hoisted_2$T,
  _hoisted_3$R
];
function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$o, 8, _hoisted_1$T);
}
var IconSuccessCircle = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T]]);
const _sfc_main$S = defineComponent({
  name: "IconDollerBox",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$S = ["width", "height", "fill"];
const _hoisted_2$S = /* @__PURE__ */ createElementVNode("path", { d: "M3.9 3h16.2a.9.9 0 01.9.9v16.2a.9.9 0 01-.9.9H3.9a.9.9 0 01-.9-.9V3.9a.9.9 0 01.9-.9zm.9 1.8v14.4h14.4V4.8H4.8zm4.05 9h4.95a.45.45 0 000-.9h-3.6a2.25 2.25 0 010-4.5h.9V6.6h1.8v1.8h2.25v1.8H10.2a.45.45 0 000 .9h3.6a2.25 2.25 0 010 4.5h-.9v1.8h-1.8v-1.8H8.85v-1.8z" }, null, -1);
const _hoisted_3$Q = [
  _hoisted_2$S
];
function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$Q, 8, _hoisted_1$S);
}
var IconDollerBox = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S]]);
const _sfc_main$R = defineComponent({
  name: "IconBill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$R = ["width", "height", "fill"];
const _hoisted_2$R = /* @__PURE__ */ createElementVNode("path", { d: "M19 22H5a1 1 0 01-1-1V3a1 1 0 011-1h14a1 1 0 011 1v18a1 1 0 01-1 1zm-1-2V4H6v16h12zM8 9h8v2H8V9zm0 4h8v2H8v-2z" }, null, -1);
const _hoisted_3$P = [
  _hoisted_2$R
];
function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$P, 8, _hoisted_1$R);
}
var IconBill = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R]]);
const _sfc_main$Q = defineComponent({
  name: "IconCheck",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$Q = ["width", "height", "fill"];
const _hoisted_2$Q = /* @__PURE__ */ createElementVNode("g", { "clip-path": "url(#clip0_1_124)" }, [
  /* @__PURE__ */ createElementVNode("path", { d: "M9.5 15.706L20.332 5 22 6.647 9.5 19 2 11.588l1.666-1.646L9.5 15.706z" })
], -1);
const _hoisted_3$O = /* @__PURE__ */ createElementVNode("defs", null, [
  /* @__PURE__ */ createElementVNode("clipPath", { id: "clip0_1_124" }, [
    /* @__PURE__ */ createElementVNode("rect", {
      width: "24",
      height: "24"
    })
  ])
], -1);
const _hoisted_4$n = [
  _hoisted_2$Q,
  _hoisted_3$O
];
function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$n, 8, _hoisted_1$Q);
}
var IconCheck = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q]]);
const _sfc_main$P = defineComponent({
  name: "IconArrowRight",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$P = ["width", "height", "fill"];
const _hoisted_2$P = /* @__PURE__ */ createStaticVNode('<g clip-path="url(#clip0_1_127)"><path d="M14.43 18.82c-.19 0-.38-.07-.53-.22a.754.754 0 010-1.06L19.44 12 13.9 6.46a.754.754 0 010-1.06c.29-.29.77-.29 1.06 0l6.07 6.07c.29.29.29.77 0 1.06l-6.07 6.07c-.15.15-.34.22-.53.22z"></path><path d="M20.33 12.75H3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h16.83c.41 0 .75.34.75.75s-.34.75-.75.75z"></path></g><defs><clipPath id="clip0_1_127"><rect width="24" height="24"></rect></clipPath></defs>', 2);
const _hoisted_4$m = [
  _hoisted_2$P
];
function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$m, 8, _hoisted_1$P);
}
var IconArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P]]);
const _sfc_main$O = defineComponent({
  name: "IconLinkUnlink",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$O = ["width", "height", "fill"];
const _hoisted_2$O = /* @__PURE__ */ createElementVNode("path", { d: "M16.98 14.49l-1.245-1.245L16.979 12A3.52 3.52 0 1012 7.02l-1.245 1.245-1.244-1.244 1.244-1.245a5.281 5.281 0 017.469 7.469l-1.245 1.244zm-2.49 2.49l-1.245 1.244a5.281 5.281 0 11-7.469-7.469l1.245-1.244 1.244 1.244L7.021 12A3.52 3.52 0 1012 16.98l1.245-1.245 1.244 1.244zm0-8.715l1.245 1.246-6.224 6.223-1.246-1.245 6.224-6.223zm-7.97-4.81L8.222 3l.911 3.402-1.7.456-.911-3.401v-.001zM14.869 17.6l1.7-.456.911 3.401-1.7.456-.911-3.401zM3.456 6.52l3.401.912-.456 1.7L3 8.22l.456-1.7zm14.143 8.347l3.401.91-.456 1.701-3.401-.912.456-1.7z" }, null, -1);
const _hoisted_3$N = [
  _hoisted_2$O
];
function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$N, 8, _hoisted_1$O);
}
var IconLinkUnlink = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O]]);
const _sfc_main$N = defineComponent({
  name: "IconRadioButtonLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$N = ["width", "height", "fill"];
const _hoisted_2$N = /* @__PURE__ */ createElementVNode("path", { d: "M12 21.5A9.5 9.5 0 012.5 12 9.5 9.5 0 0112 2.5a9.5 9.5 0 019.5 9.5 9.5 9.5 0 01-9.5 9.5zm0-1a8.5 8.5 0 100-17 8.5 8.5 0 000 17zm0-4a4.5 4.5 0 110-9 4.5 4.5 0 010 9z" }, null, -1);
const _hoisted_3$M = [
  _hoisted_2$N
];
function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$M, 8, _hoisted_1$N);
}
var IconRadioButtonLine = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N]]);
const _sfc_main$M = defineComponent({
  name: "IconShareCircleLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$M = ["width", "height", "fill"];
const _hoisted_2$M = /* @__PURE__ */ createElementVNode("path", { d: "M11 2.05v2.012A8.001 8.001 0 0012 20a8 8 0 007.938-7h2.013c-.502 5.053-4.766 9-9.951 9-5.523 0-10-4.477-10-10 0-5.185 3.947-9.449 9-9.95zm9 3.364l-8 8L10.586 12l8-8H14V2h8v8h-2V5.414z" }, null, -1);
const _hoisted_3$L = [
  _hoisted_2$M
];
function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$L, 8, _hoisted_1$M);
}
var IconShareCircleLine = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M]]);
const _sfc_main$L = defineComponent({
  name: "IconPlayLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$L = ["width", "height", "fill"];
const _hoisted_2$L = /* @__PURE__ */ createElementVNode("path", { d: "M18.929 11.72l-.44.238a.098.098 0 00-.032-.035L5.664 3.518s0 0 0 0a.11.11 0 00-.15.03.088.088 0 00-.014.047s0 0 0 0H5l13.929 8.124zm0 0l-.44.238a.088.088 0 010 .084l.44.239m0-.562v.562m0 0l-.44-.239a.098.098 0 01-.032.035L5.664 20.482m13.265-8.201L5.664 20.482m0 0s0 0 0 0m0 0h0m0 0a.11.11 0 01-.15-.03.088.088 0 01-.014-.047l.163.077zm9.742-8.064l.636-.418-.636-.418L7.69 6.511l-.775-.509V17.998l.775-.509 7.717-5.071z" }, null, -1);
const _hoisted_3$K = [
  _hoisted_2$L
];
function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$K, 8, _hoisted_1$L);
}
var IconPlayLine = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L]]);
const _sfc_main$K = defineComponent({
  name: "IconTelegram",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$K = ["width", "height", "fill"];
const _hoisted_2$K = /* @__PURE__ */ createElementVNode("mask", { id: "a" }, [
  /* @__PURE__ */ createElementVNode("path", {
    "fill-rule": "evenodd",
    "clip-rule": "evenodd",
    d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm3.995-14.293c.078-1.052-.848-.619-.848-.619-.683.34-1.387.684-2.1 1.033-2.207 1.08-4.488 2.197-6.43 3.296-1.054.464-.438.927-.438.927l1.67.619c.771.278 1.183-.031 1.183-.031l3.597-2.937c1.285-1.052.977-.186.668.185L10.6 13.272c-.411.433-.206.804-.026.99.51.54 1.764 1.527 2.312 1.958.142.112.237.187.258.206.128.123.822.68 1.285.556.462-.123.514-.835.514-.835l.617-4.854c.092-.842.198-1.653.283-2.3.08-.61.14-1.076.153-1.286z"
  })
], -1);
const _hoisted_3$J = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm3.995-14.293c.078-1.052-.848-.619-.848-.619-.683.34-1.387.684-2.1 1.033-2.207 1.08-4.488 2.197-6.43 3.296-1.054.464-.438.927-.438.927l1.67.619c.771.278 1.183-.031 1.183-.031l3.597-2.937c1.285-1.052.977-.186.668.185L10.6 13.272c-.411.433-.206.804-.026.99.51.54 1.764 1.527 2.312 1.958.142.112.237.187.258.206.128.123.822.68 1.285.556.462-.123.514-.835.514-.835l.617-4.854c.092-.842.198-1.653.283-2.3.08-.61.14-1.076.153-1.286z"
}, null, -1);
const _hoisted_4$l = /* @__PURE__ */ createElementVNode("path", {
  d: "M15.147 7.088l-.423-.905-.011.004-.01.006.444.895zm.848.619l-.997-.074v.014l.997.06zm-2.947.414l-.44-.898.44.898zm-6.432 3.296l.403.915.046-.02.043-.025-.492-.87zm-.437.927l-.6.8.116.088.137.05.347-.938zm1.67.619l-.347.938.008.002.34-.94zm1.183-.031l.6.8.017-.013.015-.012-.632-.775zm3.597-2.937l.633.774-.633-.774zm.668.185l.754.658.008-.01.007-.009-.769-.639zM10.6 13.272l.725.689.015-.016.013-.015-.753-.658zm-.026.99l.727-.687-.009-.01-.718.696zm2.312 1.958l.618-.786-.618.786zm.258.206l.693-.72-.011-.012-.012-.01-.67.742zm1.285.556l.258.966-.258-.966zm.514-.835l-.992-.126-.004.027-.002.027.998.072zm.617-4.854l.992.126v-.008l.002-.009-.995-.109zm.283-2.3l-.992-.13.992.13zM21 12a9 9 0 01-9 9v2c6.075 0 11-4.925 11-11h-2zm-9-9a9 9 0 019 9h2c0-6.075-4.925-11-11-11v2zm-9 9a9 9 0 019-9V1C5.925 1 1 5.925 1 12h2zm9 9a9 9 0 01-9-9H1c0 6.075 4.925 11 11 11v-2zm3.147-13.912a110.476 110.476 0 01.423.907h-.002l-.003.002-.005.002a.272.272 0 01-.006.003l-.004.002a.157.157 0 01.012-.005c.028-.007.002.006-.066-.001a.55.55 0 01-.193-.06.629.629 0 01-.224-.194c-.111-.157-.07-.254-.081-.11l1.995.146c.028-.382-.018-.82-.281-1.191a1.394 1.394 0 00-1.008-.58c-.29-.03-.542.025-.685.066a2.143 2.143 0 00-.28.1l-.008.004-.004.002h-.002v.001l.422.906zm-1.66 1.931a402.95 402.95 0 002.105-1.035l-.89-1.791c-.68.337-1.381.681-2.094 1.03l.88 1.796zm-6.379 3.268c1.913-1.081 4.165-2.184 6.38-3.268l-.88-1.796c-2.2 1.077-4.51 2.207-6.484 3.323l.984 1.741zm-.929.057c.601-.799.602-.798.602-.798h.001l.002.002.004.003a.542.542 0 00.02.016.584.584 0 01.066.066.58.58 0 01.12.293.671.671 0 01-.023.282.55.55 0 01-.099.189c-.047.056-.042.018.147-.065l-.806-1.83c-.337.148-.65.342-.879.616-.253.305-.373.68-.323 1.065.044.341.208.585.313.714a1.572 1.572 0 00.236.232l.01.008.004.003.002.002h.001c0 .001.001.002.602-.798zm2.018-.319l-1.67-.618-.695 1.875 1.67.619.695-1.876zm.835.907l-.6-.8a.364.364 0 00.007-.005l.007-.006a.505.505 0 01.071-.044c.015-.007.016-.006.004-.003-.015.003-.121.024-.332-.052l-.679 1.881c.56.202 1.045.208 1.428.127a1.99 1.99 0 00.602-.236l.053-.034.021-.015a.592.592 0 00.014-.01l.003-.002v-.001c.001 0 .002 0-.6-.8zm2.965-3.712l-3.598 2.937 1.265 1.55 3.598-2.938-1.265-1.549zm2.07 1.6c.136-.165.261-.367.35-.566.044-.1.092-.226.122-.368a1.24 1.24 0 00-.032-.656 1.09 1.09 0 00-.871-.725 1.317 1.317 0 00-.7.1c-.29.119-.605.341-.94.616l1.266 1.548c.144-.118.253-.199.333-.252.085-.057.116-.07.107-.065a.494.494 0 01-.091.026.797.797 0 01-.274.004.906.906 0 01-.723-.604c-.074-.219-.036-.386-.033-.402.009-.04.017-.054.01-.037a.536.536 0 01-.063.102l1.538 1.278zm-2.715 3.11l2.699-3.092-1.507-1.315-2.698 3.091 1.506 1.316zm-.06-.365a.158.158 0 01.023.033.422.422 0 01.022.326c-.02.052-.038.063-.013.037l-1.45-1.378c-.378.398-.57.89-.5 1.408.06.461.31.789.481.966l1.436-1.392zm2.211 1.87c-.579-.457-1.757-1.388-2.203-1.86l-1.454 1.373c.574.607 1.904 1.651 2.42 2.057l1.237-1.57zm.31.248c-.054-.049-.194-.158-.31-.249l-1.237 1.571c.072.057.13.102.171.136.021.016.037.028.046.037a.212.212 0 01.006.004l.002.002-.004-.004a.81.81 0 01-.014-.012l1.34-1.485zm.357.333c.12-.032.184-.005.148-.015a.838.838 0 01-.168-.076 2.06 2.06 0 01-.218-.143c-.068-.052-.102-.083-.096-.077l-1.386 1.441c.122.118.395.34.72.522.166.094.377.195.612.26.228.064.553.114.904.02l-.516-1.932zm.772.131l-.998-.072v-.002-.002l.001-.004v-.005c0-.002 0-.002 0 0a.521.521 0 01-.026.113c-.01.03-.011.018.015-.015a.467.467 0 01.236-.144l.516 1.932c.718-.192 1.008-.804 1.111-1.086a2.534 2.534 0 00.141-.63v-.007l.001-.003v-.001c0-.001 0-.002-.997-.074zm-.376-4.98l-.616 4.854 1.984.252.617-4.854-1.984-.252zm.284-2.303c-.084.646-.192 1.465-.285 2.32l1.988.218c.09-.83.195-1.63.28-2.279l-1.983-.26zm.147-1.217c-.01.165-.063.58-.147 1.217l1.983.26c.077-.586.145-1.102.16-1.358l-1.996-.119z",
  mask: "url(#a)"
}, null, -1);
const _hoisted_5$e = [
  _hoisted_2$K,
  _hoisted_3$J,
  _hoisted_4$l
];
function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$e, 8, _hoisted_1$K);
}
var IconTelegram = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K]]);
const _sfc_main$J = defineComponent({
  name: "IconTwitter",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$J = ["width", "height", "fill"];
const _hoisted_2$J = /* @__PURE__ */ createElementVNode("mask", { id: "a" }, [
  /* @__PURE__ */ createElementVNode("path", {
    "fill-rule": "evenodd",
    "clip-rule": "evenodd",
    d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm4.704-13.574A4.503 4.503 0 0018 8.068a4.602 4.602 0 01-1.126 1.177c.005.096.007.195.007.293 0 3.001-2.27 6.462-6.422 6.462A6.356 6.356 0 017 14.98a4.503 4.503 0 003.341-.941 2.25 2.25 0 01-1.306-.449 2.272 2.272 0 01-.802-1.129c.338.065.687.052 1.02-.04a2.256 2.256 0 01-1.3-.787 2.282 2.282 0 01-.511-1.44v-.027c.313.175.664.272 1.022.284A2.275 2.275 0 017.46 8.56c0-.402.105-.796.306-1.143A6.416 6.416 0 009.84 9.103c.801.409 1.68.643 2.577.688a2.285 2.285 0 01.14-1.454c.204-.457.553-.832.992-1.068a2.245 2.245 0 012.713.451c.506-.1.991-.286 1.434-.55a2.276 2.276 0 01-.993 1.256z"
  })
], -1);
const _hoisted_3$I = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm4.704-13.574A4.503 4.503 0 0018 8.068a4.602 4.602 0 01-1.126 1.177c.005.096.007.195.007.293 0 3.001-2.27 6.462-6.422 6.462A6.356 6.356 0 017 14.98a4.503 4.503 0 003.341-.941 2.25 2.25 0 01-1.306-.449 2.272 2.272 0 01-.802-1.129c.338.065.687.052 1.02-.04a2.256 2.256 0 01-1.3-.787 2.282 2.282 0 01-.511-1.44v-.027c.313.175.664.272 1.022.284A2.275 2.275 0 017.46 8.56c0-.402.105-.796.306-1.143A6.416 6.416 0 009.84 9.103c.801.409 1.68.643 2.577.688a2.285 2.285 0 01.14-1.454c.204-.457.553-.832.992-1.068a2.245 2.245 0 012.713.451c.506-.1.991-.286 1.434-.55a2.276 2.276 0 01-.993 1.256z"
}, null, -1);
const _hoisted_4$k = /* @__PURE__ */ createElementVNode("path", {
  d: "M18 8.068l.833.554 1.903-2.866-3.143 1.399.407.913zm-1.296.358l-.516-.857.635 1.85-.12-.993zm.17.819l-.588-.81-.435.317.024.537 1-.044zM10.46 16v-1 1zM7 14.98l.12-.994-.663 1.833.543-.84zm1.764-.137l.27.963-.27-.963zm1.577-.804l.62.784 2.192-1.732-2.793-.052-.019 1zm-1.306-.449l.6-.8-.6.8zm-.802-1.129l.188-.982-1.653-.317.512 1.603.953-.304zm1.02-.04l.263.966-.064-1.945-.2.98zm-1.3-.787l.775-.631-.776.63zm-.511-1.44h-1v.001h1zm0-.027l.488-.873-1.488-.833v1.706h1zm1.022.284l-.032 1 3.473.11-2.883-1.94-.558.83zM7.46 8.56h1v-.002l-1 .001zm.306-1.143l.778-.628-.915-1.132-.729 1.26.866.5zm4.652 2.373l-.05 1 1.326.066-.303-1.293-.973.227zM13.55 7.27l.474.88-.474-.88zm1.433-.239l-.164.987.164-.987zm1.28.69l-.732.68.38.41.547-.109-.195-.98zm1.434-.55l.952.304.809-2.525-2.275 1.362.514.858zM21 12a9 9 0 01-9 9v2c6.075 0 11-4.925 11-11h-2zm-9-9a9 9 0 019 9h2c0-6.075-4.925-11-11-11v2zm-9 9a9 9 0 019-9V1C5.925 1 1 5.925 1 12h2zm9 9a9 9 0 01-9-9H1c0 6.075 4.925 11 11 11v-2zm5.593-13.845c-.32.143-.66.236-1.008.278l.238 1.986a5.502 5.502 0 001.584-.437l-.814-1.827zm-.13 2.898a5.602 5.602 0 001.37-1.431l-1.666-1.107c-.238.358-.536.67-.88.92l1.175 1.618zm.418-.515c0-.116-.003-.23-.008-.338l-1.998.09c.004.084.006.168.006.248h2zM10.46 17c4.825 0 7.422-4.037 7.422-7.462h-2c0 2.577-1.943 5.462-5.422 5.462v2zm-4.002-1.181A7.355 7.355 0 0010.46 17l-.002-2a5.355 5.355 0 01-2.915-.86l-1.086 1.679zm2.036-1.938a3.502 3.502 0 01-1.372.105l-.242 1.986a5.502 5.502 0 002.156-.166l-.542-1.925zm1.228-.627a3.52 3.52 0 01-1.228.627l.542 1.925a5.52 5.52 0 001.926-.983l-1.24-1.569zm-1.285 1.137a3.25 3.25 0 001.886.647l.038-2a1.25 1.25 0 01-.726-.249l-1.198 1.602zM7.28 12.765a3.272 3.272 0 001.156 1.626l1.198-1.602a1.273 1.273 0 01-.449-.632l-1.905.608zm1.71-1.308a1.26 1.26 0 01-.569.022l-.377 1.964c.489.094.992.075 1.472-.056l-.527-1.93zm-1.813.807a3.256 3.256 0 001.876 1.138l.4-1.96a1.256 1.256 0 01-.725-.44l-1.551 1.262zm-.735-2.069c0 .754.26 1.485.735 2.07l1.551-1.262a1.281 1.281 0 01-.286-.808h-2zm0-.028v.028h2v-.028h-2zm2.054-.716a1.239 1.239 0 01-.566-.157l-.976 1.745c.453.254.96.395 1.478.411l.064-1.999zm-2.036-.89c0 1.13.574 2.133 1.446 2.72l1.116-1.66a1.274 1.274 0 01-.562-1.06h-2zm.44-1.643c-.289.5-.44 1.067-.44 1.644l2-.003c0-.225.06-.446.171-.64l-1.73-1.001zm3.395 1.294A5.415 5.415 0 018.544 6.79L6.988 8.047a7.416 7.416 0 002.399 1.946l.908-1.781zm2.173.58a5.376 5.376 0 01-2.173-.58l-.908 1.781a7.378 7.378 0 002.98.797l.101-1.997zm-.823-.865a3.284 3.284 0 00-.201 2.092l1.947-.455a1.284 1.284 0 01.079-.818l-1.825-.819zm1.43-1.539a3.265 3.265 0 00-1.43 1.54l1.825.818c.115-.256.31-.466.554-.597l-.949-1.76zm2.072-.344a3.245 3.245 0 00-2.072.344l.949 1.761c.243-.131.523-.177.795-.132l.328-1.973zm1.85.996a3.253 3.253 0 00-1.85-.996l-.328 1.973c.271.045.522.18.712.384l1.465-1.361zm.186-.729c-.343.205-.72.35-1.114.428l.39 1.962a5.493 5.493 0 001.752-.674l-1.028-1.716zm.036 2.972a3.277 3.277 0 001.43-1.809l-1.905-.61a1.276 1.276 0 01-.556.705l1.031 1.714z",
  mask: "url(#a)"
}, null, -1);
const _hoisted_5$d = [
  _hoisted_2$J,
  _hoisted_3$I,
  _hoisted_4$k
];
function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$d, 8, _hoisted_1$J);
}
var IconTwitter = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J]]);
const _sfc_main$I = defineComponent({
  name: "IconTiktok",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$I = ["width", "height", "fill"];
const _hoisted_2$I = /* @__PURE__ */ createElementVNode("mask", { id: "a" }, [
  /* @__PURE__ */ createElementVNode("path", {
    "fill-rule": "evenodd",
    "clip-rule": "evenodd",
    d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-3.632-9.625c.616-1.17 1.714-1.717 3.295-1.643v1.643c-.656 0-1.06.086-1.35.3-.492.36-.61.847-.61 1.183 0 .55.486 1.4 1.47 1.4.986 0 1.472-.851 1.463-1.46-.006-.406-.006-2.672 0-6.798h1.91v.652c0 .842.909 1.417 1.367 1.624.306.138.668.232 1.087.28v1.69c-.123.01-.41-.027-.864-.11-.453-.083-1.009-.327-1.669-.734v3.396c0 .303-.09 3.202-3.174 3.202-3.086 0-3.85-2.87-2.925-4.625z"
  })
], -1);
const _hoisted_3$H = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-3.632-9.625c.616-1.17 1.714-1.717 3.295-1.643v1.643c-.656 0-1.06.086-1.35.3-.492.36-.61.847-.61 1.183 0 .55.486 1.4 1.47 1.4.986 0 1.472-.851 1.463-1.46-.006-.406-.006-2.672 0-6.798h1.91v.652c0 .842.909 1.417 1.367 1.624.306.138.668.232 1.087.28v1.69c-.123.01-.41-.027-.864-.11-.453-.083-1.009-.327-1.669-.734v3.396c0 .303-.09 3.202-3.174 3.202-3.086 0-3.85-2.87-2.925-4.625z"
}, null, -1);
const _hoisted_4$j = /* @__PURE__ */ createElementVNode("path", {
  d: "M11.663 10.732h1v-.954l-.954-.045-.046 1zm-3.295 1.643l.884.467-.884-.467zm3.295 0v1h1v-1h-1zm-1.35.3l-.593-.806.592.806zm2.323 1.123l-1 .014 1-.014zm0-6.798V6h-.999l-.001.999 1 .001zm1.91 0l1-.001L15.544 6h-.998v1zm0 .652l.989-.148-1.99.148h1zm1.367 1.624l-.411.911.411-.91zm1.087.28h1v-.889l-.884-.103-.116.993zm0 1.69l.076.997.924-.07v-.927h-1zm-.864-.11l.18-.984-.18.984zm-1.669-.734l.524-.851-1.524-.94v1.791h1zM21 12a9 9 0 01-9 9v2c6.075 0 11-4.925 11-11h-2zm-9-9a9 9 0 019 9h2c0-6.075-4.925-11-11-11v2zm-9 9a9 9 0 019-9V1C5.925 1 1 5.925 1 12h2zm9 9a9 9 0 01-9-9H1c0 6.075 4.925 11 11 11v-2zm-.29-11.267c-.913-.043-1.763.09-2.502.46-.752.374-1.327.961-1.725 1.716l1.77.933c.218-.415.5-.687.847-.86.359-.178.848-.282 1.516-.25l.094-1.999zm.953 2.642v-1.643h-2v1.643h2zm-1.759 1.105c.023-.017.153-.105.759-.105v-2c-.706 0-1.384.083-1.943.494l1.184 1.611zm-.201.378c0-.054.01-.12.037-.183a.473.473 0 01.164-.195L9.72 11.87a2.446 2.446 0 00-1.017 1.99h2zm.47.4a.427.427 0 01-.35-.15.559.559 0 01-.097-.161c-.023-.058-.023-.092-.023-.089h-2c0 .534.22 1.113.611 1.562a2.424 2.424 0 001.86.838v-2zm.463-.446a.523.523 0 01-.123.3c-.07.083-.166.146-.34.146v2c1.686 0 2.477-1.462 2.463-2.474l-2 .028zm0-6.813c-.006 4.119-.006 6.397 0 6.813l2-.028c-.006-.396-.006-2.65 0-6.783l-2-.002zM14.546 6h-1.91v2h1.91V6zm-.989 1.8a.995.995 0 00.06.223c.026.059.119.215.193.306.177.152.72.323 1.057.27.218-.105.484-.353.55-.456.082-.146.106-.28.107-.282.013-.062.017-.111.018-.116a.817.817 0 00.004-.093v-.036-.124-.493l-2 .002v.616a.74.74 0 01.004-.059c0-.004.005-.054.018-.115 0-.002.025-.137.107-.282a1.78 1.78 0 01.55-.456c.337-.053.88.118 1.057.27.074.09.167.247.193.306a.996.996 0 01.06.223l-1.978.296zm2.768.565a2.166 2.166 0 01-.572-.382c-.185-.178-.207-.29-.207-.331h-2c0 .8.432 1.398.817 1.77.39.376.838.63 1.139.765l.823-1.822zm.791.199c-.341-.04-.6-.113-.791-.2l-.823 1.823c.42.19.886.305 1.382.363l.232-1.986zM18 11.246v-1.69h-2v1.69h2zm-2.044.874c.236.043.44.076.61.098.145.018.337.039.51.025l-.152-1.994c.037-.003.05 0 .02-.002a2.098 2.098 0 01-.126-.013 9.972 9.972 0 01-.502-.082l-.36 1.968zm-2.013-.866c.703.433 1.383.75 2.013.866l.36-1.968c-.275-.05-.708-.222-1.324-.601l-1.05 1.703zm1.524 2.544v-3.396h-2v3.396h2zM11.293 18c.934 0 1.706-.221 2.327-.61a3.688 3.688 0 001.299-1.405 4.904 4.904 0 00.548-2.187h-2c0 .092-.02.696-.312 1.243a1.689 1.689 0 01-.595.653c-.263.165-.659.306-1.267.306v2zm-3.81-6.091a4.355 4.355 0 00-.054 3.878C8.068 17.085 9.39 18 11.293 18v-2c-1.183 0-1.786-.52-2.07-1.096a2.356 2.356 0 01.03-2.062l-1.77-.933z",
  mask: "url(#a)"
}, null, -1);
const _hoisted_5$c = [
  _hoisted_2$I,
  _hoisted_3$H,
  _hoisted_4$j
];
function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$c, 8, _hoisted_1$I);
}
var IconTiktok = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I]]);
const _sfc_main$H = defineComponent({
  name: "IconDiscord",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$H = ["width", "height", "fill"];
const _hoisted_2$H = /* @__PURE__ */ createElementVNode("mask", { id: "a" }, [
  /* @__PURE__ */ createElementVNode("path", {
    "fill-rule": "evenodd",
    "clip-rule": "evenodd",
    d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-.472-10.238c.006-.262-.264-.476-.597-.476-.334 0-.598.214-.598.476s.27.476.598.476c.334 0 .597-.214.597-.476zm2.139 0c0-.262-.264-.476-.598-.476-.334 0-.597.214-.597.476s.27.476.597.476c.334 0 .598-.214.598-.476zM17 8.03C17 7.46 16.474 7 15.828 7H8.172C7.526 7 7 7.46 7 8.03v6.76c0 .57.526 1.03 1.172 1.03h6.48l-.304-.925.732.595.692.56L17 17V8.03zm-1.628 4.74s-.486.725-1.75.76c0 0-.205-.215-.376-.405.748-.185 1.034-.595 1.034-.595-.234.135-.457.23-.657.295a4.565 4.565 0 01-2.308.21 5.346 5.346 0 01-.841-.215 3.64 3.64 0 01-.441-.182l-.027-.013a.069.069 0 01-.022-.014l-.001-.001a1.949 1.949 0 01-.16-.085s.274.4 1 .59c-.172.19-.383.415-.383.415-1.263-.035-1.743-.76-1.743-.76 0-1.61.823-2.915.823-2.915.823-.54 1.606-.525 1.606-.525l.057.06c-1.029.26-1.503.655-1.503.655s.126-.06.337-.145a4.788 4.788 0 011.297-.315l.017-.003a5.522 5.522 0 011.235-.017c.604.06 1.189.224 1.72.48 0 0-.452-.375-1.423-.635l.08-.08s.783-.015 1.605.525c0 0 .824 1.305.824 2.915z"
  })
], -1);
const _hoisted_3$G = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm-.472-10.238c.006-.262-.264-.476-.597-.476-.334 0-.598.214-.598.476s.27.476.598.476c.334 0 .597-.214.597-.476zm2.139 0c0-.262-.264-.476-.598-.476-.334 0-.597.214-.597.476s.27.476.597.476c.334 0 .598-.214.598-.476zM17 8.03C17 7.46 16.474 7 15.828 7H8.172C7.526 7 7 7.46 7 8.03v6.76c0 .57.526 1.03 1.172 1.03h6.48l-.304-.925.732.595.692.56L17 17V8.03zm-1.628 4.74s-.486.725-1.75.76c0 0-.205-.215-.376-.405.748-.185 1.034-.595 1.034-.595-.234.135-.457.23-.657.295a4.565 4.565 0 01-2.308.21 5.346 5.346 0 01-.841-.215 3.64 3.64 0 01-.441-.182l-.027-.013a.069.069 0 01-.022-.014l-.001-.001a1.949 1.949 0 01-.16-.085s.274.4 1 .59c-.172.19-.383.415-.383.415-1.263-.035-1.743-.76-1.743-.76 0-1.61.823-2.915.823-2.915.823-.54 1.606-.525 1.606-.525l.057.06c-1.029.26-1.503.655-1.503.655s.126-.06.337-.145a4.788 4.788 0 011.297-.315l.017-.003a5.522 5.522 0 011.235-.017c.604.06 1.189.224 1.72.48 0 0-.452-.375-1.423-.635l.08-.08s.783-.015 1.605.525c0 0 .824 1.305.824 2.915z"
}, null, -1);
const _hoisted_4$i = /* @__PURE__ */ createElementVNode("path", {
  d: "M11.528 11.762l-1-.023v.023h1zm3.124 4.058v1h1.38l-.43-1.312-.95.312zm-.304-.925l.631-.776-2.642-2.15 1.061 3.237.95-.311zm.732.595l-.631.776.002.001.629-.777zm.692.56l-.63.777.01.007.008.007.612-.791zM17 17l-.612.791L18 19.038V17h-1zm-3.377-3.47l-.723.692.307.32.443-.012-.027-1zm1.749-.76l.83.557.17-.253v-.304h-1zm-2.126.355l-.24-.97-1.623.4 1.12 1.24.743-.67zm1.034-.595l.82.572-1.318-1.439.498.867zm-.657.295l-.31-.95-.02.006-.02.007.35.937zm-.829.215l-.15-.988h-.009l.16.988zm-1.48-.005l-.167.986h.002l.165-.986zm-.84-.215l-.326.945.003.001.323-.946zm-.417-.17l-.502.865.03.017.032.016.44-.898zm-.024-.012l-.4.917.4-.917zm-.027-.013l.52-.855-.069-.041-.074-.03-.377.926zm-.022-.014l.654-.757-.654.757zm-.001-.001l.65-.76-.097-.083-.116-.056-.437.899zm-.16-.085l.528-.85-1.353 1.415.825-.565zm1 .59l.741.672 1.107-1.221-1.594-.418-.254.967zm-.383.415l-.028 1 .45.012.307-.327-.729-.685zm-1.743-.76h-1v.301l.166.251.834-.552zm.823-2.915l-.549-.836-.181.12-.116.183.846.533zm1.606-.525l.723-.69-.288-.302-.417-.008-.018 1zm.057.06l.245.97 1.66-.42-1.182-1.24-.723.69zm-1.503.655l-.64-.768 1.072 1.67-.432-.902zm.337-.145l-.359-.933-.007.002-.006.003.372.928zm1.297-.315l.076.997.032-.003.032-.004-.14-.99zm.017-.003l-.145-.99.145.99zm.08-.007v1h.057l.056-.007-.112-.993zm1.155-.01l.1-.995h-.004l-.096.995zm1.72.48l-.435.9 1.074-1.669-.64.77zm-1.423-.635l-.707-.707-1.226 1.225 1.674.448.259-.966zm.08-.08l-.02-1-.402.008-.285.285.707.707zm1.605.525l.846-.534-.116-.183-.181-.12-.549.837zM21 12a9 9 0 01-9 9v2c6.075 0 11-4.925 11-11h-2zm-9-9a9 9 0 019 9h2c0-6.075-4.925-11-11-11v2zm-9 9a9 9 0 019-9V1C5.925 1 1 5.925 1 12h2zm9 9a9 9 0 01-9-9H1c0 6.075 4.925 11 11 11v-2zm-1.069-8.714a.32.32 0 01-.197-.078.584.584 0 01-.205-.47l2 .047c.024-1.046-.955-1.5-1.598-1.5v2zm.402-.524a.57.57 0 01-.2.444.327.327 0 01-.202.08v-2c-.668 0-1.598.466-1.598 1.476h2zm-.402-.524c.049 0 .122.015.2.078a.57.57 0 01.202.446h-2c0 1.015.943 1.476 1.598 1.476v-2zm-.403.524a.57.57 0 01.201-.444.328.328 0 01.202-.08v2c.67 0 1.597-.468 1.597-1.476h-2zm2.54.524a.327.327 0 01-.2-.08.57.57 0 01-.201-.444h2c0-1.01-.93-1.476-1.598-1.476v2zm.404-.524a.57.57 0 01-.201.444.328.328 0 01-.202.08v-2c-.67 0-1.597.467-1.597 1.476h2zm-.403-.524c.049 0 .122.015.201.078a.57.57 0 01.202.446h-2c0 1.014.94 1.476 1.597 1.476v-2zm-.402.524a.57.57 0 01.2-.444.326.326 0 01.202-.08v2c.668 0 1.598-.467 1.598-1.476h-2zM15.828 8c.087 0 .144.031.169.053.011.01.012.015.01.01A.08.08 0 0116 8.03h2C18 6.79 16.9 6 15.828 6v2zM8.172 8h7.656V6H8.172v2zM8 8.03a.08.08 0 01-.007.032c-.002.006-.001.001.01-.01A.259.259 0 018.172 8V6C7.1 6 6 6.79 6 8.03h2zm0 6.76V8.03H6v6.76h2zm.172.03a.26.26 0 01-.169-.053c-.011-.01-.012-.015-.01-.01A.08.08 0 018 14.79H6c0 1.24 1.1 2.03 2.172 2.03v-2zm6.48 0h-6.48v2h6.48v-2zm-1.254.386l.303.925 1.9-.623-.302-.925-1.9.623zm2.313-.492l-.732-.595-1.262 1.552.732.595 1.262-1.552zm.69.559l-.692-.56-1.258 1.554.691.56 1.259-1.554zm1.21.936l-1.227-.95-1.224 1.582 1.228.95 1.224-1.582zM16 8.03V17h2V8.03h-2zm-2.35 6.5c.831-.023 1.449-.277 1.874-.56a2.79 2.79 0 00.608-.548 1.995 1.995 0 00.058-.078l.007-.009c0-.002.002-.003.003-.004l.001-.002v-.001c.001 0 .001-.001-.83-.558l-.83-.558h.001l.002-.002.002-.004a.136.136 0 01.004-.006l.007-.01a.253.253 0 01.007-.01l-.012.014a.793.793 0 01-.135.11c-.133.089-.39.214-.822.226l.055 2zm-1.146-.734a19.438 19.438 0 00.36.386l.026.029.007.007.002.002.001.001.723-.691.722-.691c0-.001 0-.002-.002-.002l-.006-.007-.024-.025a25.209 25.209 0 01-.325-.35l-1.484 1.34zm1.776-1.266a97.26 97.26 0 01-.82-.572v-.001l.002-.002.002-.003.004-.005.007-.01.01-.014c.006-.007.008-.01.007-.007a.432.432 0 01-.054.047c-.065.049-.2.134-.433.192l.48 1.941c.518-.128.9-.34 1.165-.542a2.423 2.423 0 00.397-.38l.031-.041.012-.017a.626.626 0 00.006-.008l.002-.003.001-.002h.001c0-.001 0-.002-.82-.573zm-.347 1.246c.264-.086.55-.21.845-.379l-.996-1.734c-.174.1-.334.167-.47.211l.62 1.902zm-.987.252a5.177 5.177 0 001.027-.266l-.7-1.874c-.2.075-.411.13-.63.164l.303 1.976zm-1.797-.007c.596.1 1.208.102 1.805.006l-.319-1.974c-.381.061-.774.06-1.155-.004l-.331 1.972zm-.998-.255c.273.094.606.189.996.255l.334-1.972a4.356 4.356 0 01-.684-.175l-.646 1.892zm-.534-.218c.193.094.377.164.53.217l.653-1.89a2.66 2.66 0 01-.303-.123l-.88 1.796zm.016.007l-.015-.007a.852.852 0 01-.063-.033l1.004-1.73a1.21 1.21 0 00-.127-.064l-.799 1.834zm-.147-.076c.076.046.146.075.147.076l.799-1.834.019.009a.886.886 0 01.074.04l-1.04 1.71zm-.156-.111c.03.026.134.116.298.183l.755-1.852c.06.024.119.056.173.093.05.034.086.066.082.062L9.33 13.368zm.002.001c-.001 0-.002-.002-.001 0l1.306-1.515-.003-.003-1.302 1.518zm.491-.844l-.528.85h.003l.003.002.006.005c.006.002.011.006.018.01a2.524 2.524 0 00.22.117l.875-1.798a1.561 1.561 0 01-.07-.036h.001l-.528.85zm1.254-.377a1.134 1.134 0 01-.412-.189.401.401 0 01-.05-.044l.007.009a.435.435 0 01.018.024l.004.005.002.004.001.001v.001l-.824.566c-.825.565-.825.565-.824.566l.002.002.002.004.005.007.012.017a1.647 1.647 0 00.12.144c.071.079.17.174.297.273.258.2.63.412 1.133.544l.507-1.934zm-.637 1.382l.729.685v-.001l.003-.002.007-.008.027-.029a40.512 40.512 0 00.358-.388l-1.482-1.343a27.85 27.85 0 01-.337.365c-.01.012-.02.02-.025.027a.735.735 0 00-.008.009l.728.685zm-1.743-.76a89.712 89.712 0 00-.832.554l.001.002.003.005.006.009a1.014 1.014 0 00.058.078c.034.043.077.095.132.153.11.116.266.258.475.397.424.284 1.041.538 1.872.562l.056-2c-.432-.012-.687-.137-.817-.225a.776.776 0 01-.132-.108l-.012-.013a.296.296 0 01.015.02l.004.007.002.003a.096.096 0 00.002.003l-.833.553zm.823-2.915a173.49 173.49 0 00-.846-.533l-.001.002-.002.003a.79.79 0 00-.016.025 3.695 3.695 0 00-.15.269 7.29 7.29 0 00-.328.724c-.234.6-.48 1.456-.48 2.425h2c0-.641.166-1.243.343-1.698a5.289 5.289 0 01.31-.656l.016-.028a.226.226 0 01.002-.003l-.001.002v.001l-.847-.533zm1.606-.525l.018-1h-.001-.002a.295.295 0 00-.028 0 2.13 2.13 0 00-.204.01c-.124.01-.29.03-.487.072a4.285 4.285 0 00-1.45.607l1.097 1.672a2.284 2.284 0 011.003-.358.922.922 0 01.047-.003h.002-.014l.019-1zm.78-.63l-.057-.06-1.447 1.38.057.06 1.447-1.38zM9.68 10.045l.64.769h-.001l-.001.001-.002.002-.004.003-.005.004a.02.02 0 01-.002.002l.027-.02c.032-.021.093-.06.183-.108.18-.096.48-.23.913-.338l-.49-1.94a6.074 6.074 0 00-1.361.512 3.985 3.985 0 00-.477.298 1.868 1.868 0 00-.055.043l-.003.002v.001H9.04l.64.77zm-.035-1.073a8.502 8.502 0 00-.396.17v.001h-.001l.432.902.432.902h-.001.001l.01-.005a6.479 6.479 0 01.267-.114l-.744-1.856zm1.594-.384c-.281.021-.865.103-1.581.379l.719 1.866a3.809 3.809 0 011.013-.251l-.152-1.994zm-.053.005l-.01.001.278 1.981.022-.003-.29-1.98zm.226-.018c-.112 0-.205.015-.226.018l.29 1.979.01-.002-.01.001a.593.593 0 01-.064.004v-2zm1.25-.005a6.522 6.522 0 00-1.363.011l.226 1.987a4.52 4.52 0 01.944-.007l.193-1.991zm2.058.575a6.141 6.141 0 00-2.055-.575l-.2 1.99c.493.05.964.182 1.386.386l.87-1.801zm-2.116 1.231c.407.109.69.238.86.33a1.952 1.952 0 01.197.12l-.003-.002-.005-.004a.066.066 0 01-.003-.003l-.002-.001v-.001h-.001l.639-.77a138.892 138.892 0 00.638-.77h-.001l-.003-.002-.005-.005a1.026 1.026 0 00-.047-.037 3.96 3.96 0 00-.454-.286 5.981 5.981 0 00-1.293-.501l-.517 1.932zm-.368-1.753l-.08.08 1.414 1.414.08-.08-1.414-1.414zm2.86.396a4.282 4.282 0 00-1.45-.607 3.84 3.84 0 00-.69-.082 1.8 1.8 0 00-.03 0h-.001l.018 1 .018 1h-.002-.009a1.843 1.843 0 01.279.038c.205.044.485.135.77.323l1.098-1.672zm1.276 3.751c0-.969-.246-1.825-.48-2.425a7.268 7.268 0 00-.443-.933 3.314 3.314 0 00-.036-.06l-.012-.02-.004-.006-.002-.003v-.001l-.847.533a174.177 174.177 0 01-.846.532l-.001-.002.001.003.017.027.072.133c.063.12.15.3.237.524.178.455.344 1.057.344 1.698h2z",
  mask: "url(#a)"
}, null, -1);
const _hoisted_5$b = [
  _hoisted_2$H,
  _hoisted_3$G,
  _hoisted_4$i
];
function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$b, 8, _hoisted_1$H);
}
var IconDiscord = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H]]);
const _sfc_main$G = defineComponent({
  name: "IconYoutube",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$G = ["width", "height", "fill"];
const _hoisted_2$G = /* @__PURE__ */ createElementVNode("path", { d: "M14.2 12l-3.3 1.969V10.03L14.2 12z" }, null, -1);
const _hoisted_3$F = /* @__PURE__ */ createElementVNode("path", { d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm5.5 10s0 2.092-.251 3.095c-.14.554-.549.99-1.066 1.137-.94.268-4.183.268-4.183.268s-3.241 0-4.183-.268a1.566 1.566 0 01-1.066-1.137C6.5 14.092 6.5 12 6.5 12s0-2.092.251-3.095c.14-.554.549-.99 1.066-1.137C8.76 7.5 12 7.5 12 7.5s3.243 0 4.183.268c.52.15.928.585 1.066 1.137C17.5 9.908 17.5 12 17.5 12z" }, null, -1);
const _hoisted_4$h = [
  _hoisted_2$G,
  _hoisted_3$F
];
function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$h, 8, _hoisted_1$G);
}
var IconYoutube = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G]]);
const _sfc_main$F = defineComponent({
  name: "IconNumberList",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$F = ["width", "height", "fill"];
const _hoisted_2$F = /* @__PURE__ */ createElementVNode("path", { d: "M8 4h13v2H8V4zM5 3v3h1v1H3V6h1V4H3V3h2zM3 14v-2.5h2V11H3v-1h3v2.5H4v.5h2v1H3zm2 5.5H3v-1h2V18H3v-1h3v4H3v-1h2v-.5zM8 11h13v2H8v-2zm0 7h13v2H8v-2z" }, null, -1);
const _hoisted_3$E = [
  _hoisted_2$F
];
function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$E, 8, _hoisted_1$F);
}
var IconNumberList = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F]]);
const _sfc_main$E = defineComponent({
  name: "IconShareLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$E = ["width", "height", "fill"];
const _hoisted_2$E = /* @__PURE__ */ createElementVNode("path", { d: "M13.778 6.15c0-1.74 1.393-3.15 3.11-3.15C18.609 3 20 4.41 20 6.15S18.607 9.3 16.889 9.3c-.869 0-1.654-.36-2.218-.941l-4.562 2.797a3.19 3.19 0 01.022 1.605l4.643 2.779a3.079 3.079 0 012.115-.84c1.718 0 3.111 1.41 3.111 3.15S18.607 21 16.889 21c-1.718 0-3.111-1.41-3.111-3.15 0-.262.031-.517.091-.761L9.226 14.31a3.079 3.079 0 01-2.115.839C5.393 15.15 4 13.74 4 12s1.393-3.15 3.111-3.15c.786 0 1.504.295 2.052.782l4.674-2.867a3.204 3.204 0 01-.06-.615zm3.11-1.35c-.736 0-1.332.604-1.332 1.35 0 .746.597 1.35 1.333 1.35s1.333-.604 1.333-1.35c0-.746-.597-1.35-1.333-1.35zm-9.777 5.85c-.736 0-1.333.604-1.333 1.35 0 .746.597 1.35 1.333 1.35s1.333-.604 1.333-1.35c0-.746-.597-1.35-1.333-1.35zm8.445 7.2c0 .746.597 1.35 1.333 1.35s1.333-.604 1.333-1.35c0-.746-.597-1.35-1.333-1.35s-1.333.604-1.333 1.35z" }, null, -1);
const _hoisted_3$D = [
  _hoisted_2$E
];
function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$D, 8, _hoisted_1$E);
}
var IconShareLine = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E]]);
const _sfc_main$D = defineComponent({
  name: "IconEditLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$D = ["width", "height", "fill"];
const _hoisted_2$D = /* @__PURE__ */ createElementVNode("path", { d: "M3 20.1a.9.9 0 01.9-.9h16.2a.9.9 0 110 1.8H3.9a.9.9 0 01-.9-.9z" }, null, -1);
const _hoisted_3$C = /* @__PURE__ */ createElementVNode("path", { d: "M15.013 3a.9.9 0 01.636.264l3.287 3.288a.9.9 0 010 1.273L9.63 17.136a.9.9 0 01-.636.264H5.7a.9.9 0 01-.9-.9v-3.276a.9.9 0 01.263-.636l9.313-9.324A.9.9 0 0115.013 3zm0 2.173L6.6 13.596V15.6h2.02l8.408-8.411-2.015-2.016z" }, null, -1);
const _hoisted_4$g = [
  _hoisted_2$D,
  _hoisted_3$C
];
function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$g, 8, _hoisted_1$D);
}
var IconEditLine = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D]]);
const _sfc_main$C = defineComponent({
  name: "IconCheckDouble",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$C = ["width", "height", "fill"];
const _hoisted_2$C = /* @__PURE__ */ createElementVNode("path", { d: "M17.707 6.293a1 1 0 010 1.414l-10 10a1 1 0 01-1.414 0l-5-5a1 1 0 111.414-1.414L7 15.586l9.293-9.293a1 1 0 011.414 0zm5 0a1 1 0 010 1.414l-10 10a1 1 0 01-1.414 0l-.625-.625a1 1 0 011.327-1.492l9.298-9.297a1 1 0 011.414 0zm-16.414 5a1 1 0 011.414 0l.625.625a1 1 0 11-1.414 1.414l-.625-.625a1 1 0 010-1.414z" }, null, -1);
const _hoisted_3$B = [
  _hoisted_2$C
];
function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$B, 8, _hoisted_1$C);
}
var IconCheckDouble = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C]]);
const _sfc_main$B = defineComponent({
  name: "IconImageLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$B = ["width", "height", "fill"];
const _hoisted_2$B = /* @__PURE__ */ createElementVNode("path", { d: "M3 5.25A2.25 2.25 0 015.25 3h13.5A2.25 2.25 0 0121 5.25v13.5A2.25 2.25 0 0118.75 21H5.25A2.25 2.25 0 013 18.75V5.25zm2.25-.45a.45.45 0 00-.45.45v13.5c0 .248.201.45.45.45h13.5a.45.45 0 00.45-.45V5.25a.45.45 0 00-.45-.45H5.25z" }, null, -1);
const _hoisted_3$A = /* @__PURE__ */ createElementVNode("path", { d: "M6.15 9.3a3.15 3.15 0 116.3 0 3.15 3.15 0 01-6.3 0zM9.3 7.95a1.35 1.35 0 100 2.7 1.35 1.35 0 000-2.7z" }, null, -1);
const _hoisted_4$f = /* @__PURE__ */ createElementVNode("path", { d: "M14.427 13.537L10.196 19.2h8.18l-3.95-5.663zm1.476-1.03l3.949 5.663c.832 1.194-.022 2.83-1.477 2.83H8.4a.9.9 0 01-.721-1.439l5.306-7.101a1.8 1.8 0 012.918.048z" }, null, -1);
const _hoisted_5$a = [
  _hoisted_2$B,
  _hoisted_3$A,
  _hoisted_4$f
];
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$a, 8, _hoisted_1$B);
}
var IconImageLine = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B]]);
const _sfc_main$A = defineComponent({
  name: "IconWalletLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$A = ["width", "height", "fill"];
const _hoisted_2$A = /* @__PURE__ */ createElementVNode("path", { d: "M15.084 3.11c.435-.226.99-.092 1.242.3l1.837 2.863h2.019c1.004 0 1.818.732 1.818 1.636v11.455c0 .903-.814 1.636-1.818 1.636H3.818C2.814 21 2 20.267 2 19.364V7.909c0-.904.814-1.636 1.818-1.636h5.178l6.088-3.163zm5.098 11.754v-2.455h-3.069c-.858 0-1.477.587-1.477 1.227 0 .641.62 1.228 1.477 1.228h3.069zm0-4.091V7.909H3.818v11.455h16.364V16.5h-3.069c-1.777 0-3.295-1.245-3.295-2.864 0-1.618 1.518-2.863 3.295-2.863h3.069zm-7.531-4.51l3.408.004-.853-1.331-2.555 1.327z" }, null, -1);
const _hoisted_3$z = [
  _hoisted_2$A
];
function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$z, 8, _hoisted_1$A);
}
var IconWalletLine = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A]]);
const _sfc_main$z = defineComponent({
  name: "IconBillFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$z = ["width", "height", "fill"];
const _hoisted_2$z = /* @__PURE__ */ createElementVNode("path", { d: "M5.778 2C4.796 2 4 2.814 4 3.818v16.364C4 21.186 4.796 22 5.778 22h12.444c.982 0 1.778-.814 1.778-1.818V3.818C20 2.814 19.204 2 18.222 2H5.778zm1.778 8.182a.9.9 0 01.888-.91h7.112a.9.9 0 01.888.91.9.9 0 01-.888.909H8.444a.9.9 0 01-.888-.91zm.888 2.727h7.112a.9.9 0 01.888.91.9.9 0 01-.888.908H8.444a.9.9 0 01-.888-.909.9.9 0 01.888-.909z" }, null, -1);
const _hoisted_3$y = [
  _hoisted_2$z
];
function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$y, 8, _hoisted_1$z);
}
var IconBillFill = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z]]);
const _sfc_main$y = defineComponent({
  name: "IconCouponLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$y = ["width", "height", "fill"];
const _hoisted_2$y = /* @__PURE__ */ createElementVNode("path", { d: "M3.818 4C2.814 4 2 4.796 2 5.778v12.444C2 19.204 2.814 20 3.818 20h3.547l.175-.667c.303-1.15 1.372-2 2.642-2 1.27 0 2.338.85 2.641 2L13 20h7.183C21.186 20 22 19.204 22 18.222V5.778C22 4.796 21.186 4 20.182 4h-7.183l-.176.667c-.303 1.15-1.372 2-2.641 2-1.27 0-2.339-.85-2.642-2L7.365 4H3.818zm0 1.778h2.197c.701 1.57 2.302 2.666 4.167 2.666 1.865 0 3.465-1.097 4.167-2.666h5.833v4H3.818v-4zm0 5.778h16.364v6.666h-5.833c-.702-1.57-2.302-2.666-4.167-2.666-1.865 0-3.466 1.097-4.167 2.666H3.818v-6.666z" }, null, -1);
const _hoisted_3$x = [
  _hoisted_2$y
];
function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$x, 8, _hoisted_1$y);
}
var IconCouponLine = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y]]);
const _sfc_main$x = defineComponent({
  name: "IconGiftLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$x = ["width", "height", "fill"];
const _hoisted_2$x = /* @__PURE__ */ createElementVNode("path", { d: "M8.39 3a2.687 2.687 0 00-2.519 3.609H3.88a.88.88 0 00-.88.88v2.706c0 .486.394.88.88.88h.022v8.143c0 .983.8 1.782 1.782 1.782h12.632c.983 0 1.782-.799 1.782-1.782v-8.143h.022a.88.88 0 00.88-.88V7.49a.88.88 0 00-.88-.88h-1.99A2.687 2.687 0 0015.61 3c-.742 0-1.401.293-1.927.643a6.25 6.25 0 00-1.219 1.09c-.167.192-.322.391-.464.593a7.415 7.415 0 00-.464-.593 6.279 6.279 0 00-1.22-1.09C9.791 3.293 9.133 3 8.391 3zm-.924 2.684c0-.51.415-.925.925-.925.47 0 1.143.353 1.818 1.129.21.242.389.49.531.72H8.391a.926.926 0 01-.925-.924zm6.325.204c.675-.776 1.347-1.129 1.818-1.129.51 0 .925.416.925.925 0 .51-.415.925-.925.925h-2.35c.143-.231.322-.48.532-.721zM4.76 9.316v-.948h4.557v.948H4.759zm6.316 9.925V8.368h1.85v10.873h-1.85zm3.61-9.925v-.948h4.556v.948h-4.557zm-9.023 9.902v-8.143h3.654v8.166H5.684a.021.021 0 01-.016-.007.021.021 0 01-.006-.016zm9.022.023v-8.166h3.654v8.143c0 .006-.002.01-.007.016a.021.021 0 01-.015.007h-3.632z" }, null, -1);
const _hoisted_3$w = [
  _hoisted_2$x
];
function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$w, 8, _hoisted_1$x);
}
var IconGiftLine = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x]]);
const _sfc_main$w = defineComponent({
  name: "IconPrizeflagLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$w = ["width", "height", "fill"];
const _hoisted_2$w = /* @__PURE__ */ createElementVNode("path", { d: "M4.958 2h14.084c.254 0 .498.101.677.282.18.18.281.425.281.68v18.556a.483.483 0 01-.442.48.476.476 0 01-.232-.04L12 18.394l-7.326 3.564A.477.477 0 014 21.52V2.964A.955.955 0 014.958 2zm13.126 17.294V3.925l-12.169.001v15.368L12 16.287l6.084 3.008zM12 13.07l-2.815 1.487.537-3.15-2.276-2.23 3.147-.46L12 5.85l1.408 2.866 3.146.46-2.276 2.232.536 3.15L12 13.07z" }, null, -1);
const _hoisted_3$v = [
  _hoisted_2$w
];
function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$v, 8, _hoisted_1$w);
}
var IconPrizeflagLine = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w]]);
const _sfc_main$v = defineComponent({
  name: "IconStopwatchLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$v = ["width", "height", "fill"];
const _hoisted_2$v = /* @__PURE__ */ createElementVNode("path", { d: "M17.805 6.732l1.373-1.384 1.335 1.346-1.372 1.384a8.622 8.622 0 01-.974 11.74 8.458 8.458 0 01-5.904 2.179 8.466 8.466 0 01-5.773-2.508 8.607 8.607 0 01-2.487-5.822 8.614 8.614 0 012.162-5.953 8.475 8.475 0 015.626-2.827 8.452 8.452 0 016.014 1.845zM12.5 20.096c.868 0 1.727-.173 2.53-.508a6.607 6.607 0 002.144-1.445 6.67 6.67 0 001.433-2.163 6.715 6.715 0 00-1.433-7.265 6.608 6.608 0 00-2.144-1.446 6.563 6.563 0 00-7.205 1.446 6.695 6.695 0 00-1.937 4.714c0 1.768.697 3.464 1.937 4.714a6.583 6.583 0 004.675 1.953zm-.945-11.43h1.889v5.715h-1.889V8.667zM8.722 2h7.555v1.905H8.722V2z" }, null, -1);
const _hoisted_3$u = [
  _hoisted_2$v
];
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$u, 8, _hoisted_1$v);
}
var IconStopwatchLine = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v]]);
const _sfc_main$u = defineComponent({
  name: "IconPackLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$u = ["width", "height", "fill"];
const _hoisted_2$u = /* @__PURE__ */ createElementVNode("path", { d: "M3.9 10.222H3v-5.33C3 4.399 3.41 4 3.893 4h16.214a.9.9 0 01.636.261.879.879 0 01.257.63v5.331h-.9v8.89a.875.875 0 01-.26.627.897.897 0 01-.634.261H4.794a.905.905 0 01-.633-.261.885.885 0 01-.261-.627v-8.89zm14.4 0H5.7v8h12.6v-8zM4.8 5.778v2.666h14.4V5.778H4.8zM9.3 12h5.4v1.778H9.3V12z" }, null, -1);
const _hoisted_3$t = [
  _hoisted_2$u
];
function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$t, 8, _hoisted_1$u);
}
var IconPackLine = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u]]);
const _sfc_main$t = defineComponent({
  name: "IconRnum1Line",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$t = ["width", "height", "fill"];
const _hoisted_2$t = /* @__PURE__ */ createElementVNode("path", { d: "M13.668 15.082l-1.41-2.486c1.312-.548 1.76-1.317 1.927-2.223.244-1.328-.486-2.54-2.322-2.54H8.357L7 15.21h2.03l.44-2.392h.708l1.231 2.392h2.236l.023-.127zm-2.11-5.584c.532 0 .705.453.62.917-.081.442-.393.853-.926.853H9.755l.326-1.77h1.476z" }, null, -1);
const _hoisted_3$s = /* @__PURE__ */ createElementVNode("path", { d: "M14.596 15.21H17l.152-.825h-.622l.572-3.114-1.853.586-.158.858.665-.172-.338 1.842h-.67l-.152.824z" }, null, -1);
const _hoisted_4$e = /* @__PURE__ */ createElementVNode("path", { d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 10-16 0 8 8 0 0016 0z" }, null, -1);
const _hoisted_5$9 = [
  _hoisted_2$t,
  _hoisted_3$s,
  _hoisted_4$e
];
function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$9, 8, _hoisted_1$t);
}
var IconRnum1Line = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t]]);
const _sfc_main$s = defineComponent({
  name: "IconRnum2Line",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$s = ["width", "height", "fill"];
const _hoisted_2$s = /* @__PURE__ */ createElementVNode("path", { d: "M13.41 15.083l-1.336-2.487c1.264-.548 1.7-1.317 1.867-2.223.244-1.328-.45-2.54-2.214-2.54h-3.37L7 15.21h1.952l.44-2.392h.68l1.166 2.392h2.149l.023-.127zm-1.989-5.585c.513 0 .676.453.59.917-.08.443-.383.854-.895.854h-1.44l.326-1.77h1.42z" }, null, -1);
const _hoisted_3$r = /* @__PURE__ */ createElementVNode("path", { d: "M15.537 12.527c.073-.259.282-.361.572-.361.24 0 .46.087.415.326-.051.278-.36.356-.556.356-.72 0-1.554.205-1.74 1.22l-.146.794h2.957l.15-.82h-2.01c.072-.394.41-.433.65-.433.84 0 1.518-.283 1.674-1.131.133-.727-.468-1.078-1.253-1.078-.781 0-1.528.332-1.679 1.127h.966z" }, null, -1);
const _hoisted_4$d = /* @__PURE__ */ createElementVNode("path", { d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-2 0a8 8 0 10-16 0 8 8 0 0016 0z" }, null, -1);
const _hoisted_5$8 = [
  _hoisted_2$s,
  _hoisted_3$r,
  _hoisted_4$d
];
function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$8, 8, _hoisted_1$s);
}
var IconRnum2Line = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s]]);
const _sfc_main$r = defineComponent({
  name: "IconShoppingFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$r = ["width", "height", "fill"];
const _hoisted_2$r = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M6.258 3a.848.848 0 00-.681.345L3.172 6.597A.857.857 0 003 7.123v12.163C3 20.233 3.761 21 4.7 21h13.6c.939 0 1.7-.767 1.7-1.714V7.123a.859.859 0 00-.172-.526l-2.405-3.252A.848.848 0 0016.742 3H6.258zm11.198 3.257l-1.14-1.543H6.684l-1.14 1.543h11.91zM8.674 9.862A.85.85 0 007.837 9 .85.85 0 007 9.862C7 12.142 8.786 14 11 14s4-1.857 4-4.138A.85.85 0 0014.163 9a.85.85 0 00-.837.862c0 1.338-1.046 2.414-2.326 2.414S8.674 11.2 8.674 9.862z"
}, null, -1);
const _hoisted_3$q = [
  _hoisted_2$r
];
function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$q, 8, _hoisted_1$r);
}
var IconShoppingFill = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
const _sfc_main$q = defineComponent({
  name: "IconWithdrawLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$q = ["width", "height", "fill"];
const _hoisted_2$q = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M4.014 7.647h-.025a.667.667 0 00-.656.666V9.98H8a3.333 3.333 0 010 6.667H3.333v1.666c0 .369.299.667.667.667h11a.667.667 0 110 1.333H4a2 2 0 01-2-2v-10a2 2 0 011.91-1.998l10.272-2.568a2 2 0 012.485 1.94v.626H18a2 2 0 012 2v3.334a.667.667 0 01-1.333 0V8.313A.667.667 0 0018 7.647H4.014zm11.32-1.96a.667.667 0 00-.829-.646l-5.09 1.272h5.918v-.625zm-12 9.626H8a2 2 0 100-4H3.333v4z"
}, null, -1);
const _hoisted_3$p = /* @__PURE__ */ createElementVNode("path", { d: "M20.8 17.38l-.8-1.067v3.334a.667.667 0 01-1.333 0v-3.334l-.8 1.067a.667.667 0 01-1.067-.8l1.893-2.524a.8.8 0 011.28 0l1.894 2.524a.667.667 0 01-1.067.8z" }, null, -1);
const _hoisted_4$c = [
  _hoisted_2$q,
  _hoisted_3$p
];
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$c, 8, _hoisted_1$q);
}
var IconWithdrawLine = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
const _sfc_main$p = defineComponent({
  name: "IconDepositLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$p = ["width", "height", "fill"];
const _hoisted_2$p = /* @__PURE__ */ createElementVNode("path", { d: "M6.857 4c-.71 0-1.286.576-1.286 1.286V13H4.286C3.576 13 3 13.576 3 14.286v5.143c0 .71.576 1.285 1.286 1.285h15.428c.71 0 1.286-.575 1.286-1.285v-5.143c0-.71-.576-1.286-1.286-1.286H18.43V5.286c0-.71-.576-1.286-1.286-1.286H6.857zm7.072 12.857H6.857V5.286h7.072v11.571zm4.5-2.571h1.285v2.571H18.43v-2.571zm1.285 3.857v1.286H4.286v-1.286h15.428zM4.286 16.857v-2.571H5.57v2.571H4.286zm12.857 0h-1.929V5.286h1.929v11.571zM12 7.086a.514.514 0 00-.514-.515H8.657a.514.514 0 00-.514.515v4.757c0 .284.23.514.514.514h2.829c.284 0 .514-.23.514-.514V7.086zm-1.286.771v3.214H9.43V7.857h1.285z" }, null, -1);
const _hoisted_3$o = /* @__PURE__ */ createElementVNode("path", { d: "M6.857 4c-.71 0-1.286.576-1.286 1.286V13H4.286C3.576 13 3 13.576 3 14.286v5.143c0 .71.576 1.285 1.286 1.285h15.428c.71 0 1.286-.575 1.286-1.285v-5.143c0-.71-.576-1.286-1.286-1.286H18.43V5.286c0-.71-.576-1.286-1.286-1.286H6.857zm7.072 12.857H6.857V5.286h7.072v11.571zm4.5-2.571h1.285v2.571H18.43v-2.571zm1.285 3.857v1.286H4.286v-1.286h15.428zM4.286 16.857v-2.571H5.57v2.571H4.286zm12.857 0h-1.929V5.286h1.929v11.571zM12 7.086a.514.514 0 00-.514-.515H8.657a.514.514 0 00-.514.515v4.757c0 .284.23.514.514.514h2.829c.284 0 .514-.23.514-.514V7.086zm-1.286.771v3.214H9.43V7.857h1.285z" }, null, -1);
const _hoisted_4$b = [
  _hoisted_2$p,
  _hoisted_3$o
];
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$b, 8, _hoisted_1$p);
}
var IconDepositLine = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p]]);
const _sfc_main$o = defineComponent({
  name: "IconDownCircle",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$o = ["width", "height", "fill"];
const _hoisted_2$o = /* @__PURE__ */ createElementVNode("g", { "clip-path": "url(#clip0_1_202)" }, [
  /* @__PURE__ */ createElementVNode("path", { d: "M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 18c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8zm1-8h3l-4 4-4-4h3V8h2v4z" })
], -1);
const _hoisted_3$n = /* @__PURE__ */ createElementVNode("defs", null, [
  /* @__PURE__ */ createElementVNode("clipPath", { id: "clip0_1_202" }, [
    /* @__PURE__ */ createElementVNode("rect", {
      width: "24",
      height: "24"
    })
  ])
], -1);
const _hoisted_4$a = [
  _hoisted_2$o,
  _hoisted_3$n
];
function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$a, 8, _hoisted_1$o);
}
var IconDownCircle = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o]]);
const _sfc_main$n = defineComponent({
  name: "IconMagnifierLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$n = ["width", "height", "fill"];
const _hoisted_2$n = /* @__PURE__ */ createElementVNode("g", { "clip-path": "url(#clip0_1_205)" }, [
  /* @__PURE__ */ createElementVNode("path", { d: "M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9-9-4.032-9-9 4.032-9 9-9zm0 16c3.867 0 7-3.133 7-7 0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7zm8.485.071l2.83 2.828-1.416 1.415-2.828-2.829 1.414-1.414z" })
], -1);
const _hoisted_3$m = /* @__PURE__ */ createElementVNode("defs", null, [
  /* @__PURE__ */ createElementVNode("clipPath", { id: "clip0_1_205" }, [
    /* @__PURE__ */ createElementVNode("rect", {
      width: "24",
      height: "24"
    })
  ])
], -1);
const _hoisted_4$9 = [
  _hoisted_2$n,
  _hoisted_3$m
];
function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4$9, 8, _hoisted_1$n);
}
var IconMagnifierLine = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]);
const _sfc_main$m = defineComponent({
  name: "IconWebsite",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$m = ["width", "height", "fill"];
const _hoisted_2$m = /* @__PURE__ */ createElementVNode("mask", { id: "a" }, [
  /* @__PURE__ */ createElementVNode("path", {
    "fill-rule": "evenodd",
    "clip-rule": "evenodd",
    d: "M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm6.65 4.027c.57-.052 1.213-.148 1.88-.316 1.435-.363 2.58-.963 3.398-1.783.552-.553 1.01-1.26 1.357-2.102.291-.703.508-1.5.643-2.369.045-.281.076-.55.1-.805a.624.624 0 00-.678-.681c-.57.052-1.213.148-1.88.316-1.435.363-2.577.963-3.398 1.783-.552.553-1.01 1.26-1.357 2.102-.291.703-.508 1.5-.643 2.369-.045.281-.076.55-.1.805-.036.39.29.716.678.681zM11.062 12a.938.938 0 111.876 0 .938.938 0 01-1.876 0z"
  })
], -1);
const _hoisted_3$l = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm6.65 4.027c.57-.052 1.213-.148 1.88-.316 1.435-.363 2.58-.963 3.398-1.783.552-.553 1.01-1.26 1.357-2.102.291-.703.508-1.5.643-2.369.045-.281.076-.55.1-.805a.624.624 0 00-.678-.681c-.57.052-1.213.148-1.88.316-1.435.363-2.577.963-3.398 1.783-.552.553-1.01 1.26-1.357 2.102-.291.703-.508 1.5-.643 2.369-.045.281-.076.55-.1.805-.036.39.29.716.678.681zM11.062 12a.938.938 0 111.876 0 .938.938 0 01-1.876 0z"
}, null, -1);
const _hoisted_4$8 = /* @__PURE__ */ createElementVNode("path", {
  d: "M10.53 15.71l.047.19-.048-.19zm-1.88.317l.018.195-.018-.195zm5.278-2.1l-.138-.137.138.138zm1.357-2.1l-.18-.075.18.074zm.643-2.37l-.193-.03.193.03zm.1-.805l-.195-.018.194.018zm-.678-.681l-.018-.195.018.195zm-1.88.316l-.047-.19.048.19zm-4.755 3.885l.18.075-.18-.075zm-.643 2.369l.193.03-.193-.03zm-.1.805l.195.018-.194-.018zM12 1.805C6.369 1.805 1.805 6.369 1.805 12h.39A9.804 9.804 0 0112 2.195v-.39zM22.195 12c0-5.631-4.564-10.195-10.195-10.195v.39A9.804 9.804 0 0121.805 12h.39zM12 22.195c5.631 0 10.195-4.564 10.195-10.195h-.39A9.804 9.804 0 0112 21.805v.39zM1.805 12c0 5.631 4.564 10.195 10.195 10.195v-.39A9.804 9.804 0 012.195 12h-.39zm8.677 3.522c-.655.165-1.287.259-1.85.31l.036.39c.579-.054 1.231-.15 1.91-.322l-.096-.378zm3.308-1.732c-.788.789-1.898 1.375-3.309 1.732l.096.378c1.46-.37 2.64-.983 3.489-1.834l-.277-.276zm1.315-2.038c-.34.821-.784 1.506-1.315 2.038l.276.276c.573-.574 1.044-1.304 1.4-2.165l-.361-.15zm.63-2.325a10.167 10.167 0 01-.63 2.325l.36.149c.298-.72.519-1.532.656-2.414l-.386-.06zm.098-.793c-.023.251-.054.516-.098.792l.386.062c.045-.287.077-.56.1-.818l-.388-.036zm-.466-.469a.43.43 0 01.466.469l.389.037a.82.82 0 00-.89-.895l.035.39zm-1.849.311c.655-.165 1.287-.259 1.85-.31l-.036-.39a12.57 12.57 0 00-1.91.322l.096.378zm-3.308 1.732c.79-.789 1.898-1.375 3.309-1.732l-.096-.378c-1.46.37-2.638.983-3.489 1.834l.276.276zm-1.315 2.038c.34-.821.784-1.506 1.315-2.038l-.276-.276c-.573.574-1.044 1.304-1.4 2.165l.361.15zm-.63 2.325c.133-.856.346-1.638.63-2.324l-.36-.15c-.298.72-.519 1.532-.656 2.414l.386.06zm-.098.793c.023-.251.054-.516.098-.792l-.386-.062c-.045.287-.077.56-.1.818l.388.036zm.466.469a.429.429 0 01-.466-.469l-.389-.037a.82.82 0 00.89.895l-.035-.39zM12 10.867c-.625 0-1.133.508-1.133 1.133h.39c0-.41.333-.742.743-.742v-.39zM13.133 12c0-.625-.508-1.133-1.133-1.133v.39c.41 0 .742.333.742.743h.39zM12 13.133c.625 0 1.133-.508 1.133-1.133h-.39c0 .41-.333.742-.743.742v.39zM10.867 12c0 .625.508 1.133 1.133 1.133v-.39a.742.742 0 01-.742-.743h-.39z",
  mask: "url(#a)"
}, null, -1);
const _hoisted_5$7 = [
  _hoisted_2$m,
  _hoisted_3$l,
  _hoisted_4$8
];
function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$7, 8, _hoisted_1$m);
}
var IconWebsite = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m]]);
const _sfc_main$l = defineComponent({
  name: "IconEthCircleFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$l = ["width", "height", "fill"];
const _hoisted_2$l = /* @__PURE__ */ createElementVNode("mask", { id: "a" }, [
  /* @__PURE__ */ createElementVNode("path", {
    "fill-rule": "evenodd",
    "clip-rule": "evenodd",
    d: "M4.929 19.071A10 10 0 1119.07 4.93 10 10 0 014.93 19.07zm11.506-6.819l-4.49 2.502-4.49-2.501.02-.039 4.47-7.486 4.465 7.482.025.042zm-.025.857l.02-.03v.001l-.02.012-4.465 2.655-4.469-2.655-.017-.013.017.026 4.468 6.165h.001l4.465-6.161z"
  })
], -1);
const _hoisted_3$k = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M4.929 19.071A10 10 0 1119.07 4.93 10 10 0 014.93 19.07zm11.506-6.819l-4.49 2.502-4.49-2.501.02-.039 4.47-7.486 4.465 7.482.025.042zm-.025.857l.02-.03v.001l-.02.012-4.465 2.655-4.469-2.655-.017-.013.017.026 4.468 6.165h.001l4.465-6.161z"
}, null, -1);
const _hoisted_4$7 = /* @__PURE__ */ createElementVNode("path", {
  d: "M4.929 19.071l.138-.138-.138.138zm0-14.142L4.79 4.79l.138.138zm14.142 0l.138-.138-.138.138zm0 14.142l-.138-.138.138.138zm-2.637-6.819l-.095-.17-.176.098.104.173.168-.1zm0 0l.096.17.176-.098-.104-.173-.167.101zm0 0l.096.171.177-.098-.105-.173-.167.1zm-4.49 2.502l-.094.17.095.053.095-.053-.095-.17zm-4.489-2.501l-.17-.095-.095.17.17.095.095-.17zm0 0l.171.094.094-.17-.17-.095-.095.17zm0 0l-.171-.095-.094.17.17.095.095-.17zm.02-.039l-.167-.1-.003.006.17.095zm4.47-7.486l.167.1.028-.046v-.054h-.196zm0 0l.167-.1-.363-.61v.71h.195zm0 0l-.168.1.168.28.167-.28-.167-.1zm0 0l.168-.1-.168-.282-.168.281.168.1zm4.465 7.482l-.168.1v.001l.168-.1zm.02.87l.16.113-.259-.281.1.167zm-.02.029l.158.114-.158-.114zm.02-.029l-.159-.114.258.282-.1-.168zm0 0l.159.113-.258-.281.1.167zm-.02.012l-.1-.168.1.168zm-4.465 2.655l-.1.168.1.06.1-.06-.1-.168zm-4.469-2.655l-.117.156.008.007.01.005.099-.168zm-.017-.013l.118-.156-.28.264.162-.107zm.017.026l-.163.107.005.007.158-.114zm4.468 6.165h.196v-.064l-.037-.051-.159.114zm0 0h-.195v.602l.354-.487-.159-.115zm0 0l.159-.115-.158-.218-.158.218.158.115zm.001 0l-.158.115.158.218.158-.218-.158-.115zM1.805 12c0 2.704 1.074 5.297 2.986 7.21l.276-.277A9.805 9.805 0 012.195 12h-.39zM4.79 4.79A10.195 10.195 0 001.805 12h.39c0-2.6 1.033-5.094 2.872-6.933l-.276-.276zM12 1.806A10.195 10.195 0 004.79 4.79l.277.276A9.805 9.805 0 0112 2.195v-.39zm7.21 2.986A10.195 10.195 0 0012 1.805v.39c2.6 0 5.094 1.033 6.933 2.872l.276-.276zM22.194 12c0-2.704-1.074-5.297-2.986-7.21l-.276.277A9.805 9.805 0 0121.805 12h.39zm-2.986 7.21A10.195 10.195 0 0022.195 12h-.39c0 2.6-1.033 5.094-2.872 6.933l.276.276zM12 22.194c2.704 0 5.297-1.074 7.21-2.986l-.277-.276A9.805 9.805 0 0112 21.805v.39zM4.79 19.21A10.195 10.195 0 0012 22.195v-.39a9.805 9.805 0 01-6.933-2.872l-.276.276zm11.74-6.786l-.19-.341.19.34zm.072-.271l-.335.201.335-.201zm-4.562 2.772l4.49-2.5-.19-.342-4.49 2.501.19.341zm-4.68-2.5l4.49 2.5.19-.34-4.49-2.502-.19.341zm-.076-.266l.342.19v-.001l-.342-.19zm.076.265l.19-.341-.19.34zm-.055-.303l-.021.038.342.189.02-.038-.341-.189zm4.472-7.492l-4.469 7.486.335.2 4.47-7.486-.336-.2zm-.028.1h.39-.39zm.363-.1l-.335.2.335-.2zm-.335 0l.335.2-.335-.2zm4.8 7.482l-4.464-7.483-.336.2 4.465 7.483.335-.2zm.025.041l-.025-.041-.335.201.025.042.335-.202zm-.33.815l-.02.03.317.227.02-.03-.317-.227zm.257.282h.002l-.2-.336.198.336zm-.258-.282l.317.228-.317-.228zm.238.294l.02-.012-.198-.336-.021.012.199.336zm-4.464 2.655l4.464-2.655-.2-.336-4.464 2.656.2.335zM7.376 13.26l4.47 2.655.199-.335-4.47-2.656-.199.336zm-.034-.024l.017.012.234-.312-.016-.013-.235.313zm.297-.239l-.017-.025-.326.215.017.025.326-.215zm4.464 6.158L7.634 12.99l-.316.23 4.468 6.164.317-.23zm.037.115h-.39.39zm-.353-.115l.316.23-.316-.23zm.316 0l-.316.23.316-.23zm4.149-6.16l-4.465 6.16.316.23 4.465-6.162-.316-.229z",
  mask: "url(#a)"
}, null, -1);
const _hoisted_5$6 = [
  _hoisted_2$l,
  _hoisted_3$k,
  _hoisted_4$7
];
function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$6, 8, _hoisted_1$l);
}
var IconEthCircleFill = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l]]);
const _sfc_main$k = defineComponent({
  name: "IconDiscordCircleFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$k = ["width", "height", "fill"];
const _hoisted_2$k = /* @__PURE__ */ createElementVNode("mask", { id: "a" }, [
  /* @__PURE__ */ createElementVNode("path", {
    "fill-rule": "evenodd",
    "clip-rule": "evenodd",
    d: "M4.929 19.071A10 10 0 1119.07 4.93 10 10 0 014.93 19.07zM12 7.9c-2.534 0-4.31 1.087-4.31 1.087.973-.87 2.674-1.371 2.674-1.371l-.16-.16C8.606 7.482 7.16 8.588 7.16 8.588c-1.626 3.394-1.522 6.324-1.522 6.324 1.323 1.711 3.29 1.588 3.29 1.588l.67-.85c-1.18-.256-1.928-1.305-1.928-1.305s1.778 1.21 4.33 1.21c2.553 0 4.33-1.21 4.33-1.21s-.747 1.05-1.929 1.305l.671.85s1.967.123 3.29-1.588c0 0 .104-2.93-1.522-6.324 0 0-1.446-1.106-3.044-1.135l-.16.161s1.701.501 2.675 1.37c0 0-1.777-1.086-4.311-1.086zm-1.957 3.583c.615 0 1.116.538 1.106 1.2 0 .652-.491 1.2-1.106 1.2-.605 0-1.097-.547-1.097-1.2 0-.662.483-1.2 1.097-1.2zm3.942 0c.615 0 1.106.538 1.106 1.2 0 .652-.491 1.2-1.106 1.2-.605 0-1.096-.547-1.096-1.2 0-.662.482-1.2 1.096-1.2z"
  })
], -1);
const _hoisted_3$j = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M4.929 19.071A10 10 0 1119.07 4.93 10 10 0 014.93 19.07zM12 7.9c-2.534 0-4.31 1.087-4.31 1.087.973-.87 2.674-1.371 2.674-1.371l-.16-.16C8.606 7.482 7.16 8.588 7.16 8.588c-1.626 3.394-1.522 6.324-1.522 6.324 1.323 1.711 3.29 1.588 3.29 1.588l.67-.85c-1.18-.256-1.928-1.305-1.928-1.305s1.778 1.21 4.33 1.21c2.553 0 4.33-1.21 4.33-1.21s-.747 1.05-1.929 1.305l.671.85s1.967.123 3.29-1.588c0 0 .104-2.93-1.522-6.324 0 0-1.446-1.106-3.044-1.135l-.16.161s1.701.501 2.675 1.37c0 0-1.777-1.086-4.311-1.086zm-1.957 3.583c.615 0 1.116.538 1.106 1.2 0 .652-.491 1.2-1.106 1.2-.605 0-1.097-.547-1.097-1.2 0-.662.483-1.2 1.097-1.2zm3.942 0c.615 0 1.106.538 1.106 1.2 0 .652-.491 1.2-1.106 1.2-.605 0-1.096-.547-1.096-1.2 0-.662.482-1.2 1.096-1.2z"
}, null, -1);
const _hoisted_4$6 = /* @__PURE__ */ createElementVNode("path", {
  d: "M4.929 19.071l.138-.138-.138.138zm0-14.142L4.79 4.79l.138.138zm14.142 0l-.138.138.138-.138zm0 14.142l-.138-.138.138.138zM7.69 8.986l-.13-.146.232.312-.102-.166zm2.675-1.371l.056.187.315-.093-.232-.232-.139.138zm-.16-.16l.138-.139-.059-.058-.083.001.004.195zM7.16 8.588l-.119-.155-.037.028-.02.042.176.085zm-1.522 6.324l-.195.007.002.063.038.05.155-.12zm3.29 1.588l.012.195.087-.005.054-.069-.153-.12zm.67-.85l.154.12.194-.245-.306-.066-.041.19zM7.67 14.346l.11-.161-.269.274.16-.113zm8.66 0l.159.113-.27-.274.11.161zM14.4 15.651l-.041-.191-.306.066.194.246.153-.121zm.671.85l-.153.121.054.069.087.005.012-.195zm3.29-1.588l.155.12.038-.05.003-.063-.196-.007zM16.84 8.59l.176-.085-.02-.042-.037-.028-.119.155zm-3.044-1.135l.004-.195-.083-.001-.059.058.138.138zm-.16.161l-.139-.138-.232.232.315.093.056-.187zm2.675 1.37l-.102.167.232-.312-.13.146zm-5.162 3.697l-.195-.003v.003h.195zM1.805 12c0 2.704 1.074 5.297 2.986 7.21l.276-.277A9.805 9.805 0 012.195 12h-.39zM4.79 4.79A10.195 10.195 0 001.805 12h.39c0-2.6 1.033-5.094 2.872-6.933l-.276-.276zM12 1.806A10.195 10.195 0 004.79 4.79l.277.276A9.805 9.805 0 0112 2.195v-.39zm7.21 2.986A10.195 10.195 0 0012 1.805v.39c2.6 0 5.094 1.033 6.933 2.872l.276-.276zM22.194 12c0-2.704-1.074-5.297-2.986-7.21l-.276.277A9.805 9.805 0 0121.805 12h.39zm-2.986 7.21A10.195 10.195 0 0022.195 12h-.39c0 2.6-1.033 5.094-2.872 6.933l.276.276zM12 22.194c2.704 0 5.297-1.074 7.21-2.986l-.277-.276A9.805 9.805 0 0112 21.805v.39zM4.79 19.21A10.195 10.195 0 0012 22.195v-.39a9.805 9.805 0 01-6.933-2.872l-.276.276zm2.9-10.223a40.049 40.049 0 01.1.166h.001l.004-.002a1.79 1.79 0 01.07-.04 8.18 8.18 0 011.095-.484A9.1 9.1 0 0112 8.094v-.39a9.49 9.49 0 00-3.171.554 8.572 8.572 0 00-.91.383 5.812 5.812 0 00-.33.177h-.001v.001l.101.167zm2.674-1.371a53.28 53.28 0 00-.055-.187h-.001l-.005.001-.015.005a5.752 5.752 0 00-.268.088c-.179.062-.426.154-.705.273-.553.236-1.245.589-1.756 1.045l.26.291c.463-.413 1.109-.746 1.65-.977a10.45 10.45 0 01.933-.346c.006-.002.01-.004.014-.004l.003-.001-.055-.188zm-.298-.023l.16.161.277-.276-.161-.16-.276.275zM7.16 8.59l.118.155.003-.002a1.517 1.517 0 01.057-.042 6.751 6.751 0 01.832-.493c.548-.274 1.28-.544 2.037-.557l-.007-.391c-.84.015-1.63.312-2.205.598a7.141 7.141 0 00-.948.572l-.004.003-.001.001.118.156zm-1.522 6.324l.195-.007V14.9a2.393 2.393 0 01-.001-.119c0-.084.002-.209.01-.37.015-.321.053-.787.14-1.358.175-1.142.55-2.704 1.354-4.38l-.352-.169a16.11 16.11 0 00-1.388 4.49c-.09.586-.128 1.065-.144 1.399a8.89 8.89 0 00-.01.524v.003l.196-.007zm3.29 1.588l-.012-.195h-.003l-.014.001-.059.001a4.056 4.056 0 01-1.009-.147 3.85 3.85 0 01-2.039-1.367l-.309.239a4.239 4.239 0 002.244 1.504 4.45 4.45 0 001.114.162l.07-.001.02-.001h.008l-.011-.196zm.517-.971l-.67.85.306.242.671-.85-.307-.242zM7.67 14.346l-.159.113.001.002.002.003.008.01a2.431 2.431 0 00.136.168c.093.107.23.253.404.407.349.307.86.655 1.496.793l.082-.382c-.546-.118-1-.422-1.32-.704a3.855 3.855 0 01-.49-.523l-.16.113zM12 15.361a8.33 8.33 0 01-3.918-.997 5.155 5.155 0 01-.298-.177l-.003-.002H7.78l-.11.161-.11.162h.002l.005.004a1.287 1.287 0 00.082.052 8.114 8.114 0 001.157.568 8.72 8.72 0 003.194.62v-.391zm4.33-1.015l-.11-.162-.004.003-.013.009-.057.036a5.169 5.169 0 01-.228.132A8.33 8.33 0 0112 15.36v.39a8.72 8.72 0 004.106-1.045 5.556 5.556 0 00.331-.197l.002-.001-.11-.162zm-1.887 1.495c.635-.137 1.146-.485 1.495-.792a4.238 4.238 0 00.511-.537l.029-.038a.813.813 0 01.01-.013v-.001l-.158-.114-.16-.113v.001l-.006.007a3.849 3.849 0 01-.485.515c-.32.282-.773.586-1.319.704l.083.381zm.783.54l-.671-.851-.307.242.671.85.307-.241zm2.982-1.587a3.85 3.85 0 01-2.04 1.367 4.056 4.056 0 01-1.008.147H15.1l-.014-.001h-.002l-.013.194-.012.195H15.07l.02.002h.07a4.45 4.45 0 001.114-.162 4.24 4.24 0 002.244-1.503l-.31-.24zm-1.544-6.12a15.717 15.717 0 011.354 4.38c.087.57.125 1.036.14 1.358a8.598 8.598 0 01.01.464V14.906l.194.007.196.007v-.003-.007a1.965 1.965 0 000-.13c0-.09-.002-.22-.01-.387a13.573 13.573 0 00-.144-1.399 16.108 16.108 0 00-1.388-4.49l-.352.17zM13.793 7.65c.758.013 1.489.283 2.037.557a6.747 6.747 0 01.889.535l.002.002.12-.155.118-.155-.002-.002-.004-.003a1.057 1.057 0 00-.065-.047 7.147 7.147 0 00-.884-.525c-.574-.286-1.365-.583-2.204-.598l-.007.39zm-.02.103l.161-.16-.276-.277-.16.16.276.277zm2.668 1.087c-.51-.456-1.203-.809-1.756-1.045a10.835 10.835 0 00-.973-.36l-.015-.006h-.005v-.001h-.001l-.056.187-.055.187h.001l.003.002.014.004a4.672 4.672 0 01.255.083c.171.06.41.148.678.263.541.231 1.187.564 1.65.977l.26-.29zM12 8.094a9.1 9.1 0 013.04.532 8.177 8.177 0 011.095.484 3.233 3.233 0 01.07.04l.004.002.102-.166.102-.167h-.001l-.001-.001c-.002 0-.003-.002-.005-.003a1.82 1.82 0 00-.082-.047 5.726 5.726 0 00-.244-.127 8.577 8.577 0 00-.909-.383A9.49 9.49 0 0012 7.703v.39zm-.655 4.591c.01-.758-.567-1.399-1.302-1.399v.39c.494 0 .919.438.91 1.003l.392.006zm-1.302 1.393c.739 0 1.302-.653 1.302-1.396h-.391c0 .562-.42 1.005-.91 1.005v.391zm-1.292-1.396c0 .742.562 1.396 1.292 1.396v-.39c-.48 0-.901-.443-.901-1.006h-.39zm1.292-1.396c-.74 0-1.292.645-1.292 1.396h.39c0-.572.413-1.005.902-1.005v-.39zm5.244 1.396c0-.754-.564-1.396-1.302-1.396v.39c.492 0 .911.436.911 1.006h.39zm-1.302 1.396c.739 0 1.302-.653 1.302-1.396h-.391c0 .562-.42 1.005-.91 1.005v.391zm-1.292-1.396c0 .742.562 1.396 1.292 1.396v-.39c-.48 0-.901-.443-.901-1.006h-.39zm1.292-1.396c-.74 0-1.292.645-1.292 1.396h.391c0-.572.412-1.005.901-1.005v-.39z",
  mask: "url(#a)"
}, null, -1);
const _hoisted_5$5 = [
  _hoisted_2$k,
  _hoisted_3$j,
  _hoisted_4$6
];
function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$5, 8, _hoisted_1$k);
}
var IconDiscordCircleFill = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k]]);
const _sfc_main$j = defineComponent({
  name: "IconWalletCircleFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$j = ["width", "height", "fill"];
const _hoisted_2$j = /* @__PURE__ */ createElementVNode("mask", { id: "a" }, [
  /* @__PURE__ */ createElementVNode("path", {
    "fill-rule": "evenodd",
    "clip-rule": "evenodd",
    d: "M4.929 19.071A10 10 0 1119.07 4.93 10 10 0 014.93 19.07zm12.781-4.617h-2.43a1.648 1.648 0 01-1.648-1.648v-1.418c0-.925.752-1.648 1.649-1.648h2.43a.8.8 0 01.26.029v-.434c0-1.042-.84-1.88-1.88-1.88H8.424c-1.041 0-1.88.838-1.88 1.85v5.526c0 1.04.839 1.88 1.88 1.88h7.665c1.042 0 1.88-.84 1.88-1.851v-.434c-.043 0-.086.007-.13.014a.79.79 0 01-.13.014zm-2.43-3.5a.414.414 0 00-.404.406v1.417c0 .232.203.405.405.405h2.43a.414.414 0 00.405-.405V11.36a.414.414 0 00-.405-.405h-2.43z"
  })
], -1);
const _hoisted_3$i = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M4.929 19.071A10 10 0 1119.07 4.93 10 10 0 014.93 19.07zm12.781-4.617h-2.43a1.648 1.648 0 01-1.648-1.648v-1.418c0-.925.752-1.648 1.649-1.648h2.43a.8.8 0 01.26.029v-.434c0-1.042-.84-1.88-1.88-1.88H8.424c-1.041 0-1.88.838-1.88 1.85v5.526c0 1.04.839 1.88 1.88 1.88h7.665c1.042 0 1.88-.84 1.88-1.851v-.434c-.043 0-.086.007-.13.014a.79.79 0 01-.13.014zm-2.43-3.5a.414.414 0 00-.404.406v1.417c0 .232.203.405.405.405h2.43a.414.414 0 00.405-.405V11.36a.414.414 0 00-.405-.405h-2.43z"
}, null, -1);
const _hoisted_4$5 = /* @__PURE__ */ createElementVNode("path", {
  d: "M4.929 19.071l.138-.138-.138.138zm0-14.142L4.79 4.79l.138.138zm14.142 0l-.138.138.138-.138zm0 14.142l-.138-.138.138.138zm-1.1-9.302l-.062.185.257.085v-.27h-.195zm0 4.657h.195v-.196h-.195v.196zM1.805 12c0 2.704 1.074 5.297 2.986 7.21l.276-.277A9.805 9.805 0 012.195 12h-.39zM4.79 4.79A10.195 10.195 0 001.805 12h.39c0-2.6 1.033-5.094 2.872-6.933l-.276-.276zM12 1.806A10.195 10.195 0 004.79 4.79l.277.276A9.805 9.805 0 0112 2.195v-.39zm7.21 2.986A10.195 10.195 0 0012 1.805v.39c2.6 0 5.094 1.033 6.933 2.872l.276-.276zM22.194 12c0-2.704-1.074-5.297-2.986-7.21l-.276.277A9.805 9.805 0 0121.805 12h.39zm-2.986 7.21A10.195 10.195 0 0022.195 12h-.39c0 2.6-1.033 5.094-2.872 6.933l.276.276zM12 22.194c2.704 0 5.297-1.074 7.21-2.986l-.277-.276A9.805 9.805 0 0112 21.805v.39zM4.79 19.21A10.195 10.195 0 0012 22.195v-.39a9.805 9.805 0 01-6.933-2.872l-.276.276zm10.49-4.56h2.43v-.39h-2.43v.39zm-1.843-1.843c0 1.002.808 1.844 1.844 1.844v-.39a1.453 1.453 0 01-1.454-1.454h-.39zm0-1.418v1.418h.39v-1.418h-.39zm1.844-1.844a1.843 1.843 0 00-1.845 1.844h.391c0-.815.662-1.453 1.454-1.453v-.39zm2.43 0h-2.43v.39h2.43v-.39zm.321.04c-.121-.041-.24-.04-.322-.04v.39c.091 0 .147.002.199.02l.123-.37zm-.257-.25v.435h.39v-.434h-.39zM16.091 7.65c.933 0 1.684.751 1.684 1.685h.39c0-1.15-.925-2.076-2.075-2.076v.39zm-7.666 0h7.665v-.39H8.425v.39zM6.74 9.306c0-.903.75-1.656 1.685-1.656v-.39c-1.147 0-2.075.924-2.075 2.046h.39zm0 5.525V9.306h-.39v5.525h.39zm1.685 1.684a1.681 1.681 0 01-1.685-1.684h-.39c0 1.149.926 2.075 2.075 2.075v-.39zm7.665 0H8.425v.391h7.665v-.39zm1.685-1.655c0 .902-.75 1.655-1.684 1.655v.391c1.147 0 2.075-.924 2.075-2.046h-.39zm0-.434v.434h.39v-.434h-.39zm.098.207a.627.627 0 01.098-.012v-.39c-.063 0-.122.01-.163.016l.065.386zm-.163.017c.063 0 .122-.01.163-.017l-.065-.386a.628.628 0 01-.098.012v.39zm-2.639-3.29c0-.104.095-.21.21-.21v-.39c-.348 0-.6.299-.6.6h.39zm0 1.417V11.36h-.39v1.417h.39zm.21.21a.219.219 0 01-.21-.21h-.39c0 .348.299.6.6.6v-.39zm2.43 0h-2.43v.39h2.43v-.39zm.21-.21c0 .104-.096.21-.21.21v.39c.348 0 .6-.299.6-.6h-.39zm0-1.417v1.417h.39V11.36h-.39zm-.21-.21c.103 0 .21.095.21.21h.39c0-.348-.3-.6-.6-.6v.39zm-2.43 0h2.43v-.39h-2.43v.39z",
  mask: "url(#a)"
}, null, -1);
const _hoisted_5$4 = [
  _hoisted_2$j,
  _hoisted_3$i,
  _hoisted_4$5
];
function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$4, 8, _hoisted_1$j);
}
var IconWalletCircleFill = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j]]);
const _sfc_main$i = defineComponent({
  name: "IconCloseCircle",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$i = ["width", "height", "fill"];
const _hoisted_2$i = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M1.25 12C1.25 6.086 6.086 1.25 12 1.25S22.75 6.086 22.75 12 17.914 22.75 12 22.75 1.25 17.914 1.25 12zM12 2.75c-5.086 0-9.25 4.164-9.25 9.25s4.164 9.25 9.25 9.25 9.25-4.164 9.25-9.25S17.086 2.75 12 2.75z"
}, null, -1);
const _hoisted_3$h = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M15.36 8.64a.75.75 0 010 1.06L9.7 15.36a.75.75 0 01-1.06-1.06l5.66-5.66a.75.75 0 011.06 0z"
}, null, -1);
const _hoisted_4$4 = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M8.64 8.64a.75.75 0 011.06 0l5.66 5.66a.75.75 0 11-1.06 1.06L8.64 9.7a.75.75 0 010-1.06z"
}, null, -1);
const _hoisted_5$3 = [
  _hoisted_2$i,
  _hoisted_3$h,
  _hoisted_4$4
];
function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$3, 8, _hoisted_1$i);
}
var IconCloseCircle = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i]]);
const _sfc_main$h = defineComponent({
  name: "IconChangeLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$h = ["width", "height", "fill"];
const _hoisted_2$h = /* @__PURE__ */ createElementVNode("path", { d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16.001A8 8 0 0012 20zm-5-7h9v2h-4v3l-5-5zm5-4V6l5 5H8V9h4z" }, null, -1);
const _hoisted_3$g = [
  _hoisted_2$h
];
function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$g, 8, _hoisted_1$h);
}
var IconChangeLine = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h]]);
const _sfc_main$g = defineComponent({
  name: "IconArrowCircleRightLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$g = ["width", "height", "fill"];
const _hoisted_2$g = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M12 2.75a9.25 9.25 0 100 18.5 9.25 9.25 0 000-18.5zM1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12z"
}, null, -1);
const _hoisted_3$f = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M7.75 12a.75.75 0 01.75-.75h6a.75.75 0 010 1.5h-6a.75.75 0 01-.75-.75z"
}, null, -1);
const _hoisted_4$3 = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M11.97 8.47a.75.75 0 011.06 0l3 3a.75.75 0 010 1.06l-3 3a.75.75 0 11-1.06-1.06L14.44 12l-2.47-2.47a.75.75 0 010-1.06z"
}, null, -1);
const _hoisted_5$2 = [
  _hoisted_2$g,
  _hoisted_3$f,
  _hoisted_4$3
];
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$2, 8, _hoisted_1$g);
}
var IconArrowCircleRightLine = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g]]);
const _sfc_main$f = defineComponent({
  name: "IconArrowCircleDownLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$f = ["width", "height", "fill"];
const _hoisted_2$f = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M12 2.75a9.25 9.25 0 100 18.5 9.25 9.25 0 000-18.5zM1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12z"
}, null, -1);
const _hoisted_3$e = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M12 7.75a.75.75 0 01.75.75v6a.75.75 0 01-1.5 0v-6a.75.75 0 01.75-.75z"
}, null, -1);
const _hoisted_4$2 = /* @__PURE__ */ createElementVNode("path", {
  "fill-rule": "evenodd",
  "clip-rule": "evenodd",
  d: "M8.47 11.97a.75.75 0 011.06 0L12 14.44l2.47-2.47a.75.75 0 111.06 1.06l-3 3a.75.75 0 01-1.06 0l-3-3a.75.75 0 010-1.06z"
}, null, -1);
const _hoisted_5$1 = [
  _hoisted_2$f,
  _hoisted_3$e,
  _hoisted_4$2
];
function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5$1, 8, _hoisted_1$f);
}
var IconArrowCircleDownLine = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f]]);
const _sfc_main$e = defineComponent({
  name: "IconTrendingLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$e = ["width", "height", "fill"];
const _hoisted_2$e = /* @__PURE__ */ createElementVNode("path", { d: "M11.958 8.625L10.78 9.803 8.667 7.69v10.977H7V7.69L4.888 9.803l-1.18-1.178L7.833 4.5l4.125 4.125zm8.334 6.75L16.167 19.5l-4.125-4.125 1.178-1.178 2.114 2.113V5.333H17V16.31l2.113-2.113 1.179 1.178z" }, null, -1);
const _hoisted_3$d = [
  _hoisted_2$e
];
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$d, 8, _hoisted_1$e);
}
var iconTrendingLine = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e]]);
const _sfc_main$d = defineComponent({
  name: "IconTypeLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$d = ["width", "height", "fill"];
const _hoisted_2$d = /* @__PURE__ */ createElementVNode("path", { d: "M7.625 4.083a3.542 3.542 0 013.542 3.542v3.542H7.625a3.542 3.542 0 010-7.084zM9.5 9.5V7.625A1.875 1.875 0 107.625 9.5H9.5zm-1.875 3.333h3.542v3.542a3.541 3.541 0 11-3.542-3.542zm0 1.667A1.875 1.875 0 109.5 16.375V14.5H7.625zm8.75-10.417a3.542 3.542 0 110 7.084h-3.542V7.625a3.542 3.542 0 013.542-3.542zm0 5.417A1.875 1.875 0 1014.5 7.625V9.5h1.875zm-3.542 3.333h3.542a3.542 3.542 0 11-3.542 3.542v-3.542zM14.5 14.5v1.875a1.875 1.875 0 101.875-1.875H14.5z" }, null, -1);
const _hoisted_3$c = [
  _hoisted_2$d
];
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$c, 8, _hoisted_1$d);
}
var iconTypeLine = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
const _sfc_main$c = defineComponent({
  name: "IconStatusLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$c = ["width", "height", "fill"];
const _hoisted_2$c = /* @__PURE__ */ createElementVNode("path", { d: "M13.117 5.333A4.993 4.993 0 0012.833 7H6.167v11.667h11.666V12c.568 0 1.132-.095 1.667-.284V19.5a.833.833 0 01-.833.833H5.333A.834.834 0 014.5 19.5V6.167a.833.833 0 01.833-.834h7.784zm4.716 3.334a1.666 1.666 0 100-3.333 1.666 1.666 0 000 3.333zm0 1.666a3.333 3.333 0 110-6.666 3.333 3.333 0 010 6.666z" }, null, -1);
const _hoisted_3$b = [
  _hoisted_2$c
];
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$b, 8, _hoisted_1$c);
}
var iconStatusLine = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
const _sfc_main$b = defineComponent({
  name: "IconChainLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$b = ["width", "height", "fill"];
const _hoisted_2$b = /* @__PURE__ */ createElementVNode("path", { d: "M12 20.333a8.333 8.333 0 110-16.666 8.333 8.333 0 110 16.666zm0-1.666a6.667 6.667 0 100-13.334 6.667 6.667 0 000 13.334zm-.833-3.334h-2.5V8.667h2.5V7h1.666v1.667h.834A2.083 2.083 0 0115.333 12a2.083 2.083 0 01-1.666 3.333h-.834V17h-1.666v-1.667zm-.834-2.5v.834h3.334a.417.417 0 000-.834h-3.334zm0-2.5v.834h3.334a.417.417 0 000-.834h-3.334z" }, null, -1);
const _hoisted_3$a = [
  _hoisted_2$b
];
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$a, 8, _hoisted_1$b);
}
var iconChainLine = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
const _sfc_main$a = defineComponent({
  name: "IconFiltersLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$a = ["width", "height", "fill"];
const _hoisted_2$a = /* @__PURE__ */ createElementVNode("path", { d: "M19.5 5.333V7h-.833L14.5 13.25v7.083h-5V13.25L5.333 7H4.5V5.333h15zM7.337 7l3.83 5.745v5.922h1.666v-5.922L16.663 7H7.337z" }, null, -1);
const _hoisted_3$9 = [
  _hoisted_2$a
];
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$9, 8, _hoisted_1$a);
}
var iconFiltersLine = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
const _sfc_main$9 = defineComponent({
  name: "IconUserAddLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$9 = ["width", "height", "fill"];
const _hoisted_2$9 = /* @__PURE__ */ createElementVNode("path", { d: "M12.429 14.359v1.791A5.143 5.143 0 005.57 21H3.857a6.857 6.857 0 018.572-6.642zm-1.715-1.073a5.141 5.141 0 01-5.143-5.143A5.141 5.141 0 0110.714 3a5.141 5.141 0 015.143 5.143 5.141 5.141 0 01-5.143 5.143zm0-1.715a3.428 3.428 0 100-6.857 3.428 3.428 0 00-3.428 3.429 3.428 3.428 0 003.428 3.428zm5.143 5.143v-2.571h1.714v2.571h2.572v1.715H17.57V21h-1.714v-2.571h-2.571v-1.715h2.571z" }, null, -1);
const _hoisted_3$8 = [
  _hoisted_2$9
];
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$8, 8, _hoisted_1$9);
}
var IconUserAddLine = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
const _sfc_main$8 = defineComponent({
  name: "IconHeartLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$8 = ["width", "height", "fill"];
const _hoisted_2$8 = /* @__PURE__ */ createElementVNode("path", { d: "M16.05 3.675c2.734 0 4.95 2.25 4.95 5.4 0 6.3-6.75 9.9-9 11.25-2.25-1.35-9-4.95-9-11.25 0-3.15 2.25-5.4 4.95-5.4 1.674 0 3.15.9 4.05 1.8.9-.9 2.376-1.8 4.05-1.8zm-3.21 14.044c.793-.5 1.509-.998 2.179-1.531C17.7 14.055 19.2 11.724 19.2 9.075c0-2.124-1.383-3.6-3.15-3.6-.968 0-2.016.513-2.777 1.273L12 8.02l-1.273-1.272c-.761-.76-1.809-1.273-2.777-1.273-1.746 0-3.15 1.49-3.15 3.6 0 2.65 1.5 4.98 4.18 7.113.671.533 1.386 1.03 2.18 1.53.268.17.535.333.84.515.305-.182.572-.345.84-.514z" }, null, -1);
const _hoisted_3$7 = [
  _hoisted_2$8
];
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$7, 8, _hoisted_1$8);
}
var IconHeartLine = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
const _sfc_main$7 = defineComponent({
  name: "IconForwardLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$7 = ["width", "height", "fill"];
const _hoisted_2$7 = /* @__PURE__ */ createElementVNode("path", { d: "M19.285 15.167h1.759c.087 0 .171.02.244.061a.42.42 0 01.169.166.35.35 0 01.04.219.372.372 0 01-.102.203l-3.127 3.261a.467.467 0 01-.23.13.52.52 0 01-.275-.011.453.453 0 01-.218-.146.361.361 0 01-.082-.227V7.25c0-.42-.191-.823-.533-1.12a1.968 1.968 0 00-1.288-.463H8.358V4.083h7.284c.966 0 1.893.334 2.576.928.683.594 1.067 1.4 1.067 2.239v7.917zM4.715 8.833H2.956a.507.507 0 01-.245-.061.42.42 0 01-.168-.166.35.35 0 01-.04-.219.372.372 0 01.102-.203l3.127-3.261a.467.467 0 01.23-.13.52.52 0 01.275.011.453.453 0 01.217.145.361.361 0 01.082.228V16.75c0 .42.192.823.534 1.12.341.296.805.463 1.288.463h7.284v1.584H8.358c-.966 0-1.893-.334-2.576-.928-.683-.594-1.067-1.4-1.067-2.239V8.833z" }, null, -1);
const _hoisted_3$6 = [
  _hoisted_2$7
];
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$6, 8, _hoisted_1$7);
}
var IconForwardLine = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
const _sfc_main$6 = defineComponent({
  name: "IconLoadindLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$6 = ["width", "height", "fill"];
const _hoisted_2$6 = /* @__PURE__ */ createElementVNode("path", { d: "M12.979 4.564a7.5 7.5 0 105.516 11.186l1.3.75A9 9 0 1121 12h-1.5a7.5 7.5 0 00-6.521-7.436z" }, null, -1);
const _hoisted_3$5 = [
  _hoisted_2$6
];
function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$5, 8, _hoisted_1$6);
}
var IconLoadindLine = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
const _sfc_main$5 = defineComponent({
  name: "IconNetworkLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$5 = ["width", "height", "fill"];
const _hoisted_2$5 = /* @__PURE__ */ createStaticVNode('<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75zm0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75z"></path><path d="M9 21.75H8c-.41 0-.75-.34-.75-.75s.32-.74.73-.75a29.49 29.49 0 010-16.5.745.745 0 01-.73-.75c0-.41.34-.75.75-.75h1c.24 0 .47.12.61.31.14.2.18.45.1.68a27.948 27.948 0 000 17.53c.08.23.04.48-.1.68-.14.18-.37.3-.61.3z"></path><path d="M15 21.75a.745.745 0 01-.71-.99 27.948 27.948 0 000-17.53.749.749 0 111.42-.48 29.318 29.318 0 010 18.47c-.1.33-.4.53-.71.53z"></path><path d="M12 17.2c-2.79 0-5.57-.39-8.25-1.18-.01.4-.34.73-.75.73s-.75-.34-.75-.75v-1c0-.24.12-.47.31-.61.2-.14.45-.18.68-.1a27.948 27.948 0 0017.53 0 .75.75 0 01.68.1c.2.14.31.37.31.61v1c0 .41-.34.75-.75.75s-.74-.32-.75-.73c-2.69.79-5.47 1.18-8.26 1.18z"></path><path d="M21 9.75c-.08 0-.16-.01-.24-.04a27.948 27.948 0 00-17.53 0c-.4.13-.82-.08-.95-.47-.12-.4.09-.82.48-.95a29.318 29.318 0 0118.47 0c.39.13.61.56.47.95a.73.73 0 01-.7.51z"></path>', 5);
const _hoisted_7 = [
  _hoisted_2$5
];
function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_7, 8, _hoisted_1$5);
}
var IconNetworkLine = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
const _sfc_main$4 = defineComponent({
  name: "IconScanLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$4 = ["width", "height", "fill"];
const _hoisted_2$4 = /* @__PURE__ */ createElementVNode("path", { d: "M21.167 9.938a.693.693 0 01-.688-.688V7.417c0-2.365-1.53-3.896-3.896-3.896H7.417c-2.365 0-3.896 1.53-3.896 3.896V9.25a.693.693 0 01-.688.688.693.693 0 01-.687-.688V7.417c0-3.154 2.117-5.271 5.27-5.271h9.167c3.154 0 5.271 2.117 5.271 5.27V9.25a.693.693 0 01-.687.688z" }, null, -1);
const _hoisted_3$4 = /* @__PURE__ */ createElementVNode("path", { d: "M16.583 21.854H7.417c-3.154 0-5.271-2.117-5.271-5.27V14.75c0-.376.312-.688.687-.688.376 0 .688.312.688.688v1.833c0 2.365 1.53 3.896 3.896 3.896h9.166c2.365 0 3.896-1.53 3.896-3.896V14.75c0-.376.312-.688.688-.688.375 0 .687.312.687.688v1.833c0 3.154-2.117 5.271-5.27 5.271z" }, null, -1);
const _hoisted_4$1 = /* @__PURE__ */ createElementVNode("path", { d: "M21.167 12.688H2.833A.693.693 0 012.146 12c0-.376.312-.688.687-.688h18.334c.375 0 .687.312.687.688a.693.693 0 01-.687.688z" }, null, -1);
const _hoisted_5 = [
  _hoisted_2$4,
  _hoisted_3$4,
  _hoisted_4$1
];
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_5, 8, _hoisted_1$4);
}
var IconScanLine = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]]);
const _sfc_main$3 = defineComponent({
  name: "IconQuestionLine",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$3 = ["width", "height", "fill"];
const _hoisted_2$3 = /* @__PURE__ */ createElementVNode("path", { d: "M4.929 4.929A9.971 9.971 0 0112 2a9.971 9.971 0 017.071 2.929l-.493.493.493-.493A9.971 9.971 0 0122 12a9.971 9.971 0 01-2.929 7.071A9.971 9.971 0 0112 22a9.971 9.971 0 01-7.071-2.929l.493-.493-.493.493A9.971 9.971 0 012 12a9.971 9.971 0 012.929-7.071zM12 3.395a8.576 8.576 0 00-6.084 2.52A8.576 8.576 0 003.396 12c0 2.376.962 4.526 2.52 6.084A8.576 8.576 0 0012 20.604a8.576 8.576 0 006.084-2.52A8.576 8.576 0 0020.604 12a8.576 8.576 0 00-2.52-6.084A8.576 8.576 0 0012 3.396zM8.512 9.5a3.488 3.488 0 114.186 3.419v1.232a.698.698 0 01-1.396 0v-1.86c0-.386.313-.698.698-.698A2.093 2.093 0 109.907 9.5a.698.698 0 01-1.395 0zm4.65 7.674a1.163 1.163 0 11-2.325 0 1.163 1.163 0 012.326 0z" }, null, -1);
const _hoisted_3$3 = [
  _hoisted_2$3
];
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$3, 8, _hoisted_1$3);
}
var IconQuestionLine = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3]]);
const _sfc_main$2 = defineComponent({
  name: "IconCheckboxSquare",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$2 = ["width", "height", "fill"];
const _hoisted_2$2 = /* @__PURE__ */ createElementVNode("path", { d: "M4.5 4.5h15v15h-15v-15zM4 3a1 1 0 00-1 1v16a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1H4z" }, null, -1);
const _hoisted_3$2 = [
  _hoisted_2$2
];
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3$2, 8, _hoisted_1$2);
}
var IconCheckboxSquare = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
const _sfc_main$1 = defineComponent({
  name: "IconCheckboxSquareFill",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1$1 = ["width", "height", "fill"];
const _hoisted_2$1 = /* @__PURE__ */ createElementVNode("path", { d: "M4.5 4.5h15v15h-15v-15zM4 3a1 1 0 00-1 1v16a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1H4z" }, null, -1);
const _hoisted_3$1 = /* @__PURE__ */ createElementVNode("path", { d: "M18.026 7.465c.295.29.3.765.01 1.06l-6.876 7a.75.75 0 01-1.07 0l-3.125-3.181a.75.75 0 011.07-1.051l2.59 2.637 6.34-6.456a.75.75 0 011.06-.01z" }, null, -1);
const _hoisted_4 = [
  _hoisted_2$1,
  _hoisted_3$1
];
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_4, 8, _hoisted_1$1);
}
var IconCheckboxSquareFill = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
const _sfc_main = defineComponent({
  name: "Frame2055",
  props: {
    size: {
      type: String,
      default: "1.5rem"
    },
    color: {
      type: String,
      default: "currentColor"
    }
  }
});
const _hoisted_1 = ["width", "height", "fill"];
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M4 3a1 1 0 00-1 1v16a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1H4zm14.035 5.526l-6.875 7a.75.75 0 01-1.07 0l-3.125-3.182a.75.75 0 011.07-1.051l2.59 2.637 6.34-6.456a.75.75 0 011.07 1.052z" }, null, -1);
const _hoisted_3 = [
  _hoisted_2
];
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  return openBlock(), createElementBlock("svg", {
    xmlns: "http://www.w3.org/2000/svg",
    width: _ctx.size,
    height: _ctx.size,
    viewBox: "0 0 24 24",
    "aria-hidden": "true",
    class: "kalman-icon",
    fill: _ctx.color
  }, _hoisted_3, 8, _hoisted_1);
}
var Frame_2055 = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { Frame_2055 as Frame2055, IconAccountBoxFill, IconAccountLine, IconAdd, IconAddBoxLine, IconAlertLine, IconArrowCircleDownLine, IconArrowCircleRightLine, IconArrowDownLine, IconArrowLeftLine, IconArrowRight, IconArrowRightLine, IconArrowUpLine, IconAuctionLine, IconBill, IconBillFill, IconBoxLine, IconBubbleChaartLine, IconCardLine, iconChainLine as IconChainLine, IconChangeLine, IconChatHistoryFill, IconCheck, IconCheckDouble, IconCheckboxBlankCircleLine, IconCheckboxCircle, IconCheckboxCircleFill, IconCheckboxIndeterminateLine, IconCheckboxSquare, IconCheckboxSquareFill, IconCloseCircle, IconCloseCircleFill, IconCloseLine, IconCopyrightLine, IconCouponLine, IconDepositLine, IconDiscord, IconDiscordCircleFill, IconDiscordFill, IconDiscordLine, IconDollerBox, IconDownCircle, IconEditLine, IconEthCircleFill, IconExchangeLine, IconFileCopyFill, IconFileCopyLine, IconFileListLine, iconFiltersLine as IconFiltersLine, IconFireFill, IconFlagLine_1 as IconFlagLine1, IconFocusLine, IconForwardLine, IconGiftLine, IconGitlabLine, IconHeartLine, IconHourglass, IconImageEdit, IconImageLine, IconInformationLine, IconLightbulbLine, IconLinkLine, IconLinkUnlink, IconListLine, IconLoadindLine, IconMagnifierLine, IconMenu, IconMonkyDollarCorcleLine, IconNetworkLine, IconNumberList, IconPackLine, IconPlayLine, IconPrizeflagLine, IconQuestionLine, IconRadioButtonLine, IconRnum1Line, IconRnum2Line, IconScanLine, IconShareCircleLine, IconShareLine, IconShieldCheckLine, IconShoppingFill, iconStatusLine as IconStatusLine, IconStopwatchLine, IconSubtractLine, IconSuccessCircle, IconTelegram, IconTelegramFill, IconTelegramLine, IconTiktok, IconTimerFlashLine, iconTrendingLine as IconTrendingLine, IconTwitter, IconTwitterFill, IconTwitterLine, iconTypeLine as IconTypeLine, IconUSDTLine as IconUsdtLine, IconUserAddLine, IconWalletCircleFill, IconWalletLine, IconWebsite, IconWithdrawLine, IconYoutube };
