@wix/wix-ui-icons-common 3.127.0 → 3.128.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/VideoCameraSparkles.js +37 -0
- package/dist/cjs/default/general/dist/components/VideoCameraSparklesSmall.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/VideoCameraSparkles.js +31 -0
- package/dist/cjs/lazy/general/dist/components/VideoCameraSparklesSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/index.js +6 -0
- package/dist/esm/default/general/dist/components/VideoCameraSparkles.js +7 -0
- package/dist/esm/default/general/dist/components/VideoCameraSparklesSmall.js +7 -0
- package/dist/esm/default/general/dist/index.js +166 -162
- package/dist/esm/default/general/metadata.js +7 -0
- package/dist/esm/lazy/general/dist/components/VideoCameraSparkles.js +11 -0
- package/dist/esm/lazy/general/dist/components/VideoCameraSparklesSmall.js +11 -0
- package/dist/esm/lazy/general/dist/index.js +482 -478
- package/dist/statics/icons/default/general/VideoCameraSparkles.0292.json +3 -0
- package/dist/statics/icons/default/general/VideoCameraSparklesSmall.7daf.json +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/default/general/dist/components/VideoCameraSparkles.d.ts +7 -0
- package/dist/types/default/general/dist/components/VideoCameraSparkles.d.ts.map +1 -0
- package/dist/types/default/general/dist/components/VideoCameraSparklesSmall.d.ts +7 -0
- package/dist/types/default/general/dist/components/VideoCameraSparklesSmall.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/VideoCameraSparkles.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/VideoCameraSparkles.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/VideoCameraSparklesSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/VideoCameraSparklesSmall.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
|
@@ -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 VideoCameraSparkles_exports = {};
|
|
30
|
+
__export(VideoCameraSparkles_exports, {
|
|
31
|
+
default: () => VideoCameraSparkles_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(VideoCameraSparkles_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const VideoCameraSparkles = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M17.5 13a.5.5 0 0 1 .49.402l.108.538c.198.99.972 1.764 1.962 1.962l.538.108a.5.5 0 0 1 0 .98l-.538.108a2.502 2.502 0 0 0-1.962 1.962l-.108.538a.5.5 0 0 1-.98 0l-.108-.538a2.502 2.502 0 0 0-1.962-1.962l-.538-.108a.5.5 0 0 1 0-.98l.538-.108a2.502 2.502 0 0 0 1.962-1.962l.108-.538A.5.5 0 0 1 17.5 13Zm0 2.169a3.504 3.504 0 0 1-1.331 1.331 3.504 3.504 0 0 1 1.331 1.331 3.504 3.504 0 0 1 1.331-1.331 3.504 3.504 0 0 1-1.331-1.331Z" }), /* @__PURE__ */ React.createElement("path", { d: "M14 6a2 2 0 0 1 2 2v1l4-2v4h-1V8.618L15 10.5V8a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h6v1H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h8Z" }), /* @__PURE__ */ React.createElement("path", { d: "M12 9a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1h4Z" }));
|
|
36
|
+
VideoCameraSparkles.displayName = "VideoCameraSparkles";
|
|
37
|
+
var VideoCameraSparkles_default = VideoCameraSparkles;
|
|
@@ -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 VideoCameraSparklesSmall_exports = {};
|
|
30
|
+
__export(VideoCameraSparklesSmall_exports, {
|
|
31
|
+
default: () => VideoCameraSparklesSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(VideoCameraSparklesSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const VideoCameraSparklesSmall = ({ 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: "M13.4 10a.4.4 0 0 1 .38.273l.025.078a2.6 2.6 0 0 0 1.644 1.644l.077.026a.4.4 0 0 1 0 .758l-.077.026a2.6 2.6 0 0 0-1.644 1.644l-.026.077a.4.4 0 0 1-.758 0l-.026-.077a2.6 2.6 0 0 0-1.644-1.644l-.078-.026a.4.4 0 0 1 0-.758l.078-.026a2.6 2.6 0 0 0 1.644-1.644l.026-.078A.4.4 0 0 1 13.4 10Zm0 1.349a3.404 3.404 0 0 1-1.05 1.051c.423.269.783.628 1.051 1.051a3.4 3.4 0 0 1 1.051-1.05 3.4 3.4 0 0 1-1.05-1.052Z" }), /* @__PURE__ */ React.createElement("path", { d: "M11 4a2 2 0 0 1 2 2v.568L15.352 5H16v4h-1V6.435L12.651 8H12V6a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4v1H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6Z" }), /* @__PURE__ */ React.createElement("path", { d: "M10 7H6V6h4v1Z" }));
|
|
36
|
+
VideoCameraSparklesSmall.displayName = "VideoCameraSparklesSmall";
|
|
37
|
+
var VideoCameraSparklesSmall_default = VideoCameraSparklesSmall;
|
|
@@ -1489,6 +1489,8 @@ __export(dist_exports, {
|
|
|
1489
1489
|
VideoCameraDisabled: () => import_VideoCameraDisabled.default,
|
|
1490
1490
|
VideoCameraDisabledSmall: () => import_VideoCameraDisabledSmall.default,
|
|
1491
1491
|
VideoCameraSmall: () => import_VideoCameraSmall.default,
|
|
1492
|
+
VideoCameraSparkles: () => import_VideoCameraSparkles.default,
|
|
1493
|
+
VideoCameraSparklesSmall: () => import_VideoCameraSparklesSmall.default,
|
|
1492
1494
|
VideoLibrary: () => import_VideoLibrary.default,
|
|
1493
1495
|
VideoLibrarySmall: () => import_VideoLibrarySmall.default,
|
|
1494
1496
|
ViewExternal: () => import_ViewExternal.default,
|
|
@@ -3033,6 +3035,8 @@ var import_VideoCamera = __toESM(require("./components/VideoCamera"));
|
|
|
3033
3035
|
var import_VideoCameraDisabled = __toESM(require("./components/VideoCameraDisabled"));
|
|
3034
3036
|
var import_VideoCameraDisabledSmall = __toESM(require("./components/VideoCameraDisabledSmall"));
|
|
3035
3037
|
var import_VideoCameraSmall = __toESM(require("./components/VideoCameraSmall"));
|
|
3038
|
+
var import_VideoCameraSparkles = __toESM(require("./components/VideoCameraSparkles"));
|
|
3039
|
+
var import_VideoCameraSparklesSmall = __toESM(require("./components/VideoCameraSparklesSmall"));
|
|
3036
3040
|
var import_VideoLibrary = __toESM(require("./components/VideoLibrary"));
|
|
3037
3041
|
var import_VideoLibrarySmall = __toESM(require("./components/VideoLibrarySmall"));
|
|
3038
3042
|
var import_ViewExternal = __toESM(require("./components/ViewExternal"));
|
|
@@ -4577,6 +4581,8 @@ var import_ssoSmall = __toESM(require("./components/ssoSmall"));
|
|
|
4577
4581
|
VideoCameraDisabled,
|
|
4578
4582
|
VideoCameraDisabledSmall,
|
|
4579
4583
|
VideoCameraSmall,
|
|
4584
|
+
VideoCameraSparkles,
|
|
4585
|
+
VideoCameraSparklesSmall,
|
|
4580
4586
|
VideoLibrary,
|
|
4581
4587
|
VideoLibrarySmall,
|
|
4582
4588
|
ViewExternal,
|
|
@@ -2815,6 +2815,13 @@ const generalIconsMetadata = [
|
|
|
2815
2815
|
tags: ["live", "record"],
|
|
2816
2816
|
sizes: { "18": "VideoCameraSmall", "24": "VideoCamera" }
|
|
2817
2817
|
},
|
|
2818
|
+
{
|
|
2819
|
+
title: "VideoCameraSparkles",
|
|
2820
|
+
category: "Communication",
|
|
2821
|
+
description: "Button - starts generating video with AI",
|
|
2822
|
+
tags: ["live", "record"],
|
|
2823
|
+
sizes: { "18": "VideoCameraSparklesSmall", "24": "VideoCameraSparkles" }
|
|
2824
|
+
},
|
|
2818
2825
|
{
|
|
2819
2826
|
title: "VideoCameraDisabled",
|
|
2820
2827
|
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 VideoCameraSparkles_exports = {};
|
|
20
|
+
__export(VideoCameraSparkles_exports, {
|
|
21
|
+
default: () => VideoCameraSparkles_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(VideoCameraSparkles_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var VideoCameraSparkles_default = (0, import_core.icon)({
|
|
26
|
+
name: "VideoCameraSparkles",
|
|
27
|
+
hashes: { "default": "0292" },
|
|
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 VideoCameraSparklesSmall_exports = {};
|
|
20
|
+
__export(VideoCameraSparklesSmall_exports, {
|
|
21
|
+
default: () => VideoCameraSparklesSmall_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(VideoCameraSparklesSmall_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var VideoCameraSparklesSmall_default = (0, import_core.icon)({
|
|
26
|
+
name: "VideoCameraSparklesSmall",
|
|
27
|
+
hashes: { "default": "7daf" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 18,
|
|
30
|
+
height: 18
|
|
31
|
+
});
|
|
@@ -1645,6 +1645,8 @@ __export(dist_exports, {
|
|
|
1645
1645
|
VideoCameraDisabled: () => import_VideoCameraDisabled.default,
|
|
1646
1646
|
VideoCameraDisabledSmall: () => import_VideoCameraDisabledSmall.default,
|
|
1647
1647
|
VideoCameraSmall: () => import_VideoCameraSmall.default,
|
|
1648
|
+
VideoCameraSparkles: () => import_VideoCameraSparkles.default,
|
|
1649
|
+
VideoCameraSparklesSmall: () => import_VideoCameraSparklesSmall.default,
|
|
1648
1650
|
VideoFile: () => import_VideoFile.default,
|
|
1649
1651
|
VideoFileSmall: () => import_VideoFileSmall.default,
|
|
1650
1652
|
VideoLibrary: () => import_VideoLibrary.default,
|
|
@@ -3191,6 +3193,8 @@ var import_VideoCamera = __toESM(require("./components/VideoCamera"));
|
|
|
3191
3193
|
var import_VideoCameraDisabled = __toESM(require("./components/VideoCameraDisabled"));
|
|
3192
3194
|
var import_VideoCameraDisabledSmall = __toESM(require("./components/VideoCameraDisabledSmall"));
|
|
3193
3195
|
var import_VideoCameraSmall = __toESM(require("./components/VideoCameraSmall"));
|
|
3196
|
+
var import_VideoCameraSparkles = __toESM(require("./components/VideoCameraSparkles"));
|
|
3197
|
+
var import_VideoCameraSparklesSmall = __toESM(require("./components/VideoCameraSparklesSmall"));
|
|
3194
3198
|
var import_VideoLibrary = __toESM(require("./components/VideoLibrary"));
|
|
3195
3199
|
var import_VideoLibrarySmall = __toESM(require("./components/VideoLibrarySmall"));
|
|
3196
3200
|
var import_ViewExternal = __toESM(require("./components/ViewExternal"));
|
|
@@ -5049,6 +5053,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
5049
5053
|
VideoCameraDisabled,
|
|
5050
5054
|
VideoCameraDisabledSmall,
|
|
5051
5055
|
VideoCameraSmall,
|
|
5056
|
+
VideoCameraSparkles,
|
|
5057
|
+
VideoCameraSparklesSmall,
|
|
5052
5058
|
VideoFile,
|
|
5053
5059
|
VideoFileSmall,
|
|
5054
5060
|
VideoLibrary,
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const VideoCameraSparkles = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M17.5 13a.5.5 0 0 1 .49.402l.108.538c.198.99.972 1.764 1.962 1.962l.538.108a.5.5 0 0 1 0 .98l-.538.108a2.502 2.502 0 0 0-1.962 1.962l-.108.538a.5.5 0 0 1-.98 0l-.108-.538a2.502 2.502 0 0 0-1.962-1.962l-.538-.108a.5.5 0 0 1 0-.98l.538-.108a2.502 2.502 0 0 0 1.962-1.962l.108-.538A.5.5 0 0 1 17.5 13Zm0 2.169a3.504 3.504 0 0 1-1.331 1.331 3.504 3.504 0 0 1 1.331 1.331 3.504 3.504 0 0 1 1.331-1.331 3.504 3.504 0 0 1-1.331-1.331Z" }), /* @__PURE__ */ React.createElement("path", { d: "M14 6a2 2 0 0 1 2 2v1l4-2v4h-1V8.618L15 10.5V8a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h6v1H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h8Z" }), /* @__PURE__ */ React.createElement("path", { d: "M12 9a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1h4Z" }));
|
|
3
|
+
VideoCameraSparkles.displayName = "VideoCameraSparkles";
|
|
4
|
+
var VideoCameraSparkles_default = VideoCameraSparkles;
|
|
5
|
+
export {
|
|
6
|
+
VideoCameraSparkles_default as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const VideoCameraSparklesSmall = ({ 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: "M13.4 10a.4.4 0 0 1 .38.273l.025.078a2.6 2.6 0 0 0 1.644 1.644l.077.026a.4.4 0 0 1 0 .758l-.077.026a2.6 2.6 0 0 0-1.644 1.644l-.026.077a.4.4 0 0 1-.758 0l-.026-.077a2.6 2.6 0 0 0-1.644-1.644l-.078-.026a.4.4 0 0 1 0-.758l.078-.026a2.6 2.6 0 0 0 1.644-1.644l.026-.078A.4.4 0 0 1 13.4 10Zm0 1.349a3.404 3.404 0 0 1-1.05 1.051c.423.269.783.628 1.051 1.051a3.4 3.4 0 0 1 1.051-1.05 3.4 3.4 0 0 1-1.05-1.052Z" }), /* @__PURE__ */ React.createElement("path", { d: "M11 4a2 2 0 0 1 2 2v.568L15.352 5H16v4h-1V6.435L12.651 8H12V6a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4v1H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6Z" }), /* @__PURE__ */ React.createElement("path", { d: "M10 7H6V6h4v1Z" }));
|
|
3
|
+
VideoCameraSparklesSmall.displayName = "VideoCameraSparklesSmall";
|
|
4
|
+
var VideoCameraSparklesSmall_default = VideoCameraSparklesSmall;
|
|
5
|
+
export {
|
|
6
|
+
VideoCameraSparklesSmall_default as default
|
|
7
|
+
};
|
|
@@ -1459,87 +1459,89 @@ import { default as default1459 } from "./components/VideoCamera";
|
|
|
1459
1459
|
import { default as default1460 } from "./components/VideoCameraDisabled";
|
|
1460
1460
|
import { default as default1461 } from "./components/VideoCameraDisabledSmall";
|
|
1461
1461
|
import { default as default1462 } from "./components/VideoCameraSmall";
|
|
1462
|
-
import { default as default1463 } from "./components/
|
|
1463
|
-
import { default as default1464 } from "./components/
|
|
1464
|
-
import { default as default1465 } from "./components/
|
|
1465
|
-
import { default as default1466 } from "./components/
|
|
1466
|
-
import { default as default1467 } from "./components/
|
|
1467
|
-
import { default as default1468 } from "./components/
|
|
1468
|
-
import { default as default1469 } from "./components/
|
|
1469
|
-
import { default as default1470 } from "./components/
|
|
1470
|
-
import { default as default1471 } from "./components/
|
|
1471
|
-
import { default as default1472 } from "./components/
|
|
1472
|
-
import { default as default1473 } from "./components/
|
|
1473
|
-
import { default as default1474 } from "./components/
|
|
1474
|
-
import { default as default1475 } from "./components/
|
|
1475
|
-
import { default as default1476 } from "./components/
|
|
1476
|
-
import { default as default1477 } from "./components/
|
|
1477
|
-
import { default as default1478 } from "./components/
|
|
1478
|
-
import { default as default1479 } from "./components/
|
|
1479
|
-
import { default as default1480 } from "./components/
|
|
1480
|
-
import { default as default1481 } from "./components/
|
|
1481
|
-
import { default as default1482 } from "./components/
|
|
1482
|
-
import { default as default1483 } from "./components/
|
|
1483
|
-
import { default as default1484 } from "./components/
|
|
1484
|
-
import { default as default1485 } from "./components/
|
|
1485
|
-
import { default as default1486 } from "./components/
|
|
1486
|
-
import { default as default1487 } from "./components/
|
|
1487
|
-
import { default as default1488 } from "./components/
|
|
1488
|
-
import { default as default1489 } from "./components/
|
|
1489
|
-
import { default as default1490 } from "./components/
|
|
1490
|
-
import { default as default1491 } from "./components/
|
|
1491
|
-
import { default as default1492 } from "./components/
|
|
1492
|
-
import { default as default1493 } from "./components/
|
|
1493
|
-
import { default as default1494 } from "./components/
|
|
1494
|
-
import { default as default1495 } from "./components/
|
|
1495
|
-
import { default as default1496 } from "./components/
|
|
1496
|
-
import { default as default1497 } from "./components/
|
|
1497
|
-
import { default as default1498 } from "./components/
|
|
1498
|
-
import { default as default1499 } from "./components/
|
|
1499
|
-
import { default as default1500 } from "./components/
|
|
1500
|
-
import { default as default1501 } from "./components/
|
|
1501
|
-
import { default as default1502 } from "./components/
|
|
1502
|
-
import { default as default1503 } from "./components/
|
|
1503
|
-
import { default as default1504 } from "./components/
|
|
1504
|
-
import { default as default1505 } from "./components/
|
|
1505
|
-
import { default as default1506 } from "./components/
|
|
1506
|
-
import { default as default1507 } from "./components/
|
|
1507
|
-
import { default as default1508 } from "./components/
|
|
1508
|
-
import { default as default1509 } from "./components/
|
|
1509
|
-
import { default as default1510 } from "./components/
|
|
1510
|
-
import { default as default1511 } from "./components/
|
|
1511
|
-
import { default as default1512 } from "./components/
|
|
1512
|
-
import { default as default1513 } from "./components/
|
|
1513
|
-
import { default as default1514 } from "./components/
|
|
1514
|
-
import { default as default1515 } from "./components/
|
|
1515
|
-
import { default as default1516 } from "./components/
|
|
1516
|
-
import { default as default1517 } from "./components/
|
|
1517
|
-
import { default as default1518 } from "./components/
|
|
1518
|
-
import { default as default1519 } from "./components/
|
|
1519
|
-
import { default as default1520 } from "./components/
|
|
1520
|
-
import { default as default1521 } from "./components/
|
|
1521
|
-
import { default as default1522 } from "./components/
|
|
1522
|
-
import { default as default1523 } from "./components/
|
|
1523
|
-
import { default as default1524 } from "./components/
|
|
1524
|
-
import { default as default1525 } from "./components/
|
|
1525
|
-
import { default as default1526 } from "./components/
|
|
1526
|
-
import { default as default1527 } from "./components/
|
|
1527
|
-
import { default as default1528 } from "./components/
|
|
1528
|
-
import { default as default1529 } from "./components/
|
|
1529
|
-
import { default as default1530 } from "./components/
|
|
1530
|
-
import { default as default1531 } from "./components/
|
|
1531
|
-
import { default as default1532 } from "./components/
|
|
1532
|
-
import { default as default1533 } from "./components/
|
|
1533
|
-
import { default as default1534 } from "./components/
|
|
1534
|
-
import { default as default1535 } from "./components/
|
|
1535
|
-
import { default as default1536 } from "./components/
|
|
1536
|
-
import { default as default1537 } from "./components/
|
|
1537
|
-
import { default as default1538 } from "./components/
|
|
1538
|
-
import { default as default1539 } from "./components/
|
|
1539
|
-
import { default as default1540 } from "./components/
|
|
1540
|
-
import { default as default1541 } from "./components/
|
|
1541
|
-
import { default as default1542 } from "./components/
|
|
1542
|
-
import { default as default1543 } from "./components/
|
|
1462
|
+
import { default as default1463 } from "./components/VideoCameraSparkles";
|
|
1463
|
+
import { default as default1464 } from "./components/VideoCameraSparklesSmall";
|
|
1464
|
+
import { default as default1465 } from "./components/VideoLibrary";
|
|
1465
|
+
import { default as default1466 } from "./components/VideoLibrarySmall";
|
|
1466
|
+
import { default as default1467 } from "./components/ViewExternal";
|
|
1467
|
+
import { default as default1468 } from "./components/ViewExternalSmall";
|
|
1468
|
+
import { default as default1469 } from "./components/Vignette";
|
|
1469
|
+
import { default as default1470 } from "./components/VignetteSmall";
|
|
1470
|
+
import { default as default1471 } from "./components/Vimeo";
|
|
1471
|
+
import { default as default1472 } from "./components/VimeoSmall";
|
|
1472
|
+
import { default as default1473 } from "./components/VisibileHidden";
|
|
1473
|
+
import { default as default1474 } from "./components/Visible";
|
|
1474
|
+
import { default as default1475 } from "./components/VisibleSmall";
|
|
1475
|
+
import { default as default1476 } from "./components/VoiceAssistant";
|
|
1476
|
+
import { default as default1477 } from "./components/VoiceAssistantSmall";
|
|
1477
|
+
import { default as default1478 } from "./components/Volume";
|
|
1478
|
+
import { default as default1479 } from "./components/VolumeSmall";
|
|
1479
|
+
import { default as default1480 } from "./components/Waitlist";
|
|
1480
|
+
import { default as default1481 } from "./components/WaitlistSmall";
|
|
1481
|
+
import { default as default1482 } from "./components/Waveform";
|
|
1482
|
+
import { default as default1483 } from "./components/WaveformSmall";
|
|
1483
|
+
import { default as default1484 } from "./components/Wc";
|
|
1484
|
+
import { default as default1485 } from "./components/WcMen";
|
|
1485
|
+
import { default as default1486 } from "./components/WcMenSmall";
|
|
1486
|
+
import { default as default1487 } from "./components/WcSmall";
|
|
1487
|
+
import { default as default1488 } from "./components/WcWomen";
|
|
1488
|
+
import { default as default1489 } from "./components/WcWomenSmall";
|
|
1489
|
+
import { default as default1490 } from "./components/Webhook";
|
|
1490
|
+
import { default as default1491 } from "./components/WebhookSmall";
|
|
1491
|
+
import { default as default1492 } from "./components/Whatsapp";
|
|
1492
|
+
import { default as default1493 } from "./components/WhatsappSmall";
|
|
1493
|
+
import { default as default1494 } from "./components/Wheelchair";
|
|
1494
|
+
import { default as default1495 } from "./components/WheelchairSmall";
|
|
1495
|
+
import { default as default1496 } from "./components/Widgets";
|
|
1496
|
+
import { default as default1497 } from "./components/WidgetsSmall";
|
|
1497
|
+
import { default as default1498 } from "./components/Width";
|
|
1498
|
+
import { default as default1499 } from "./components/WidthSmall";
|
|
1499
|
+
import { default as default1500 } from "./components/WixBooking";
|
|
1500
|
+
import { default as default1501 } from "./components/WixBookingSmall";
|
|
1501
|
+
import { default as default1502 } from "./components/WixChat";
|
|
1502
|
+
import { default as default1503 } from "./components/WixChatFilled";
|
|
1503
|
+
import { default as default1504 } from "./components/WixChatFilledSmall";
|
|
1504
|
+
import { default as default1505 } from "./components/WixChatSmall";
|
|
1505
|
+
import { default as default1506 } from "./components/WixEventSnitch";
|
|
1506
|
+
import { default as default1507 } from "./components/WixEventSnitchSmall";
|
|
1507
|
+
import { default as default1508 } from "./components/WixForms";
|
|
1508
|
+
import { default as default1509 } from "./components/WixFormsFilled";
|
|
1509
|
+
import { default as default1510 } from "./components/WixFormsFilledSmall";
|
|
1510
|
+
import { default as default1511 } from "./components/WixFormsSmall";
|
|
1511
|
+
import { default as default1512 } from "./components/WixForum";
|
|
1512
|
+
import { default as default1513 } from "./components/WixForumSmall";
|
|
1513
|
+
import { default as default1514 } from "./components/WixMarketplace";
|
|
1514
|
+
import { default as default1515 } from "./components/WixMarketplaceSmall";
|
|
1515
|
+
import { default as default1516 } from "./components/WixMenu";
|
|
1516
|
+
import { default as default1517 } from "./components/WixMenuSmall";
|
|
1517
|
+
import { default as default1518 } from "./components/WixSocialPosts";
|
|
1518
|
+
import { default as default1519 } from "./components/WixSocialPostsSmall";
|
|
1519
|
+
import { default as default1520 } from "./components/Wrap";
|
|
1520
|
+
import { default as default1521 } from "./components/WrapFilled";
|
|
1521
|
+
import { default as default1522 } from "./components/WrapFilledSmall";
|
|
1522
|
+
import { default as default1523 } from "./components/WrapSmall";
|
|
1523
|
+
import { default as default1524 } from "./components/WrapSmallFilled";
|
|
1524
|
+
import { default as default1525 } from "./components/X";
|
|
1525
|
+
import { default as default1526 } from "./components/XCorp";
|
|
1526
|
+
import { default as default1527 } from "./components/XCorpSmall";
|
|
1527
|
+
import { default as default1528 } from "./components/Yahoo";
|
|
1528
|
+
import { default as default1529 } from "./components/YahooSmall";
|
|
1529
|
+
import { default as default1530 } from "./components/YandexEn";
|
|
1530
|
+
import { default as default1531 } from "./components/YandexEnSmall";
|
|
1531
|
+
import { default as default1532 } from "./components/YandexRu";
|
|
1532
|
+
import { default as default1533 } from "./components/YandexRuSmall";
|
|
1533
|
+
import { default as default1534 } from "./components/Yelp";
|
|
1534
|
+
import { default as default1535 } from "./components/YelpSmall";
|
|
1535
|
+
import { default as default1536 } from "./components/Youtube";
|
|
1536
|
+
import { default as default1537 } from "./components/YoutubeFilled";
|
|
1537
|
+
import { default as default1538 } from "./components/YoutubeFilledSmall";
|
|
1538
|
+
import { default as default1539 } from "./components/YoutubeSmall";
|
|
1539
|
+
import { default as default1540 } from "./components/ZoomIn";
|
|
1540
|
+
import { default as default1541 } from "./components/ZoomInSmall";
|
|
1541
|
+
import { default as default1542 } from "./components/ZoomOut";
|
|
1542
|
+
import { default as default1543 } from "./components/ZoomOutSmall";
|
|
1543
|
+
import { default as default1544 } from "./components/sso";
|
|
1544
|
+
import { default as default1545 } from "./components/ssoSmall";
|
|
1543
1545
|
export {
|
|
1544
1546
|
default2 as AI,
|
|
1545
1547
|
default3 as AIAssistant,
|
|
@@ -3002,85 +3004,87 @@ export {
|
|
|
3002
3004
|
default1460 as VideoCameraDisabled,
|
|
3003
3005
|
default1461 as VideoCameraDisabledSmall,
|
|
3004
3006
|
default1462 as VideoCameraSmall,
|
|
3005
|
-
default1463 as
|
|
3006
|
-
default1464 as
|
|
3007
|
-
default1465 as
|
|
3008
|
-
default1466 as
|
|
3009
|
-
default1467 as
|
|
3010
|
-
default1468 as
|
|
3011
|
-
default1469 as
|
|
3012
|
-
default1470 as
|
|
3013
|
-
default1471 as
|
|
3014
|
-
default1472 as
|
|
3015
|
-
default1473 as
|
|
3016
|
-
default1474 as
|
|
3017
|
-
default1475 as
|
|
3018
|
-
default1476 as
|
|
3019
|
-
default1477 as
|
|
3020
|
-
default1478 as
|
|
3021
|
-
default1479 as
|
|
3022
|
-
default1480 as
|
|
3023
|
-
default1481 as
|
|
3024
|
-
default1482 as
|
|
3025
|
-
default1483 as
|
|
3026
|
-
default1484 as
|
|
3027
|
-
default1485 as
|
|
3028
|
-
default1486 as
|
|
3029
|
-
default1487 as
|
|
3030
|
-
default1488 as
|
|
3031
|
-
default1489 as
|
|
3032
|
-
default1490 as
|
|
3033
|
-
default1491 as
|
|
3034
|
-
default1492 as
|
|
3035
|
-
default1493 as
|
|
3036
|
-
default1494 as
|
|
3037
|
-
default1495 as
|
|
3038
|
-
default1496 as
|
|
3039
|
-
default1497 as
|
|
3040
|
-
default1498 as
|
|
3041
|
-
default1499 as
|
|
3042
|
-
default1500 as
|
|
3043
|
-
default1501 as
|
|
3044
|
-
default1502 as
|
|
3045
|
-
default1503 as
|
|
3046
|
-
default1504 as
|
|
3047
|
-
default1505 as
|
|
3048
|
-
default1506 as
|
|
3049
|
-
default1507 as
|
|
3050
|
-
default1508 as
|
|
3051
|
-
default1509 as
|
|
3052
|
-
default1510 as
|
|
3053
|
-
default1511 as
|
|
3054
|
-
default1512 as
|
|
3055
|
-
default1513 as
|
|
3056
|
-
default1514 as
|
|
3057
|
-
default1515 as
|
|
3058
|
-
default1516 as
|
|
3059
|
-
default1517 as
|
|
3060
|
-
default1518 as
|
|
3061
|
-
default1519 as
|
|
3062
|
-
default1520 as
|
|
3063
|
-
default1521 as
|
|
3064
|
-
default1522 as
|
|
3065
|
-
default1523 as
|
|
3066
|
-
default1524 as
|
|
3067
|
-
default1525 as
|
|
3068
|
-
default1526 as
|
|
3069
|
-
default1527 as
|
|
3070
|
-
default1528 as
|
|
3071
|
-
default1529 as
|
|
3072
|
-
default1530 as
|
|
3073
|
-
default1531 as
|
|
3074
|
-
default1532 as
|
|
3075
|
-
default1533 as
|
|
3076
|
-
default1534 as
|
|
3077
|
-
default1535 as
|
|
3078
|
-
default1536 as
|
|
3079
|
-
default1537 as
|
|
3080
|
-
default1538 as
|
|
3081
|
-
default1539 as
|
|
3082
|
-
default1540 as
|
|
3083
|
-
default1541 as
|
|
3084
|
-
default1542 as
|
|
3085
|
-
default1543 as
|
|
3007
|
+
default1463 as VideoCameraSparkles,
|
|
3008
|
+
default1464 as VideoCameraSparklesSmall,
|
|
3009
|
+
default1465 as VideoLibrary,
|
|
3010
|
+
default1466 as VideoLibrarySmall,
|
|
3011
|
+
default1467 as ViewExternal,
|
|
3012
|
+
default1468 as ViewExternalSmall,
|
|
3013
|
+
default1469 as Vignette,
|
|
3014
|
+
default1470 as VignetteSmall,
|
|
3015
|
+
default1471 as Vimeo,
|
|
3016
|
+
default1472 as VimeoSmall,
|
|
3017
|
+
default1473 as VisibileHidden,
|
|
3018
|
+
default1474 as Visible,
|
|
3019
|
+
default1475 as VisibleSmall,
|
|
3020
|
+
default1476 as VoiceAssistant,
|
|
3021
|
+
default1477 as VoiceAssistantSmall,
|
|
3022
|
+
default1478 as Volume,
|
|
3023
|
+
default1479 as VolumeSmall,
|
|
3024
|
+
default1480 as Waitlist,
|
|
3025
|
+
default1481 as WaitlistSmall,
|
|
3026
|
+
default1482 as Waveform,
|
|
3027
|
+
default1483 as WaveformSmall,
|
|
3028
|
+
default1484 as Wc,
|
|
3029
|
+
default1485 as WcMen,
|
|
3030
|
+
default1486 as WcMenSmall,
|
|
3031
|
+
default1487 as WcSmall,
|
|
3032
|
+
default1488 as WcWomen,
|
|
3033
|
+
default1489 as WcWomenSmall,
|
|
3034
|
+
default1490 as Webhook,
|
|
3035
|
+
default1491 as WebhookSmall,
|
|
3036
|
+
default1492 as Whatsapp,
|
|
3037
|
+
default1493 as WhatsappSmall,
|
|
3038
|
+
default1494 as Wheelchair,
|
|
3039
|
+
default1495 as WheelchairSmall,
|
|
3040
|
+
default1496 as Widgets,
|
|
3041
|
+
default1497 as WidgetsSmall,
|
|
3042
|
+
default1498 as Width,
|
|
3043
|
+
default1499 as WidthSmall,
|
|
3044
|
+
default1500 as WixBooking,
|
|
3045
|
+
default1501 as WixBookingSmall,
|
|
3046
|
+
default1502 as WixChat,
|
|
3047
|
+
default1503 as WixChatFilled,
|
|
3048
|
+
default1504 as WixChatFilledSmall,
|
|
3049
|
+
default1505 as WixChatSmall,
|
|
3050
|
+
default1506 as WixEventSnitch,
|
|
3051
|
+
default1507 as WixEventSnitchSmall,
|
|
3052
|
+
default1508 as WixForms,
|
|
3053
|
+
default1509 as WixFormsFilled,
|
|
3054
|
+
default1510 as WixFormsFilledSmall,
|
|
3055
|
+
default1511 as WixFormsSmall,
|
|
3056
|
+
default1512 as WixForum,
|
|
3057
|
+
default1513 as WixForumSmall,
|
|
3058
|
+
default1514 as WixMarketplace,
|
|
3059
|
+
default1515 as WixMarketplaceSmall,
|
|
3060
|
+
default1516 as WixMenu,
|
|
3061
|
+
default1517 as WixMenuSmall,
|
|
3062
|
+
default1518 as WixSocialPosts,
|
|
3063
|
+
default1519 as WixSocialPostsSmall,
|
|
3064
|
+
default1520 as Wrap,
|
|
3065
|
+
default1521 as WrapFilled,
|
|
3066
|
+
default1522 as WrapFilledSmall,
|
|
3067
|
+
default1523 as WrapSmall,
|
|
3068
|
+
default1524 as WrapSmallFilled,
|
|
3069
|
+
default1525 as X,
|
|
3070
|
+
default1526 as XCorp,
|
|
3071
|
+
default1527 as XCorpSmall,
|
|
3072
|
+
default1528 as Yahoo,
|
|
3073
|
+
default1529 as YahooSmall,
|
|
3074
|
+
default1530 as YandexEn,
|
|
3075
|
+
default1531 as YandexEnSmall,
|
|
3076
|
+
default1532 as YandexRu,
|
|
3077
|
+
default1533 as YandexRuSmall,
|
|
3078
|
+
default1534 as Yelp,
|
|
3079
|
+
default1535 as YelpSmall,
|
|
3080
|
+
default1536 as Youtube,
|
|
3081
|
+
default1537 as YoutubeFilled,
|
|
3082
|
+
default1538 as YoutubeFilledSmall,
|
|
3083
|
+
default1539 as YoutubeSmall,
|
|
3084
|
+
default1540 as ZoomIn,
|
|
3085
|
+
default1541 as ZoomInSmall,
|
|
3086
|
+
default1542 as ZoomOut,
|
|
3087
|
+
default1543 as ZoomOutSmall,
|
|
3088
|
+
default1544 as sso,
|
|
3089
|
+
default1545 as ssoSmall
|
|
3086
3090
|
};
|
|
@@ -2791,6 +2791,13 @@ const generalIconsMetadata = [
|
|
|
2791
2791
|
tags: ["live", "record"],
|
|
2792
2792
|
sizes: { "18": "VideoCameraSmall", "24": "VideoCamera" }
|
|
2793
2793
|
},
|
|
2794
|
+
{
|
|
2795
|
+
title: "VideoCameraSparkles",
|
|
2796
|
+
category: "Communication",
|
|
2797
|
+
description: "Button - starts generating video with AI",
|
|
2798
|
+
tags: ["live", "record"],
|
|
2799
|
+
sizes: { "18": "VideoCameraSparklesSmall", "24": "VideoCameraSparkles" }
|
|
2800
|
+
},
|
|
2794
2801
|
{
|
|
2795
2802
|
title: "VideoCameraDisabled",
|
|
2796
2803
|
category: "Communication",
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { icon } from "@wix/wix-ui-icons-common/core";
|
|
2
|
+
var VideoCameraSparkles_default = icon({
|
|
3
|
+
name: "VideoCameraSparkles",
|
|
4
|
+
hashes: { "default": "0292" },
|
|
5
|
+
category: "general",
|
|
6
|
+
width: 24,
|
|
7
|
+
height: 24
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
VideoCameraSparkles_default as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { icon } from "@wix/wix-ui-icons-common/core";
|
|
2
|
+
var VideoCameraSparklesSmall_default = icon({
|
|
3
|
+
name: "VideoCameraSparklesSmall",
|
|
4
|
+
hashes: { "default": "7daf" },
|
|
5
|
+
category: "general",
|
|
6
|
+
width: 18,
|
|
7
|
+
height: 18
|
|
8
|
+
});
|
|
9
|
+
export {
|
|
10
|
+
VideoCameraSparklesSmall_default as default
|
|
11
|
+
};
|