@rotki/ui-library 2.13.2 → 2.14.0

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.
@@ -1,4 +1,5 @@
1
1
  import { type GeneratedIcon } from '../types/icons';
2
+ export declare const LuCloud: GeneratedIcon;
2
3
  export declare const LuCloudy: GeneratedIcon;
3
4
  export declare const LuClover: GeneratedIcon;
4
5
  export declare const LuClub: GeneratedIcon;
@@ -498,4 +499,3 @@ export declare const LuMapPinMinusInside: GeneratedIcon;
498
499
  export declare const LuMapPinMinus: GeneratedIcon;
499
500
  export declare const LuMapPinOff: GeneratedIcon;
500
501
  export declare const LuMapPinPen: GeneratedIcon;
501
- export declare const LuMapPinPlusInside: GeneratedIcon;
@@ -1,3 +1,7 @@
1
+ const LuCloud = {
2
+ name: "lu-cloud",
3
+ components: [["path", { "d": "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" }]]
4
+ };
1
5
  const LuCloudy = {
2
6
  name: "lu-cloudy",
3
7
  components: [["path", { "d": "M17.5 12a1 1 0 1 1 0 9H9.006a7 7 0 1 1 6.702-9z M21.832 9A3 3 0 0 0 19 7h-2.207a5.5 5.5 0 0 0-10.72.61" }]]
@@ -1994,11 +1998,8 @@ const LuMapPinPen = {
1994
1998
  name: "lu-map-pin-pen",
1995
1999
  components: [["path", { "d": "M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468 M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z M7,10 a3,3 0 1,0 6,0 a3,3 0 1,0 -6,0 Z" }]]
1996
2000
  };
1997
- const LuMapPinPlusInside = {
1998
- name: "lu-map-pin-plus-inside",
1999
- components: [["path", { "d": "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0 M12 7v6 M9 10h6" }]]
2000
- };
2001
2001
  export {
2002
+ LuCloud,
2002
2003
  LuCloudy,
2003
2004
  LuClover,
2004
2005
  LuClub,
@@ -2497,7 +2498,6 @@ export {
2497
2498
  LuMapPinMinus,
2498
2499
  LuMapPinMinusInside,
2499
2500
  LuMapPinOff,
2500
- LuMapPinPen,
2501
- LuMapPinPlusInside
2501
+ LuMapPinPen
2502
2502
  };
2503
2503
  //# sourceMappingURL=icons_2.js.map