@rotki/ui-library 1.11.1 → 1.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2720,7 +2720,7 @@ const Ls = ["height", "width"], Ns = /* @__PURE__ */ Y({
2720
2720
  i.arrowButtons ? (s(), P(x, {
2721
2721
  key: 1,
2722
2722
  size: 24,
2723
- name: "lu-arrow-right"
2723
+ name: "lu-arrow-left"
2724
2724
  })) : (s(), _("span", kd, "Back"))
2725
2725
  ]),
2726
2726
  _: 2
@@ -4859,7 +4859,7 @@ const Ls = ["height", "width"], Ns = /* @__PURE__ */ Y({
4859
4859
  }, {
4860
4860
  default: W(() => [
4861
4861
  N(x, {
4862
- name: e(y) ? "arrow-up-s-line" : "lu-chevron-left"
4862
+ name: e(y) ? "lu-chevron-up" : "lu-chevron-left"
4863
4863
  }, null, 8, ["name"])
4864
4864
  ]),
4865
4865
  _: 1
@@ -1,4 +1,7 @@
1
1
  import { type GeneratedIcon } from '../types/icons';
2
+ export declare const LuTextSearch: GeneratedIcon;
3
+ export declare const LuTextSelect: GeneratedIcon;
4
+ export declare const LuText: GeneratedIcon;
2
5
  export declare const LuTheater: GeneratedIcon;
3
6
  export declare const LuThermometerSnowflake: GeneratedIcon;
4
7
  export declare const LuThermometerSun: GeneratedIcon;