@wix/wix-ui-icons-common 3.120.0 → 3.121.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 (55) hide show
  1. package/dist/cjs/default/general/dist/components/EmailSent.js +37 -0
  2. package/dist/cjs/default/general/dist/components/EmailSentSmall.js +37 -0
  3. package/dist/cjs/default/general/dist/index.js +6 -0
  4. package/dist/cjs/default/general/metadata.js +7 -0
  5. package/dist/cjs/lazy/general/dist/components/EmailSent.js +31 -0
  6. package/dist/cjs/lazy/general/dist/components/EmailSentSmall.js +31 -0
  7. package/dist/cjs/lazy/general/dist/components/Pipette.js +3 -3
  8. package/dist/cjs/lazy/general/dist/components/TextHighlightColor.js +1 -1
  9. package/dist/cjs/lazy/general/dist/components/TextHighlightColorSmall.js +1 -1
  10. package/dist/cjs/lazy/general/dist/components/TextStrokeColor.js +3 -3
  11. package/dist/cjs/lazy/general/dist/index.js +6 -0
  12. package/dist/cjs/odeditor/general/dist/components/Pipette.js +1 -1
  13. package/dist/cjs/odeditor/general/dist/components/TextHighlightColor.js +1 -1
  14. package/dist/cjs/odeditor/general/dist/components/TextHighlightColorSmall.js +1 -1
  15. package/dist/cjs/odeditor/general/dist/components/TextStrokeColor.js +1 -1
  16. package/dist/esm/default/general/dist/components/EmailSent.js +7 -0
  17. package/dist/esm/default/general/dist/components/EmailSentSmall.js +7 -0
  18. package/dist/esm/default/general/dist/index.js +2130 -2126
  19. package/dist/esm/default/general/metadata.js +7 -0
  20. package/dist/esm/lazy/general/dist/components/EmailSent.js +11 -0
  21. package/dist/esm/lazy/general/dist/components/EmailSentSmall.js +11 -0
  22. package/dist/esm/lazy/general/dist/components/Pipette.js +3 -3
  23. package/dist/esm/lazy/general/dist/components/TextHighlightColor.js +1 -1
  24. package/dist/esm/lazy/general/dist/components/TextHighlightColorSmall.js +1 -1
  25. package/dist/esm/lazy/general/dist/components/TextStrokeColor.js +3 -3
  26. package/dist/esm/lazy/general/dist/index.js +2446 -2442
  27. package/dist/esm/odeditor/general/dist/components/Pipette.js +1 -1
  28. package/dist/esm/odeditor/general/dist/components/TextHighlightColor.js +1 -1
  29. package/dist/esm/odeditor/general/dist/components/TextHighlightColorSmall.js +1 -1
  30. package/dist/esm/odeditor/general/dist/components/TextStrokeColor.js +1 -1
  31. package/dist/statics/icons/default/general/EmailSent.dccc.json +3 -0
  32. package/dist/statics/icons/default/general/EmailSentSmall.818f.json +3 -0
  33. package/dist/statics/icons/odeditor/general/Pipette.f8f4.json +3 -0
  34. package/dist/statics/icons/odeditor/general/TextHighlightColor.67fc.json +3 -0
  35. package/dist/statics/icons/odeditor/general/TextHighlightColorSmall.9319.json +3 -0
  36. package/dist/statics/icons/odeditor/general/TextStrokeColor.14dd.json +3 -0
  37. package/dist/tsconfig.tsbuildinfo +1 -1
  38. package/dist/types/default/general/dist/components/EmailSent.d.ts +7 -0
  39. package/dist/types/default/general/dist/components/EmailSent.d.ts.map +1 -0
  40. package/dist/types/default/general/dist/components/EmailSentSmall.d.ts +7 -0
  41. package/dist/types/default/general/dist/components/EmailSentSmall.d.ts.map +1 -0
  42. package/dist/types/default/general/dist/index.d.ts +2 -0
  43. package/dist/types/default/general/dist/index.d.ts.map +1 -1
  44. package/dist/types/default/general/metadata.d.ts.map +1 -1
  45. package/dist/types/lazy/general/dist/components/EmailSent.d.ts +3 -0
  46. package/dist/types/lazy/general/dist/components/EmailSent.d.ts.map +1 -0
  47. package/dist/types/lazy/general/dist/components/EmailSentSmall.d.ts +3 -0
  48. package/dist/types/lazy/general/dist/components/EmailSentSmall.d.ts.map +1 -0
  49. package/dist/types/lazy/general/dist/index.d.ts +2 -0
  50. package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
  51. package/package.json +2 -2
  52. package/dist/statics/icons/odeditor/general/Pipette.45ec.json +0 -3
  53. package/dist/statics/icons/odeditor/general/TextHighlightColor.408b.json +0 -3
  54. package/dist/statics/icons/odeditor/general/TextHighlightColorSmall.3c2c.json +0 -3
  55. package/dist/statics/icons/odeditor/general/TextStrokeColor.e8a3.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 EmailSent_exports = {};
30
+ __export(EmailSent_exports, {
31
+ default: () => EmailSent_default
32
+ });
33
+ module.exports = __toCommonJS(EmailSent_exports);
34
+ var React = __toESM(require("react"));
35
+ const EmailSent = ({ 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.146 14.146a.5.5 0 0 1 .765.638l-.058.07-4.353 4.353-2.354-2.354a.5.5 0 0 1 .638-.764l.07.058 1.646 1.646 3.646-3.646Zm-2.159-8.15c.552 0 1 .446 1 .998v3.997h-1V7.652l-6.02 5.16a1.5 1.5 0 0 1-1.951 0l-6.02-5.16v9.334H12v1H4.995a1 1 0 0 1-.999-1V6.994a1 1 0 0 1 1-.999h13.991Zm-7.321 6.057a.5.5 0 0 0 .65 0l5.904-5.059H5.764l5.902 5.059Z" }));
36
+ EmailSent.displayName = "EmailSent";
37
+ var EmailSent_default = EmailSent;
@@ -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 EmailSentSmall_exports = {};
30
+ __export(EmailSentSmall_exports, {
31
+ default: () => EmailSentSmall_default
32
+ });
33
+ module.exports = __toCommonJS(EmailSentSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const EmailSentSmall = ({ 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: "M16.16 11.15c.2-.2.49-.2.69 0 .2.2.2.51 0 .71l-3.35 3.346-1.35-1.349c-.2-.2-.2-.509 0-.709.2-.2.51-.2.71 0l.65.65 2.65-2.649ZM14 5a1 1 0 0 1 1 1v4h-1V7.555l-4.367 3.573a1 1 0 0 1-1.266 0L4 7.555V13h6v1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10ZM3.997 6.474 9 10.354l5.014-3.896V6H3.997v.474Z" }));
36
+ EmailSentSmall.displayName = "EmailSentSmall";
37
+ var EmailSentSmall_default = EmailSentSmall;
@@ -505,6 +505,8 @@ __export(dist_exports, {
505
505
  EmailOpenSmall: () => import_EmailOpenSmall.default,
506
506
  EmailSend: () => import_EmailSend.default,
507
507
  EmailSendSmall: () => import_EmailSendSmall.default,
508
+ EmailSent: () => import_EmailSent.default,
509
+ EmailSentSmall: () => import_EmailSentSmall.default,
508
510
  EmailSettings: () => import_EmailSettings.default,
509
511
  EmailSettingsSmall: () => import_EmailSettingsSmall.default,
510
512
  EmailSmall: () => import_EmailSmall.default,
@@ -2047,6 +2049,8 @@ var import_EmailOpen = __toESM(require("./components/EmailOpen"));
2047
2049
  var import_EmailOpenSmall = __toESM(require("./components/EmailOpenSmall"));
2048
2050
  var import_EmailSend = __toESM(require("./components/EmailSend"));
2049
2051
  var import_EmailSendSmall = __toESM(require("./components/EmailSendSmall"));
2052
+ var import_EmailSent = __toESM(require("./components/EmailSent"));
2053
+ var import_EmailSentSmall = __toESM(require("./components/EmailSentSmall"));
2050
2054
  var import_EmailSettings = __toESM(require("./components/EmailSettings"));
2051
2055
  var import_EmailSettingsSmall = __toESM(require("./components/EmailSettingsSmall"));
2052
2056
  var import_EmailSmall = __toESM(require("./components/EmailSmall"));
@@ -3589,6 +3593,8 @@ var import_ssoSmall = __toESM(require("./components/ssoSmall"));
3589
3593
  EmailOpenSmall,
3590
3594
  EmailSend,
3591
3595
  EmailSendSmall,
3596
+ EmailSent,
3597
+ EmailSentSmall,
3592
3598
  EmailSettings,
3593
3599
  EmailSettingsSmall,
3594
3600
  EmailSmall,
@@ -2164,6 +2164,13 @@ const generalIconsMetadata = [
2164
2164
  tags: ["envelope", "letter"],
2165
2165
  sizes: { "18": "EmailOpenSmall", "24": "EmailOpen" }
2166
2166
  },
2167
+ {
2168
+ title: "EmailSent",
2169
+ category: "Communication",
2170
+ description: "Static indicator - marks that email or message has been sent\nButton - marks email as sent",
2171
+ tags: ["envelope", "letter", "send"],
2172
+ sizes: { "18": "EmailSentSmall", "24": "EmailSent" }
2173
+ },
2167
2174
  {
2168
2175
  title: "AddressSign",
2169
2176
  category: "Communication",
@@ -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 EmailSent_exports = {};
20
+ __export(EmailSent_exports, {
21
+ default: () => EmailSent_default
22
+ });
23
+ module.exports = __toCommonJS(EmailSent_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var EmailSent_default = (0, import_core.icon)({
26
+ name: "EmailSent",
27
+ hashes: { "default": "dccc" },
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 EmailSentSmall_exports = {};
20
+ __export(EmailSentSmall_exports, {
21
+ default: () => EmailSentSmall_default
22
+ });
23
+ module.exports = __toCommonJS(EmailSentSmall_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var EmailSentSmall_default = (0, import_core.icon)({
26
+ name: "EmailSentSmall",
27
+ hashes: { "default": "818f" },
28
+ category: "general",
29
+ width: 18,
30
+ height: 18
31
+ });
@@ -24,8 +24,8 @@ module.exports = __toCommonJS(Pipette_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var Pipette_default = (0, import_core.icon)({
26
26
  name: "Pipette",
27
- hashes: { "default": "699d", "odeditor": "45ec" },
27
+ hashes: { "default": "699d", "odeditor": "f8f4" },
28
28
  category: "general",
29
- width: 18,
30
- height: 18
29
+ width: 24,
30
+ height: 24
31
31
  });
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(TextHighlightColor_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var TextHighlightColor_default = (0, import_core.icon)({
26
26
  name: "TextHighlightColor",
27
- hashes: { "default": "890f", "odeditor": "408b" },
27
+ hashes: { "default": "890f", "odeditor": "67fc" },
28
28
  category: "general",
29
29
  width: 24,
30
30
  height: 24
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(TextHighlightColorSmall_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var TextHighlightColorSmall_default = (0, import_core.icon)({
26
26
  name: "TextHighlightColorSmall",
27
- hashes: { "odeditor": "3c2c" },
27
+ hashes: { "odeditor": "9319" },
28
28
  category: "general",
29
29
  width: 18,
30
30
  height: 18
@@ -24,8 +24,8 @@ module.exports = __toCommonJS(TextStrokeColor_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var TextStrokeColor_default = (0, import_core.icon)({
26
26
  name: "TextStrokeColor",
27
- hashes: { "default": "2ae0", "odeditor": "e8a3" },
27
+ hashes: { "default": "2ae0", "odeditor": "14dd" },
28
28
  category: "general",
29
- width: 18,
30
- height: 18
29
+ width: 24,
30
+ height: 24
31
31
  });
@@ -556,6 +556,8 @@ __export(dist_exports, {
556
556
  EmailOpenSmall: () => import_EmailOpenSmall.default,
557
557
  EmailSend: () => import_EmailSend.default,
558
558
  EmailSendSmall: () => import_EmailSendSmall.default,
559
+ EmailSent: () => import_EmailSent.default,
560
+ EmailSentSmall: () => import_EmailSentSmall.default,
559
561
  EmailSettings: () => import_EmailSettings.default,
560
562
  EmailSettingsSmall: () => import_EmailSettingsSmall.default,
561
563
  EmailSmall: () => import_EmailSmall.default,
@@ -2205,6 +2207,8 @@ var import_EmailOpen = __toESM(require("./components/EmailOpen"));
2205
2207
  var import_EmailOpenSmall = __toESM(require("./components/EmailOpenSmall"));
2206
2208
  var import_EmailSend = __toESM(require("./components/EmailSend"));
2207
2209
  var import_EmailSendSmall = __toESM(require("./components/EmailSendSmall"));
2210
+ var import_EmailSent = __toESM(require("./components/EmailSent"));
2211
+ var import_EmailSentSmall = __toESM(require("./components/EmailSentSmall"));
2208
2212
  var import_EmailSettings = __toESM(require("./components/EmailSettings"));
2209
2213
  var import_EmailSettingsSmall = __toESM(require("./components/EmailSettingsSmall"));
2210
2214
  var import_EmailSmall = __toESM(require("./components/EmailSmall"));
@@ -3956,6 +3960,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
3956
3960
  EmailOpenSmall,
3957
3961
  EmailSend,
3958
3962
  EmailSendSmall,
3963
+ EmailSent,
3964
+ EmailSentSmall,
3959
3965
  EmailSettings,
3960
3966
  EmailSettingsSmall,
3961
3967
  EmailSmall,
@@ -32,6 +32,6 @@ __export(Pipette_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(Pipette_exports);
34
34
  var React = __toESM(require("react"));
35
- const Pipette = ({ 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: "M10.966 3.379c.972-1.207 2.781-1.572 3.962-.526l.112.106.004.004c1.153 1.168.83 3.07-.426 4.071l.001.001-1.636 1.31.045.045a1.751 1.751 0 0 1 0 2.476l-.438.439a1.75 1.75 0 0 1-2.475 0l-.065-.066-2.92 2.921a.752.752 0 0 1-.263.17l-3.6 1.371a.75.75 0 0 1-.968-.968l1.37-3.6a.751.751 0 0 1 .175-.268l2.938-2.894-.075-.075a1.751 1.751 0 0 1 0-2.475l.438-.439a1.75 1.75 0 0 1 2.475 0l.033.033 1.312-1.634v-.002Zm-5.953 8.44-.717 1.884 1.887-.718 2.806-2.806-1.146-1.147-2.83 2.787ZM8.56 6.043a.251.251 0 0 0-.354 0l-.438.438a.25.25 0 0 0 0 .354l3.408 3.409a.25.25 0 0 0 .353 0l.439-.439a.25.25 0 0 0 0-.353L8.56 6.042Zm5.338-2.094c-.43-.332-1.224-.3-1.764.37L10.72 6.082l1.196 1.196 1.765-1.414h.002c.7-.558.7-1.43.296-1.844l-.08-.071Z" }));
35
+ const Pipette = ({ 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.433 6.85c.972-1.207 2.781-1.572 3.962-.526l.112.105.004.004c1.153 1.168.83 3.07-.426 4.072l-1.635 1.311.045.045a1.75 1.75 0 0 1 0 2.476l-.438.438a1.75 1.75 0 0 1-2.475 0l-.065-.065-2.92 2.92a.752.752 0 0 1-.263.172l-3.6 1.37a.75.75 0 0 1-.968-.968l1.37-3.6a.75.75 0 0 1 .175-.268l2.938-2.894-.075-.075a1.751 1.751 0 0 1 0-2.476l.438-.438a1.75 1.75 0 0 1 2.475 0l.033.033 1.312-1.635V6.85Zm-5.954 8.44-.716 1.884 1.886-.718 2.807-2.807-1.146-1.146-2.83 2.787Zm3.547-5.777a.25.25 0 0 0-.353 0l-.439.439a.25.25 0 0 0 0 .353l3.409 3.41a.25.25 0 0 0 .353 0l.438-.439a.25.25 0 0 0 0-.353l-3.408-3.41Zm5.34-2.093c-.431-.332-1.226-.3-1.765.369l-1.415 1.763 1.197 1.197 1.764-1.414.002-.001c.7-.558.7-1.43.297-1.843l-.08-.071Z" }));
36
36
  Pipette.displayName = "Pipette";
37
37
  var Pipette_default = Pipette;
@@ -32,6 +32,6 @@ __export(TextHighlightColor_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(TextHighlightColor_exports);
34
34
  var React = __toESM(require("react"));
35
- const TextHighlightColor = ({ 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.45 12H10.3l1.075-2.864L12.449 12Z" }), /* @__PURE__ */ React.createElement("path", { d: "M15.875 5a2 2 0 0 1 2 2v4.637l.053.108c.569 1.2 1.197 2.827 1.197 4.255 0 1.654-1.346 3-3 3a2.99 2.99 0 0 1-2.23-1h-7.02a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h9Zm.248 6.503c-.14.262-.293.56-.445.88-.556 1.175-1.053 2.545-1.053 3.617 0 .826.674 1.5 1.5 1.5s1.5-.674 1.5-1.5c0-1.072-.497-2.44-1.053-3.612a20.178 20.178 0 0 0-.449-.885ZM11.375 6.25a.75.75 0 0 0-.653.382l-.05.104-3 8a.75.75 0 0 0 1.405.528l.661-1.764h3.274l.33.885c.19-.77.48-1.534.777-2.202l-2.042-5.447a.75.75 0 0 0-.702-.486Z" }));
35
+ const TextHighlightColor = ({ 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: "M13.75 15.778 16.25 10l2.5 5.778L16.25 18l-2.5-2.222Z", className: "Color" }), /* @__PURE__ */ React.createElement("path", { d: "M16 4.825a2 2 0 0 1 2 2v4.637l.053.108c.569 1.2 1.197 2.827 1.197 4.255 0 1.654-1.346 3-3 3a2.99 2.99 0 0 1-2.23-1H7a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h9Zm.248 6.503a20.4 20.4 0 0 0-.445.881c-.556 1.174-1.053 2.545-1.053 3.616 0 .826.674 1.5 1.5 1.5s1.5-.674 1.5-1.5c0-1.071-.497-2.44-1.053-3.612a20.178 20.178 0 0 0-.449-.885ZM11.5 6.075a.75.75 0 0 0-.653.382l-.05.105-3 8a.75.75 0 0 0 1.405.527l.661-1.764h3.274l.33.885c.19-.77.48-1.534.777-2.202l-2.042-5.446a.75.75 0 0 0-.702-.487Zm1.074 5.75h-2.148L11.5 8.961l1.074 2.864Z", className: "Text" }));
36
36
  TextHighlightColor.displayName = "TextHighlightColor";
37
37
  var TextHighlightColor_default = TextHighlightColor;
@@ -32,6 +32,6 @@ __export(TextHighlightColorSmall_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(TextHighlightColorSmall_exports);
34
34
  var React = __toESM(require("react"));
35
- const TextHighlightColorSmall = ({ 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.646 8.5H7.354L8 6.95l.646 1.55Z" }), /* @__PURE__ */ React.createElement("path", { d: "M11.5 3A1.5 1.5 0 0 1 13 4.5v3.191a.78.78 0 0 1 .117.133l.001.001.002.003.005.007.017.025.06.091a15.903 15.903 0 0 1 .842 1.457c.444.875.956 2.102.956 3.202 0 1.37-1.163 2.39-2.5 2.39-1.208 0-2.267-.84-2.464-2H4.5A1.5 1.5 0 0 1 3 11.5v-7A1.5 1.5 0 0 1 4.5 3h7Zm.794 7.09c-.432.852-.794 1.806-.794 2.52 0 .444.4.89 1 .89.602 0 1-.44 1-.89 0-.72-.363-1.673-.794-2.523-.068-.134-.14-.262-.206-.383-.067.122-.137.25-.206.386ZM8 4.25a.75.75 0 0 0-.692.462l-2.5 6a.75.75 0 0 0 1.384.576L6.73 10h2.542l.537 1.288a.744.744 0 0 0 .306.353c.146-.666.411-1.33.677-1.892l-2.1-5.037A.75.75 0 0 0 8 4.25Z" }));
35
+ const TextHighlightColorSmall = ({ 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: "m10.5 13.806 2-5 2 5-2 1.5-2-1.5Z", className: "Color" }), /* @__PURE__ */ React.createElement("path", { d: "M11.5 3.52a1.5 1.5 0 0 1 1.5 1.5v3.192a.754.754 0 0 1 .117.133h.001l.002.004.005.006.017.026.06.09c.051.079.124.192.21.332.172.279.402.672.632 1.126.444.874.956 2.102.956 3.202 0 1.369-1.163 2.39-2.5 2.39-1.208 0-2.266-.841-2.464-2H4.5a1.5 1.5 0 0 1-1.5-1.5v-7A1.5 1.5 0 0 1 4.5 3.52h7Zm.794 7.09c-.432.853-.794 1.806-.794 2.52 0 .444.4.89 1 .89.602 0 1-.44 1-.89 0-.719-.363-1.673-.794-2.523-.068-.134-.14-.261-.206-.382-.067.122-.138.25-.206.385ZM8 4.77a.75.75 0 0 0-.692.462l-2.5 6a.75.75 0 0 0 1.384.577l.537-1.288h2.542l.537 1.288a.746.746 0 0 0 .306.352c.146-.666.411-1.33.677-1.891L8.692 5.232A.75.75 0 0 0 8 4.771Zm.646 4.25H7.354L8 7.47l.646 1.55Z", className: "Text" }));
36
36
  TextHighlightColorSmall.displayName = "TextHighlightColorSmall";
37
37
  var TextHighlightColorSmall_default = TextHighlightColorSmall;
@@ -32,6 +32,6 @@ __export(TextStrokeColor_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(TextStrokeColor_exports);
34
34
  var React = __toESM(require("react"));
35
- const TextStrokeColor = ({ 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: "m10 13.806 2-5 2 5-2 1.5-2-1.5Z", className: "Color" }), /* @__PURE__ */ React.createElement("path", { d: "m7 7.17.7 1.66H6.3L7 7.17Zm-2.06 4.87a.746.746 0 0 1-.98.4.75.75 0 0 1-.4-.98l2.75-6.5c.12-.28.4-.42.69-.42.29 0 .57.14.69.42L9.2 8.52c.34-.69.68-1.31.91-1.71L9.08 4.37c-.34-.81-1.15-1.33-2.07-1.33-.92 0-1.73.52-2.07 1.33l-2.75 6.5a2.23 2.23 0 0 0-.02 1.72c.23.56.66.99 1.21 1.23a2.25 2.25 0 0 0 2.95-1.19l.34-.8h1.35c.04-.43.19-.95.39-1.5H5.66l-.72 1.71ZM15 13.08c0 1.61-1.35 2.92-3 2.92s-3-1.31-3-2.92c0-1.79 2.37-5.74 2.39-5.77.28-.39.93-.39 1.21 0 .02.03 2.39 3.99 2.39 5.77H15Zm-1.5 0c0-.74-.81-2.48-1.5-3.79-.68 1.29-1.5 3.05-1.5 3.79 0 .74.67 1.42 1.5 1.42s1.5-.64 1.5-1.42Z", className: "Text" }));
35
+ const TextStrokeColor = ({ 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: "m13 16 2.5-6.5L18 16l-2.5 2.5L13 16Z", className: "Color" }), /* @__PURE__ */ React.createElement("path", { d: "M14.87 8.35c.28-.43.99-.43 1.26 0 .03.04 2.87 5 2.87 7.16 0 1.93-1.57 3.49-3.5 3.49S12 17.43 12 15.51c0-2.16 2.839-7.118 2.87-7.16Zm.63 1.97c-.89 1.72-2 4.14-2 5.18 0 1.1.9 1.99 2 1.99s2-.9 2-1.99c0-1.04-1.11-3.46-2-5.18ZM10 4.65c.91 0 1.72.52 2.07 1.32l1.12 2.61c-.26.5-.57 1.12-.87 1.77l-1.63-3.78c-.12-.27-.4-.41-.69-.41-.29 0-.57.14-.69.41l-3.12 7.25a.747.747 0 0 0 .69 1.05c.29 0 .57-.17.69-.45l.96-2.22h2.96l.028.074c-.18.499-.329.988-.418 1.416H9.51L8.94 15a2.25 2.25 0 0 1-2.07 1.36c-.31 0-.6-.06-.89-.18a2.258 2.258 0 0 1-1.18-2.96l3.13-7.25c.35-.8 1.16-1.32 2.07-1.32Zm1.52 7.63-.002-.006.002-.004v.01Zm-.69-1.58H9.17L10 8.77l.83 1.93Z", className: "Union" }));
36
36
  TextStrokeColor.displayName = "TextStrokeColor";
37
37
  var TextStrokeColor_default = TextStrokeColor;
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ const EmailSent = ({ 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.146 14.146a.5.5 0 0 1 .765.638l-.058.07-4.353 4.353-2.354-2.354a.5.5 0 0 1 .638-.764l.07.058 1.646 1.646 3.646-3.646Zm-2.159-8.15c.552 0 1 .446 1 .998v3.997h-1V7.652l-6.02 5.16a1.5 1.5 0 0 1-1.951 0l-6.02-5.16v9.334H12v1H4.995a1 1 0 0 1-.999-1V6.994a1 1 0 0 1 1-.999h13.991Zm-7.321 6.057a.5.5 0 0 0 .65 0l5.904-5.059H5.764l5.902 5.059Z" }));
3
+ EmailSent.displayName = "EmailSent";
4
+ var EmailSent_default = EmailSent;
5
+ export {
6
+ EmailSent_default as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ const EmailSentSmall = ({ 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: "M16.16 11.15c.2-.2.49-.2.69 0 .2.2.2.51 0 .71l-3.35 3.346-1.35-1.349c-.2-.2-.2-.509 0-.709.2-.2.51-.2.71 0l.65.65 2.65-2.649ZM14 5a1 1 0 0 1 1 1v4h-1V7.555l-4.367 3.573a1 1 0 0 1-1.266 0L4 7.555V13h6v1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10ZM3.997 6.474 9 10.354l5.014-3.896V6H3.997v.474Z" }));
3
+ EmailSentSmall.displayName = "EmailSentSmall";
4
+ var EmailSentSmall_default = EmailSentSmall;
5
+ export {
6
+ EmailSentSmall_default as default
7
+ };