@wix/wix-ui-icons-common 3.185.0 → 3.187.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
@@ -4549,6 +4549,69 @@ const generalIconsMetadata = [
4549
4549
  description: "Icon - represents a downward trend",
4550
4550
  tags: ["downwardtrend", "down", "graph down", "trend down", "Decrease"],
4551
4551
  sizes: { "18": "DownwardtrendSmall", "24": "Downwardtrend" }
4552
+ },
4553
+ {
4554
+ title: "WixForum",
4555
+ category: import_types.IconCategory.WixBrands,
4556
+ description: "Icon - represents an image or picture",
4557
+ tags: ["wix", "forum", "chat"],
4558
+ sizes: { "18": "WixForumSmall", "24": "WixForum" }
4559
+ },
4560
+ {
4561
+ title: "Automations",
4562
+ category: import_types.IconCategory.WebAppsAndTechnology,
4563
+ description: "Icon - represents an image or picture",
4564
+ tags: ["automations", "bolt", "lightning"],
4565
+ sizes: { "18": "AutomationsSmall", "24": "Automations" }
4566
+ },
4567
+ {
4568
+ title: "Inbox",
4569
+ category: import_types.IconCategory.MediaAndCommunication,
4570
+ description: "Icon - represents an image or picture",
4571
+ tags: ["inbox", "email", "communication", "message"],
4572
+ sizes: { "18": "InboxSmall", "24": "Inbox" }
4573
+ },
4574
+ {
4575
+ title: "WixGroups",
4576
+ category: import_types.IconCategory.WixBrands,
4577
+ description: "Icon - represents an image or picture",
4578
+ tags: ["people", "crowd", "bodies"],
4579
+ sizes: { "18": "WixGroupsSmall", "24": "WixGroups" }
4580
+ },
4581
+ {
4582
+ title: "OnlinePrograms",
4583
+ category: import_types.IconCategory.WixBrands,
4584
+ description: "Icon - represents an image or picture",
4585
+ tags: ["laptop", "computer", "web"],
4586
+ sizes: { "18": "OnlineProgramsSmall", "24": "OnlinePrograms" }
4587
+ },
4588
+ {
4589
+ title: "Hotel",
4590
+ category: import_types.IconCategory.HospitalityServices,
4591
+ description: "Icon - represents an image or picture",
4592
+ tags: ["service", "room", "food"],
4593
+ sizes: { "18": "HotelSmall", "24": "Hotel" }
4594
+ },
4595
+ {
4596
+ title: "SiteAndApp",
4597
+ category: import_types.IconCategory.WebAppsAndTechnology,
4598
+ description: "Icon - represents an image or picture",
4599
+ tags: ["site", "display", "app", "mobile"],
4600
+ sizes: { "18": "SiteAndAppSmall", "24": "SiteAndApp" }
4601
+ },
4602
+ {
4603
+ title: "CreditCard",
4604
+ category: import_types.IconCategory.FinanceAndMoney,
4605
+ description: "Icon - represents an image or picture",
4606
+ tags: ["credit", "card", "payment", "finance", "transaction"],
4607
+ sizes: { "18": "CreditCardSmall", "24": "CreditCard" }
4608
+ },
4609
+ {
4610
+ title: "WixMarketplace",
4611
+ category: import_types.IconCategory.WixBrands,
4612
+ description: "Icon - represents an image or picture",
4613
+ tags: ["wix", "arena", "hire", "professional"],
4614
+ sizes: { "18": "WixMarketplaceSmall", "24": "WixMarketplace" }
4552
4615
  }
4553
4616
  ];
4554
4617
  var metadata_default = generalIconsMetadata;
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var Automations_default = icon({
3
3
  name: "Automations",
4
- hashes: { "default": "2bd6" },
4
+ hashes: { "default": "2bd6", "odeditor": "0900" },
5
5
  category: "general",
6
6
  width: 24,
7
7
  height: 24
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var AutomationsSmall_default = icon({
3
3
  name: "AutomationsSmall",
4
- hashes: { "default": "49e1" },
4
+ hashes: { "default": "49e1", "odeditor": "3235" },
5
5
  category: "general",
6
6
  width: 18,
7
7
  height: 18
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var CreditCard_default = icon({
3
3
  name: "CreditCard",
4
- hashes: { "default": "78dc" },
4
+ hashes: { "default": "78dc", "odeditor": "9f72" },
5
5
  category: "general",
6
6
  width: 24,
7
7
  height: 24
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var CreditCardSmall_default = icon({
3
3
  name: "CreditCardSmall",
4
- hashes: { "default": "8fce" },
4
+ hashes: { "default": "8fce", "odeditor": "a4fb" },
5
5
  category: "general",
6
6
  width: 18,
7
7
  height: 18
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var Hotel_default = icon({
3
3
  name: "Hotel",
4
- hashes: { "default": "3738" },
4
+ hashes: { "default": "3738", "odeditor": "b68b" },
5
5
  category: "general",
6
6
  width: 24,
7
7
  height: 24
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var HotelSmall_default = icon({
3
3
  name: "HotelSmall",
4
- hashes: { "default": "a7b3" },
4
+ hashes: { "default": "a7b3", "odeditor": "57d3" },
5
5
  category: "general",
6
6
  width: 18,
7
7
  height: 18
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var Inbox_default = icon({
3
3
  name: "Inbox",
4
- hashes: { "default": "6439" },
4
+ hashes: { "default": "6439", "odeditor": "88c9" },
5
5
  category: "general",
6
6
  width: 24,
7
7
  height: 24
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var InboxSmall_default = icon({
3
3
  name: "InboxSmall",
4
- hashes: { "default": "5d84" },
4
+ hashes: { "default": "5d84", "odeditor": "0444" },
5
5
  category: "general",
6
6
  width: 18,
7
7
  height: 18
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var OnlinePrograms_default = icon({
3
3
  name: "OnlinePrograms",
4
- hashes: { "default": "5b34" },
4
+ hashes: { "default": "5b34", "odeditor": "6ac6" },
5
5
  category: "general",
6
6
  width: 24,
7
7
  height: 24
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var OnlineProgramsSmall_default = icon({
3
3
  name: "OnlineProgramsSmall",
4
- hashes: { "default": "2d85" },
4
+ hashes: { "default": "2d85", "odeditor": "c1c1" },
5
5
  category: "general",
6
6
  width: 18,
7
7
  height: 18
@@ -0,0 +1,11 @@
1
+ import { icon } from "@wix/wix-ui-icons-common/core";
2
+ var SiteAndApp_default = icon({
3
+ name: "SiteAndApp",
4
+ hashes: { "odeditor": "e42e" },
5
+ category: "general",
6
+ width: 24,
7
+ height: 24
8
+ });
9
+ export {
10
+ SiteAndApp_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { icon } from "@wix/wix-ui-icons-common/core";
2
+ var SiteAndAppSmall_default = icon({
3
+ name: "SiteAndAppSmall",
4
+ hashes: { "odeditor": "eb47" },
5
+ category: "general",
6
+ width: 18,
7
+ height: 18
8
+ });
9
+ export {
10
+ SiteAndAppSmall_default as default
11
+ };
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var WixForum_default = icon({
3
3
  name: "WixForum",
4
- hashes: { "default": "a27a" },
4
+ hashes: { "default": "a27a", "odeditor": "17c8" },
5
5
  category: "general",
6
6
  width: 24,
7
7
  height: 24
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var WixForumSmall_default = icon({
3
3
  name: "WixForumSmall",
4
- hashes: { "default": "6e15" },
4
+ hashes: { "default": "6e15", "odeditor": "7a17" },
5
5
  category: "general",
6
6
  width: 18,
7
7
  height: 18
@@ -0,0 +1,11 @@
1
+ import { icon } from "@wix/wix-ui-icons-common/core";
2
+ var WixGroups_default = icon({
3
+ name: "WixGroups",
4
+ hashes: { "odeditor": "f670" },
5
+ category: "general",
6
+ width: 24,
7
+ height: 24
8
+ });
9
+ export {
10
+ WixGroups_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { icon } from "@wix/wix-ui-icons-common/core";
2
+ var WixGroupsSmall_default = icon({
3
+ name: "WixGroupsSmall",
4
+ hashes: { "odeditor": "b16b" },
5
+ category: "general",
6
+ width: 18,
7
+ height: 18
8
+ });
9
+ export {
10
+ WixGroupsSmall_default as default
11
+ };
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var WixMarketplace_default = icon({
3
3
  name: "WixMarketplace",
4
- hashes: { "default": "712b" },
4
+ hashes: { "default": "712b", "odeditor": "bed2" },
5
5
  category: "general",
6
6
  width: 24,
7
7
  height: 24
@@ -1,7 +1,7 @@
1
1
  import { icon } from "@wix/wix-ui-icons-common/core";
2
2
  var WixMarketplaceSmall_default = icon({
3
3
  name: "WixMarketplaceSmall",
4
- hashes: { "default": "5f04" },
4
+ hashes: { "default": "5f04", "odeditor": "4f69" },
5
5
  category: "general",
6
6
  width: 18,
7
7
  height: 18
@@ -1878,57 +1878,61 @@ import { default as default1878 } from "./components/SectionDividerTopSmall";
1878
1878
  import { default as default1879 } from "./components/SectionSmall";
1879
1879
  import { default as default1880 } from "./components/Shield";
1880
1880
  import { default as default1881 } from "./components/ShieldSmall";
1881
- import { default as default1882 } from "./components/SiteRemove";
1882
- import { default as default1883 } from "./components/SiteRemoveSmall";
1883
- import { default as default1884 } from "./components/SkipBackwards";
1884
- import { default as default1885 } from "./components/SkipBackwardsSmall";
1885
- import { default as default1886 } from "./components/SkipForward";
1886
- import { default as default1887 } from "./components/SkipForwardSmall";
1887
- import { default as default1888 } from "./components/SlackFilled";
1888
- import { default as default1889 } from "./components/SlackFilledSmall";
1889
- import { default as default1890 } from "./components/Slash";
1890
- import { default as default1891 } from "./components/SlashSmall";
1891
- import { default as default1892 } from "./components/SlidesSmall";
1892
- import { default as default1893 } from "./components/SparkleFilled";
1893
- import { default as default1894 } from "./components/SparkleFilledSmall";
1894
- import { default as default1895 } from "./components/SplitHorizontally";
1895
- import { default as default1896 } from "./components/SplitHorizontallySmall";
1896
- import { default as default1897 } from "./components/SplitVertically";
1897
- import { default as default1898 } from "./components/SplitVerticallySmall";
1898
- import { default as default1899 } from "./components/Sso";
1899
- import { default as default1900 } from "./components/SsoSmall";
1900
- import { default as default1901 } from "./components/StarOfDavid";
1901
- import { default as default1902 } from "./components/StarOfDavidSmall";
1902
- import { default as default1903 } from "./components/StarSmall";
1903
- import { default as default1904 } from "./components/StrikethroughSmall";
1904
- import { default as default1905 } from "./components/SwapImage";
1905
- import { default as default1906 } from "./components/SwapImageSmall";
1906
- import { default as default1907 } from "./components/TextAnimation";
1907
- import { default as default1908 } from "./components/TextAnimationSmall";
1908
- import { default as default1909 } from "./components/TextHighlightColorSmall";
1909
- import { default as default1910 } from "./components/TextSettings";
1910
- import { default as default1911 } from "./components/TextSettingsSmall";
1911
- import { default as default1912 } from "./components/TextStrokeColorSmall";
1912
- import { default as default1913 } from "./components/TextTwist";
1913
- import { default as default1914 } from "./components/TextTwistSmall";
1914
- import { default as default1915 } from "./components/ThreeTwoRatio";
1915
- import { default as default1916 } from "./components/ThreeTwoRatioSmall";
1916
- import { default as default1917 } from "./components/TimelineView";
1917
- import { default as default1918 } from "./components/TimelineViewSmall";
1918
- import { default as default1919 } from "./components/Transition";
1919
- import { default as default1920 } from "./components/TransitionSmall";
1920
- import { default as default1921 } from "./components/TwentyOneNineRatio";
1921
- import { default as default1922 } from "./components/TwentyOneNineRatioSmall";
1922
- import { default as default1923 } from "./components/TwoThreeRatio";
1923
- import { default as default1924 } from "./components/TwoThreeRatioSmall";
1924
- import { default as default1925 } from "./components/Ungroup";
1925
- import { default as default1926 } from "./components/UngroupSmall";
1926
- import { default as default1927 } from "./components/UploadImage";
1927
- import { default as default1928 } from "./components/UploadImageSmall";
1928
- import { default as default1929 } from "./components/VerticalText";
1929
- import { default as default1930 } from "./components/VerticalTextSmall";
1930
- import { default as default1931 } from "./components/VideoFile";
1931
- import { default as default1932 } from "./components/VideoFileSmall";
1881
+ import { default as default1882 } from "./components/SiteAndApp";
1882
+ import { default as default1883 } from "./components/SiteAndAppSmall";
1883
+ import { default as default1884 } from "./components/SiteRemove";
1884
+ import { default as default1885 } from "./components/SiteRemoveSmall";
1885
+ import { default as default1886 } from "./components/SkipBackwards";
1886
+ import { default as default1887 } from "./components/SkipBackwardsSmall";
1887
+ import { default as default1888 } from "./components/SkipForward";
1888
+ import { default as default1889 } from "./components/SkipForwardSmall";
1889
+ import { default as default1890 } from "./components/SlackFilled";
1890
+ import { default as default1891 } from "./components/SlackFilledSmall";
1891
+ import { default as default1892 } from "./components/Slash";
1892
+ import { default as default1893 } from "./components/SlashSmall";
1893
+ import { default as default1894 } from "./components/SlidesSmall";
1894
+ import { default as default1895 } from "./components/SparkleFilled";
1895
+ import { default as default1896 } from "./components/SparkleFilledSmall";
1896
+ import { default as default1897 } from "./components/SplitHorizontally";
1897
+ import { default as default1898 } from "./components/SplitHorizontallySmall";
1898
+ import { default as default1899 } from "./components/SplitVertically";
1899
+ import { default as default1900 } from "./components/SplitVerticallySmall";
1900
+ import { default as default1901 } from "./components/Sso";
1901
+ import { default as default1902 } from "./components/SsoSmall";
1902
+ import { default as default1903 } from "./components/StarOfDavid";
1903
+ import { default as default1904 } from "./components/StarOfDavidSmall";
1904
+ import { default as default1905 } from "./components/StarSmall";
1905
+ import { default as default1906 } from "./components/StrikethroughSmall";
1906
+ import { default as default1907 } from "./components/SwapImage";
1907
+ import { default as default1908 } from "./components/SwapImageSmall";
1908
+ import { default as default1909 } from "./components/TextAnimation";
1909
+ import { default as default1910 } from "./components/TextAnimationSmall";
1910
+ import { default as default1911 } from "./components/TextHighlightColorSmall";
1911
+ import { default as default1912 } from "./components/TextSettings";
1912
+ import { default as default1913 } from "./components/TextSettingsSmall";
1913
+ import { default as default1914 } from "./components/TextStrokeColorSmall";
1914
+ import { default as default1915 } from "./components/TextTwist";
1915
+ import { default as default1916 } from "./components/TextTwistSmall";
1916
+ import { default as default1917 } from "./components/ThreeTwoRatio";
1917
+ import { default as default1918 } from "./components/ThreeTwoRatioSmall";
1918
+ import { default as default1919 } from "./components/TimelineView";
1919
+ import { default as default1920 } from "./components/TimelineViewSmall";
1920
+ import { default as default1921 } from "./components/Transition";
1921
+ import { default as default1922 } from "./components/TransitionSmall";
1922
+ import { default as default1923 } from "./components/TwentyOneNineRatio";
1923
+ import { default as default1924 } from "./components/TwentyOneNineRatioSmall";
1924
+ import { default as default1925 } from "./components/TwoThreeRatio";
1925
+ import { default as default1926 } from "./components/TwoThreeRatioSmall";
1926
+ import { default as default1927 } from "./components/Ungroup";
1927
+ import { default as default1928 } from "./components/UngroupSmall";
1928
+ import { default as default1929 } from "./components/UploadImage";
1929
+ import { default as default1930 } from "./components/UploadImageSmall";
1930
+ import { default as default1931 } from "./components/VerticalText";
1931
+ import { default as default1932 } from "./components/VerticalTextSmall";
1932
+ import { default as default1933 } from "./components/VideoFile";
1933
+ import { default as default1934 } from "./components/VideoFileSmall";
1934
+ import { default as default1935 } from "./components/WixGroups";
1935
+ import { default as default1936 } from "./components/WixGroupsSmall";
1932
1936
  export {
1933
1937
  default2 as AI,
1934
1938
  default3 as AIAssistant,
@@ -3423,6 +3427,8 @@ export {
3423
3427
  default1216 as Site,
3424
3428
  default1217 as SiteAdd,
3425
3429
  default1218 as SiteAddSmall,
3430
+ default1882 as SiteAndApp,
3431
+ default1883 as SiteAndAppSmall,
3426
3432
  default1219 as SiteApp,
3427
3433
  default1220 as SiteAppSmall,
3428
3434
  default1221 as SiteContent,
@@ -3433,26 +3439,26 @@ export {
3433
3439
  default1226 as SiteMapSmall,
3434
3440
  default1227 as SiteMove,
3435
3441
  default1228 as SiteMoveSmall,
3436
- default1882 as SiteRemove,
3437
- default1883 as SiteRemoveSmall,
3442
+ default1884 as SiteRemove,
3443
+ default1885 as SiteRemoveSmall,
3438
3444
  default1229 as SiteSearch,
3439
3445
  default1230 as SiteSearchSmall,
3440
3446
  default1231 as SiteSmall,
3441
3447
  default1232 as SizeAndRatio,
3442
3448
  default1233 as SizeAndRatioSmall,
3443
- default1884 as SkipBackwards,
3444
- default1885 as SkipBackwardsSmall,
3445
- default1886 as SkipForward,
3446
- default1887 as SkipForwardSmall,
3449
+ default1886 as SkipBackwards,
3450
+ default1887 as SkipBackwardsSmall,
3451
+ default1888 as SkipForward,
3452
+ default1889 as SkipForwardSmall,
3447
3453
  default1234 as Slack,
3448
- default1888 as SlackFilled,
3449
- default1889 as SlackFilledSmall,
3454
+ default1890 as SlackFilled,
3455
+ default1891 as SlackFilledSmall,
3450
3456
  default1235 as SlackSmall,
3451
- default1890 as Slash,
3452
- default1891 as SlashSmall,
3457
+ default1892 as Slash,
3458
+ default1893 as SlashSmall,
3453
3459
  default1236 as Slider,
3454
3460
  default1237 as SliderSmall,
3455
- default1892 as SlidesSmall,
3461
+ default1894 as SlidesSmall,
3456
3462
  default1238 as SmallSize,
3457
3463
  default1239 as SmallSizeSmall,
3458
3464
  default1240 as Smile,
@@ -3483,8 +3489,8 @@ export {
3483
3489
  default1265 as SoundOff,
3484
3490
  default1266 as SoundOffSmall,
3485
3491
  default1267 as SoundSmall,
3486
- default1893 as SparkleFilled,
3487
- default1894 as SparkleFilledSmall,
3492
+ default1895 as SparkleFilled,
3493
+ default1896 as SparkleFilledSmall,
3488
3494
  default1268 as Sparkles,
3489
3495
  default1269 as SparklesFilled,
3490
3496
  default1270 as SparklesFilledSmall,
@@ -3493,12 +3499,12 @@ export {
3493
3499
  default1273 as SpicySmall,
3494
3500
  default1274 as SplitCell,
3495
3501
  default1275 as SplitCellSmall,
3496
- default1895 as SplitHorizontally,
3497
- default1896 as SplitHorizontallySmall,
3502
+ default1897 as SplitHorizontally,
3503
+ default1898 as SplitHorizontallySmall,
3498
3504
  default1276 as SplitPath,
3499
3505
  default1277 as SplitPathSmall,
3500
- default1897 as SplitVertically,
3501
- default1898 as SplitVerticallySmall,
3506
+ default1899 as SplitVertically,
3507
+ default1900 as SplitVerticallySmall,
3502
3508
  default1278 as Spotify,
3503
3509
  default1279 as SpotifySmall,
3504
3510
  default1280 as SquareCorner,
@@ -3507,8 +3513,8 @@ export {
3507
3513
  default1283 as SquareRatioChecked,
3508
3514
  default1284 as SquareRatioCheckedSmall,
3509
3515
  default1285 as SquareRatioSmall,
3510
- default1899 as Sso,
3511
- default1900 as SsoSmall,
3516
+ default1901 as Sso,
3517
+ default1902 as SsoSmall,
3512
3518
  default1286 as StackHorizontal,
3513
3519
  default1287 as StackHorizontalSmall,
3514
3520
  default1288 as StackVertical,
@@ -3523,9 +3529,9 @@ export {
3523
3529
  default1297 as StandingAreaSmall,
3524
3530
  default1298 as Star,
3525
3531
  default1299 as StarFilled,
3526
- default1901 as StarOfDavid,
3527
- default1902 as StarOfDavidSmall,
3528
- default1903 as StarSmall,
3532
+ default1903 as StarOfDavid,
3533
+ default1904 as StarOfDavidSmall,
3534
+ default1905 as StarSmall,
3529
3535
  default1300 as Statistics,
3530
3536
  default1301 as StatisticsHorizontal,
3531
3537
  default1302 as StatisticsHorizontalSmall,
@@ -3568,13 +3574,13 @@ export {
3568
3574
  default1339 as Strikethrough,
3569
3575
  default1340 as StrikethroughLight,
3570
3576
  default1341 as StrikethroughLightSmall,
3571
- default1904 as StrikethroughSmall,
3577
+ default1906 as StrikethroughSmall,
3572
3578
  default1342 as Styles,
3573
3579
  default1343 as StylesSmall,
3574
3580
  default1344 as Substract,
3575
3581
  default1345 as SubstractSmall,
3576
- default1905 as SwapImage,
3577
- default1906 as SwapImageSmall,
3582
+ default1907 as SwapImage,
3583
+ default1908 as SwapImageSmall,
3578
3584
  default1346 as TS,
3579
3585
  default1347 as TSSmall,
3580
3586
  default1348 as TShirt,
@@ -3623,8 +3629,8 @@ export {
3623
3629
  default1391 as TextAlignRightLight,
3624
3630
  default1392 as TextAlignRightLightSmall,
3625
3631
  default1393 as TextAlignRightSmall,
3626
- default1907 as TextAnimation,
3627
- default1908 as TextAnimationSmall,
3632
+ default1909 as TextAnimation,
3633
+ default1910 as TextAnimationSmall,
3628
3634
  default1394 as TextColor,
3629
3635
  default1395 as TextColorLight,
3630
3636
  default1396 as TextColorLightSmall,
@@ -3634,7 +3640,7 @@ export {
3634
3640
  default1400 as TextHighlightColor,
3635
3641
  default1401 as TextHighlightColorLight,
3636
3642
  default1402 as TextHighlightColorLightSmall,
3637
- default1909 as TextHighlightColorSmall,
3643
+ default1911 as TextHighlightColorSmall,
3638
3644
  default1403 as TextJustify,
3639
3645
  default1404 as TextJustifySmall,
3640
3646
  default1405 as TextLengthLight,
@@ -3644,22 +3650,22 @@ export {
3644
3650
  default1409 as TextRemove,
3645
3651
  default1410 as TextRemoveFilled,
3646
3652
  default1411 as TextRemoveSmall,
3647
- default1910 as TextSettings,
3648
- default1911 as TextSettingsSmall,
3653
+ default1912 as TextSettings,
3654
+ default1913 as TextSettingsSmall,
3649
3655
  default1412 as TextSmall,
3650
3656
  default1413 as TextSparkles,
3651
3657
  default1414 as TextSparklesSmall,
3652
3658
  default1415 as TextStrokeColor,
3653
3659
  default1416 as TextStrokeColorLight,
3654
- default1912 as TextStrokeColorSmall,
3660
+ default1914 as TextStrokeColorSmall,
3655
3661
  default1417 as TextStyles,
3656
3662
  default1418 as TextStylesSmall,
3657
- default1913 as TextTwist,
3658
- default1914 as TextTwistSmall,
3663
+ default1915 as TextTwist,
3664
+ default1916 as TextTwistSmall,
3659
3665
  default1419 as ThreeFourRatio,
3660
3666
  default1420 as ThreeFourRatioSmall,
3661
- default1915 as ThreeTwoRatio,
3662
- default1916 as ThreeTwoRatioSmall,
3667
+ default1917 as ThreeTwoRatio,
3668
+ default1918 as ThreeTwoRatioSmall,
3663
3669
  default1421 as Thumbnails,
3664
3670
  default1422 as ThumbnailsSmall,
3665
3671
  default1423 as ThumbsDown,
@@ -3676,8 +3682,8 @@ export {
3676
3682
  default1434 as TikTokSmall,
3677
3683
  default1435 as Time,
3678
3684
  default1436 as TimeSmall,
3679
- default1917 as TimelineView,
3680
- default1918 as TimelineViewSmall,
3685
+ default1919 as TimelineView,
3686
+ default1920 as TimelineViewSmall,
3681
3687
  default1437 as Timer,
3682
3688
  default1438 as TimerSmall,
3683
3689
  default1439 as Toggle,
@@ -3689,20 +3695,20 @@ export {
3689
3695
  default1445 as Transfer,
3690
3696
  default1446 as TransferSmall,
3691
3697
  default1447 as TransformSmall,
3692
- default1919 as Transition,
3693
- default1920 as TransitionSmall,
3698
+ default1921 as Transition,
3699
+ default1922 as TransitionSmall,
3694
3700
  default1448 as Trending,
3695
3701
  default1449 as TrendingSmall,
3696
3702
  default1450 as TriangleLarge,
3697
3703
  default1451 as TriangleLargeSmall,
3698
- default1921 as TwentyOneNineRatio,
3699
- default1922 as TwentyOneNineRatioSmall,
3704
+ default1923 as TwentyOneNineRatio,
3705
+ default1924 as TwentyOneNineRatioSmall,
3700
3706
  default1452 as Twitch,
3701
3707
  default1453 as TwitchSmall,
3702
3708
  default1454 as Twitter,
3703
3709
  default1455 as TwitterSmall,
3704
- default1923 as TwoThreeRatio,
3705
- default1924 as TwoThreeRatioSmall,
3710
+ default1925 as TwoThreeRatio,
3711
+ default1926 as TwoThreeRatioSmall,
3706
3712
  default1456 as Unarchive,
3707
3713
  default1457 as UnarchiveSmall,
3708
3714
  default1458 as Underline,
@@ -3713,8 +3719,8 @@ export {
3713
3719
  default1463 as UndoFilled,
3714
3720
  default1464 as UndoFilledSmall,
3715
3721
  default1465 as UndoSmall,
3716
- default1925 as Ungroup,
3717
- default1926 as UngroupSmall,
3722
+ default1927 as Ungroup,
3723
+ default1928 as UngroupSmall,
3718
3724
  default1466 as Union,
3719
3725
  default1467 as UnionSmall,
3720
3726
  default1468 as Unlink,
@@ -3726,8 +3732,8 @@ export {
3726
3732
  default1474 as Upload,
3727
3733
  default1475 as UploadExport,
3728
3734
  default1476 as UploadExportSmall,
3729
- default1927 as UploadImage,
3730
- default1928 as UploadImageSmall,
3735
+ default1929 as UploadImage,
3736
+ default1930 as UploadImageSmall,
3731
3737
  default1477 as UpperCase,
3732
3738
  default1478 as UpperCaseSmall,
3733
3739
  default1479 as UppercaseLight,
@@ -3770,18 +3776,18 @@ export {
3770
3776
  default1516 as VerticalRatioChecked,
3771
3777
  default1517 as VerticalRatioCheckedSmall,
3772
3778
  default1518 as VerticalRatioSmall,
3773
- default1929 as VerticalText,
3779
+ default1931 as VerticalText,
3774
3780
  default1519 as VerticalTextLight,
3775
3781
  default1520 as VerticalTextLightSmall,
3776
- default1930 as VerticalTextSmall,
3782
+ default1932 as VerticalTextSmall,
3777
3783
  default1521 as VideoCamera,
3778
3784
  default1522 as VideoCameraDisabled,
3779
3785
  default1523 as VideoCameraDisabledSmall,
3780
3786
  default1524 as VideoCameraSmall,
3781
3787
  default1525 as VideoCameraSparkles,
3782
3788
  default1526 as VideoCameraSparklesSmall,
3783
- default1931 as VideoFile,
3784
- default1932 as VideoFileSmall,
3789
+ default1933 as VideoFile,
3790
+ default1934 as VideoFileSmall,
3785
3791
  default1527 as VideoLibrary,
3786
3792
  default1528 as VideoLibrarySmall,
3787
3793
  default1529 as ViewExternal,
@@ -3831,6 +3837,8 @@ export {
3831
3837
  default1573 as WixFormsSmall,
3832
3838
  default1574 as WixForum,
3833
3839
  default1575 as WixForumSmall,
3840
+ default1935 as WixGroups,
3841
+ default1936 as WixGroupsSmall,
3834
3842
  default1576 as WixMarketplace,
3835
3843
  default1577 as WixMarketplaceSmall,
3836
3844
  default1578 as WixMenu,
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ 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" }));
3
+ Automations.displayName = "Automations";
4
+ var Automations_default = Automations;
5
+ export {
6
+ Automations_default as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ 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" }));
3
+ AutomationsSmall.displayName = "AutomationsSmall";
4
+ var AutomationsSmall_default = AutomationsSmall;
5
+ export {
6
+ AutomationsSmall_default as default
7
+ };