@xsolla/xui-icons-base 0.188.0 → 0.188.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.
Files changed (77) hide show
  1. package/native/{BaseIcon-lVoIRPi1.d.mts → BaseIcon-bZEVZnv8.d.mts} +0 -1
  2. package/native/{BaseIcon-lVoIRPi1.d.ts → BaseIcon-bZEVZnv8.d.ts} +0 -1
  3. package/native/alignments-layouts.d.mts +2 -2
  4. package/native/alignments-layouts.d.ts +2 -2
  5. package/native/bookmarks.d.mts +2 -2
  6. package/native/bookmarks.d.ts +2 -2
  7. package/native/chart-graphs.d.mts +2 -2
  8. package/native/chart-graphs.d.ts +2 -2
  9. package/native/communication.d.mts +2 -2
  10. package/native/communication.d.ts +2 -2
  11. package/native/controls.d.mts +2 -2
  12. package/native/controls.d.ts +2 -2
  13. package/native/date-time.d.mts +2 -2
  14. package/native/date-time.d.ts +2 -2
  15. package/native/design.d.mts +2 -2
  16. package/native/design.d.ts +2 -2
  17. package/native/devices-electronics.d.mts +2 -2
  18. package/native/devices-electronics.d.ts +2 -2
  19. package/native/files-folders.d.mts +2 -2
  20. package/native/files-folders.d.ts +2 -2
  21. package/native/finance-payment.d.mts +2 -2
  22. package/native/finance-payment.d.ts +2 -2
  23. package/native/formatting.d.mts +2 -2
  24. package/native/formatting.d.ts +2 -2
  25. package/native/games.d.mts +2 -2
  26. package/native/games.d.ts +2 -2
  27. package/native/index.d.mts +1 -1
  28. package/native/index.d.ts +1 -1
  29. package/native/media-controls.d.mts +2 -2
  30. package/native/media-controls.d.ts +2 -2
  31. package/native/navigation-travel.d.mts +2 -2
  32. package/native/navigation-travel.d.ts +2 -2
  33. package/native/shopping-ecommerce.d.mts +2 -2
  34. package/native/shopping-ecommerce.d.ts +2 -2
  35. package/native/specialized.d.mts +2 -2
  36. package/native/specialized.d.ts +2 -2
  37. package/native/user-interface.d.mts +2 -2
  38. package/native/user-interface.d.ts +2 -2
  39. package/package.json +1 -1
  40. package/web/{BaseIcon-lVoIRPi1.d.mts → BaseIcon-bZEVZnv8.d.mts} +0 -1
  41. package/web/{BaseIcon-lVoIRPi1.d.ts → BaseIcon-bZEVZnv8.d.ts} +0 -1
  42. package/web/alignments-layouts.d.mts +2 -2
  43. package/web/alignments-layouts.d.ts +2 -2
  44. package/web/bookmarks.d.mts +2 -2
  45. package/web/bookmarks.d.ts +2 -2
  46. package/web/chart-graphs.d.mts +2 -2
  47. package/web/chart-graphs.d.ts +2 -2
  48. package/web/communication.d.mts +2 -2
  49. package/web/communication.d.ts +2 -2
  50. package/web/controls.d.mts +2 -2
  51. package/web/controls.d.ts +2 -2
  52. package/web/date-time.d.mts +2 -2
  53. package/web/date-time.d.ts +2 -2
  54. package/web/design.d.mts +2 -2
  55. package/web/design.d.ts +2 -2
  56. package/web/devices-electronics.d.mts +2 -2
  57. package/web/devices-electronics.d.ts +2 -2
  58. package/web/files-folders.d.mts +2 -2
  59. package/web/files-folders.d.ts +2 -2
  60. package/web/finance-payment.d.mts +2 -2
  61. package/web/finance-payment.d.ts +2 -2
  62. package/web/formatting.d.mts +2 -2
  63. package/web/formatting.d.ts +2 -2
  64. package/web/games.d.mts +2 -2
  65. package/web/games.d.ts +2 -2
  66. package/web/index.d.mts +1 -1
  67. package/web/index.d.ts +1 -1
  68. package/web/media-controls.d.mts +2 -2
  69. package/web/media-controls.d.ts +2 -2
  70. package/web/navigation-travel.d.mts +2 -2
  71. package/web/navigation-travel.d.ts +2 -2
  72. package/web/shopping-ecommerce.d.mts +2 -2
  73. package/web/shopping-ecommerce.d.ts +2 -2
  74. package/web/specialized.d.mts +2 -2
  75. package/web/specialized.d.ts +2 -2
  76. package/web/user-interface.d.mts +2 -2
  77. package/web/user-interface.d.ts +2 -2
@@ -25,7 +25,6 @@ type BaseIconComponent = React.FC<BaseIconProps>;
25
25
  interface BaseIconInternalProps extends BaseIconProps {
26
26
  solidContent: string;
27
27
  lineContent: string;
28
- /** Test ID for testing frameworks */
29
28
  testID?: string;
30
29
  }
31
30
 
@@ -25,7 +25,6 @@ type BaseIconComponent = React.FC<BaseIconProps>;
25
25
  interface BaseIconInternalProps extends BaseIconProps {
26
26
  solidContent: string;
27
27
  lineContent: string;
28
- /** Test ID for testing frameworks */
29
28
  testID?: string;
30
29
  }
31
30
 
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Footer: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Footer: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Bookmark: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Bookmark: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const BarAverageAlt: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const BarAverageAlt: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const At: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const At: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const ArrowDown: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const ArrowDown: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Alarm: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Alarm: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Brush: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Brush: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Battery0: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Battery0: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Blockchain: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Blockchain: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Atm: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Atm: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const AlignBoxBottomCenter: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const AlignBoxBottomCenter: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Ball: React.FC<BaseIconProps>;
package/native/games.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Ball: React.FC<BaseIconProps>;
@@ -1,4 +1,4 @@
1
- export { B as BaseIcon, a as BaseIconComponent, b as BaseIconProps, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ export { B as BaseIcon, a as BaseIconComponent, b as BaseIconProps, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
2
2
  export { Footer, GameDescription, GridFour, GridFourt, GridThree, GridTwoHr, GridTwoVr, Header, LeadBlock, SidebarLeft, SidebarRight, Slider, ViewBoard, ViewColumn, ViewList, ViewTable, ViewTimeline } from './alignments-layouts.mjs';
3
3
  export { Bookmark, BookmarkAdd, BookmarkCheck, BookmarkOff, BookmarkRemove, BookmarkSubtract } from './bookmarks.mjs';
4
4
  export { BarAverageAlt, BarDown, BarDownAlt, BarUp, BarUpAlt, BubbleRace, CandlesticksDown, CandlesticksUp, ChartMaximum, ChartMinimum, Circular14, Circular24, Circular34, ColumnAverageAlt, ColumnDown, ColumnDownAlt, ColumnUp, ColumnUpAlt, Doughnut, Graph, LineDown, LineDownAlt, LineDownGraphick, LineUp, LineUpAlt, LineUpGraphick, LinkAlt, Pie12, Pie13, Pie14, Pie24, StackedAreaDown, StackedAreaUp, StackedColumnAverage, StackedColumnAverageAlt, StackedColumnDown, StackedColumnDownAlt, StackedColumnUp, StackedColumnUpAlt, WaterfallAverage, WaterfallDown, WaterfallUp } from './chart-graphs.mjs';
package/native/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { B as BaseIcon, a as BaseIconComponent, b as BaseIconProps, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ export { B as BaseIcon, a as BaseIconComponent, b as BaseIconProps, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
2
2
  export { Footer, GameDescription, GridFour, GridFourt, GridThree, GridTwoHr, GridTwoVr, Header, LeadBlock, SidebarLeft, SidebarRight, Slider, ViewBoard, ViewColumn, ViewList, ViewTable, ViewTimeline } from './alignments-layouts.js';
3
3
  export { Bookmark, BookmarkAdd, BookmarkCheck, BookmarkOff, BookmarkRemove, BookmarkSubtract } from './bookmarks.js';
4
4
  export { BarAverageAlt, BarDown, BarDownAlt, BarUp, BarUpAlt, BubbleRace, CandlesticksDown, CandlesticksUp, ChartMaximum, ChartMinimum, Circular14, Circular24, Circular34, ColumnAverageAlt, ColumnDown, ColumnDownAlt, ColumnUp, ColumnUpAlt, Doughnut, Graph, LineDown, LineDownAlt, LineDownGraphick, LineUp, LineUpAlt, LineUpGraphick, LinkAlt, Pie12, Pie13, Pie14, Pie24, StackedAreaDown, StackedAreaUp, StackedColumnAverage, StackedColumnAverageAlt, StackedColumnDown, StackedColumnDownAlt, StackedColumnUp, StackedColumnUpAlt, WaterfallAverage, WaterfallDown, WaterfallUp } from './chart-graphs.js';
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Adjust: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Adjust: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Campsite: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Campsite: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Backpack: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Backpack: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const FaceId: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const FaceId: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Bell: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Bell: React.FC<BaseIconProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-icons-base",
3
- "version": "0.188.0",
3
+ "version": "0.188.1",
4
4
  "main": "./web/index.js",
5
5
  "types": "./web/index.d.ts",
6
6
  "exports": {
@@ -25,7 +25,6 @@ type BaseIconComponent = React.FC<BaseIconProps>;
25
25
  interface BaseIconInternalProps extends BaseIconProps {
26
26
  solidContent: string;
27
27
  lineContent: string;
28
- /** Test ID for testing frameworks */
29
28
  testID?: string;
30
29
  }
31
30
 
@@ -25,7 +25,6 @@ type BaseIconComponent = React.FC<BaseIconProps>;
25
25
  interface BaseIconInternalProps extends BaseIconProps {
26
26
  solidContent: string;
27
27
  lineContent: string;
28
- /** Test ID for testing frameworks */
29
28
  testID?: string;
30
29
  }
31
30
 
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Footer: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Footer: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Bookmark: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Bookmark: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const BarAverageAlt: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const BarAverageAlt: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const At: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const At: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const ArrowDown: React.FC<BaseIconProps>;
package/web/controls.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const ArrowDown: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Alarm: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Alarm: React.FC<BaseIconProps>;
package/web/design.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Brush: React.FC<BaseIconProps>;
package/web/design.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Brush: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Battery0: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Battery0: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Blockchain: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Blockchain: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Atm: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Atm: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const AlignBoxBottomCenter: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const AlignBoxBottomCenter: React.FC<BaseIconProps>;
package/web/games.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Ball: React.FC<BaseIconProps>;
package/web/games.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Ball: React.FC<BaseIconProps>;
package/web/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- export { B as BaseIcon, a as BaseIconComponent, b as BaseIconProps, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ export { B as BaseIcon, a as BaseIconComponent, b as BaseIconProps, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
2
2
  export { Footer, GameDescription, GridFour, GridFourt, GridThree, GridTwoHr, GridTwoVr, Header, LeadBlock, SidebarLeft, SidebarRight, Slider, ViewBoard, ViewColumn, ViewList, ViewTable, ViewTimeline } from './alignments-layouts.mjs';
3
3
  export { Bookmark, BookmarkAdd, BookmarkCheck, BookmarkOff, BookmarkRemove, BookmarkSubtract } from './bookmarks.mjs';
4
4
  export { BarAverageAlt, BarDown, BarDownAlt, BarUp, BarUpAlt, BubbleRace, CandlesticksDown, CandlesticksUp, ChartMaximum, ChartMinimum, Circular14, Circular24, Circular34, ColumnAverageAlt, ColumnDown, ColumnDownAlt, ColumnUp, ColumnUpAlt, Doughnut, Graph, LineDown, LineDownAlt, LineDownGraphick, LineUp, LineUpAlt, LineUpGraphick, LinkAlt, Pie12, Pie13, Pie14, Pie24, StackedAreaDown, StackedAreaUp, StackedColumnAverage, StackedColumnAverageAlt, StackedColumnDown, StackedColumnDownAlt, StackedColumnUp, StackedColumnUpAlt, WaterfallAverage, WaterfallDown, WaterfallUp } from './chart-graphs.mjs';
package/web/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { B as BaseIcon, a as BaseIconComponent, b as BaseIconProps, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ export { B as BaseIcon, a as BaseIconComponent, b as BaseIconProps, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
2
2
  export { Footer, GameDescription, GridFour, GridFourt, GridThree, GridTwoHr, GridTwoVr, Header, LeadBlock, SidebarLeft, SidebarRight, Slider, ViewBoard, ViewColumn, ViewList, ViewTable, ViewTimeline } from './alignments-layouts.js';
3
3
  export { Bookmark, BookmarkAdd, BookmarkCheck, BookmarkOff, BookmarkRemove, BookmarkSubtract } from './bookmarks.js';
4
4
  export { BarAverageAlt, BarDown, BarDownAlt, BarUp, BarUpAlt, BubbleRace, CandlesticksDown, CandlesticksUp, ChartMaximum, ChartMinimum, Circular14, Circular24, Circular34, ColumnAverageAlt, ColumnDown, ColumnDownAlt, ColumnUp, ColumnUpAlt, Doughnut, Graph, LineDown, LineDownAlt, LineDownGraphick, LineUp, LineUpAlt, LineUpGraphick, LinkAlt, Pie12, Pie13, Pie14, Pie24, StackedAreaDown, StackedAreaUp, StackedColumnAverage, StackedColumnAverageAlt, StackedColumnDown, StackedColumnDownAlt, StackedColumnUp, StackedColumnUpAlt, WaterfallAverage, WaterfallDown, WaterfallUp } from './chart-graphs.js';
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Adjust: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Adjust: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Campsite: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Campsite: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Backpack: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Backpack: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const FaceId: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const FaceId: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.mjs';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.mjs';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.mjs';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.mjs';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Bell: React.FC<BaseIconProps>;
@@ -1,5 +1,5 @@
1
- import { b as BaseIconProps } from './BaseIcon-lVoIRPi1.js';
2
- export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-lVoIRPi1.js';
1
+ import { b as BaseIconProps } from './BaseIcon-bZEVZnv8.js';
2
+ export { B as BaseIcon, a as BaseIconComponent, I as IconVariant } from './BaseIcon-bZEVZnv8.js';
3
3
  import React from 'react';
4
4
 
5
5
  declare const Bell: React.FC<BaseIconProps>;