@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.
- package/dist/cjs/default/general/dist/components/EmailSent.js +37 -0
- package/dist/cjs/default/general/dist/components/EmailSentSmall.js +37 -0
- package/dist/cjs/default/general/dist/index.js +6 -0
- package/dist/cjs/default/general/metadata.js +7 -0
- package/dist/cjs/lazy/general/dist/components/EmailSent.js +31 -0
- package/dist/cjs/lazy/general/dist/components/EmailSentSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/Pipette.js +3 -3
- package/dist/cjs/lazy/general/dist/components/TextHighlightColor.js +1 -1
- package/dist/cjs/lazy/general/dist/components/TextHighlightColorSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/TextStrokeColor.js +3 -3
- package/dist/cjs/lazy/general/dist/index.js +6 -0
- package/dist/cjs/odeditor/general/dist/components/Pipette.js +1 -1
- package/dist/cjs/odeditor/general/dist/components/TextHighlightColor.js +1 -1
- package/dist/cjs/odeditor/general/dist/components/TextHighlightColorSmall.js +1 -1
- package/dist/cjs/odeditor/general/dist/components/TextStrokeColor.js +1 -1
- package/dist/esm/default/general/dist/components/EmailSent.js +7 -0
- package/dist/esm/default/general/dist/components/EmailSentSmall.js +7 -0
- package/dist/esm/default/general/dist/index.js +2130 -2126
- package/dist/esm/default/general/metadata.js +7 -0
- package/dist/esm/lazy/general/dist/components/EmailSent.js +11 -0
- package/dist/esm/lazy/general/dist/components/EmailSentSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/Pipette.js +3 -3
- package/dist/esm/lazy/general/dist/components/TextHighlightColor.js +1 -1
- package/dist/esm/lazy/general/dist/components/TextHighlightColorSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/TextStrokeColor.js +3 -3
- package/dist/esm/lazy/general/dist/index.js +2446 -2442
- package/dist/esm/odeditor/general/dist/components/Pipette.js +1 -1
- package/dist/esm/odeditor/general/dist/components/TextHighlightColor.js +1 -1
- package/dist/esm/odeditor/general/dist/components/TextHighlightColorSmall.js +1 -1
- package/dist/esm/odeditor/general/dist/components/TextStrokeColor.js +1 -1
- package/dist/statics/icons/default/general/EmailSent.dccc.json +3 -0
- package/dist/statics/icons/default/general/EmailSentSmall.818f.json +3 -0
- package/dist/statics/icons/odeditor/general/Pipette.f8f4.json +3 -0
- package/dist/statics/icons/odeditor/general/TextHighlightColor.67fc.json +3 -0
- package/dist/statics/icons/odeditor/general/TextHighlightColorSmall.9319.json +3 -0
- package/dist/statics/icons/odeditor/general/TextStrokeColor.14dd.json +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/default/general/dist/components/EmailSent.d.ts +7 -0
- package/dist/types/default/general/dist/components/EmailSent.d.ts.map +1 -0
- package/dist/types/default/general/dist/components/EmailSentSmall.d.ts +7 -0
- package/dist/types/default/general/dist/components/EmailSentSmall.d.ts.map +1 -0
- package/dist/types/default/general/dist/index.d.ts +2 -0
- package/dist/types/default/general/dist/index.d.ts.map +1 -1
- package/dist/types/default/general/metadata.d.ts.map +1 -1
- package/dist/types/lazy/general/dist/components/EmailSent.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/EmailSent.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/EmailSentSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/EmailSentSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/index.d.ts +2 -0
- package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/statics/icons/odeditor/general/Pipette.45ec.json +0 -3
- package/dist/statics/icons/odeditor/general/TextHighlightColor.408b.json +0 -3
- package/dist/statics/icons/odeditor/general/TextHighlightColorSmall.3c2c.json +0 -3
- 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": "
|
|
27
|
+
hashes: { "default": "699d", "odeditor": "f8f4" },
|
|
28
28
|
category: "general",
|
|
29
|
-
width:
|
|
30
|
-
height:
|
|
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": "
|
|
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": "
|
|
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": "
|
|
27
|
+
hashes: { "default": "2ae0", "odeditor": "14dd" },
|
|
28
28
|
category: "general",
|
|
29
|
-
width:
|
|
30
|
-
height:
|
|
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
|
|
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: "
|
|
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: "
|
|
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
|
|
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
|
+
};
|