@wix/wix-ui-icons-common 3.150.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.
- package/dist/cjs/default/general/dist/components/Opacity.js +37 -0
- package/dist/cjs/default/general/dist/components/OpacitySmall.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/CallEnded.js +1 -1
- package/dist/cjs/lazy/general/dist/components/CallEndedFilled.js +31 -0
- package/dist/cjs/lazy/general/dist/components/CallEndedFilledSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/CallEndedSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/Opacity.js +1 -1
- package/dist/cjs/lazy/general/dist/components/OpacitySmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/TextTwist.js +31 -0
- package/dist/cjs/lazy/general/dist/components/TextTwistSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/index.js +14 -2
- package/dist/cjs/odeditor/general/dist/components/CallEnded.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/CallEndedFilled.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/CallEndedFilledSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/CallEndedSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/TextTwist.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/TextTwistSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/index.js +18 -0
- package/dist/cjs/odeditor/general/metadata.js +21 -0
- package/dist/esm/default/general/dist/components/Opacity.js +7 -0
- package/dist/esm/default/general/dist/components/OpacitySmall.js +7 -0
- package/dist/esm/default/general/dist/index.js +1292 -1288
- package/dist/esm/default/general/metadata.js +7 -0
- package/dist/esm/lazy/general/dist/components/CallEnded.js +1 -1
- package/dist/esm/lazy/general/dist/components/CallEndedFilled.js +11 -0
- package/dist/esm/lazy/general/dist/components/CallEndedFilledSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/CallEndedSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/Opacity.js +1 -1
- package/dist/esm/lazy/general/dist/components/OpacitySmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/TextTwist.js +11 -0
- package/dist/esm/lazy/general/dist/components/TextTwistSmall.js +11 -0
- package/dist/esm/lazy/general/dist/index.js +1748 -1740
- package/dist/esm/odeditor/general/dist/components/CallEnded.js +7 -0
- package/dist/esm/odeditor/general/dist/components/CallEndedFilled.js +7 -0
- package/dist/esm/odeditor/general/dist/components/CallEndedFilledSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/CallEndedSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/TextTwist.js +7 -0
- package/dist/esm/odeditor/general/dist/components/TextTwistSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/index.js +1820 -1808
- package/dist/esm/odeditor/general/metadata.js +21 -0
- package/dist/statics/icons/default/general/Opacity.5b75.json +3 -0
- package/dist/statics/icons/default/general/OpacitySmall.93f7.json +3 -0
- package/dist/statics/icons/odeditor/general/CallEnded.009a.json +3 -0
- package/dist/statics/icons/odeditor/general/CallEndedFilled.8e7b.json +3 -0
- package/dist/statics/icons/odeditor/general/CallEndedFilledSmall.5189.json +3 -0
- package/dist/statics/icons/odeditor/general/CallEndedSmall.865a.json +3 -0
- package/dist/statics/icons/odeditor/general/TextTwist.c983.json +3 -0
- package/dist/statics/icons/odeditor/general/TextTwistSmall.7a76.json +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/default/general/dist/components/Opacity.d.ts +7 -0
- package/dist/types/default/general/dist/components/Opacity.d.ts.map +1 -0
- package/dist/types/default/general/dist/components/OpacitySmall.d.ts +7 -0
- package/dist/types/default/general/dist/components/OpacitySmall.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/CallEndedFilled.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/CallEndedFilled.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/CallEndedFilledSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/CallEndedFilledSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/TextTwist.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/TextTwist.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/TextTwistSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/TextTwistSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/index.d.ts +6 -2
- package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/dist/components/CallEnded.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/CallEnded.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/CallEndedFilled.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/CallEndedFilled.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/CallEndedFilledSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/CallEndedFilledSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/CallEndedSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/CallEndedSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/TextTwist.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/TextTwist.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/TextTwistSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/TextTwistSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/index.d.ts +6 -0
- package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -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 Opacity_exports = {};
|
|
30
|
+
__export(Opacity_exports, {
|
|
31
|
+
default: () => Opacity_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Opacity_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
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" }));
|
|
36
|
+
Opacity.displayName = "Opacity";
|
|
37
|
+
var Opacity_default = Opacity;
|
|
@@ -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 OpacitySmall_exports = {};
|
|
30
|
+
__export(OpacitySmall_exports, {
|
|
31
|
+
default: () => OpacitySmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(OpacitySmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
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" }));
|
|
36
|
+
OpacitySmall.displayName = "OpacitySmall";
|
|
37
|
+
var OpacitySmall_default = OpacitySmall;
|
|
@@ -956,6 +956,8 @@ __export(dist_exports, {
|
|
|
956
956
|
ObjectsSmall: () => import_ObjectsSmall.default,
|
|
957
957
|
OnlinePrograms: () => import_OnlinePrograms.default,
|
|
958
958
|
OnlineProgramsSmall: () => import_OnlineProgramsSmall.default,
|
|
959
|
+
Opacity: () => import_Opacity.default,
|
|
960
|
+
OpacitySmall: () => import_OpacitySmall.default,
|
|
959
961
|
OpenModal: () => import_OpenModal.default,
|
|
960
962
|
OpenModalSmall: () => import_OpenModalSmall.default,
|
|
961
963
|
OptimizeImage: () => import_OptimizeImage.default,
|
|
@@ -2530,6 +2532,8 @@ var import_Objects = __toESM(require("./components/Objects"));
|
|
|
2530
2532
|
var import_ObjectsSmall = __toESM(require("./components/ObjectsSmall"));
|
|
2531
2533
|
var import_OnlinePrograms = __toESM(require("./components/OnlinePrograms"));
|
|
2532
2534
|
var import_OnlineProgramsSmall = __toESM(require("./components/OnlineProgramsSmall"));
|
|
2535
|
+
var import_Opacity = __toESM(require("./components/Opacity"));
|
|
2536
|
+
var import_OpacitySmall = __toESM(require("./components/OpacitySmall"));
|
|
2533
2537
|
var import_OpenModal = __toESM(require("./components/OpenModal"));
|
|
2534
2538
|
var import_OpenModalSmall = __toESM(require("./components/OpenModalSmall"));
|
|
2535
2539
|
var import_OptimizeImage = __toESM(require("./components/OptimizeImage"));
|
|
@@ -4104,6 +4108,8 @@ var import_ssoSmall = __toESM(require("./components/ssoSmall"));
|
|
|
4104
4108
|
ObjectsSmall,
|
|
4105
4109
|
OnlinePrograms,
|
|
4106
4110
|
OnlineProgramsSmall,
|
|
4111
|
+
Opacity,
|
|
4112
|
+
OpacitySmall,
|
|
4107
4113
|
OpenModal,
|
|
4108
4114
|
OpenModalSmall,
|
|
4109
4115
|
OptimizeImage,
|
|
@@ -5608,6 +5608,13 @@ const generalIconsMetadata = [
|
|
|
5608
5608
|
description: "Icon - represents a moon or dark mode",
|
|
5609
5609
|
tags: ["moon", "dark", "filled", "mode"],
|
|
5610
5610
|
sizes: { "18": "MoonFilledSmall", "24": "MoonFilled" }
|
|
5611
|
+
},
|
|
5612
|
+
{
|
|
5613
|
+
title: "Opacity",
|
|
5614
|
+
category: import_types.IconCategory.AdjustmentsAndEffects,
|
|
5615
|
+
description: "Static indicator - marks element opacity. Button - displays opacity settings",
|
|
5616
|
+
tags: ["opacity"],
|
|
5617
|
+
sizes: { "18": "OpacitySmall", "24": "Opacity" }
|
|
5611
5618
|
}
|
|
5612
5619
|
];
|
|
5613
5620
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(CallEnded_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var CallEnded_default = (0, import_core.icon)({
|
|
26
26
|
name: "CallEnded",
|
|
27
|
-
hashes: { "default": "8c4e" },
|
|
27
|
+
hashes: { "default": "8c4e", "odeditor": "009a" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 24,
|
|
30
30
|
height: 24
|
|
@@ -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 CallEndedFilled_exports = {};
|
|
20
|
+
__export(CallEndedFilled_exports, {
|
|
21
|
+
default: () => CallEndedFilled_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(CallEndedFilled_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var CallEndedFilled_default = (0, import_core.icon)({
|
|
26
|
+
name: "CallEndedFilled",
|
|
27
|
+
hashes: { "odeditor": "8e7b" },
|
|
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 CallEndedFilledSmall_exports = {};
|
|
20
|
+
__export(CallEndedFilledSmall_exports, {
|
|
21
|
+
default: () => CallEndedFilledSmall_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(CallEndedFilledSmall_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var CallEndedFilledSmall_default = (0, import_core.icon)({
|
|
26
|
+
name: "CallEndedFilledSmall",
|
|
27
|
+
hashes: { "odeditor": "5189" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 18,
|
|
30
|
+
height: 18
|
|
31
|
+
});
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(CallEndedSmall_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var CallEndedSmall_default = (0, import_core.icon)({
|
|
26
26
|
name: "CallEndedSmall",
|
|
27
|
-
hashes: { "default": "a933" },
|
|
27
|
+
hashes: { "default": "a933", "odeditor": "865a" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 18,
|
|
30
30
|
height: 18
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(Opacity_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var Opacity_default = (0, import_core.icon)({
|
|
26
26
|
name: "Opacity",
|
|
27
|
-
hashes: { "odeditor": "5d0f" },
|
|
27
|
+
hashes: { "default": "5b75", "odeditor": "5d0f" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 24,
|
|
30
30
|
height: 24
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(OpacitySmall_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var OpacitySmall_default = (0, import_core.icon)({
|
|
26
26
|
name: "OpacitySmall",
|
|
27
|
-
hashes: { "odeditor": "659b" },
|
|
27
|
+
hashes: { "default": "93f7", "odeditor": "659b" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 18,
|
|
30
30
|
height: 18
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var TextTwist_exports = {};
|
|
20
|
+
__export(TextTwist_exports, {
|
|
21
|
+
default: () => TextTwist_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(TextTwist_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var TextTwist_default = (0, import_core.icon)({
|
|
26
|
+
name: "TextTwist",
|
|
27
|
+
hashes: { "odeditor": "c983" },
|
|
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 TextTwistSmall_exports = {};
|
|
20
|
+
__export(TextTwistSmall_exports, {
|
|
21
|
+
default: () => TextTwistSmall_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(TextTwistSmall_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var TextTwistSmall_default = (0, import_core.icon)({
|
|
26
|
+
name: "TextTwistSmall",
|
|
27
|
+
hashes: { "odeditor": "7a76" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 18,
|
|
30
|
+
height: 18
|
|
31
|
+
});
|
|
@@ -238,6 +238,8 @@ __export(dist_exports, {
|
|
|
238
238
|
CSSSmall: () => import_CSSSmall.default,
|
|
239
239
|
CahtFilledSmall: () => import_CahtFilledSmall.default,
|
|
240
240
|
CallEnded: () => import_CallEnded.default,
|
|
241
|
+
CallEndedFilled: () => import_CallEndedFilled.default,
|
|
242
|
+
CallEndedFilledSmall: () => import_CallEndedFilledSmall.default,
|
|
241
243
|
CallEndedSmall: () => import_CallEndedSmall.default,
|
|
242
244
|
CallMissed: () => import_CallMissed.default,
|
|
243
245
|
CallMissedSmall: () => import_CallMissedSmall.default,
|
|
@@ -1627,6 +1629,8 @@ __export(dist_exports, {
|
|
|
1627
1629
|
TextStrokeColorSmall: () => import_TextStrokeColorSmall.default,
|
|
1628
1630
|
TextStyles: () => import_TextStyles.default,
|
|
1629
1631
|
TextStylesSmall: () => import_TextStylesSmall.default,
|
|
1632
|
+
TextTwist: () => import_TextTwist.default,
|
|
1633
|
+
TextTwistSmall: () => import_TextTwistSmall.default,
|
|
1630
1634
|
ThreeFourRatio: () => import_ThreeFourRatio.default,
|
|
1631
1635
|
ThreeFourRatioSmall: () => import_ThreeFourRatioSmall.default,
|
|
1632
1636
|
Thumbnails: () => import_Thumbnails.default,
|
|
@@ -2756,6 +2760,8 @@ var import_Objects = __toESM(require("./components/Objects"));
|
|
|
2756
2760
|
var import_ObjectsSmall = __toESM(require("./components/ObjectsSmall"));
|
|
2757
2761
|
var import_OnlinePrograms = __toESM(require("./components/OnlinePrograms"));
|
|
2758
2762
|
var import_OnlineProgramsSmall = __toESM(require("./components/OnlineProgramsSmall"));
|
|
2763
|
+
var import_Opacity = __toESM(require("./components/Opacity"));
|
|
2764
|
+
var import_OpacitySmall = __toESM(require("./components/OpacitySmall"));
|
|
2759
2765
|
var import_OpenModal = __toESM(require("./components/OpenModal"));
|
|
2760
2766
|
var import_OpenModalSmall = __toESM(require("./components/OpenModalSmall"));
|
|
2761
2767
|
var import_OptimizeImage = __toESM(require("./components/OptimizeImage"));
|
|
@@ -3436,6 +3442,8 @@ var import_BlankSmall = __toESM(require("./components/BlankSmall"));
|
|
|
3436
3442
|
var import_Brand = __toESM(require("./components/Brand"));
|
|
3437
3443
|
var import_BrandSmall = __toESM(require("./components/BrandSmall"));
|
|
3438
3444
|
var import_BulletListSmall = __toESM(require("./components/BulletListSmall"));
|
|
3445
|
+
var import_CallEndedFilled = __toESM(require("./components/CallEndedFilled"));
|
|
3446
|
+
var import_CallEndedFilledSmall = __toESM(require("./components/CallEndedFilledSmall"));
|
|
3439
3447
|
var import_Cards = __toESM(require("./components/Cards"));
|
|
3440
3448
|
var import_CardsSmall = __toESM(require("./components/CardsSmall"));
|
|
3441
3449
|
var import_CenterAlignmentInner = __toESM(require("./components/CenterAlignmentInner"));
|
|
@@ -3556,8 +3564,6 @@ var import_NoneSmall = __toESM(require("./components/NoneSmall"));
|
|
|
3556
3564
|
var import_NumberedListSmall = __toESM(require("./components/NumberedListSmall"));
|
|
3557
3565
|
var import_Offline = __toESM(require("./components/Offline"));
|
|
3558
3566
|
var import_OfflineSmall = __toESM(require("./components/OfflineSmall"));
|
|
3559
|
-
var import_Opacity = __toESM(require("./components/Opacity"));
|
|
3560
|
-
var import_OpacitySmall = __toESM(require("./components/OpacitySmall"));
|
|
3561
3567
|
var import_OpenSidebar = __toESM(require("./components/OpenSidebar"));
|
|
3562
3568
|
var import_OpenSidebarSmall = __toESM(require("./components/OpenSidebarSmall"));
|
|
3563
3569
|
var import_Paste = __toESM(require("./components/Paste"));
|
|
@@ -3612,6 +3618,8 @@ var import_TextHighlightColorSmall = __toESM(require("./components/TextHighlight
|
|
|
3612
3618
|
var import_TextSettings = __toESM(require("./components/TextSettings"));
|
|
3613
3619
|
var import_TextSettingsSmall = __toESM(require("./components/TextSettingsSmall"));
|
|
3614
3620
|
var import_TextStrokeColorSmall = __toESM(require("./components/TextStrokeColorSmall"));
|
|
3621
|
+
var import_TextTwist = __toESM(require("./components/TextTwist"));
|
|
3622
|
+
var import_TextTwistSmall = __toESM(require("./components/TextTwistSmall"));
|
|
3615
3623
|
var import_TimelineView = __toESM(require("./components/TimelineView"));
|
|
3616
3624
|
var import_TimelineViewSmall = __toESM(require("./components/TimelineViewSmall"));
|
|
3617
3625
|
var import_Transition = __toESM(require("./components/Transition"));
|
|
@@ -3838,6 +3846,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
3838
3846
|
CSSSmall,
|
|
3839
3847
|
CahtFilledSmall,
|
|
3840
3848
|
CallEnded,
|
|
3849
|
+
CallEndedFilled,
|
|
3850
|
+
CallEndedFilledSmall,
|
|
3841
3851
|
CallEndedSmall,
|
|
3842
3852
|
CallMissed,
|
|
3843
3853
|
CallMissedSmall,
|
|
@@ -5227,6 +5237,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
5227
5237
|
TextStrokeColorSmall,
|
|
5228
5238
|
TextStyles,
|
|
5229
5239
|
TextStylesSmall,
|
|
5240
|
+
TextTwist,
|
|
5241
|
+
TextTwistSmall,
|
|
5230
5242
|
ThreeFourRatio,
|
|
5231
5243
|
ThreeFourRatioSmall,
|
|
5232
5244
|
Thumbnails,
|
|
@@ -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 CallEnded_exports = {};
|
|
30
|
+
__export(CallEnded_exports, {
|
|
31
|
+
default: () => CallEnded_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CallEnded_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const CallEnded = ({ 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_2458_445)" }, /* @__PURE__ */ React.createElement("path", { d: "M12.04 7.27C15.24 7.27 18.52 8.61 21.86 11.23C21.9 11.27 21.97 11.32 22.06 11.4C22.55 11.8 22.67 12.5 22.33 13.04L20.36 16.13C19.99 16.71 19.22 16.88 18.64 16.51L15.5 14.51C15.01 14.21 14.8 13.61 14.98 13.07L15.24 12.3H8.83L9.09 13.07C9.27 13.61 9.06 14.21 8.57 14.51L5.43 16.51C4.85 16.88 4.08 16.71 3.71 16.13L1.74 13.04C1.4 12.5 1.52 11.8 2.01 11.4C2.19 11.25 2.32 11.15 2.4 11.09C5.67 8.56 8.89 7.27 12.04 7.27ZM12.04 8.77C9.21 8.77 6.25 9.96 3.13 12.42L4.84 15.11L7.6 13.35L7.3 12.45C7.08 11.79 7.44 11.08 8.09 10.87C8.22 10.82 8.35 10.8 8.49 10.8H15.58C16.27 10.8 16.83 11.36 16.83 12.05C16.83 12.19 16.81 12.32 16.77 12.45L16.47 13.35L19.23 15.11L20.94 12.42C17.82 9.97 14.86 8.77 12.04 8.77Z" })));
|
|
36
|
+
CallEnded.displayName = "CallEnded";
|
|
37
|
+
var CallEnded_default = CallEnded;
|
|
@@ -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 CallEndedFilled_exports = {};
|
|
30
|
+
__export(CallEndedFilled_exports, {
|
|
31
|
+
default: () => CallEndedFilled_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CallEndedFilled_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const CallEndedFilled = ({ 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_2458_451)" }, /* @__PURE__ */ React.createElement("path", { d: "M8.45 12.06L8.81 13.16C8.96 13.59 8.79 14.07 8.4 14.32L5.27 16.31C4.8 16.61 4.18 16.47 3.88 16.01L1.92 12.92C1.65 12.49 1.74 11.92 2.13 11.6C2.31 11.46 2.44 11.36 2.52 11.3C5.76 8.79 8.92 7.53 12 7.53C15.14 7.53 18.36 8.84 21.67 11.44C21.71 11.48 21.78 11.53 21.87 11.6C22.26 11.92 22.35 12.49 22.08 12.92L20.11 16.01C19.82 16.47 19.2 16.61 18.73 16.31L15.6 14.32C15.21 14.07 15.04 13.59 15.18 13.16L15.55 12.06H8.45Z" })));
|
|
36
|
+
CallEndedFilled.displayName = "CallEndedFilled";
|
|
37
|
+
var CallEndedFilled_default = CallEndedFilled;
|
|
@@ -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 CallEndedFilledSmall_exports = {};
|
|
30
|
+
__export(CallEndedFilledSmall_exports, {
|
|
31
|
+
default: () => CallEndedFilledSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CallEndedFilledSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const CallEndedFilledSmall = ({ 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_2458_454)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.53 11.57L4.08 12.11C3.65 12.21 3.2 12.01 2.99 11.62L1.76 9.38C1.53 8.96 1.62 8.44 1.99 8.13C3.84 6.57 6.17 5.79 8.99 5.79C11.82 5.79 14.16 6.58 16.01 8.16C16.37 8.45 16.47 8.95 16.26 9.37L15.12 11.65C14.9 12.09 14.4 12.3 13.94 12.17L11.53 11.45C11.05 11.31 10.75 10.84 10.83 10.34L10.99 9.29L6.99 9.29L7.28 10.32C7.43 10.85 7.1 11.46 6.53 11.57Z" })));
|
|
36
|
+
CallEndedFilledSmall.displayName = "CallEndedFilledSmall";
|
|
37
|
+
var CallEndedFilledSmall_default = CallEndedFilledSmall;
|
|
@@ -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 CallEndedSmall_exports = {};
|
|
30
|
+
__export(CallEndedSmall_exports, {
|
|
31
|
+
default: () => CallEndedSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CallEndedSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const CallEndedSmall = ({ 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_2458_448)" }, /* @__PURE__ */ React.createElement("path", { d: "M8.99 5.25C11.87 5.25 14.27 6.06 16.17 7.68C16.61 8.05 16.74 8.67 16.48 9.19L15.34 11.48C15.07 12.02 14.45 12.29 13.86 12.12L11.46 11.4C10.85 11.23 10.48 10.63 10.58 10.01L10.69 9.25H7.32L7.52 9.96C7.7 10.62 7.31 11.38 6.58 11.52L6.58 11.52L4.13 12.07C3.59 12.19 3.03 11.94 2.76 11.45L1.53 9.21C1.25 8.69 1.37 8.04 1.82 7.65C3.72 6.05 6.12 5.25 8.99 5.25ZM8.99 6.75C6.4 6.75 4.39 7.4 2.92 8.66L3.98 10.48L5.86 10.1L5.66 9.29C5.58 8.96 5.62 8.59 5.81 8.29C6 7.97 6.35 7.76 6.82 7.75H10.99C11.67 7.76 12.35 8.39 12.25 9.18L12.25 9.19L12.15 10.03L14.14 10.56L15.06 8.67C13.59 7.4 11.58 6.75 8.99 6.75Z" })));
|
|
36
|
+
CallEndedSmall.displayName = "CallEndedSmall";
|
|
37
|
+
var CallEndedSmall_default = CallEndedSmall;
|
|
@@ -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;
|