@onbeam/icons 1.3.0 → 1.4.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.
Files changed (114) hide show
  1. package/dist/chains/Arbitrum.cjs +9 -0
  2. package/dist/chains/Arbitrum.d.cts +6 -0
  3. package/dist/chains/Arbitrum.d.ts +6 -0
  4. package/dist/chains/Arbitrum.js +3 -0
  5. package/dist/chains/BeamNetwork.cjs +9 -0
  6. package/dist/chains/BeamNetwork.cjs.map +1 -0
  7. package/dist/chains/BeamNetwork.d.cts +6 -0
  8. package/dist/chains/BeamNetwork.d.ts +6 -0
  9. package/dist/chains/BeamNetwork.js +3 -0
  10. package/dist/chains/BeamNetwork.js.map +1 -0
  11. package/dist/chains/Bnb.cjs +9 -0
  12. package/dist/chains/Bnb.cjs.map +1 -0
  13. package/dist/chains/Bnb.d.cts +6 -0
  14. package/dist/chains/Bnb.d.ts +6 -0
  15. package/dist/chains/Bnb.js +3 -0
  16. package/dist/chains/Bnb.js.map +1 -0
  17. package/dist/chains/index.cjs +23 -0
  18. package/dist/chains/index.cjs.map +1 -0
  19. package/dist/chains/index.d.cts +4 -0
  20. package/dist/chains/index.d.ts +4 -0
  21. package/dist/chains/index.js +6 -0
  22. package/dist/chains/index.js.map +1 -0
  23. package/dist/chunk-24ZIOQYO.cjs +10 -0
  24. package/dist/chunk-24ZIOQYO.cjs.map +1 -0
  25. package/dist/chunk-4DHVM5MK.cjs +10 -0
  26. package/dist/chunk-4DHVM5MK.cjs.map +1 -0
  27. package/dist/chunk-77EI37QK.cjs +10 -0
  28. package/dist/chunk-77EI37QK.cjs.map +1 -0
  29. package/dist/chunk-7ANBKW2C.js +8 -0
  30. package/dist/chunk-7ANBKW2C.js.map +1 -0
  31. package/dist/chunk-AG3LW2BU.js +3 -0
  32. package/dist/chunk-AG3LW2BU.js.map +1 -0
  33. package/dist/chunk-B2QAJABM.js +8 -0
  34. package/dist/chunk-B2QAJABM.js.map +1 -0
  35. package/dist/chunk-BKPKTXOH.js +8 -0
  36. package/dist/chunk-BKPKTXOH.js.map +1 -0
  37. package/dist/{chunk-3SYO5ZLI.cjs → chunk-BPENTLUE.cjs} +1 -1
  38. package/dist/chunk-BPENTLUE.cjs.map +1 -0
  39. package/dist/chunk-D72LIAA3.js +8 -0
  40. package/dist/chunk-D72LIAA3.js.map +1 -0
  41. package/dist/chunk-G3JLUBMS.cjs +10 -0
  42. package/dist/chunk-G3JLUBMS.cjs.map +1 -0
  43. package/dist/chunk-HOT22D4K.cjs +10 -0
  44. package/dist/chunk-HOT22D4K.cjs.map +1 -0
  45. package/dist/chunk-J4JZ6MRH.js +8 -0
  46. package/dist/chunk-J4JZ6MRH.js.map +1 -0
  47. package/dist/chunk-JZI6D3Q7.js +14 -0
  48. package/dist/chunk-JZI6D3Q7.js.map +1 -0
  49. package/dist/chunk-MRV5PBT4.cjs +17 -0
  50. package/dist/chunk-MRV5PBT4.cjs.map +1 -0
  51. package/dist/chunk-NCKWA77K.js +3 -0
  52. package/dist/chunk-NCKWA77K.js.map +1 -0
  53. package/dist/chunk-NVCLQZRW.cjs +10 -0
  54. package/dist/chunk-NVCLQZRW.cjs.map +1 -0
  55. package/dist/chunk-PIEWHUGG.js +8 -0
  56. package/dist/chunk-PIEWHUGG.js.map +1 -0
  57. package/dist/chunk-QXE434YM.cjs +10 -0
  58. package/dist/chunk-QXE434YM.cjs.map +1 -0
  59. package/dist/chunk-VO2EOFKH.js +14 -0
  60. package/dist/chunk-VO2EOFKH.js.map +1 -0
  61. package/dist/chunk-VWYSX5GA.cjs +17 -0
  62. package/dist/chunk-VWYSX5GA.cjs.map +1 -0
  63. package/dist/chunk-YEIXNST4.cjs +4 -0
  64. package/dist/chunk-YEIXNST4.cjs.map +1 -0
  65. package/dist/chunk-YEYKYIDQ.js +8 -0
  66. package/dist/chunk-YEYKYIDQ.js.map +1 -0
  67. package/dist/custom/ChainIcon/ChainIcon.cjs +63 -0
  68. package/dist/custom/ChainIcon/ChainIcon.cjs.map +1 -0
  69. package/dist/custom/ChainIcon/ChainIcon.d.cts +21 -0
  70. package/dist/custom/ChainIcon/ChainIcon.d.ts +21 -0
  71. package/dist/custom/ChainIcon/ChainIcon.js +54 -0
  72. package/dist/custom/ChainIcon/ChainIcon.js.map +1 -0
  73. package/dist/custom/CurrencyIcon/CurrencyIcon.cjs +59 -0
  74. package/dist/custom/CurrencyIcon/CurrencyIcon.cjs.map +1 -0
  75. package/dist/custom/CurrencyIcon/CurrencyIcon.d.cts +21 -0
  76. package/dist/custom/CurrencyIcon/CurrencyIcon.d.ts +21 -0
  77. package/dist/custom/CurrencyIcon/CurrencyIcon.js +50 -0
  78. package/dist/custom/CurrencyIcon/CurrencyIcon.js.map +1 -0
  79. package/dist/index.cjs +100 -59
  80. package/dist/index.d.cts +30 -17
  81. package/dist/index.d.ts +30 -17
  82. package/dist/index.js +27 -18
  83. package/dist/tokens/Avax.cjs +9 -0
  84. package/dist/tokens/Avax.cjs.map +1 -0
  85. package/dist/tokens/Avax.d.cts +6 -0
  86. package/dist/tokens/Avax.d.ts +6 -0
  87. package/dist/tokens/Avax.js +3 -0
  88. package/dist/tokens/Avax.js.map +1 -0
  89. package/dist/tokens/Usdt.cjs +9 -0
  90. package/dist/tokens/Usdt.cjs.map +1 -0
  91. package/dist/tokens/Usdt.d.cts +6 -0
  92. package/dist/tokens/Usdt.d.ts +6 -0
  93. package/dist/tokens/Usdt.js +3 -0
  94. package/dist/tokens/Usdt.js.map +1 -0
  95. package/dist/tokens/index.cjs +21 -16
  96. package/dist/tokens/index.d.cts +2 -1
  97. package/dist/tokens/index.d.ts +2 -1
  98. package/dist/tokens/index.js +5 -4
  99. package/dist/ui/Apple.cjs +3 -4
  100. package/dist/ui/Apple.cjs.map +1 -1
  101. package/dist/ui/Apple.js +1 -6
  102. package/dist/ui/Apple.js.map +1 -1
  103. package/dist/ui/Copy.cjs +2 -2
  104. package/dist/ui/Copy.js +1 -1
  105. package/dist/ui/index.cjs +40 -40
  106. package/dist/ui/index.js +11 -11
  107. package/package.json +1 -1
  108. package/dist/chunk-66NPXXNP.cjs +0 -10
  109. package/dist/chunk-66NPXXNP.cjs.map +0 -1
  110. package/dist/chunk-7CZKTHTQ.js +0 -8
  111. package/dist/chunk-7CZKTHTQ.js.map +0 -1
  112. package/dist/chunk-R2CJRRP3.js +0 -3
  113. /package/dist/{chunk-3SYO5ZLI.cjs.map → chains/Arbitrum.cjs.map} +0 -0
  114. /package/dist/{chunk-R2CJRRP3.js.map → chains/Arbitrum.js.map} +0 -0
package/dist/index.js CHANGED
@@ -1,53 +1,62 @@
1
+ export { b as ChainIcon, a as chainIconMap } from './chunk-VO2EOFKH.js';
2
+ export { b as CurrencyIcon, a as currencyIconMap } from './chunk-JZI6D3Q7.js';
1
3
  import './chunk-73HR2OWR.js';
2
- export { a as UpIcon } from './chunk-ICMOG5BP.js';
3
- export { a as UploadIcon } from './chunk-E62ZARA5.js';
4
4
  export { a as WalletIcon } from './chunk-RZGPTNV4.js';
5
- export { a as SendIcon } from './chunk-P74PBBBA.js';
6
- export { a as SettingsIcon } from './chunk-4IGD3PII.js';
7
5
  export { a as SoundOffIcon } from './chunk-EBBXQU3A.js';
8
6
  export { a as SoundOnIcon } from './chunk-UG5LUKYE.js';
9
7
  export { a as SuccessIcon } from './chunk-T7ZIXJJV.js';
10
8
  export { a as SwapIcon } from './chunk-LWOYASTC.js';
11
9
  export { a as TooltipIcon } from './chunk-GIX75WSO.js';
12
10
  export { a as TooltipGreyIcon } from './chunk-S6JSRIT5.js';
13
- export { a as LinkIcon } from './chunk-365U662B.js';
14
- export { a as MenuIcon } from './chunk-JQFQEERV.js';
11
+ export { a as UpIcon } from './chunk-ICMOG5BP.js';
12
+ export { a as UploadIcon } from './chunk-E62ZARA5.js';
15
13
  export { a as MenuVerticalIcon } from './chunk-FQGB5I4X.js';
16
14
  export { a as PasswordHideIcon } from './chunk-5FIEF5S5.js';
17
15
  export { a as PasswordShowIcon } from './chunk-V7OF3WSH.js';
18
16
  export { a as PlusIcon } from './chunk-LP2IQOK4.js';
19
17
  export { a as QrCodeIcon } from './chunk-YF4B7EDD.js';
20
18
  export { a as RefreshIcon } from './chunk-PHNCBRMO.js';
21
- export { a as ErrorIcon } from './chunk-D2W56GMB.js';
22
- export { a as ForwardIcon } from './chunk-7DXCDHJ2.js';
19
+ export { a as SendIcon } from './chunk-P74PBBBA.js';
20
+ export { a as SettingsIcon } from './chunk-4IGD3PII.js';
23
21
  export { a as FriendsIcon } from './chunk-SYLYIQN3.js';
24
22
  export { a as HamburgerIcon } from './chunk-42JIGMG3.js';
25
23
  export { a as HomeIcon } from './chunk-IS5ICDLG.js';
26
24
  export { a as LedOffIcon } from './chunk-F6B5ETJG.js';
27
25
  export { a as LedOnIcon } from './chunk-DH6ERBJV.js';
28
26
  export { a as LedOutlineIcon } from './chunk-42KQRLD5.js';
29
- export { a as CalendarIcon } from './chunk-5HRQHW4X.js';
30
- export { a as ClockIcon } from './chunk-EJ7APO2X.js';
27
+ export { a as LinkIcon } from './chunk-365U662B.js';
28
+ export { a as MenuIcon } from './chunk-JQFQEERV.js';
31
29
  export { a as CloseIcon } from './chunk-IEJF3AVQ.js';
32
- export { a as CopyIcon } from './chunk-7CZKTHTQ.js';
30
+ export { a as CopyIcon } from './chunk-PIEWHUGG.js';
33
31
  export { a as CursorIcon } from './chunk-HDTUDOV3.js';
34
32
  export { a as DashIcon } from './chunk-EBO7BHUJ.js';
35
33
  export { a as DownIcon } from './chunk-EE7EK5HO.js';
36
34
  export { a as DragIcon } from './chunk-YREIKGZX.js';
37
- import './chunk-R2CJRRP3.js';
38
- export { a as ImmutableIcon } from './chunk-GP4CRAI4.js';
39
- export { a as MeritCircleIcon } from './chunk-IABNQY6J.js';
40
- export { a as UsdcIcon } from './chunk-5VPUU54I.js';
35
+ export { a as ErrorIcon } from './chunk-D2W56GMB.js';
36
+ export { a as ForwardIcon } from './chunk-7DXCDHJ2.js';
37
+ import './chunk-NCKWA77K.js';
38
+ export { a as UsdtIcon } from './chunk-J4JZ6MRH.js';
41
39
  export { a as ActivityIcon } from './chunk-WRVZLWFC.js';
40
+ import './chunk-D72LIAA3.js';
42
41
  export { a as ArrowUpDownIcon } from './chunk-7XESU5QG.js';
43
42
  export { a as BackIcon } from './chunk-SQIENVIR.js';
43
+ export { a as CalendarIcon } from './chunk-5HRQHW4X.js';
44
+ export { a as ClockIcon } from './chunk-EJ7APO2X.js';
44
45
  import './chunk-3QIRWRMB.js';
46
+ export { a as AvaxIcon } from './chunk-YEYKYIDQ.js';
47
+ export { a as BeamIcon } from './chunk-JJMUHFZ3.js';
48
+ import './chunk-HKAKNCI3.js';
49
+ export { a as EthIcon } from './chunk-ZFWYJWQP.js';
50
+ export { a as ImmutableIcon } from './chunk-GP4CRAI4.js';
51
+ export { a as MeritCircleIcon } from './chunk-IABNQY6J.js';
52
+ export { a as UsdcIcon } from './chunk-5VPUU54I.js';
53
+ import './chunk-AG3LW2BU.js';
54
+ export { a as ArbitrumIcon } from './chunk-BKPKTXOH.js';
55
+ export { a as BeamNetworkIcon } from './chunk-7ANBKW2C.js';
56
+ export { a as BnbIcon } from './chunk-B2QAJABM.js';
45
57
  export { a as AppleIcon } from './chunk-6Q5L7I3D.js';
46
58
  export { a as DiscordIcon } from './chunk-VE65DRDR.js';
47
59
  export { a as GoogleIcon } from './chunk-K3GWWSKF.js';
48
60
  export { a as TwitterIcon } from './chunk-Z65KFDH4.js';
49
- export { a as BeamIcon } from './chunk-JJMUHFZ3.js';
50
- export { a as BeamNetworkIcon } from './chunk-HKAKNCI3.js';
51
- export { a as EthIcon } from './chunk-ZFWYJWQP.js';
52
61
  //# sourceMappingURL=out.js.map
53
62
  //# sourceMappingURL=index.js.map
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ var chunkQXE434YM_cjs = require('../chunk-QXE434YM.cjs');
4
+
5
+
6
+
7
+ module.exports = chunkQXE434YM_cjs.a;
8
+ //# sourceMappingURL=out.js.map
9
+ //# sourceMappingURL=Avax.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import * as react from 'react';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const AvaxIcon: react.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
5
+
6
+ export { AvaxIcon as default };
@@ -0,0 +1,6 @@
1
+ import * as react from 'react';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const AvaxIcon: react.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
5
+
6
+ export { AvaxIcon as default };
@@ -0,0 +1,3 @@
1
+ export { a as default } from '../chunk-YEYKYIDQ.js';
2
+ //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=Avax.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ var chunkHOT22D4K_cjs = require('../chunk-HOT22D4K.cjs');
4
+
5
+
6
+
7
+ module.exports = chunkHOT22D4K_cjs.a;
8
+ //# sourceMappingURL=out.js.map
9
+ //# sourceMappingURL=Usdt.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import * as react from 'react';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const UsdtIcon: react.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
5
+
6
+ export { UsdtIcon as default };
@@ -0,0 +1,6 @@
1
+ import * as react from 'react';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const UsdtIcon: react.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
5
+
6
+ export { UsdtIcon as default };
@@ -0,0 +1,3 @@
1
+ export { a as default } from '../chunk-J4JZ6MRH.js';
2
+ //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=Usdt.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,38 +1,43 @@
1
1
  'use strict';
2
2
 
3
- require('../chunk-3SYO5ZLI.cjs');
3
+ require('../chunk-YEIXNST4.cjs');
4
+ var chunkHOT22D4K_cjs = require('../chunk-HOT22D4K.cjs');
5
+ var chunkQXE434YM_cjs = require('../chunk-QXE434YM.cjs');
6
+ var chunkDT62YLKZ_cjs = require('../chunk-DT62YLKZ.cjs');
7
+ var chunkWAQ3RNNV_cjs = require('../chunk-WAQ3RNNV.cjs');
4
8
  var chunkJFARS6IV_cjs = require('../chunk-JFARS6IV.cjs');
5
9
  var chunkHRMFIRYK_cjs = require('../chunk-HRMFIRYK.cjs');
6
10
  var chunk4CGE2VSN_cjs = require('../chunk-4CGE2VSN.cjs');
7
- var chunkDT62YLKZ_cjs = require('../chunk-DT62YLKZ.cjs');
8
- var chunkCKYUUADQ_cjs = require('../chunk-CKYUUADQ.cjs');
9
- var chunkWAQ3RNNV_cjs = require('../chunk-WAQ3RNNV.cjs');
10
11
 
11
12
 
12
13
 
13
- Object.defineProperty(exports, "ImmutableIcon", {
14
+ Object.defineProperty(exports, "UsdtIcon", {
14
15
  enumerable: true,
15
- get: function () { return chunkJFARS6IV_cjs.a; }
16
+ get: function () { return chunkHOT22D4K_cjs.a; }
16
17
  });
17
- Object.defineProperty(exports, "MeritCircleIcon", {
18
+ Object.defineProperty(exports, "AvaxIcon", {
18
19
  enumerable: true,
19
- get: function () { return chunkHRMFIRYK_cjs.a; }
20
- });
21
- Object.defineProperty(exports, "UsdcIcon", {
22
- enumerable: true,
23
- get: function () { return chunk4CGE2VSN_cjs.a; }
20
+ get: function () { return chunkQXE434YM_cjs.a; }
24
21
  });
25
22
  Object.defineProperty(exports, "BeamIcon", {
26
23
  enumerable: true,
27
24
  get: function () { return chunkDT62YLKZ_cjs.a; }
28
25
  });
29
- Object.defineProperty(exports, "BeamNetworkIcon", {
30
- enumerable: true,
31
- get: function () { return chunkCKYUUADQ_cjs.a; }
32
- });
33
26
  Object.defineProperty(exports, "EthIcon", {
34
27
  enumerable: true,
35
28
  get: function () { return chunkWAQ3RNNV_cjs.a; }
36
29
  });
30
+ Object.defineProperty(exports, "ImmutableIcon", {
31
+ enumerable: true,
32
+ get: function () { return chunkJFARS6IV_cjs.a; }
33
+ });
34
+ Object.defineProperty(exports, "MeritCircleIcon", {
35
+ enumerable: true,
36
+ get: function () { return chunkHRMFIRYK_cjs.a; }
37
+ });
38
+ Object.defineProperty(exports, "UsdcIcon", {
39
+ enumerable: true,
40
+ get: function () { return chunk4CGE2VSN_cjs.a; }
41
+ });
37
42
  //# sourceMappingURL=out.js.map
38
43
  //# sourceMappingURL=index.cjs.map
@@ -1,7 +1,8 @@
1
- export { default as BeamNetworkIcon } from './BeamNetwork.cjs';
1
+ export { default as AvaxIcon } from './Avax.cjs';
2
2
  export { default as BeamIcon } from './Beam.cjs';
3
3
  export { default as EthIcon } from './Eth.cjs';
4
4
  export { default as ImmutableIcon } from './Immutable.cjs';
5
5
  export { default as MeritCircleIcon } from './MeritCircle.cjs';
6
6
  export { default as UsdcIcon } from './Usdc.cjs';
7
+ export { default as UsdtIcon } from './Usdt.cjs';
7
8
  import 'react';
@@ -1,7 +1,8 @@
1
- export { default as BeamNetworkIcon } from './BeamNetwork.js';
1
+ export { default as AvaxIcon } from './Avax.js';
2
2
  export { default as BeamIcon } from './Beam.js';
3
3
  export { default as EthIcon } from './Eth.js';
4
4
  export { default as ImmutableIcon } from './Immutable.js';
5
5
  export { default as MeritCircleIcon } from './MeritCircle.js';
6
6
  export { default as UsdcIcon } from './Usdc.js';
7
+ export { default as UsdtIcon } from './Usdt.js';
7
8
  import 'react';
@@ -1,9 +1,10 @@
1
- import '../chunk-R2CJRRP3.js';
1
+ import '../chunk-NCKWA77K.js';
2
+ export { a as UsdtIcon } from '../chunk-J4JZ6MRH.js';
3
+ export { a as AvaxIcon } from '../chunk-YEYKYIDQ.js';
4
+ export { a as BeamIcon } from '../chunk-JJMUHFZ3.js';
5
+ export { a as EthIcon } from '../chunk-ZFWYJWQP.js';
2
6
  export { a as ImmutableIcon } from '../chunk-GP4CRAI4.js';
3
7
  export { a as MeritCircleIcon } from '../chunk-IABNQY6J.js';
4
8
  export { a as UsdcIcon } from '../chunk-5VPUU54I.js';
5
- export { a as BeamIcon } from '../chunk-JJMUHFZ3.js';
6
- export { a as BeamNetworkIcon } from '../chunk-HKAKNCI3.js';
7
- export { a as EthIcon } from '../chunk-ZFWYJWQP.js';
8
9
  //# sourceMappingURL=out.js.map
9
10
  //# sourceMappingURL=index.js.map
package/dist/ui/Apple.cjs CHANGED
@@ -1,10 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var react = require('react');
4
- var jsxRuntime = require('react/jsx-runtime');
3
+ var chunk4DHVM5MK_cjs = require('../chunk-4DHVM5MK.cjs');
5
4
 
6
- var c=react.forwardRef((e,f,l=24,t=24)=>jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 19",height:l,width:t,ref:f,...e,children:jsxRuntime.jsx("path",{fill:"#fff",d:"M16 13.922c-.106.307-.217.6-.335.881a10.338 10.338 0 01-1.022 1.836c-.536.766-.976 1.296-1.315 1.59-.525.483-1.088.731-1.691.744-.433 0-.954-.123-1.562-.372-.609-.249-1.169-.372-1.681-.372-.537 0-1.113.123-1.729.372-.617.249-1.114.38-1.494.392-.578.025-1.154-.229-1.729-.764-.367-.32-.826-.869-1.376-1.646-.59-.83-1.075-1.793-1.455-2.891C.204 12.507 0 11.359 0 10.248c0-1.273.275-2.371.826-3.291a4.846 4.846 0 011.73-1.75 4.654 4.654 0 012.339-.66c.459 0 1.061.142 1.809.421.746.28 1.225.422 1.435.422.157 0 .689-.166 1.591-.497.853-.307 1.573-.434 2.163-.384 1.598.129 2.798.759 3.597 1.894-1.429.866-2.136 2.079-2.122 3.635.013 1.212.452 2.221 1.316 3.022.392.371.83.658 1.316.862zM11.98 0c.013.127.019.254.019.38 0 .95-.347 1.837-1.038 2.658-.835.976-1.845 1.54-2.94 1.451a2.95 2.95 0 01-.022-.36c0-.912.397-1.888 1.102-2.686.352-.404.8-.74 1.342-1.008.542-.264 1.055-.41 1.537-.435z"})})),n=c;
7
5
 
8
- module.exports = n;
6
+
7
+ module.exports = chunk4DHVM5MK_cjs.a;
9
8
  //# sourceMappingURL=out.js.map
10
9
  //# sourceMappingURL=Apple.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../generated/ui/Apple.tsx"],"names":["forwardRef","jsx","AppleIcon","props","svgRef","height","width","Apple_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAY/B,cAAAC,MAAA,oBAXN,IAAMC,EAAYF,EAChB,CAACG,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,SAAAF,EAAC,QACC,KAAK,OACL,EAAE,y3BACJ,EACF,CAEJ,EACOM,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst AppleIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 16 19\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <path\n fill=\"#fff\"\n d=\"M16 13.922c-.106.307-.217.6-.335.881a10.338 10.338 0 01-1.022 1.836c-.536.766-.976 1.296-1.315 1.59-.525.483-1.088.731-1.691.744-.433 0-.954-.123-1.562-.372-.609-.249-1.169-.372-1.681-.372-.537 0-1.113.123-1.729.372-.617.249-1.114.38-1.494.392-.578.025-1.154-.229-1.729-.764-.367-.32-.826-.869-1.376-1.646-.59-.83-1.075-1.793-1.455-2.891C.204 12.507 0 11.359 0 10.248c0-1.273.275-2.371.826-3.291a4.846 4.846 0 011.73-1.75 4.654 4.654 0 012.339-.66c.459 0 1.061.142 1.809.421.746.28 1.225.422 1.435.422.157 0 .689-.166 1.591-.497.853-.307 1.573-.434 2.163-.384 1.598.129 2.798.759 3.597 1.894-1.429.866-2.136 2.079-2.122 3.635.013 1.212.452 2.221 1.316 3.022.392.371.83.658 1.316.862zM11.98 0c.013.127.019.254.019.38 0 .95-.347 1.837-1.038 2.658-.835.976-1.845 1.54-2.94 1.451a2.95 2.95 0 01-.022-.36c0-.912.397-1.888 1.102-2.686.352-.404.8-.74 1.342-1.008.542-.264 1.055-.41 1.537-.435z\"\n />\n </svg>\n ),\n);\nexport default AppleIcon;\n"]}
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
package/dist/ui/Apple.js CHANGED
@@ -1,8 +1,3 @@
1
- import { forwardRef } from 'react';
2
- import { jsx } from 'react/jsx-runtime';
3
-
4
- var c=forwardRef((e,f,l=24,t=24)=>jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 19",height:l,width:t,ref:f,...e,children:jsx("path",{fill:"#fff",d:"M16 13.922c-.106.307-.217.6-.335.881a10.338 10.338 0 01-1.022 1.836c-.536.766-.976 1.296-1.315 1.59-.525.483-1.088.731-1.691.744-.433 0-.954-.123-1.562-.372-.609-.249-1.169-.372-1.681-.372-.537 0-1.113.123-1.729.372-.617.249-1.114.38-1.494.392-.578.025-1.154-.229-1.729-.764-.367-.32-.826-.869-1.376-1.646-.59-.83-1.075-1.793-1.455-2.891C.204 12.507 0 11.359 0 10.248c0-1.273.275-2.371.826-3.291a4.846 4.846 0 011.73-1.75 4.654 4.654 0 012.339-.66c.459 0 1.061.142 1.809.421.746.28 1.225.422 1.435.422.157 0 .689-.166 1.591-.497.853-.307 1.573-.434 2.163-.384 1.598.129 2.798.759 3.597 1.894-1.429.866-2.136 2.079-2.122 3.635.013 1.212.452 2.221 1.316 3.022.392.371.83.658 1.316.862zM11.98 0c.013.127.019.254.019.38 0 .95-.347 1.837-1.038 2.658-.835.976-1.845 1.54-2.94 1.451a2.95 2.95 0 01-.022-.36c0-.912.397-1.888 1.102-2.686.352-.404.8-.74 1.342-1.008.542-.264 1.055-.41 1.537-.435z"})})),n=c;
5
-
6
- export { n as default };
1
+ export { a as default } from '../chunk-D72LIAA3.js';
7
2
  //# sourceMappingURL=out.js.map
8
3
  //# sourceMappingURL=Apple.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../generated/ui/Apple.tsx"],"names":["forwardRef","jsx","AppleIcon","props","svgRef","height","width","Apple_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAY/B,cAAAC,MAAA,oBAXN,IAAMC,EAAYF,EAChB,CAACG,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,SAAAF,EAAC,QACC,KAAK,OACL,EAAE,y3BACJ,EACF,CAEJ,EACOM,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst AppleIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 16 19\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <path\n fill=\"#fff\"\n d=\"M16 13.922c-.106.307-.217.6-.335.881a10.338 10.338 0 01-1.022 1.836c-.536.766-.976 1.296-1.315 1.59-.525.483-1.088.731-1.691.744-.433 0-.954-.123-1.562-.372-.609-.249-1.169-.372-1.681-.372-.537 0-1.113.123-1.729.372-.617.249-1.114.38-1.494.392-.578.025-1.154-.229-1.729-.764-.367-.32-.826-.869-1.376-1.646-.59-.83-1.075-1.793-1.455-2.891C.204 12.507 0 11.359 0 10.248c0-1.273.275-2.371.826-3.291a4.846 4.846 0 011.73-1.75 4.654 4.654 0 012.339-.66c.459 0 1.061.142 1.809.421.746.28 1.225.422 1.435.422.157 0 .689-.166 1.591-.497.853-.307 1.573-.434 2.163-.384 1.598.129 2.798.759 3.597 1.894-1.429.866-2.136 2.079-2.122 3.635.013 1.212.452 2.221 1.316 3.022.392.371.83.658 1.316.862zM11.98 0c.013.127.019.254.019.38 0 .95-.347 1.837-1.038 2.658-.835.976-1.845 1.54-2.94 1.451a2.95 2.95 0 01-.022-.36c0-.912.397-1.888 1.102-2.686.352-.404.8-.74 1.342-1.008.542-.264 1.055-.41 1.537-.435z\"\n />\n </svg>\n ),\n);\nexport default AppleIcon;\n"]}
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
package/dist/ui/Copy.cjs CHANGED
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var chunk66NPXXNP_cjs = require('../chunk-66NPXXNP.cjs');
3
+ var chunk24ZIOQYO_cjs = require('../chunk-24ZIOQYO.cjs');
4
4
 
5
5
 
6
6
 
7
- module.exports = chunk66NPXXNP_cjs.a;
7
+ module.exports = chunk24ZIOQYO_cjs.a;
8
8
  //# sourceMappingURL=out.js.map
9
9
  //# sourceMappingURL=Copy.cjs.map
package/dist/ui/Copy.js CHANGED
@@ -1,3 +1,3 @@
1
- export { a as default } from '../chunk-7CZKTHTQ.js';
1
+ export { a as default } from '../chunk-PIEWHUGG.js';
2
2
  //# sourceMappingURL=out.js.map
3
3
  //# sourceMappingURL=Copy.js.map
package/dist/ui/index.cjs CHANGED
@@ -1,67 +1,51 @@
1
1
  'use strict';
2
2
 
3
3
  require('../chunk-QQKOKS72.cjs');
4
- var chunkUGK25Y5K_cjs = require('../chunk-UGK25Y5K.cjs');
5
- var chunk7TMDLZ5I_cjs = require('../chunk-7TMDLZ5I.cjs');
6
4
  var chunk47CKKE76_cjs = require('../chunk-47CKKE76.cjs');
7
- var chunkKSOEFHNK_cjs = require('../chunk-KSOEFHNK.cjs');
8
- var chunkOKZUSFLD_cjs = require('../chunk-OKZUSFLD.cjs');
9
5
  var chunkKTQVBPY5_cjs = require('../chunk-KTQVBPY5.cjs');
10
6
  var chunkSWO56LML_cjs = require('../chunk-SWO56LML.cjs');
11
7
  var chunkNBXZ7R6O_cjs = require('../chunk-NBXZ7R6O.cjs');
12
8
  var chunkTTGI7JLO_cjs = require('../chunk-TTGI7JLO.cjs');
13
9
  var chunk5AYSXVQE_cjs = require('../chunk-5AYSXVQE.cjs');
14
10
  var chunkWPHM6DK7_cjs = require('../chunk-WPHM6DK7.cjs');
15
- var chunkJYNSXB5F_cjs = require('../chunk-JYNSXB5F.cjs');
16
- var chunkAVXGJ6GD_cjs = require('../chunk-AVXGJ6GD.cjs');
11
+ var chunkUGK25Y5K_cjs = require('../chunk-UGK25Y5K.cjs');
12
+ var chunk7TMDLZ5I_cjs = require('../chunk-7TMDLZ5I.cjs');
17
13
  var chunk5GR2S72D_cjs = require('../chunk-5GR2S72D.cjs');
18
14
  var chunkNNUKHWRL_cjs = require('../chunk-NNUKHWRL.cjs');
19
15
  var chunkHZE6JWKV_cjs = require('../chunk-HZE6JWKV.cjs');
20
16
  var chunkBSDGYBZX_cjs = require('../chunk-BSDGYBZX.cjs');
21
17
  var chunkX3N3DK7Z_cjs = require('../chunk-X3N3DK7Z.cjs');
22
18
  var chunk5FAZXOJE_cjs = require('../chunk-5FAZXOJE.cjs');
23
- var chunk2QVJX22M_cjs = require('../chunk-2QVJX22M.cjs');
24
- var chunkY2DYYXBM_cjs = require('../chunk-Y2DYYXBM.cjs');
19
+ var chunkKSOEFHNK_cjs = require('../chunk-KSOEFHNK.cjs');
20
+ var chunkOKZUSFLD_cjs = require('../chunk-OKZUSFLD.cjs');
25
21
  var chunkF3N3JCOS_cjs = require('../chunk-F3N3JCOS.cjs');
26
22
  var chunkL6GEQJPN_cjs = require('../chunk-L6GEQJPN.cjs');
27
23
  var chunkY45PAQY6_cjs = require('../chunk-Y45PAQY6.cjs');
28
24
  var chunkS2LCELRR_cjs = require('../chunk-S2LCELRR.cjs');
29
25
  var chunk2KLBJ4MP_cjs = require('../chunk-2KLBJ4MP.cjs');
30
26
  var chunkAPNQD5TX_cjs = require('../chunk-APNQD5TX.cjs');
31
- var chunkGYWOVXXF_cjs = require('../chunk-GYWOVXXF.cjs');
32
- var chunkOKYOSJJC_cjs = require('../chunk-OKYOSJJC.cjs');
27
+ var chunkJYNSXB5F_cjs = require('../chunk-JYNSXB5F.cjs');
28
+ var chunkAVXGJ6GD_cjs = require('../chunk-AVXGJ6GD.cjs');
33
29
  var chunkVURIOWDK_cjs = require('../chunk-VURIOWDK.cjs');
34
- var chunk66NPXXNP_cjs = require('../chunk-66NPXXNP.cjs');
30
+ var chunk24ZIOQYO_cjs = require('../chunk-24ZIOQYO.cjs');
35
31
  var chunkOISD6X5Y_cjs = require('../chunk-OISD6X5Y.cjs');
36
32
  var chunk3WHSMDRD_cjs = require('../chunk-3WHSMDRD.cjs');
37
33
  var chunkL7CJWP46_cjs = require('../chunk-L7CJWP46.cjs');
38
34
  var chunkKMQPZJZZ_cjs = require('../chunk-KMQPZJZZ.cjs');
35
+ var chunk2QVJX22M_cjs = require('../chunk-2QVJX22M.cjs');
36
+ var chunkY2DYYXBM_cjs = require('../chunk-Y2DYYXBM.cjs');
39
37
  var chunk7PQMW2PJ_cjs = require('../chunk-7PQMW2PJ.cjs');
40
38
  var chunkB3LE2J3U_cjs = require('../chunk-B3LE2J3U.cjs');
41
39
  var chunk6U4P2YGY_cjs = require('../chunk-6U4P2YGY.cjs');
40
+ var chunkGYWOVXXF_cjs = require('../chunk-GYWOVXXF.cjs');
41
+ var chunkOKYOSJJC_cjs = require('../chunk-OKYOSJJC.cjs');
42
42
 
43
43
 
44
44
 
45
- Object.defineProperty(exports, "UpIcon", {
46
- enumerable: true,
47
- get: function () { return chunkUGK25Y5K_cjs.a; }
48
- });
49
- Object.defineProperty(exports, "UploadIcon", {
50
- enumerable: true,
51
- get: function () { return chunk7TMDLZ5I_cjs.a; }
52
- });
53
45
  Object.defineProperty(exports, "WalletIcon", {
54
46
  enumerable: true,
55
47
  get: function () { return chunk47CKKE76_cjs.a; }
56
48
  });
57
- Object.defineProperty(exports, "SendIcon", {
58
- enumerable: true,
59
- get: function () { return chunkKSOEFHNK_cjs.a; }
60
- });
61
- Object.defineProperty(exports, "SettingsIcon", {
62
- enumerable: true,
63
- get: function () { return chunkOKZUSFLD_cjs.a; }
64
- });
65
49
  Object.defineProperty(exports, "SoundOffIcon", {
66
50
  enumerable: true,
67
51
  get: function () { return chunkKTQVBPY5_cjs.a; }
@@ -86,13 +70,13 @@ Object.defineProperty(exports, "TooltipGreyIcon", {
86
70
  enumerable: true,
87
71
  get: function () { return chunkWPHM6DK7_cjs.a; }
88
72
  });
89
- Object.defineProperty(exports, "LinkIcon", {
73
+ Object.defineProperty(exports, "UpIcon", {
90
74
  enumerable: true,
91
- get: function () { return chunkJYNSXB5F_cjs.a; }
75
+ get: function () { return chunkUGK25Y5K_cjs.a; }
92
76
  });
93
- Object.defineProperty(exports, "MenuIcon", {
77
+ Object.defineProperty(exports, "UploadIcon", {
94
78
  enumerable: true,
95
- get: function () { return chunkAVXGJ6GD_cjs.a; }
79
+ get: function () { return chunk7TMDLZ5I_cjs.a; }
96
80
  });
97
81
  Object.defineProperty(exports, "MenuVerticalIcon", {
98
82
  enumerable: true,
@@ -118,13 +102,13 @@ Object.defineProperty(exports, "RefreshIcon", {
118
102
  enumerable: true,
119
103
  get: function () { return chunk5FAZXOJE_cjs.a; }
120
104
  });
121
- Object.defineProperty(exports, "ErrorIcon", {
105
+ Object.defineProperty(exports, "SendIcon", {
122
106
  enumerable: true,
123
- get: function () { return chunk2QVJX22M_cjs.a; }
107
+ get: function () { return chunkKSOEFHNK_cjs.a; }
124
108
  });
125
- Object.defineProperty(exports, "ForwardIcon", {
109
+ Object.defineProperty(exports, "SettingsIcon", {
126
110
  enumerable: true,
127
- get: function () { return chunkY2DYYXBM_cjs.a; }
111
+ get: function () { return chunkOKZUSFLD_cjs.a; }
128
112
  });
129
113
  Object.defineProperty(exports, "FriendsIcon", {
130
114
  enumerable: true,
@@ -150,13 +134,13 @@ Object.defineProperty(exports, "LedOutlineIcon", {
150
134
  enumerable: true,
151
135
  get: function () { return chunkAPNQD5TX_cjs.a; }
152
136
  });
153
- Object.defineProperty(exports, "CalendarIcon", {
137
+ Object.defineProperty(exports, "LinkIcon", {
154
138
  enumerable: true,
155
- get: function () { return chunkGYWOVXXF_cjs.a; }
139
+ get: function () { return chunkJYNSXB5F_cjs.a; }
156
140
  });
157
- Object.defineProperty(exports, "ClockIcon", {
141
+ Object.defineProperty(exports, "MenuIcon", {
158
142
  enumerable: true,
159
- get: function () { return chunkOKYOSJJC_cjs.a; }
143
+ get: function () { return chunkAVXGJ6GD_cjs.a; }
160
144
  });
161
145
  Object.defineProperty(exports, "CloseIcon", {
162
146
  enumerable: true,
@@ -164,7 +148,7 @@ Object.defineProperty(exports, "CloseIcon", {
164
148
  });
165
149
  Object.defineProperty(exports, "CopyIcon", {
166
150
  enumerable: true,
167
- get: function () { return chunk66NPXXNP_cjs.a; }
151
+ get: function () { return chunk24ZIOQYO_cjs.a; }
168
152
  });
169
153
  Object.defineProperty(exports, "CursorIcon", {
170
154
  enumerable: true,
@@ -182,6 +166,14 @@ Object.defineProperty(exports, "DragIcon", {
182
166
  enumerable: true,
183
167
  get: function () { return chunkKMQPZJZZ_cjs.a; }
184
168
  });
169
+ Object.defineProperty(exports, "ErrorIcon", {
170
+ enumerable: true,
171
+ get: function () { return chunk2QVJX22M_cjs.a; }
172
+ });
173
+ Object.defineProperty(exports, "ForwardIcon", {
174
+ enumerable: true,
175
+ get: function () { return chunkY2DYYXBM_cjs.a; }
176
+ });
185
177
  Object.defineProperty(exports, "ActivityIcon", {
186
178
  enumerable: true,
187
179
  get: function () { return chunk7PQMW2PJ_cjs.a; }
@@ -194,5 +186,13 @@ Object.defineProperty(exports, "BackIcon", {
194
186
  enumerable: true,
195
187
  get: function () { return chunk6U4P2YGY_cjs.a; }
196
188
  });
189
+ Object.defineProperty(exports, "CalendarIcon", {
190
+ enumerable: true,
191
+ get: function () { return chunkGYWOVXXF_cjs.a; }
192
+ });
193
+ Object.defineProperty(exports, "ClockIcon", {
194
+ enumerable: true,
195
+ get: function () { return chunkOKYOSJJC_cjs.a; }
196
+ });
197
197
  //# sourceMappingURL=out.js.map
198
198
  //# sourceMappingURL=index.cjs.map
package/dist/ui/index.js CHANGED
@@ -1,41 +1,41 @@
1
1
  import '../chunk-73HR2OWR.js';
2
- export { a as UpIcon } from '../chunk-ICMOG5BP.js';
3
- export { a as UploadIcon } from '../chunk-E62ZARA5.js';
4
2
  export { a as WalletIcon } from '../chunk-RZGPTNV4.js';
5
- export { a as SendIcon } from '../chunk-P74PBBBA.js';
6
- export { a as SettingsIcon } from '../chunk-4IGD3PII.js';
7
3
  export { a as SoundOffIcon } from '../chunk-EBBXQU3A.js';
8
4
  export { a as SoundOnIcon } from '../chunk-UG5LUKYE.js';
9
5
  export { a as SuccessIcon } from '../chunk-T7ZIXJJV.js';
10
6
  export { a as SwapIcon } from '../chunk-LWOYASTC.js';
11
7
  export { a as TooltipIcon } from '../chunk-GIX75WSO.js';
12
8
  export { a as TooltipGreyIcon } from '../chunk-S6JSRIT5.js';
13
- export { a as LinkIcon } from '../chunk-365U662B.js';
14
- export { a as MenuIcon } from '../chunk-JQFQEERV.js';
9
+ export { a as UpIcon } from '../chunk-ICMOG5BP.js';
10
+ export { a as UploadIcon } from '../chunk-E62ZARA5.js';
15
11
  export { a as MenuVerticalIcon } from '../chunk-FQGB5I4X.js';
16
12
  export { a as PasswordHideIcon } from '../chunk-5FIEF5S5.js';
17
13
  export { a as PasswordShowIcon } from '../chunk-V7OF3WSH.js';
18
14
  export { a as PlusIcon } from '../chunk-LP2IQOK4.js';
19
15
  export { a as QrCodeIcon } from '../chunk-YF4B7EDD.js';
20
16
  export { a as RefreshIcon } from '../chunk-PHNCBRMO.js';
21
- export { a as ErrorIcon } from '../chunk-D2W56GMB.js';
22
- export { a as ForwardIcon } from '../chunk-7DXCDHJ2.js';
17
+ export { a as SendIcon } from '../chunk-P74PBBBA.js';
18
+ export { a as SettingsIcon } from '../chunk-4IGD3PII.js';
23
19
  export { a as FriendsIcon } from '../chunk-SYLYIQN3.js';
24
20
  export { a as HamburgerIcon } from '../chunk-42JIGMG3.js';
25
21
  export { a as HomeIcon } from '../chunk-IS5ICDLG.js';
26
22
  export { a as LedOffIcon } from '../chunk-F6B5ETJG.js';
27
23
  export { a as LedOnIcon } from '../chunk-DH6ERBJV.js';
28
24
  export { a as LedOutlineIcon } from '../chunk-42KQRLD5.js';
29
- export { a as CalendarIcon } from '../chunk-5HRQHW4X.js';
30
- export { a as ClockIcon } from '../chunk-EJ7APO2X.js';
25
+ export { a as LinkIcon } from '../chunk-365U662B.js';
26
+ export { a as MenuIcon } from '../chunk-JQFQEERV.js';
31
27
  export { a as CloseIcon } from '../chunk-IEJF3AVQ.js';
32
- export { a as CopyIcon } from '../chunk-7CZKTHTQ.js';
28
+ export { a as CopyIcon } from '../chunk-PIEWHUGG.js';
33
29
  export { a as CursorIcon } from '../chunk-HDTUDOV3.js';
34
30
  export { a as DashIcon } from '../chunk-EBO7BHUJ.js';
35
31
  export { a as DownIcon } from '../chunk-EE7EK5HO.js';
36
32
  export { a as DragIcon } from '../chunk-YREIKGZX.js';
33
+ export { a as ErrorIcon } from '../chunk-D2W56GMB.js';
34
+ export { a as ForwardIcon } from '../chunk-7DXCDHJ2.js';
37
35
  export { a as ActivityIcon } from '../chunk-WRVZLWFC.js';
38
36
  export { a as ArrowUpDownIcon } from '../chunk-7XESU5QG.js';
39
37
  export { a as BackIcon } from '../chunk-SQIENVIR.js';
38
+ export { a as CalendarIcon } from '../chunk-5HRQHW4X.js';
39
+ export { a as ClockIcon } from '../chunk-EJ7APO2X.js';
40
40
  //# sourceMappingURL=out.js.map
41
41
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onbeam/icons",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "sideEffects": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,10 +0,0 @@
1
- 'use strict';
2
-
3
- var react = require('react');
4
- var jsxRuntime = require('react/jsx-runtime');
5
-
6
- var s=react.forwardRef((i,o,r=24,t=24)=>jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:r,width:t,ref:o,...i,children:[jsxRuntime.jsx("mask",{id:"copy_svg__a",style:{maskType:"alpha"},width:13,height:13,x:4,y:4,maskUnits:"userSpaceOnUse",children:jsxRuntime.jsx("path",{fill:"#D9D9D9",fillRule:"evenodd",d:"M6.912 4.43H4.329v11.895h2.583V6.834h9.514V4.43H6.912z",clipRule:"evenodd"})}),jsxRuntime.jsx("g",{filter:"url(#copy_svg__copy_svg__filter0_i_1955_925)",mask:"url(#copy_svg__a)",children:jsxRuntime.jsx("path",{fill:"#F1F1F1",fillRule:"evenodd",d:"M6.072 5.971h8.812v8.813H6.072V5.971zM4.53 4.43h10.262l1.634 1.633v8.58l-1.682 1.682h-8.58L4.53 14.691V4.43zm0 0h1.624L4.53 6.054V4.43z",clipRule:"evenodd"})}),jsxRuntime.jsx("g",{filter:"url(#copy_svg__copy_svg__filter1_i_1955_925)",children:jsxRuntime.jsx("path",{fill:"#F1F1F1",fillRule:"evenodd",d:"M9.316 9.216h8.813v8.813H9.316V9.216zm-.092-1.541H19.67h-1.45l1.45 1.448v8.996l-1.452 1.451H9.226l-1.45-1.45v1.45V9.123l1.448-1.448z",clipRule:"evenodd"})}),jsxRuntime.jsxs("defs",{children:[jsxRuntime.jsxs("filter",{id:"copy_svg__copy_svg__filter0_i_1955_925",width:11.9,height:12.14,x:4.53,y:4.19,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),jsxRuntime.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),jsxRuntime.jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),jsxRuntime.jsx("feOffset",{dy:-.24}),jsxRuntime.jsx("feGaussianBlur",{stdDeviation:.24}),jsxRuntime.jsx("feComposite",{in2:"hardAlpha",k2:-1,k3:1,operator:"arithmetic"}),jsxRuntime.jsx("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"}),jsxRuntime.jsx("feBlend",{in2:"shape",result:"effect1_innerShadow_1955_925"})]}),jsxRuntime.jsxs("filter",{id:"copy_svg__copy_svg__filter1_i_1955_925",width:11.9,height:12.14,x:7.78,y:7.43,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[jsxRuntime.jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),jsxRuntime.jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),jsxRuntime.jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),jsxRuntime.jsx("feOffset",{dy:-.24}),jsxRuntime.jsx("feGaussianBlur",{stdDeviation:.24}),jsxRuntime.jsx("feComposite",{in2:"hardAlpha",k2:-1,k3:1,operator:"arithmetic"}),jsxRuntime.jsx("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"}),jsxRuntime.jsx("feBlend",{in2:"shape",result:"effect1_innerShadow_1955_925"})]})]})]})),n=s;
7
-
8
- exports.a = n;
9
- //# sourceMappingURL=out.js.map
10
- //# sourceMappingURL=chunk-66NPXXNP.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../generated/ui/Copy.tsx"],"names":["forwardRef","jsx","jsxs","CopyIcon","props","svgRef","height","width","Copy_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAuB7B,cAAAC,EA2BA,QAAAC,MA3BA,oBAtBR,IAAMC,EAAWH,EACf,CAACI,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,UAAAH,EAAC,QACC,GAAG,cACH,MAAO,CACL,SAAU,OACZ,EACA,MAAO,GACP,OAAQ,GACR,EAAG,EACH,EAAG,EACH,UAAU,iBAEV,SAAAA,EAAC,QACC,KAAK,UACL,SAAS,UACT,EAAE,yDACF,SAAS,UACX,EACF,EACAA,EAAC,KACC,OAAO,+CACP,KAAK,oBAEL,SAAAA,EAAC,QACC,KAAK,UACL,SAAS,UACT,EAAE,0IACF,SAAS,UACX,EACF,EACAA,EAAC,KAAE,OAAO,+CACR,SAAAA,EAAC,QACC,KAAK,UACL,SAAS,UACT,EAAE,uIACF,SAAS,UACX,EACF,EACAC,EAAC,QACC,UAAAA,EAAC,UACC,GAAG,yCACH,MAAO,KACP,OAAQ,MACR,EAAG,KACH,EAAG,KACH,0BAA0B,OAC1B,YAAY,iBAEZ,UAAAD,EAAC,WAAQ,aAAc,EAAG,OAAO,qBAAqB,EACtDA,EAAC,WAAQ,GAAG,gBAAgB,IAAI,qBAAqB,OAAO,QAAQ,EACpEA,EAAC,iBACC,GAAG,cACH,OAAO,YACP,OAAO,4CACT,EACAA,EAAC,YAAS,GAAI,KAAO,EACrBA,EAAC,kBAAe,aAAc,IAAM,EACpCA,EAAC,eAAY,IAAI,YAAY,GAAI,GAAI,GAAI,EAAG,SAAS,aAAa,EAClEA,EAAC,iBAAc,OAAO,4CAA4C,EAClEA,EAAC,WAAQ,IAAI,QAAQ,OAAO,+BAA+B,GAC7D,EACAC,EAAC,UACC,GAAG,yCACH,MAAO,KACP,OAAQ,MACR,EAAG,KACH,EAAG,KACH,0BAA0B,OAC1B,YAAY,iBAEZ,UAAAD,EAAC,WAAQ,aAAc,EAAG,OAAO,qBAAqB,EACtDA,EAAC,WAAQ,GAAG,gBAAgB,IAAI,qBAAqB,OAAO,QAAQ,EACpEA,EAAC,iBACC,GAAG,cACH,OAAO,YACP,OAAO,4CACT,EACAA,EAAC,YAAS,GAAI,KAAO,EACrBA,EAAC,kBAAe,aAAc,IAAM,EACpCA,EAAC,eAAY,IAAI,YAAY,GAAI,GAAI,GAAI,EAAG,SAAS,aAAa,EAClEA,EAAC,iBAAc,OAAO,4CAA4C,EAClEA,EAAC,WAAQ,IAAI,QAAQ,OAAO,+BAA+B,GAC7D,GACF,GACF,CAEJ,EACOO,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst CopyIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <mask\n id=\"copy_svg__a\"\n style={{\n maskType: 'alpha',\n }}\n width={13}\n height={13}\n x={4}\n y={4}\n maskUnits=\"userSpaceOnUse\"\n >\n <path\n fill=\"#D9D9D9\"\n fillRule=\"evenodd\"\n d=\"M6.912 4.43H4.329v11.895h2.583V6.834h9.514V4.43H6.912z\"\n clipRule=\"evenodd\"\n />\n </mask>\n <g\n filter=\"url(#copy_svg__copy_svg__filter0_i_1955_925)\"\n mask=\"url(#copy_svg__a)\"\n >\n <path\n fill=\"#F1F1F1\"\n fillRule=\"evenodd\"\n d=\"M6.072 5.971h8.812v8.813H6.072V5.971zM4.53 4.43h10.262l1.634 1.633v8.58l-1.682 1.682h-8.58L4.53 14.691V4.43zm0 0h1.624L4.53 6.054V4.43z\"\n clipRule=\"evenodd\"\n />\n </g>\n <g filter=\"url(#copy_svg__copy_svg__filter1_i_1955_925)\">\n <path\n fill=\"#F1F1F1\"\n fillRule=\"evenodd\"\n d=\"M9.316 9.216h8.813v8.813H9.316V9.216zm-.092-1.541H19.67h-1.45l1.45 1.448v8.996l-1.452 1.451H9.226l-1.45-1.45v1.45V9.123l1.448-1.448z\"\n clipRule=\"evenodd\"\n />\n </g>\n <defs>\n <filter\n id=\"copy_svg__copy_svg__filter0_i_1955_925\"\n width={11.9}\n height={12.14}\n x={4.53}\n y={4.19}\n colorInterpolationFilters=\"sRGB\"\n filterUnits=\"userSpaceOnUse\"\n >\n <feFlood floodOpacity={0} result=\"BackgroundImageFix\" />\n <feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n result=\"hardAlpha\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n />\n <feOffset dy={-0.24} />\n <feGaussianBlur stdDeviation={0.24} />\n <feComposite in2=\"hardAlpha\" k2={-1} k3={1} operator=\"arithmetic\" />\n <feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0\" />\n <feBlend in2=\"shape\" result=\"effect1_innerShadow_1955_925\" />\n </filter>\n <filter\n id=\"copy_svg__copy_svg__filter1_i_1955_925\"\n width={11.9}\n height={12.14}\n x={7.78}\n y={7.43}\n colorInterpolationFilters=\"sRGB\"\n filterUnits=\"userSpaceOnUse\"\n >\n <feFlood floodOpacity={0} result=\"BackgroundImageFix\" />\n <feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n result=\"hardAlpha\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n />\n <feOffset dy={-0.24} />\n <feGaussianBlur stdDeviation={0.24} />\n <feComposite in2=\"hardAlpha\" k2={-1} k3={1} operator=\"arithmetic\" />\n <feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0\" />\n <feBlend in2=\"shape\" result=\"effect1_innerShadow_1955_925\" />\n </filter>\n </defs>\n </svg>\n ),\n);\nexport default CopyIcon;\n"]}
@@ -1,8 +0,0 @@
1
- import { forwardRef } from 'react';
2
- import { jsxs, jsx } from 'react/jsx-runtime';
3
-
4
- var s=forwardRef((i,o,r=24,t=24)=>jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",height:r,width:t,ref:o,...i,children:[jsx("mask",{id:"copy_svg__a",style:{maskType:"alpha"},width:13,height:13,x:4,y:4,maskUnits:"userSpaceOnUse",children:jsx("path",{fill:"#D9D9D9",fillRule:"evenodd",d:"M6.912 4.43H4.329v11.895h2.583V6.834h9.514V4.43H6.912z",clipRule:"evenodd"})}),jsx("g",{filter:"url(#copy_svg__copy_svg__filter0_i_1955_925)",mask:"url(#copy_svg__a)",children:jsx("path",{fill:"#F1F1F1",fillRule:"evenodd",d:"M6.072 5.971h8.812v8.813H6.072V5.971zM4.53 4.43h10.262l1.634 1.633v8.58l-1.682 1.682h-8.58L4.53 14.691V4.43zm0 0h1.624L4.53 6.054V4.43z",clipRule:"evenodd"})}),jsx("g",{filter:"url(#copy_svg__copy_svg__filter1_i_1955_925)",children:jsx("path",{fill:"#F1F1F1",fillRule:"evenodd",d:"M9.316 9.216h8.813v8.813H9.316V9.216zm-.092-1.541H19.67h-1.45l1.45 1.448v8.996l-1.452 1.451H9.226l-1.45-1.45v1.45V9.123l1.448-1.448z",clipRule:"evenodd"})}),jsxs("defs",{children:[jsxs("filter",{id:"copy_svg__copy_svg__filter0_i_1955_925",width:11.9,height:12.14,x:4.53,y:4.19,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),jsx("feOffset",{dy:-.24}),jsx("feGaussianBlur",{stdDeviation:.24}),jsx("feComposite",{in2:"hardAlpha",k2:-1,k3:1,operator:"arithmetic"}),jsx("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"}),jsx("feBlend",{in2:"shape",result:"effect1_innerShadow_1955_925"})]}),jsxs("filter",{id:"copy_svg__copy_svg__filter1_i_1955_925",width:11.9,height:12.14,x:7.78,y:7.43,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",children:[jsx("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),jsx("feBlend",{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}),jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),jsx("feOffset",{dy:-.24}),jsx("feGaussianBlur",{stdDeviation:.24}),jsx("feComposite",{in2:"hardAlpha",k2:-1,k3:1,operator:"arithmetic"}),jsx("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"}),jsx("feBlend",{in2:"shape",result:"effect1_innerShadow_1955_925"})]})]})]})),n=s;
5
-
6
- export { n as a };
7
- //# sourceMappingURL=out.js.map
8
- //# sourceMappingURL=chunk-7CZKTHTQ.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../generated/ui/Copy.tsx"],"names":["forwardRef","jsx","jsxs","CopyIcon","props","svgRef","height","width","Copy_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAuB7B,cAAAC,EA2BA,QAAAC,MA3BA,oBAtBR,IAAMC,EAAWH,EACf,CAACI,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,UAAAH,EAAC,QACC,GAAG,cACH,MAAO,CACL,SAAU,OACZ,EACA,MAAO,GACP,OAAQ,GACR,EAAG,EACH,EAAG,EACH,UAAU,iBAEV,SAAAA,EAAC,QACC,KAAK,UACL,SAAS,UACT,EAAE,yDACF,SAAS,UACX,EACF,EACAA,EAAC,KACC,OAAO,+CACP,KAAK,oBAEL,SAAAA,EAAC,QACC,KAAK,UACL,SAAS,UACT,EAAE,0IACF,SAAS,UACX,EACF,EACAA,EAAC,KAAE,OAAO,+CACR,SAAAA,EAAC,QACC,KAAK,UACL,SAAS,UACT,EAAE,uIACF,SAAS,UACX,EACF,EACAC,EAAC,QACC,UAAAA,EAAC,UACC,GAAG,yCACH,MAAO,KACP,OAAQ,MACR,EAAG,KACH,EAAG,KACH,0BAA0B,OAC1B,YAAY,iBAEZ,UAAAD,EAAC,WAAQ,aAAc,EAAG,OAAO,qBAAqB,EACtDA,EAAC,WAAQ,GAAG,gBAAgB,IAAI,qBAAqB,OAAO,QAAQ,EACpEA,EAAC,iBACC,GAAG,cACH,OAAO,YACP,OAAO,4CACT,EACAA,EAAC,YAAS,GAAI,KAAO,EACrBA,EAAC,kBAAe,aAAc,IAAM,EACpCA,EAAC,eAAY,IAAI,YAAY,GAAI,GAAI,GAAI,EAAG,SAAS,aAAa,EAClEA,EAAC,iBAAc,OAAO,4CAA4C,EAClEA,EAAC,WAAQ,IAAI,QAAQ,OAAO,+BAA+B,GAC7D,EACAC,EAAC,UACC,GAAG,yCACH,MAAO,KACP,OAAQ,MACR,EAAG,KACH,EAAG,KACH,0BAA0B,OAC1B,YAAY,iBAEZ,UAAAD,EAAC,WAAQ,aAAc,EAAG,OAAO,qBAAqB,EACtDA,EAAC,WAAQ,GAAG,gBAAgB,IAAI,qBAAqB,OAAO,QAAQ,EACpEA,EAAC,iBACC,GAAG,cACH,OAAO,YACP,OAAO,4CACT,EACAA,EAAC,YAAS,GAAI,KAAO,EACrBA,EAAC,kBAAe,aAAc,IAAM,EACpCA,EAAC,eAAY,IAAI,YAAY,GAAI,GAAI,GAAI,EAAG,SAAS,aAAa,EAClEA,EAAC,iBAAc,OAAO,4CAA4C,EAClEA,EAAC,WAAQ,IAAI,QAAQ,OAAO,+BAA+B,GAC7D,GACF,GACF,CAEJ,EACOO,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst CopyIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <mask\n id=\"copy_svg__a\"\n style={{\n maskType: 'alpha',\n }}\n width={13}\n height={13}\n x={4}\n y={4}\n maskUnits=\"userSpaceOnUse\"\n >\n <path\n fill=\"#D9D9D9\"\n fillRule=\"evenodd\"\n d=\"M6.912 4.43H4.329v11.895h2.583V6.834h9.514V4.43H6.912z\"\n clipRule=\"evenodd\"\n />\n </mask>\n <g\n filter=\"url(#copy_svg__copy_svg__filter0_i_1955_925)\"\n mask=\"url(#copy_svg__a)\"\n >\n <path\n fill=\"#F1F1F1\"\n fillRule=\"evenodd\"\n d=\"M6.072 5.971h8.812v8.813H6.072V5.971zM4.53 4.43h10.262l1.634 1.633v8.58l-1.682 1.682h-8.58L4.53 14.691V4.43zm0 0h1.624L4.53 6.054V4.43z\"\n clipRule=\"evenodd\"\n />\n </g>\n <g filter=\"url(#copy_svg__copy_svg__filter1_i_1955_925)\">\n <path\n fill=\"#F1F1F1\"\n fillRule=\"evenodd\"\n d=\"M9.316 9.216h8.813v8.813H9.316V9.216zm-.092-1.541H19.67h-1.45l1.45 1.448v8.996l-1.452 1.451H9.226l-1.45-1.45v1.45V9.123l1.448-1.448z\"\n clipRule=\"evenodd\"\n />\n </g>\n <defs>\n <filter\n id=\"copy_svg__copy_svg__filter0_i_1955_925\"\n width={11.9}\n height={12.14}\n x={4.53}\n y={4.19}\n colorInterpolationFilters=\"sRGB\"\n filterUnits=\"userSpaceOnUse\"\n >\n <feFlood floodOpacity={0} result=\"BackgroundImageFix\" />\n <feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n result=\"hardAlpha\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n />\n <feOffset dy={-0.24} />\n <feGaussianBlur stdDeviation={0.24} />\n <feComposite in2=\"hardAlpha\" k2={-1} k3={1} operator=\"arithmetic\" />\n <feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0\" />\n <feBlend in2=\"shape\" result=\"effect1_innerShadow_1955_925\" />\n </filter>\n <filter\n id=\"copy_svg__copy_svg__filter1_i_1955_925\"\n width={11.9}\n height={12.14}\n x={7.78}\n y={7.43}\n colorInterpolationFilters=\"sRGB\"\n filterUnits=\"userSpaceOnUse\"\n >\n <feFlood floodOpacity={0} result=\"BackgroundImageFix\" />\n <feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\" />\n <feColorMatrix\n in=\"SourceAlpha\"\n result=\"hardAlpha\"\n values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"\n />\n <feOffset dy={-0.24} />\n <feGaussianBlur stdDeviation={0.24} />\n <feComposite in2=\"hardAlpha\" k2={-1} k3={1} operator=\"arithmetic\" />\n <feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0\" />\n <feBlend in2=\"shape\" result=\"effect1_innerShadow_1955_925\" />\n </filter>\n </defs>\n </svg>\n ),\n);\nexport default CopyIcon;\n"]}
@@ -1,3 +0,0 @@
1
-
2
- //# sourceMappingURL=out.js.map
3
- //# sourceMappingURL=chunk-R2CJRRP3.js.map