@wix/wix-ui-icons-common 3.149.0 → 3.151.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 (162) hide show
  1. package/dist/cjs/default/general/dist/components/JoinPath.js +37 -0
  2. package/dist/cjs/default/general/dist/components/JoinPathSmall.js +37 -0
  3. package/dist/cjs/default/general/dist/components/Moon.js +37 -0
  4. package/dist/cjs/default/general/dist/components/MoonFilled.js +37 -0
  5. package/dist/cjs/default/general/dist/components/MoonFilledSmall.js +37 -0
  6. package/dist/cjs/default/general/dist/components/MoonSmall.js +37 -0
  7. package/dist/cjs/default/general/dist/components/Opacity.js +37 -0
  8. package/dist/cjs/default/general/dist/components/OpacitySmall.js +37 -0
  9. package/dist/cjs/default/general/dist/index.js +24 -0
  10. package/dist/cjs/default/general/metadata.js +28 -0
  11. package/dist/cjs/lazy/general/dist/components/CallEnded.js +1 -1
  12. package/dist/cjs/lazy/general/dist/components/CallEndedFilled.js +31 -0
  13. package/dist/cjs/lazy/general/dist/components/CallEndedFilledSmall.js +31 -0
  14. package/dist/cjs/lazy/general/dist/components/CallEndedSmall.js +1 -1
  15. package/dist/cjs/lazy/general/dist/components/Desktop.js +1 -1
  16. package/dist/cjs/lazy/general/dist/components/EditSparkle.js +31 -0
  17. package/dist/cjs/lazy/general/dist/components/EditSparkleSmall.js +31 -0
  18. package/dist/cjs/lazy/general/dist/components/JoinPath.js +31 -0
  19. package/dist/cjs/lazy/general/dist/components/JoinPathSmall.js +31 -0
  20. package/dist/cjs/lazy/general/dist/components/Moon.js +31 -0
  21. package/dist/cjs/lazy/general/dist/components/MoonFilled.js +31 -0
  22. package/dist/cjs/lazy/general/dist/components/MoonFilledSmall.js +31 -0
  23. package/dist/cjs/lazy/general/dist/components/MoonSmall.js +31 -0
  24. package/dist/cjs/lazy/general/dist/components/Opacity.js +1 -1
  25. package/dist/cjs/lazy/general/dist/components/OpacitySmall.js +1 -1
  26. package/dist/cjs/lazy/general/dist/components/TextTwist.js +31 -0
  27. package/dist/cjs/lazy/general/dist/components/TextTwistSmall.js +31 -0
  28. package/dist/cjs/lazy/general/dist/index.js +38 -2
  29. package/dist/cjs/odeditor/general/dist/components/CallEnded.js +37 -0
  30. package/dist/cjs/odeditor/general/dist/components/CallEndedFilled.js +37 -0
  31. package/dist/cjs/odeditor/general/dist/components/CallEndedFilledSmall.js +37 -0
  32. package/dist/cjs/odeditor/general/dist/components/CallEndedSmall.js +37 -0
  33. package/dist/cjs/odeditor/general/dist/components/Desktop.js +1 -1
  34. package/dist/cjs/odeditor/general/dist/components/EditSparkle.js +37 -0
  35. package/dist/cjs/odeditor/general/dist/components/EditSparkleSmall.js +37 -0
  36. package/dist/cjs/odeditor/general/dist/components/TextTwist.js +37 -0
  37. package/dist/cjs/odeditor/general/dist/components/TextTwistSmall.js +37 -0
  38. package/dist/cjs/odeditor/general/dist/index.js +24 -0
  39. package/dist/cjs/odeditor/general/metadata.js +35 -7
  40. package/dist/esm/default/general/dist/components/JoinPath.js +7 -0
  41. package/dist/esm/default/general/dist/components/JoinPathSmall.js +7 -0
  42. package/dist/esm/default/general/dist/components/Moon.js +7 -0
  43. package/dist/esm/default/general/dist/components/MoonFilled.js +7 -0
  44. package/dist/esm/default/general/dist/components/MoonFilledSmall.js +7 -0
  45. package/dist/esm/default/general/dist/components/MoonSmall.js +7 -0
  46. package/dist/esm/default/general/dist/components/Opacity.js +7 -0
  47. package/dist/esm/default/general/dist/components/OpacitySmall.js +7 -0
  48. package/dist/esm/default/general/dist/index.js +1732 -1716
  49. package/dist/esm/default/general/metadata.js +28 -0
  50. package/dist/esm/lazy/general/dist/components/CallEnded.js +1 -1
  51. package/dist/esm/lazy/general/dist/components/CallEndedFilled.js +11 -0
  52. package/dist/esm/lazy/general/dist/components/CallEndedFilledSmall.js +11 -0
  53. package/dist/esm/lazy/general/dist/components/CallEndedSmall.js +1 -1
  54. package/dist/esm/lazy/general/dist/components/Desktop.js +1 -1
  55. package/dist/esm/lazy/general/dist/components/EditSparkle.js +11 -0
  56. package/dist/esm/lazy/general/dist/components/EditSparkleSmall.js +11 -0
  57. package/dist/esm/lazy/general/dist/components/JoinPath.js +11 -0
  58. package/dist/esm/lazy/general/dist/components/JoinPathSmall.js +11 -0
  59. package/dist/esm/lazy/general/dist/components/Moon.js +11 -0
  60. package/dist/esm/lazy/general/dist/components/MoonFilled.js +11 -0
  61. package/dist/esm/lazy/general/dist/components/MoonFilledSmall.js +11 -0
  62. package/dist/esm/lazy/general/dist/components/MoonSmall.js +11 -0
  63. package/dist/esm/lazy/general/dist/components/Opacity.js +1 -1
  64. package/dist/esm/lazy/general/dist/components/OpacitySmall.js +1 -1
  65. package/dist/esm/lazy/general/dist/components/TextTwist.js +11 -0
  66. package/dist/esm/lazy/general/dist/components/TextTwistSmall.js +11 -0
  67. package/dist/esm/lazy/general/dist/index.js +2188 -2164
  68. package/dist/esm/odeditor/general/dist/components/CallEnded.js +7 -0
  69. package/dist/esm/odeditor/general/dist/components/CallEndedFilled.js +7 -0
  70. package/dist/esm/odeditor/general/dist/components/CallEndedFilledSmall.js +7 -0
  71. package/dist/esm/odeditor/general/dist/components/CallEndedSmall.js +7 -0
  72. package/dist/esm/odeditor/general/dist/components/Desktop.js +1 -1
  73. package/dist/esm/odeditor/general/dist/components/EditSparkle.js +7 -0
  74. package/dist/esm/odeditor/general/dist/components/EditSparkleSmall.js +7 -0
  75. package/dist/esm/odeditor/general/dist/components/TextTwist.js +7 -0
  76. package/dist/esm/odeditor/general/dist/components/TextTwistSmall.js +7 -0
  77. package/dist/esm/odeditor/general/dist/index.js +1820 -1804
  78. package/dist/esm/odeditor/general/metadata.js +35 -7
  79. package/dist/statics/icons/default/general/JoinPath.96c2.json +3 -0
  80. package/dist/statics/icons/default/general/JoinPathSmall.2a7d.json +3 -0
  81. package/dist/statics/icons/default/general/Moon.c720.json +3 -0
  82. package/dist/statics/icons/default/general/MoonFilled.c55b.json +3 -0
  83. package/dist/statics/icons/default/general/MoonFilledSmall.4d51.json +3 -0
  84. package/dist/statics/icons/default/general/MoonSmall.6b36.json +3 -0
  85. package/dist/statics/icons/default/general/Opacity.5b75.json +3 -0
  86. package/dist/statics/icons/default/general/OpacitySmall.93f7.json +3 -0
  87. package/dist/statics/icons/odeditor/general/CallEnded.009a.json +3 -0
  88. package/dist/statics/icons/odeditor/general/CallEndedFilled.8e7b.json +3 -0
  89. package/dist/statics/icons/odeditor/general/CallEndedFilledSmall.5189.json +3 -0
  90. package/dist/statics/icons/odeditor/general/CallEndedSmall.865a.json +3 -0
  91. package/dist/statics/icons/odeditor/general/Desktop.5685.json +3 -0
  92. package/dist/statics/icons/odeditor/general/EditSparkle.b43c.json +3 -0
  93. package/dist/statics/icons/odeditor/general/EditSparkleSmall.ee47.json +3 -0
  94. package/dist/statics/icons/odeditor/general/TextTwist.c983.json +3 -0
  95. package/dist/statics/icons/odeditor/general/TextTwistSmall.7a76.json +3 -0
  96. package/dist/tsconfig.tsbuildinfo +1 -1
  97. package/dist/types/default/general/dist/components/JoinPath.d.ts +7 -0
  98. package/dist/types/default/general/dist/components/JoinPath.d.ts.map +1 -0
  99. package/dist/types/default/general/dist/components/JoinPathSmall.d.ts +7 -0
  100. package/dist/types/default/general/dist/components/JoinPathSmall.d.ts.map +1 -0
  101. package/dist/types/default/general/dist/components/Moon.d.ts +7 -0
  102. package/dist/types/default/general/dist/components/Moon.d.ts.map +1 -0
  103. package/dist/types/default/general/dist/components/MoonFilled.d.ts +7 -0
  104. package/dist/types/default/general/dist/components/MoonFilled.d.ts.map +1 -0
  105. package/dist/types/default/general/dist/components/MoonFilledSmall.d.ts +7 -0
  106. package/dist/types/default/general/dist/components/MoonFilledSmall.d.ts.map +1 -0
  107. package/dist/types/default/general/dist/components/MoonSmall.d.ts +7 -0
  108. package/dist/types/default/general/dist/components/MoonSmall.d.ts.map +1 -0
  109. package/dist/types/default/general/dist/components/Opacity.d.ts +7 -0
  110. package/dist/types/default/general/dist/components/Opacity.d.ts.map +1 -0
  111. package/dist/types/default/general/dist/components/OpacitySmall.d.ts +7 -0
  112. package/dist/types/default/general/dist/components/OpacitySmall.d.ts.map +1 -0
  113. package/dist/types/default/general/dist/index.d.ts +8 -0
  114. package/dist/types/default/general/dist/index.d.ts.map +1 -1
  115. package/dist/types/default/general/metadata.d.ts.map +1 -1
  116. package/dist/types/lazy/general/dist/components/CallEndedFilled.d.ts +3 -0
  117. package/dist/types/lazy/general/dist/components/CallEndedFilled.d.ts.map +1 -0
  118. package/dist/types/lazy/general/dist/components/CallEndedFilledSmall.d.ts +3 -0
  119. package/dist/types/lazy/general/dist/components/CallEndedFilledSmall.d.ts.map +1 -0
  120. package/dist/types/lazy/general/dist/components/EditSparkle.d.ts +3 -0
  121. package/dist/types/lazy/general/dist/components/EditSparkle.d.ts.map +1 -0
  122. package/dist/types/lazy/general/dist/components/EditSparkleSmall.d.ts +3 -0
  123. package/dist/types/lazy/general/dist/components/EditSparkleSmall.d.ts.map +1 -0
  124. package/dist/types/lazy/general/dist/components/JoinPath.d.ts +3 -0
  125. package/dist/types/lazy/general/dist/components/JoinPath.d.ts.map +1 -0
  126. package/dist/types/lazy/general/dist/components/JoinPathSmall.d.ts +3 -0
  127. package/dist/types/lazy/general/dist/components/JoinPathSmall.d.ts.map +1 -0
  128. package/dist/types/lazy/general/dist/components/Moon.d.ts +3 -0
  129. package/dist/types/lazy/general/dist/components/Moon.d.ts.map +1 -0
  130. package/dist/types/lazy/general/dist/components/MoonFilled.d.ts +3 -0
  131. package/dist/types/lazy/general/dist/components/MoonFilled.d.ts.map +1 -0
  132. package/dist/types/lazy/general/dist/components/MoonFilledSmall.d.ts +3 -0
  133. package/dist/types/lazy/general/dist/components/MoonFilledSmall.d.ts.map +1 -0
  134. package/dist/types/lazy/general/dist/components/MoonSmall.d.ts +3 -0
  135. package/dist/types/lazy/general/dist/components/MoonSmall.d.ts.map +1 -0
  136. package/dist/types/lazy/general/dist/components/TextTwist.d.ts +3 -0
  137. package/dist/types/lazy/general/dist/components/TextTwist.d.ts.map +1 -0
  138. package/dist/types/lazy/general/dist/components/TextTwistSmall.d.ts +3 -0
  139. package/dist/types/lazy/general/dist/components/TextTwistSmall.d.ts.map +1 -0
  140. package/dist/types/lazy/general/dist/index.d.ts +14 -2
  141. package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
  142. package/dist/types/odeditor/general/dist/components/CallEnded.d.ts +7 -0
  143. package/dist/types/odeditor/general/dist/components/CallEnded.d.ts.map +1 -0
  144. package/dist/types/odeditor/general/dist/components/CallEndedFilled.d.ts +7 -0
  145. package/dist/types/odeditor/general/dist/components/CallEndedFilled.d.ts.map +1 -0
  146. package/dist/types/odeditor/general/dist/components/CallEndedFilledSmall.d.ts +7 -0
  147. package/dist/types/odeditor/general/dist/components/CallEndedFilledSmall.d.ts.map +1 -0
  148. package/dist/types/odeditor/general/dist/components/CallEndedSmall.d.ts +7 -0
  149. package/dist/types/odeditor/general/dist/components/CallEndedSmall.d.ts.map +1 -0
  150. package/dist/types/odeditor/general/dist/components/EditSparkle.d.ts +7 -0
  151. package/dist/types/odeditor/general/dist/components/EditSparkle.d.ts.map +1 -0
  152. package/dist/types/odeditor/general/dist/components/EditSparkleSmall.d.ts +7 -0
  153. package/dist/types/odeditor/general/dist/components/EditSparkleSmall.d.ts.map +1 -0
  154. package/dist/types/odeditor/general/dist/components/TextTwist.d.ts +7 -0
  155. package/dist/types/odeditor/general/dist/components/TextTwist.d.ts.map +1 -0
  156. package/dist/types/odeditor/general/dist/components/TextTwistSmall.d.ts +7 -0
  157. package/dist/types/odeditor/general/dist/components/TextTwistSmall.d.ts.map +1 -0
  158. package/dist/types/odeditor/general/dist/index.d.ts +8 -0
  159. package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
  160. package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
  161. package/package.json +2 -2
  162. package/dist/statics/icons/odeditor/general/Desktop.c884.json +0 -3
@@ -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 TextTwist_exports = {};
30
+ __export(TextTwist_exports, {
31
+ default: () => TextTwist_default
32
+ });
33
+ module.exports = __toCommonJS(TextTwist_exports);
34
+ var React = __toESM(require("react"));
35
+ const TextTwist = ({ 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: "M14.7 9.25C14.7 8.84 15.03 8.5 15.45 8.5H18.63C19.05 8.5 19.38 8.84 19.38 9.25V12.44C19.38 12.86 19.05 13.19 18.63 13.19C18.22 13.19 17.88 12.86 17.88 12.44V11.07L9.67 19.28C9.37 19.58 8.9 19.58 8.6 19.28C8.31 18.99 8.31 18.51 8.6 18.22L16.82 10L15.45 10.01C15.03 10.01 14.7 9.67 14.7 9.25Z" }), /* @__PURE__ */ React.createElement("path", { d: "M4.22 6.22C4.44 6 4.77 5.94 5.06 6.07L13.36 9.78C13.74 9.95 13.91 10.39 13.74 10.77C13.57 11.15 13.13 11.32 12.75 11.15L10.78 10.27L8.27 12.78L9.15 14.75C9.32 15.13 9.15 15.57 8.77 15.74C8.39 15.91 7.95 15.74 7.78 15.36L4.07 7.06L4.03 6.95C3.96 6.69 4.03 6.41 4.22 6.22ZM7.61 11.31L9.31 9.61L6.23 8.23L7.61 11.31Z" }));
36
+ TextTwist.displayName = "TextTwist";
37
+ var TextTwist_default = TextTwist;
@@ -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 TextTwistSmall_exports = {};
30
+ __export(TextTwistSmall_exports, {
31
+ default: () => TextTwistSmall_default
32
+ });
33
+ module.exports = __toCommonJS(TextTwistSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const TextTwistSmall = ({ 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.27 5.75C15.67 5.75 16 6.08 16 6.5V9.32C16 9.73 15.67 10.07 15.27 10.07C14.87 10.07 14.54 9.73 14.54 9.32V8.3L8.23 14.78C7.94 15.07 7.48 15.07 7.2 14.78C6.91 14.49 6.91 14.02 7.2 13.72L13.51 7.24H12.52C12.12 7.24 11.79 6.91 11.79 6.5C11.79 6.08 12.12 5.75 12.52 5.75H15.27Z" }), /* @__PURE__ */ React.createElement("path", { d: "M3.21 3.72C3.43 3.5 3.75 3.44 4.03 3.57L10.86 6.7C11.23 6.87 11.39 7.31 11.23 7.69C11.07 8.07 10.64 8.24 10.27 8.07L8.3 7.17L6.57 8.94L7.45 10.96C7.62 11.33 7.45 11.78 7.08 11.94C6.72 12.11 6.29 11.94 6.12 11.57L3.06 4.55L3.03 4.44C2.96 4.19 3.03 3.91 3.21 3.72ZM5.94 7.48L6.88 6.51L5.17 5.73L5.94 7.48Z" }));
36
+ TextTwistSmall.displayName = "TextTwistSmall";
37
+ var TextTwistSmall_default = TextTwistSmall;
@@ -150,6 +150,10 @@ __export(dist_exports, {
150
150
  ButtonPill: () => import_ButtonPill.default,
151
151
  ButtonPillSmall: () => import_ButtonPillSmall.default,
152
152
  ButtonSmall: () => import_ButtonSmall.default,
153
+ CallEnded: () => import_CallEnded.default,
154
+ CallEndedFilled: () => import_CallEndedFilled.default,
155
+ CallEndedFilledSmall: () => import_CallEndedFilledSmall.default,
156
+ CallEndedSmall: () => import_CallEndedSmall.default,
153
157
  Cards: () => import_Cards.default,
154
158
  CardsSmall: () => import_CardsSmall.default,
155
159
  Carousel: () => import_Carousel.default,
@@ -346,6 +350,8 @@ __export(dist_exports, {
346
350
  ESignatureSmall: () => import_ESignatureSmall.default,
347
351
  Edit: () => import_Edit.default,
348
352
  EditSmall: () => import_EditSmall.default,
353
+ EditSparkle: () => import_EditSparkle.default,
354
+ EditSparkleSmall: () => import_EditSparkleSmall.default,
349
355
  ElementSelectionTool: () => import_ElementSelectionTool.default,
350
356
  ElementSelectionToolSmall: () => import_ElementSelectionToolSmall.default,
351
357
  Email: () => import_Email.default,
@@ -952,6 +958,8 @@ __export(dist_exports, {
952
958
  TextStrokeColorSmall: () => import_TextStrokeColorSmall.default,
953
959
  TextStyles: () => import_TextStyles.default,
954
960
  TextStylesSmall: () => import_TextStylesSmall.default,
961
+ TextTwist: () => import_TextTwist.default,
962
+ TextTwistSmall: () => import_TextTwistSmall.default,
955
963
  ThreeFourRatio: () => import_ThreeFourRatio.default,
956
964
  ThreeFourRatioSmall: () => import_ThreeFourRatioSmall.default,
957
965
  Thumbnails: () => import_Thumbnails.default,
@@ -1176,6 +1184,10 @@ var import_Button = __toESM(require("./components/Button"));
1176
1184
  var import_ButtonPill = __toESM(require("./components/ButtonPill"));
1177
1185
  var import_ButtonPillSmall = __toESM(require("./components/ButtonPillSmall"));
1178
1186
  var import_ButtonSmall = __toESM(require("./components/ButtonSmall"));
1187
+ var import_CallEnded = __toESM(require("./components/CallEnded"));
1188
+ var import_CallEndedFilled = __toESM(require("./components/CallEndedFilled"));
1189
+ var import_CallEndedFilledSmall = __toESM(require("./components/CallEndedFilledSmall"));
1190
+ var import_CallEndedSmall = __toESM(require("./components/CallEndedSmall"));
1179
1191
  var import_Cards = __toESM(require("./components/Cards"));
1180
1192
  var import_CardsSmall = __toESM(require("./components/CardsSmall"));
1181
1193
  var import_Carousel = __toESM(require("./components/Carousel"));
@@ -1372,6 +1384,8 @@ var import_ESignature = __toESM(require("./components/ESignature"));
1372
1384
  var import_ESignatureSmall = __toESM(require("./components/ESignatureSmall"));
1373
1385
  var import_Edit = __toESM(require("./components/Edit"));
1374
1386
  var import_EditSmall = __toESM(require("./components/EditSmall"));
1387
+ var import_EditSparkle = __toESM(require("./components/EditSparkle"));
1388
+ var import_EditSparkleSmall = __toESM(require("./components/EditSparkleSmall"));
1375
1389
  var import_ElementSelectionTool = __toESM(require("./components/ElementSelectionTool"));
1376
1390
  var import_ElementSelectionToolSmall = __toESM(require("./components/ElementSelectionToolSmall"));
1377
1391
  var import_Email = __toESM(require("./components/Email"));
@@ -1978,6 +1992,8 @@ var import_TextStrokeColor = __toESM(require("./components/TextStrokeColor"));
1978
1992
  var import_TextStrokeColorSmall = __toESM(require("./components/TextStrokeColorSmall"));
1979
1993
  var import_TextStyles = __toESM(require("./components/TextStyles"));
1980
1994
  var import_TextStylesSmall = __toESM(require("./components/TextStylesSmall"));
1995
+ var import_TextTwist = __toESM(require("./components/TextTwist"));
1996
+ var import_TextTwistSmall = __toESM(require("./components/TextTwistSmall"));
1981
1997
  var import_ThreeFourRatio = __toESM(require("./components/ThreeFourRatio"));
1982
1998
  var import_ThreeFourRatioSmall = __toESM(require("./components/ThreeFourRatioSmall"));
1983
1999
  var import_Thumbnails = __toESM(require("./components/Thumbnails"));
@@ -2202,6 +2218,10 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
2202
2218
  ButtonPill,
2203
2219
  ButtonPillSmall,
2204
2220
  ButtonSmall,
2221
+ CallEnded,
2222
+ CallEndedFilled,
2223
+ CallEndedFilledSmall,
2224
+ CallEndedSmall,
2205
2225
  Cards,
2206
2226
  CardsSmall,
2207
2227
  Carousel,
@@ -2398,6 +2418,8 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
2398
2418
  ESignatureSmall,
2399
2419
  Edit,
2400
2420
  EditSmall,
2421
+ EditSparkle,
2422
+ EditSparkleSmall,
2401
2423
  ElementSelectionTool,
2402
2424
  ElementSelectionToolSmall,
2403
2425
  Email,
@@ -3004,6 +3026,8 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
3004
3026
  TextStrokeColorSmall,
3005
3027
  TextStyles,
3006
3028
  TextStylesSmall,
3029
+ TextTwist,
3030
+ TextTwistSmall,
3007
3031
  ThreeFourRatio,
3008
3032
  ThreeFourRatioSmall,
3009
3033
  Thumbnails,
@@ -713,13 +713,6 @@ const generalIconsMetadata = [
713
713
  tags: ["trash", "remove", "bin", "clear", "discard"],
714
714
  sizes: { "18": "DeleteSmall", "24": "Delete" }
715
715
  },
716
- {
717
- title: "Desktop",
718
- category: import_types.IconCategory.WebAppsAndTechnology,
719
- description: "Icon - represents desktop view or screen",
720
- tags: ["screen", "monitor", "computer", "device", "display"],
721
- sizes: { "18": "DesktopSmall", "24": "Desktop" }
722
- },
723
716
  {
724
717
  title: "DistributeHorizontally",
725
718
  category: import_types.IconCategory.LayoutAndAlignment,
@@ -3838,6 +3831,41 @@ const generalIconsMetadata = [
3838
3831
  description: "Button \u2013 Sets the view to large desktop layout",
3839
3832
  tags: ["large", "desktop", "computer", "pc", "monitor", "app", "software"],
3840
3833
  sizes: { "18": "LargeDesktopSmall", "24": "LargeDesktop" }
3834
+ },
3835
+ {
3836
+ title: "TextTwist",
3837
+ category: import_types.IconCategory.Text,
3838
+ description: "Icon - represents text curve or custom direction",
3839
+ tags: ["text", "twist", "document", "writing", "content"],
3840
+ sizes: { "18": "TextTwistSmall", "24": "TextTwist" }
3841
+ },
3842
+ {
3843
+ title: "EditSparkle",
3844
+ category: import_types.IconCategory.Actions,
3845
+ description: "Button - opens editing mode with AI",
3846
+ tags: ["edit", "sparkle", "modify", "change", "update", "pencil", "action", "button"],
3847
+ sizes: { "18": "EditSparkleSmall", "24": "EditSparkle" }
3848
+ },
3849
+ {
3850
+ title: "Desktop",
3851
+ category: import_types.IconCategory.WebAppsAndTechnology,
3852
+ description: "Icon - represents an image or picture",
3853
+ tags: ["desktop", "computer", "pc", "monitor", "app", "software"],
3854
+ sizes: { "18": "DesktopSmall", "24": "Desktop" }
3855
+ },
3856
+ {
3857
+ title: "CallEnded",
3858
+ category: import_types.IconCategory.MediaAndCommunication,
3859
+ description: "Button \u2013 ends a call, marks an ended phone call",
3860
+ tags: ["call", "ended", "phone", "contact", "telephone", "media", "content"],
3861
+ sizes: { "18": "CallEndedSmall", "24": "CallEnded" }
3862
+ },
3863
+ {
3864
+ title: "CallEndedFilled",
3865
+ category: import_types.IconCategory.MediaAndCommunication,
3866
+ description: "Button \u2013 ends a call, marks an ended phone call",
3867
+ tags: ["call", "ended", "filled", "phone", "contact", "telephone", "media", "content"],
3868
+ sizes: { "18": "CallEndedFilledSmall", "24": "CallEndedFilled" }
3841
3869
  }
3842
3870
  ];
3843
3871
  var metadata_default = generalIconsMetadata;
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ const JoinPath = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_59_2420)" }, /* @__PURE__ */ React.createElement("path", { d: "M7 9.98C7 10.14 7.08 10.3 7.21 10.39L11.5 13.39L15.79 10.39C15.92 10.3 16 10.14 16 9.98V3H17V9.98C17 10.47 16.76 10.93 16.36 11.21L12 14.26V19.08L14.15 16.94C14.32 16.76 14.59 16.74 14.78 16.88L14.85 16.94C15.03 17.11 15.05 17.38 14.91 17.57L14.85 17.64L11.5 21L8.15 17.64C7.95 17.45 7.95 17.13 8.15 16.94C8.32 16.76 8.59 16.74 8.78 16.88L8.85 16.94L11 19.08V14.26L6.64 11.21C6.24 10.93 6 10.47 6 9.98V3H7V9.98Z" })));
3
+ JoinPath.displayName = "JoinPath";
4
+ var JoinPath_default = JoinPath;
5
+ export {
6
+ JoinPath_default as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ const JoinPathSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_59_2472)" }, /* @__PURE__ */ React.createElement("path", { d: "M5 7C5 7.41 5.17 7.8 5.46 8.08L5.6 8.2L8.5 10.37L11.4 8.2C11.78 7.91 12 7.47 12 7L12 2H13L13 7C13 7.78 12.63 8.52 12 9L9 11.25L9 14.08L10.15 12.94C10.32 12.76 10.59 12.74 10.78 12.88L10.85 12.94C11.03 13.11 11.05 13.38 10.91 13.57L10.85 13.64L8.5 16L6.15 13.64C5.95 13.45 5.95 13.13 6.15 12.94C6.32 12.76 6.59 12.74 6.78 12.88L6.85 12.94L8 14.08L8 11.25L5 9L4.88 8.91C4.32 8.43 4 7.73 4 7V2H5V7Z" })));
3
+ JoinPathSmall.displayName = "JoinPathSmall";
4
+ var JoinPathSmall_default = JoinPathSmall;
5
+ export {
6
+ JoinPathSmall_default as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ const Moon = ({ 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: "M12 12C12 8.76 13.72 5.92 16.29 4.33C15.56 4.12 14.8 4 14 4C9.58 4 6 7.58 6 12C6 16.42 9.58 20 14 20V21C9.03 21 5 16.97 5 12C5 7.03 9.03 3 14 3C15.73 3 17.34 3.49 18.71 4.33C15.41 5.32 13 8.38 13 12C13 15.62 15.41 18.68 18.71 19.67C17.34 20.51 15.73 21 14 21V20C14.8 20 15.56 19.88 16.29 19.67C13.72 18.08 12 15.24 12 12Z" }));
3
+ Moon.displayName = "Moon";
4
+ var Moon_default = Moon;
5
+ export {
6
+ Moon_default as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ const MoonFilled = ({ 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: "M14 3C15.73 3 17.34 3.49 18.71 4.33C15.41 5.32 13 8.38 13 12C13 15.62 15.41 18.68 18.71 19.67C17.34 20.51 15.73 21 14 21C9.03 21 5 16.97 5 12C5 7.03 9.03 3 14 3Z" }));
3
+ MoonFilled.displayName = "MoonFilled";
4
+ var MoonFilled_default = MoonFilled;
5
+ export {
6
+ MoonFilled_default as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ const MoonFilledSmall = ({ 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 2C12.4 2 13.7 2.41 14.8 3.12C12.06 3.68 10 6.1 10 9C10 11.9 12.06 14.32 14.8 14.88C13.7 15.59 12.4 16 11 16C7.13 16 4 12.87 4 9C4 5.13 7.13 2 11 2Z" }));
3
+ MoonFilledSmall.displayName = "MoonFilledSmall";
4
+ var MoonFilledSmall_default = MoonFilledSmall;
5
+ export {
6
+ MoonFilledSmall_default as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ const MoonSmall = ({ 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: "M9 9C9 6.53 10.27 4.37 12.2 3.12C11.81 3.04 11.41 3 11 3C7.69 3 5 5.69 5 9C5 12.31 7.69 15 11 15V16C7.13 16 4 12.87 4 9C4 5.13 7.13 2 11 2C12.4 2 13.7 2.41 14.8 3.12C12.06 3.68 10 6.1 10 9C10 11.9 12.06 14.32 14.8 14.88C13.7 15.59 12.4 16 11 16V15C11.41 15 11.81 14.96 12.2 14.88C10.27 13.63 9 11.47 9 9Z" }));
3
+ MoonSmall.displayName = "MoonSmall";
4
+ var MoonSmall_default = MoonSmall;
5
+ export {
6
+ MoonSmall_default as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ const Opacity = ({ 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: "M6.5 16C7.33 16 8 16.67 8 17.5 8 18.33 7.33 19 6.5 19 5.67 19 5 18.33 5 17.5 5 16.67 5.67 16 6.5 16ZM10.92 16.25C11.61 16.25 12.17 16.81 12.17 17.5 12.17 18.19 11.61 18.75 10.92 18.75 10.23 18.75 9.67 18.19 9.67 17.5 9.67 16.81 10.23 16.25 10.92 16.25ZM14.83 16.5C15.38 16.5 15.83 16.95 15.83 17.5 15.83 18.05 15.38 18.5 14.83 18.5 14.28 18.5 13.83 18.05 13.83 17.5 13.83 16.95 14.28 16.5 14.83 16.5ZM18.25 16.75C18.66 16.75 19 17.09 19 17.5 19 17.91 18.66 18.25 18.25 18.25 17.84 18.25 17.5 17.91 17.5 17.5 17.5 17.09 17.84 16.75 18.25 16.75ZM8.58 13.38C9.34 13.38 9.96 14 9.96 14.76 9.96 15.52 9.34 16.14 8.58 16.14 7.82 16.14 7.2 15.52 7.2 14.76 7.2 14 7.82 13.38 8.58 13.38ZM12.75 13.62C13.37 13.62 13.87 14.12 13.87 14.74 13.87 15.36 13.37 15.86 12.75 15.86 12.13 15.86 11.63 15.36 11.63 14.74 11.63 14.12 12.13 13.62 12.75 13.62ZM16.42 13.88C16.91 13.88 17.3 14.27 17.3 14.76 17.3 15.25 16.91 15.64 16.42 15.64 15.93 15.64 15.54 15.25 15.54 14.76 15.54 14.27 15.94 13.88 16.42 13.88ZM6.5 10.5C7.33 10.5 8 11.17 8 12 8 12.83 7.33 13.5 6.5 13.5 5.67 13.5 5 12.83 5 12 5 11.17 5.67 10.5 6.5 10.5ZM10.92 10.75C11.61 10.75 12.17 11.31 12.17 12 12.17 12.69 11.61 13.25 10.92 13.25 10.23 13.25 9.67 12.69 9.67 12 9.67 11.31 10.23 10.75 10.92 10.75ZM14.83 11C15.38 11 15.83 11.45 15.83 12 15.83 12.55 15.38 13 14.83 13 14.28 13 13.83 12.55 13.83 12 13.83 11.45 14.28 11 14.83 11ZM18.25 11.25C18.66 11.25 19 11.59 19 12 19 12.41 18.66 12.75 18.25 12.75 17.84 12.75 17.5 12.41 17.5 12 17.5 11.59 17.84 11.25 18.25 11.25ZM8.58 7.88C9.34 7.88 9.96 8.5 9.96 9.26 9.96 10.02 9.34 10.64 8.58 10.64 7.82 10.64 7.2 10.02 7.2 9.26 7.2 8.5 7.82 7.88 8.58 7.88ZM12.75 8.12C13.37 8.12 13.87 8.62 13.87 9.24 13.87 9.86 13.37 10.36 12.75 10.36 12.13 10.36 11.63 9.86 11.63 9.24 11.63 8.62 12.13 8.12 12.75 8.12ZM16.42 8.38C16.91 8.38 17.3 8.77 17.3 9.26 17.3 9.75 16.91 10.14 16.42 10.14 15.93 10.14 15.54 9.75 15.54 9.26 15.54 8.77 15.94 8.38 16.42 8.38ZM6.5 5C7.33 5 8 5.67 8 6.5 8 7.33 7.33 8 6.5 8 5.67 8 5 7.33 5 6.5 5 5.67 5.67 5 6.5 5ZM10.92 5.25C11.61 5.25 12.17 5.81 12.17 6.5 12.17 7.19 11.61 7.75 10.92 7.75 10.23 7.75 9.67 7.19 9.67 6.5 9.67 5.81 10.23 5.25 10.92 5.25ZM14.83 5.5C15.38 5.5 15.83 5.95 15.83 6.5 15.83 7.05 15.38 7.5 14.83 7.5 14.28 7.5 13.83 7.05 13.83 6.5 13.83 5.95 14.28 5.5 14.83 5.5ZM18.25 5.75C18.66 5.75 19 6.09 19 6.5 19 6.91 18.66 7.25 18.25 7.25 17.84 7.25 17.5 6.91 17.5 6.5 17.5 6.09 17.84 5.75 18.25 5.75Z" }));
3
+ Opacity.displayName = "Opacity";
4
+ var Opacity_default = Opacity;
5
+ export {
6
+ Opacity_default as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ const OpacitySmall = ({ 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: "M4.75 12C5.58 12 6.25 12.67 6.25 13.5 6.25 14.33 5.58 15 4.75 15 3.92 15 3.25 14.33 3.25 13.5 3.25 12.67 3.92 12 4.75 12ZM9.75 12.5C10.3 12.5 10.75 12.95 10.75 13.5 10.75 14.05 10.3 14.5 9.75 14.5 9.2 14.5 8.75 14.05 8.75 13.5 8.75 12.95 9.2 12.5 9.75 12.5ZM14.25 13C14.53 13 14.75 13.22 14.75 13.5 14.75 13.78 14.53 14 14.25 14 13.97 14 13.75 13.78 13.75 13.5 13.75 13.22 13.97 13 14.25 13ZM7.5 10C8.19 10 8.75 10.56 8.75 11.25 8.75 11.94 8.19 12.5 7.5 12.5 6.81 12.5 6.25 11.94 6.25 11.25 6.25 10.56 6.81 10 7.5 10ZM12.25 10.5C12.66 10.5 13 10.84 13 11.25 13 11.66 12.66 12 12.25 12 11.84 12 11.5 11.66 11.5 11.25 11.5 10.84 11.84 10.5 12.25 10.5ZM4.75 7.5C5.58 7.5 6.25 8.17 6.25 9 6.25 9.83 5.58 10.5 4.75 10.5 3.92 10.5 3.25 9.83 3.25 9 3.25 8.17 3.92 7.5 4.75 7.5ZM9.75 8C10.3 8 10.75 8.45 10.75 9 10.75 9.55 10.3 10 9.75 10 9.2 10 8.75 9.55 8.75 9 8.75 8.45 9.2 8 9.75 8ZM14.25 8.5C14.53 8.5 14.75 8.72 14.75 9 14.75 9.28 14.53 9.5 14.25 9.5 13.97 9.5 13.75 9.28 13.75 9 13.75 8.72 13.97 8.5 14.25 8.5ZM7.5 5.5C8.19 5.5 8.75 6.06 8.75 6.75 8.75 7.44 8.19 8 7.5 8 6.81 8 6.25 7.44 6.25 6.75 6.25 6.06 6.81 5.5 7.5 5.5ZM12.25 6C12.66 6 13 6.34 13 6.75 13 7.16 12.66 7.5 12.25 7.5 11.84 7.5 11.5 7.16 11.5 6.75 11.5 6.34 11.84 6 12.25 6ZM4.75 3C5.58 3 6.25 3.67 6.25 4.5 6.25 5.33 5.58 6 4.75 6 3.92 6 3.25 5.33 3.25 4.5 3.25 3.67 3.92 3 4.75 3ZM9.75 3.5C10.3 3.5 10.75 3.95 10.75 4.5 10.75 5.05 10.3 5.5 9.75 5.5 9.2 5.5 8.75 5.05 8.75 4.5 8.75 3.95 9.2 3.5 9.75 3.5ZM14.25 4C14.53 4 14.75 4.22 14.75 4.5 14.75 4.78 14.53 5 14.25 5 13.97 5 13.75 4.78 13.75 4.5 13.75 4.22 13.97 4 14.25 4Z" }));
3
+ OpacitySmall.displayName = "OpacitySmall";
4
+ var OpacitySmall_default = OpacitySmall;
5
+ export {
6
+ OpacitySmall_default as default
7
+ };