@wix/wix-ui-icons-common 3.184.1 → 3.186.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 (147) hide show
  1. package/dist/cjs/lazy/general/dist/components/Automations.js +1 -1
  2. package/dist/cjs/lazy/general/dist/components/AutomationsSmall.js +1 -1
  3. package/dist/cjs/lazy/general/dist/components/CreditCard.js +1 -1
  4. package/dist/cjs/lazy/general/dist/components/CreditCardSmall.js +1 -1
  5. package/dist/cjs/lazy/general/dist/components/Hotel.js +1 -1
  6. package/dist/cjs/lazy/general/dist/components/HotelSmall.js +1 -1
  7. package/dist/cjs/lazy/general/dist/components/Inbox.js +1 -1
  8. package/dist/cjs/lazy/general/dist/components/InboxSmall.js +1 -1
  9. package/dist/cjs/lazy/general/dist/components/OnlinePrograms.js +1 -1
  10. package/dist/cjs/lazy/general/dist/components/OnlineProgramsSmall.js +1 -1
  11. package/dist/cjs/lazy/general/dist/components/SiteAndApp.js +31 -0
  12. package/dist/cjs/lazy/general/dist/components/SiteAndAppSmall.js +31 -0
  13. package/dist/cjs/lazy/general/dist/components/WixForum.js +1 -1
  14. package/dist/cjs/lazy/general/dist/components/WixForumSmall.js +1 -1
  15. package/dist/cjs/lazy/general/dist/components/WixGroups.js +31 -0
  16. package/dist/cjs/lazy/general/dist/components/WixGroupsSmall.js +31 -0
  17. package/dist/cjs/lazy/general/dist/components/WixMarketplace.js +1 -1
  18. package/dist/cjs/lazy/general/dist/components/WixMarketplaceSmall.js +1 -1
  19. package/dist/cjs/lazy/general/dist/index.js +12 -0
  20. package/dist/cjs/odeditor/general/dist/components/Automations.js +37 -0
  21. package/dist/cjs/odeditor/general/dist/components/AutomationsSmall.js +37 -0
  22. package/dist/cjs/odeditor/general/dist/components/CreditCard.js +37 -0
  23. package/dist/cjs/odeditor/general/dist/components/CreditCardSmall.js +37 -0
  24. package/dist/cjs/odeditor/general/dist/components/Hotel.js +37 -0
  25. package/dist/cjs/odeditor/general/dist/components/HotelSmall.js +37 -0
  26. package/dist/cjs/odeditor/general/dist/components/Inbox.js +37 -0
  27. package/dist/cjs/odeditor/general/dist/components/InboxSmall.js +37 -0
  28. package/dist/cjs/odeditor/general/dist/components/OnlinePrograms.js +37 -0
  29. package/dist/cjs/odeditor/general/dist/components/OnlineProgramsSmall.js +37 -0
  30. package/dist/cjs/odeditor/general/dist/components/SiteAndApp.js +37 -0
  31. package/dist/cjs/odeditor/general/dist/components/SiteAndAppSmall.js +37 -0
  32. package/dist/cjs/odeditor/general/dist/components/WixForum.js +37 -0
  33. package/dist/cjs/odeditor/general/dist/components/WixForumSmall.js +37 -0
  34. package/dist/cjs/odeditor/general/dist/components/WixGroups.js +37 -0
  35. package/dist/cjs/odeditor/general/dist/components/WixGroupsSmall.js +37 -0
  36. package/dist/cjs/odeditor/general/dist/components/WixMarketplace.js +37 -0
  37. package/dist/cjs/odeditor/general/dist/components/WixMarketplaceSmall.js +37 -0
  38. package/dist/cjs/odeditor/general/dist/index.js +54 -0
  39. package/dist/cjs/odeditor/general/metadata.js +63 -0
  40. package/dist/esm/lazy/general/dist/components/Automations.js +1 -1
  41. package/dist/esm/lazy/general/dist/components/AutomationsSmall.js +1 -1
  42. package/dist/esm/lazy/general/dist/components/CreditCard.js +1 -1
  43. package/dist/esm/lazy/general/dist/components/CreditCardSmall.js +1 -1
  44. package/dist/esm/lazy/general/dist/components/Hotel.js +1 -1
  45. package/dist/esm/lazy/general/dist/components/HotelSmall.js +1 -1
  46. package/dist/esm/lazy/general/dist/components/Inbox.js +1 -1
  47. package/dist/esm/lazy/general/dist/components/InboxSmall.js +1 -1
  48. package/dist/esm/lazy/general/dist/components/OnlinePrograms.js +1 -1
  49. package/dist/esm/lazy/general/dist/components/OnlineProgramsSmall.js +1 -1
  50. package/dist/esm/lazy/general/dist/components/SiteAndApp.js +11 -0
  51. package/dist/esm/lazy/general/dist/components/SiteAndAppSmall.js +11 -0
  52. package/dist/esm/lazy/general/dist/components/WixForum.js +1 -1
  53. package/dist/esm/lazy/general/dist/components/WixForumSmall.js +1 -1
  54. package/dist/esm/lazy/general/dist/components/WixGroups.js +11 -0
  55. package/dist/esm/lazy/general/dist/components/WixGroupsSmall.js +11 -0
  56. package/dist/esm/lazy/general/dist/components/WixMarketplace.js +1 -1
  57. package/dist/esm/lazy/general/dist/components/WixMarketplaceSmall.js +1 -1
  58. package/dist/esm/lazy/general/dist/index.js +110 -102
  59. package/dist/esm/odeditor/general/dist/components/Automations.js +7 -0
  60. package/dist/esm/odeditor/general/dist/components/AutomationsSmall.js +7 -0
  61. package/dist/esm/odeditor/general/dist/components/CreditCard.js +7 -0
  62. package/dist/esm/odeditor/general/dist/components/CreditCardSmall.js +7 -0
  63. package/dist/esm/odeditor/general/dist/components/Hotel.js +7 -0
  64. package/dist/esm/odeditor/general/dist/components/HotelSmall.js +7 -0
  65. package/dist/esm/odeditor/general/dist/components/Inbox.js +7 -0
  66. package/dist/esm/odeditor/general/dist/components/InboxSmall.js +7 -0
  67. package/dist/esm/odeditor/general/dist/components/OnlinePrograms.js +7 -0
  68. package/dist/esm/odeditor/general/dist/components/OnlineProgramsSmall.js +7 -0
  69. package/dist/esm/odeditor/general/dist/components/SiteAndApp.js +7 -0
  70. package/dist/esm/odeditor/general/dist/components/SiteAndAppSmall.js +7 -0
  71. package/dist/esm/odeditor/general/dist/components/WixForum.js +7 -0
  72. package/dist/esm/odeditor/general/dist/components/WixForumSmall.js +7 -0
  73. package/dist/esm/odeditor/general/dist/components/WixGroups.js +7 -0
  74. package/dist/esm/odeditor/general/dist/components/WixGroupsSmall.js +7 -0
  75. package/dist/esm/odeditor/general/dist/components/WixMarketplace.js +7 -0
  76. package/dist/esm/odeditor/general/dist/components/WixMarketplaceSmall.js +7 -0
  77. package/dist/esm/odeditor/general/dist/index.js +2298 -2262
  78. package/dist/esm/odeditor/general/metadata.js +63 -0
  79. package/dist/statics/icons/odeditor/general/Automations.0900.json +3 -0
  80. package/dist/statics/icons/odeditor/general/AutomationsSmall.3235.json +3 -0
  81. package/dist/statics/icons/odeditor/general/CreditCard.9f72.json +3 -0
  82. package/dist/statics/icons/odeditor/general/CreditCardSmall.a4fb.json +3 -0
  83. package/dist/statics/icons/odeditor/general/Hotel.b68b.json +3 -0
  84. package/dist/statics/icons/odeditor/general/HotelSmall.57d3.json +3 -0
  85. package/dist/statics/icons/odeditor/general/Inbox.88c9.json +3 -0
  86. package/dist/statics/icons/odeditor/general/InboxSmall.0444.json +3 -0
  87. package/dist/statics/icons/odeditor/general/OnlinePrograms.6ac6.json +3 -0
  88. package/dist/statics/icons/odeditor/general/OnlineProgramsSmall.c1c1.json +3 -0
  89. package/dist/statics/icons/odeditor/general/SiteAndApp.e42e.json +3 -0
  90. package/dist/statics/icons/odeditor/general/SiteAndAppSmall.eb47.json +3 -0
  91. package/dist/statics/icons/odeditor/general/WixForum.17c8.json +3 -0
  92. package/dist/statics/icons/odeditor/general/WixForumSmall.7a17.json +3 -0
  93. package/dist/statics/icons/odeditor/general/WixGroups.f670.json +3 -0
  94. package/dist/statics/icons/odeditor/general/WixGroupsSmall.b16b.json +3 -0
  95. package/dist/statics/icons/odeditor/general/WixMarketplace.bed2.json +3 -0
  96. package/dist/statics/icons/odeditor/general/WixMarketplaceSmall.4f69.json +3 -0
  97. package/dist/tsconfig.tsbuildinfo +1 -1
  98. package/dist/types/lazy/general/dist/components/SiteAndApp.d.ts +3 -0
  99. package/dist/types/lazy/general/dist/components/SiteAndApp.d.ts.map +1 -0
  100. package/dist/types/lazy/general/dist/components/SiteAndAppSmall.d.ts +3 -0
  101. package/dist/types/lazy/general/dist/components/SiteAndAppSmall.d.ts.map +1 -0
  102. package/dist/types/lazy/general/dist/components/WixGroups.d.ts +3 -0
  103. package/dist/types/lazy/general/dist/components/WixGroups.d.ts.map +1 -0
  104. package/dist/types/lazy/general/dist/components/WixGroupsSmall.d.ts +3 -0
  105. package/dist/types/lazy/general/dist/components/WixGroupsSmall.d.ts.map +1 -0
  106. package/dist/types/lazy/general/dist/index.d.ts +4 -0
  107. package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
  108. package/dist/types/odeditor/general/dist/components/Automations.d.ts +7 -0
  109. package/dist/types/odeditor/general/dist/components/Automations.d.ts.map +1 -0
  110. package/dist/types/odeditor/general/dist/components/AutomationsSmall.d.ts +7 -0
  111. package/dist/types/odeditor/general/dist/components/AutomationsSmall.d.ts.map +1 -0
  112. package/dist/types/odeditor/general/dist/components/CreditCard.d.ts +7 -0
  113. package/dist/types/odeditor/general/dist/components/CreditCard.d.ts.map +1 -0
  114. package/dist/types/odeditor/general/dist/components/CreditCardSmall.d.ts +7 -0
  115. package/dist/types/odeditor/general/dist/components/CreditCardSmall.d.ts.map +1 -0
  116. package/dist/types/odeditor/general/dist/components/Hotel.d.ts +7 -0
  117. package/dist/types/odeditor/general/dist/components/Hotel.d.ts.map +1 -0
  118. package/dist/types/odeditor/general/dist/components/HotelSmall.d.ts +7 -0
  119. package/dist/types/odeditor/general/dist/components/HotelSmall.d.ts.map +1 -0
  120. package/dist/types/odeditor/general/dist/components/Inbox.d.ts +7 -0
  121. package/dist/types/odeditor/general/dist/components/Inbox.d.ts.map +1 -0
  122. package/dist/types/odeditor/general/dist/components/InboxSmall.d.ts +7 -0
  123. package/dist/types/odeditor/general/dist/components/InboxSmall.d.ts.map +1 -0
  124. package/dist/types/odeditor/general/dist/components/OnlinePrograms.d.ts +7 -0
  125. package/dist/types/odeditor/general/dist/components/OnlinePrograms.d.ts.map +1 -0
  126. package/dist/types/odeditor/general/dist/components/OnlineProgramsSmall.d.ts +7 -0
  127. package/dist/types/odeditor/general/dist/components/OnlineProgramsSmall.d.ts.map +1 -0
  128. package/dist/types/odeditor/general/dist/components/SiteAndApp.d.ts +7 -0
  129. package/dist/types/odeditor/general/dist/components/SiteAndApp.d.ts.map +1 -0
  130. package/dist/types/odeditor/general/dist/components/SiteAndAppSmall.d.ts +7 -0
  131. package/dist/types/odeditor/general/dist/components/SiteAndAppSmall.d.ts.map +1 -0
  132. package/dist/types/odeditor/general/dist/components/WixForum.d.ts +7 -0
  133. package/dist/types/odeditor/general/dist/components/WixForum.d.ts.map +1 -0
  134. package/dist/types/odeditor/general/dist/components/WixForumSmall.d.ts +7 -0
  135. package/dist/types/odeditor/general/dist/components/WixForumSmall.d.ts.map +1 -0
  136. package/dist/types/odeditor/general/dist/components/WixGroups.d.ts +7 -0
  137. package/dist/types/odeditor/general/dist/components/WixGroups.d.ts.map +1 -0
  138. package/dist/types/odeditor/general/dist/components/WixGroupsSmall.d.ts +7 -0
  139. package/dist/types/odeditor/general/dist/components/WixGroupsSmall.d.ts.map +1 -0
  140. package/dist/types/odeditor/general/dist/components/WixMarketplace.d.ts +7 -0
  141. package/dist/types/odeditor/general/dist/components/WixMarketplace.d.ts.map +1 -0
  142. package/dist/types/odeditor/general/dist/components/WixMarketplaceSmall.d.ts +7 -0
  143. package/dist/types/odeditor/general/dist/components/WixMarketplaceSmall.d.ts.map +1 -0
  144. package/dist/types/odeditor/general/dist/index.d.ts +18 -0
  145. package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
  146. package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
  147. package/package.json +2 -2
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(Automations_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var Automations_default = (0, import_core.icon)({
26
26
  name: "Automations",
27
- hashes: { "default": "2bd6" },
27
+ hashes: { "default": "2bd6", "odeditor": "0900" },
28
28
  category: "general",
29
29
  width: 24,
30
30
  height: 24
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(AutomationsSmall_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var AutomationsSmall_default = (0, import_core.icon)({
26
26
  name: "AutomationsSmall",
27
- hashes: { "default": "49e1" },
27
+ hashes: { "default": "49e1", "odeditor": "3235" },
28
28
  category: "general",
29
29
  width: 18,
30
30
  height: 18
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(CreditCard_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var CreditCard_default = (0, import_core.icon)({
26
26
  name: "CreditCard",
27
- hashes: { "default": "78dc" },
27
+ hashes: { "default": "78dc", "odeditor": "9f72" },
28
28
  category: "general",
29
29
  width: 24,
30
30
  height: 24
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(CreditCardSmall_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var CreditCardSmall_default = (0, import_core.icon)({
26
26
  name: "CreditCardSmall",
27
- hashes: { "default": "8fce" },
27
+ hashes: { "default": "8fce", "odeditor": "a4fb" },
28
28
  category: "general",
29
29
  width: 18,
30
30
  height: 18
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(Hotel_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var Hotel_default = (0, import_core.icon)({
26
26
  name: "Hotel",
27
- hashes: { "default": "3738" },
27
+ hashes: { "default": "3738", "odeditor": "b68b" },
28
28
  category: "general",
29
29
  width: 24,
30
30
  height: 24
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(HotelSmall_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var HotelSmall_default = (0, import_core.icon)({
26
26
  name: "HotelSmall",
27
- hashes: { "default": "a7b3" },
27
+ hashes: { "default": "a7b3", "odeditor": "57d3" },
28
28
  category: "general",
29
29
  width: 18,
30
30
  height: 18
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(Inbox_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var Inbox_default = (0, import_core.icon)({
26
26
  name: "Inbox",
27
- hashes: { "default": "6439" },
27
+ hashes: { "default": "6439", "odeditor": "88c9" },
28
28
  category: "general",
29
29
  width: 24,
30
30
  height: 24
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(InboxSmall_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var InboxSmall_default = (0, import_core.icon)({
26
26
  name: "InboxSmall",
27
- hashes: { "default": "5d84" },
27
+ hashes: { "default": "5d84", "odeditor": "0444" },
28
28
  category: "general",
29
29
  width: 18,
30
30
  height: 18
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(OnlinePrograms_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var OnlinePrograms_default = (0, import_core.icon)({
26
26
  name: "OnlinePrograms",
27
- hashes: { "default": "5b34" },
27
+ hashes: { "default": "5b34", "odeditor": "6ac6" },
28
28
  category: "general",
29
29
  width: 24,
30
30
  height: 24
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(OnlineProgramsSmall_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var OnlineProgramsSmall_default = (0, import_core.icon)({
26
26
  name: "OnlineProgramsSmall",
27
- hashes: { "default": "2d85" },
27
+ hashes: { "default": "2d85", "odeditor": "c1c1" },
28
28
  category: "general",
29
29
  width: 18,
30
30
  height: 18
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var SiteAndApp_exports = {};
20
+ __export(SiteAndApp_exports, {
21
+ default: () => SiteAndApp_default
22
+ });
23
+ module.exports = __toCommonJS(SiteAndApp_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var SiteAndApp_default = (0, import_core.icon)({
26
+ name: "SiteAndApp",
27
+ hashes: { "odeditor": "e42e" },
28
+ category: "general",
29
+ width: 24,
30
+ height: 24
31
+ });
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var SiteAndAppSmall_exports = {};
20
+ __export(SiteAndAppSmall_exports, {
21
+ default: () => SiteAndAppSmall_default
22
+ });
23
+ module.exports = __toCommonJS(SiteAndAppSmall_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var SiteAndAppSmall_default = (0, import_core.icon)({
26
+ name: "SiteAndAppSmall",
27
+ hashes: { "odeditor": "eb47" },
28
+ category: "general",
29
+ width: 18,
30
+ height: 18
31
+ });
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(WixForum_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var WixForum_default = (0, import_core.icon)({
26
26
  name: "WixForum",
27
- hashes: { "default": "a27a" },
27
+ hashes: { "default": "a27a", "odeditor": "17c8" },
28
28
  category: "general",
29
29
  width: 24,
30
30
  height: 24
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(WixForumSmall_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var WixForumSmall_default = (0, import_core.icon)({
26
26
  name: "WixForumSmall",
27
- hashes: { "default": "6e15" },
27
+ hashes: { "default": "6e15", "odeditor": "7a17" },
28
28
  category: "general",
29
29
  width: 18,
30
30
  height: 18
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var WixGroups_exports = {};
20
+ __export(WixGroups_exports, {
21
+ default: () => WixGroups_default
22
+ });
23
+ module.exports = __toCommonJS(WixGroups_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var WixGroups_default = (0, import_core.icon)({
26
+ name: "WixGroups",
27
+ hashes: { "odeditor": "f670" },
28
+ category: "general",
29
+ width: 24,
30
+ height: 24
31
+ });
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var WixGroupsSmall_exports = {};
20
+ __export(WixGroupsSmall_exports, {
21
+ default: () => WixGroupsSmall_default
22
+ });
23
+ module.exports = __toCommonJS(WixGroupsSmall_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var WixGroupsSmall_default = (0, import_core.icon)({
26
+ name: "WixGroupsSmall",
27
+ hashes: { "odeditor": "b16b" },
28
+ category: "general",
29
+ width: 18,
30
+ height: 18
31
+ });
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(WixMarketplace_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var WixMarketplace_default = (0, import_core.icon)({
26
26
  name: "WixMarketplace",
27
- hashes: { "default": "712b" },
27
+ hashes: { "default": "712b", "odeditor": "bed2" },
28
28
  category: "general",
29
29
  width: 24,
30
30
  height: 24
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(WixMarketplaceSmall_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var WixMarketplaceSmall_default = (0, import_core.icon)({
26
26
  name: "WixMarketplaceSmall",
27
- hashes: { "default": "5f04" },
27
+ hashes: { "default": "5f04", "odeditor": "4f69" },
28
28
  category: "general",
29
29
  width: 18,
30
30
  height: 18
@@ -1521,6 +1521,8 @@ __export(dist_exports, {
1521
1521
  Site: () => import_Site.default,
1522
1522
  SiteAdd: () => import_SiteAdd.default,
1523
1523
  SiteAddSmall: () => import_SiteAddSmall.default,
1524
+ SiteAndApp: () => import_SiteAndApp.default,
1525
+ SiteAndAppSmall: () => import_SiteAndAppSmall.default,
1524
1526
  SiteApp: () => import_SiteApp.default,
1525
1527
  SiteAppSmall: () => import_SiteAppSmall.default,
1526
1528
  SiteContent: () => import_SiteContent.default,
@@ -1929,6 +1931,8 @@ __export(dist_exports, {
1929
1931
  WixFormsSmall: () => import_WixFormsSmall.default,
1930
1932
  WixForum: () => import_WixForum.default,
1931
1933
  WixForumSmall: () => import_WixForumSmall.default,
1934
+ WixGroups: () => import_WixGroups.default,
1935
+ WixGroupsSmall: () => import_WixGroupsSmall.default,
1932
1936
  WixMarketplace: () => import_WixMarketplace.default,
1933
1937
  WixMarketplaceSmall: () => import_WixMarketplaceSmall.default,
1934
1938
  WixMenu: () => import_WixMenu.default,
@@ -3841,6 +3845,8 @@ var import_SectionDividerTopSmall = __toESM(require("./components/SectionDivider
3841
3845
  var import_SectionSmall = __toESM(require("./components/SectionSmall"));
3842
3846
  var import_Shield = __toESM(require("./components/Shield"));
3843
3847
  var import_ShieldSmall = __toESM(require("./components/ShieldSmall"));
3848
+ var import_SiteAndApp = __toESM(require("./components/SiteAndApp"));
3849
+ var import_SiteAndAppSmall = __toESM(require("./components/SiteAndAppSmall"));
3844
3850
  var import_SiteRemove = __toESM(require("./components/SiteRemove"));
3845
3851
  var import_SiteRemoveSmall = __toESM(require("./components/SiteRemoveSmall"));
3846
3852
  var import_SkipBackwards = __toESM(require("./components/SkipBackwards"));
@@ -3892,6 +3898,8 @@ var import_VerticalText = __toESM(require("./components/VerticalText"));
3892
3898
  var import_VerticalTextSmall = __toESM(require("./components/VerticalTextSmall"));
3893
3899
  var import_VideoFile = __toESM(require("./components/VideoFile"));
3894
3900
  var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
3901
+ var import_WixGroups = __toESM(require("./components/WixGroups"));
3902
+ var import_WixGroupsSmall = __toESM(require("./components/WixGroupsSmall"));
3895
3903
  // Annotate the CommonJS export names for ESM import in node:
3896
3904
  0 && (module.exports = {
3897
3905
  AI,
@@ -5387,6 +5395,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
5387
5395
  Site,
5388
5396
  SiteAdd,
5389
5397
  SiteAddSmall,
5398
+ SiteAndApp,
5399
+ SiteAndAppSmall,
5390
5400
  SiteApp,
5391
5401
  SiteAppSmall,
5392
5402
  SiteContent,
@@ -5795,6 +5805,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
5795
5805
  WixFormsSmall,
5796
5806
  WixForum,
5797
5807
  WixForumSmall,
5808
+ WixGroups,
5809
+ WixGroupsSmall,
5798
5810
  WixMarketplace,
5799
5811
  WixMarketplaceSmall,
5800
5812
  WixMenu,
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var Automations_exports = {};
30
+ __export(Automations_exports, {
31
+ default: () => Automations_default
32
+ });
33
+ module.exports = __toCommonJS(Automations_exports);
34
+ var React = __toESM(require("react"));
35
+ const Automations = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M17 4.01C17.45 4.06 17.73 4.51 17.57 4.93L15.21 10.82H17.4C17.95 10.82 18.21 11.47 17.81 11.83L7.67 20.89L7.61 20.94C7.3 21.13 6.89 20.83 7.03 20.47L10.05 12.76H7.95L7.86 12.76C7.42 12.7 7.13 12.25 7.3 11.83L10.21 4.56C10.34 4.22 10.67 4 11.04 4H16.91L17 4.01ZM9.12 11.3H11.2C11.69 11.3 12.03 11.8 11.85 12.26L10.09 16.75L15.09 12.28H14.05C13.55 12.28 13.22 11.78 13.4 11.32L15.74 5.46H11.46L9.12 11.3Z" }));
36
+ Automations.displayName = "Automations";
37
+ var Automations_default = Automations;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var AutomationsSmall_exports = {};
30
+ __export(AutomationsSmall_exports, {
31
+ default: () => AutomationsSmall_default
32
+ });
33
+ module.exports = __toCommonJS(AutomationsSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const AutomationsSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12.78 3.01C13.21 3.06 13.49 3.48 13.35 3.89L11.98 7.79H13.4C13.95 7.79 14.21 8.43 13.8 8.79L13.4 9.13L5.66 15.9L5.61 15.94C5.31 16.13 4.9 15.84 5.02 15.49L7.19 9.22H6.47C6 9.22 5.67 8.78 5.81 8.35L7.32 3.61C7.42 3.29 7.7 3.06 8.03 3.01L8.17 3H12.69L12.78 3.01ZM7.54 7.79H8.55C8.89 7.79 9.13 8.12 9.02 8.45L7.74 12.14L11.09 9.22H10.61C10.27 9.22 10.03 8.88 10.14 8.56L11.59 4.44H8.61L7.54 7.79Z" }));
36
+ AutomationsSmall.displayName = "AutomationsSmall";
37
+ var AutomationsSmall_default = AutomationsSmall;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var CreditCard_exports = {};
30
+ __export(CreditCard_exports, {
31
+ default: () => CreditCard_default
32
+ });
33
+ module.exports = __toCommonJS(CreditCard_exports);
34
+ var React = __toESM(require("react"));
35
+ const CreditCard = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M19.5 6C20.33 6 21 6.67 21 7.5V17.5L20.99 17.65C20.92 18.36 20.36 18.92 19.65 18.99L19.5 19H4.5L4.35 18.99C3.64 18.92 3.08 18.36 3.01 17.65L3 17.5V7.5C3 6.67 3.67 6 4.5 6H19.5ZM4.5 17.5H19.5V11H4.5V17.5ZM12.25 14.5C12.66 14.5 13 14.84 13 15.25C13 15.66 12.66 16 12.25 16H6.75C6.34 16 6 15.66 6 15.25C6 14.84 6.34 14.5 6.75 14.5H12.25ZM4.5 9.5H19.5V7.5H4.5V9.5Z" }));
36
+ CreditCard.displayName = "CreditCard";
37
+ var CreditCard_default = CreditCard;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var CreditCardSmall_exports = {};
30
+ __export(CreditCardSmall_exports, {
31
+ default: () => CreditCardSmall_default
32
+ });
33
+ module.exports = __toCommonJS(CreditCardSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const CreditCardSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M8.25 10.75C8.66 10.75 9 11.09 9 11.5C9 11.91 8.66 12.25 8.25 12.25H5.75C5.34 12.25 5 11.91 5 11.5C5 11.09 5.34 10.75 5.75 10.75H8.25Z" }), /* @__PURE__ */ React.createElement("path", { d: "M14.65 4.01C15.41 4.08 16 4.72 16 5.5V13.5C16 14.28 15.41 14.92 14.65 14.99L14.5 15H3.5C2.72 15 2.08 14.41 2.01 13.65L2 13.5V5.5C2 4.67 2.67 4 3.5 4H14.5L14.65 4.01ZM3.5 13.5H14.5V8.5H3.5V13.5ZM3.5 7H14.5V5.5H3.5V7Z" }));
36
+ CreditCardSmall.displayName = "CreditCardSmall";
37
+ var CreditCardSmall_default = CreditCardSmall;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var Hotel_exports = {};
30
+ __export(Hotel_exports, {
31
+ default: () => Hotel_default
32
+ });
33
+ module.exports = __toCommonJS(Hotel_exports);
34
+ var React = __toESM(require("react"));
35
+ const Hotel = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M21 19.25C21 19.67 20.66 20 20.25 20H3.75C3.34 20 3 19.67 3 19.25C3 18.84 3.34 18.5 3.75 18.5H20.25C20.66 18.5 21 18.84 21 19.25ZM12.75 6.41C17.33 6.53 21 10.28 21 14.88V15.5C21 16.33 20.33 17 19.5 17H4.5C3.67 17 3 16.33 3 15.5V14.88C3 10.28 6.67 6.53 11.25 6.41V5H10.25C9.84 5 9.5 4.66 9.5 4.25C9.5 3.84 9.84 3.5 10.25 3.5H13.75C14.16 3.5 14.5 3.84 14.5 4.25C14.5 4.66 14.16 5 13.75 5H12.75V6.41ZM11.47 7.99C7.67 7.99 4.59 11.08 4.59 14.88V15.41H19.41V14.88C19.41 11.08 16.33 7.99 12.53 7.99H11.47Z" }));
36
+ Hotel.displayName = "Hotel";
37
+ var Hotel_default = Hotel;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var HotelSmall_exports = {};
30
+ __export(HotelSmall_exports, {
31
+ default: () => HotelSmall_default
32
+ });
33
+ module.exports = __toCommonJS(HotelSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const HotelSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M15 14.25C15 14.66 14.66 15 14.25 15H3.75C3.34 15 3 14.66 3 14.25C3 13.84 3.34 13.5 3.75 13.5H14.25C14.66 13.5 15 13.84 15 14.25ZM11.01 3.42C11.01 3.84 10.67 4.17 10.26 4.17H9.75V5.01C12.68 5.19 15 7.62 15 10.6C15 11.37 14.37 12 13.6 12H4.4C3.63 12 3 11.37 3 10.6C3 7.62 5.32 5.19 8.25 5.01V4.17H7.75C7.34 4.17 7 3.84 7 3.42C7 3.01 7.34 2.67 7.75 2.67H10.26C10.67 2.67 11.01 3.01 11.01 3.42ZM8.6 6.5C6.37 6.5 4.56 8.28 4.5 10.5H13.5C13.44 8.28 11.63 6.5 9.4 6.5H8.6Z" }));
36
+ HotelSmall.displayName = "HotelSmall";
37
+ var HotelSmall_default = HotelSmall;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var Inbox_exports = {};
30
+ __export(Inbox_exports, {
31
+ default: () => Inbox_default
32
+ });
33
+ module.exports = __toCommonJS(Inbox_exports);
34
+ var React = __toESM(require("react"));
35
+ const Inbox = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M15.82 6.94C16.42 6.94 16.98 7.24 17.3 7.75L19.99 12H20V17C20 18.1 19.1 19 18 19H6C4.96 19 4.11 18.21 4.01 17.2L4 17V12H4L4 12L6.7 7.75C7.02 7.24 7.57 6.94 8.17 6.94H15.82ZM5.5 17C5.5 17.28 5.72 17.5 6 17.5H18C18.28 17.5 18.5 17.28 18.5 17V13.5H15.47C15.45 13.62 15.42 13.74 15.39 13.86C15.26 14.41 14.97 15.09 14.38 15.63C13.77 16.2 12.95 16.5 12 16.5C11.05 16.5 10.23 16.2 9.62 15.63C9.03 15.09 8.74 14.41 8.61 13.86C8.58 13.74 8.55 13.62 8.53 13.5H5.5V17ZM8.17 8.44C8.09 8.44 8.01 8.48 7.96 8.55L5.77 12H10C10 12 9.5 15 12 15C14.5 15 14 12 14 12H18.22L16.03 8.55C15.99 8.48 15.91 8.44 15.82 8.44H8.17Z" }));
36
+ Inbox.displayName = "Inbox";
37
+ var Inbox_default = Inbox;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var InboxSmall_exports = {};
30
+ __export(InboxSmall_exports, {
31
+ default: () => InboxSmall_default
32
+ });
33
+ module.exports = __toCommonJS(InboxSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const InboxSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M11.69 4.19C12.31 4.19 12.89 4.52 13.2 5.06L14.97 8.09H14.98V11.2C14.98 12.3 14.08 13.2 12.98 13.2H5.02L4.82 13.19C3.81 13.08 3.02 12.23 3.02 11.2V8.09H3.03L3.02 8.09L4.79 5.06C5.1 4.52 5.68 4.19 6.3 4.19H11.69ZM4.52 11.2C4.52 11.47 4.75 11.7 5.02 11.7H12.98C13.25 11.7 13.48 11.47 13.48 11.2V9.59H11.48C11.34 9.92 11.12 10.28 10.76 10.58C10.26 10.99 9.65 11.17 9 11.17C8.35 11.17 7.74 10.99 7.25 10.59C6.87 10.28 6.65 9.92 6.51 9.59H4.52V11.2ZM6.3 5.69C6.21 5.69 6.13 5.74 6.08 5.82L4.76 8.09H7.79C7.79 8.09 7.55 9.57 8.87 9.66L9 9.67C10.47 9.67 10.18 8.09 10.18 8.09H13.24L11.91 5.82C11.86 5.74 11.78 5.69 11.69 5.69H6.3Z" }));
36
+ InboxSmall.displayName = "InboxSmall";
37
+ var InboxSmall_default = InboxSmall;