@loomhq/lens 11.23.0 → 11.24.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/icons/index.js +36 -4
- package/dist/cjs/icons/zoom-logo.js +77 -0
- package/dist/esm/icons/index.js +36 -4
- package/dist/esm/icons/zoom-logo.js +50 -0
- package/dist/types/components/icon/available-icons/index.d.ts +1 -0
- package/dist/types/components/icon/available-icons/zoom-logo.d.ts +2 -0
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/zoom-logo.d.ts +2 -0
- package/package.json +1 -1
package/dist/cjs/icons/index.js
CHANGED
|
@@ -339,6 +339,7 @@ __export(available_icons_exports, {
|
|
|
339
339
|
SvgZap: () => SvgZap,
|
|
340
340
|
SvgZapOutline: () => SvgZapOutline,
|
|
341
341
|
SvgZoomIn: () => SvgZoomIn,
|
|
342
|
+
SvgZoomLogo: () => SvgZoomLogo,
|
|
342
343
|
SvgZoomOut: () => SvgZoomOut
|
|
343
344
|
});
|
|
344
345
|
module.exports = __toCommonJS(available_icons_exports);
|
|
@@ -6691,10 +6692,41 @@ function SvgZoomIn(props) {
|
|
|
6691
6692
|
));
|
|
6692
6693
|
}
|
|
6693
6694
|
|
|
6694
|
-
// src/components/icon/available-icons/zoom-
|
|
6695
|
+
// src/components/icon/available-icons/zoom-logo.tsx
|
|
6695
6696
|
var React297 = __toESM(require("react"));
|
|
6696
|
-
function
|
|
6697
|
+
function SvgZoomLogo(props) {
|
|
6697
6698
|
return /* @__PURE__ */ React297.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React297.createElement(
|
|
6699
|
+
"path",
|
|
6700
|
+
{
|
|
6701
|
+
fill: "url(#a)",
|
|
6702
|
+
d: "M22 12a19.8 19.8 0 0 1-.25 3.14 8.002 8.002 0 0 1-6.61 6.61c-2.08.334-4.2.334-6.28 0a8.003 8.003 0 0 1-6.61-6.61 19.79 19.79 0 0 1 0-6.28 8.002 8.002 0 0 1 6.61-6.61 19.79 19.79 0 0 1 6.28 0 8.002 8.002 0 0 1 6.61 6.61c.167 1.038.25 2.088.25 3.14Z"
|
|
6703
|
+
}
|
|
6704
|
+
), /* @__PURE__ */ React297.createElement(
|
|
6705
|
+
"path",
|
|
6706
|
+
{
|
|
6707
|
+
fill: "#fff",
|
|
6708
|
+
d: "M7.972 13.531h-2.48a.427.427 0 0 1-.303-.732l1.718-1.718H5.675a.613.613 0 0 1-.612-.612H7.35a.428.428 0 0 1 .304.732L5.935 12.92H7.36c.338 0 .612.274.612.612Zm10.965-1.914a1.196 1.196 0 0 0-2.082-.798 1.196 1.196 0 0 0-2.083.798v1.914a.613.613 0 0 0 .612-.612v-1.302a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.613.612v-1.914a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.612.612v-1.914ZM14.465 12a1.577 1.577 0 1 1-3.153 0 1.577 1.577 0 0 1 3.153 0Zm-.612 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Zm-2.787 0a1.578 1.578 0 1 1-3.155 0 1.578 1.578 0 0 1 3.155 0Zm-.613 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Z"
|
|
6709
|
+
}
|
|
6710
|
+
), /* @__PURE__ */ React297.createElement("defs", null, /* @__PURE__ */ React297.createElement(
|
|
6711
|
+
"linearGradient",
|
|
6712
|
+
{
|
|
6713
|
+
id: "a",
|
|
6714
|
+
x1: 6.734,
|
|
6715
|
+
x2: 17.268,
|
|
6716
|
+
y1: 21.122,
|
|
6717
|
+
y2: 2.878,
|
|
6718
|
+
gradientUnits: "userSpaceOnUse"
|
|
6719
|
+
},
|
|
6720
|
+
/* @__PURE__ */ React297.createElement("stop", { stopColor: "#0845BF" }),
|
|
6721
|
+
/* @__PURE__ */ React297.createElement("stop", { offset: 0.6, stopColor: "#0B5CFF" }),
|
|
6722
|
+
/* @__PURE__ */ React297.createElement("stop", { offset: 1, stopColor: "#4F90EE" })
|
|
6723
|
+
)));
|
|
6724
|
+
}
|
|
6725
|
+
|
|
6726
|
+
// src/components/icon/available-icons/zoom-out.tsx
|
|
6727
|
+
var React298 = __toESM(require("react"));
|
|
6728
|
+
function SvgZoomOut(props) {
|
|
6729
|
+
return /* @__PURE__ */ React298.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React298.createElement(
|
|
6698
6730
|
"path",
|
|
6699
6731
|
{
|
|
6700
6732
|
fillRule: "evenodd",
|
|
@@ -6702,7 +6734,7 @@ function SvgZoomOut(props) {
|
|
|
6702
6734
|
d: "M11 4C7.13401 4 4 7.13401 4 11C4 14.866 7.13401 18 11 18C14.866 18 18 14.866 18 11C18 7.13401 14.866 4 11 4ZM2 11C2 6.02944 6.02944 2 11 2C15.9706 2 20 6.02944 20 11C20 15.9706 15.9706 20 11 20C6.02944 20 2 15.9706 2 11Z",
|
|
6703
6735
|
fill: "currentColor"
|
|
6704
6736
|
}
|
|
6705
|
-
), /* @__PURE__ */
|
|
6737
|
+
), /* @__PURE__ */ React298.createElement(
|
|
6706
6738
|
"path",
|
|
6707
6739
|
{
|
|
6708
6740
|
fillRule: "evenodd",
|
|
@@ -6710,7 +6742,7 @@ function SvgZoomOut(props) {
|
|
|
6710
6742
|
d: "M15.9429 15.9429C16.3334 15.5524 16.9666 15.5524 17.3571 15.9429L21.7071 20.2929C22.0977 20.6834 22.0977 21.3166 21.7071 21.7071C21.3166 22.0977 20.6834 22.0977 20.2929 21.7071L15.9429 17.3571C15.5524 16.9666 15.5524 16.3334 15.9429 15.9429Z",
|
|
6711
6743
|
fill: "currentColor"
|
|
6712
6744
|
}
|
|
6713
|
-
), /* @__PURE__ */
|
|
6745
|
+
), /* @__PURE__ */ React298.createElement(
|
|
6714
6746
|
"path",
|
|
6715
6747
|
{
|
|
6716
6748
|
fillRule: "evenodd",
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
9
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
10
|
+
var __spreadValues = (a, b) => {
|
|
11
|
+
for (var prop in b || (b = {}))
|
|
12
|
+
if (__hasOwnProp.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
if (__getOwnPropSymbols)
|
|
15
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
16
|
+
if (__propIsEnum.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
}
|
|
19
|
+
return a;
|
|
20
|
+
};
|
|
21
|
+
var __export = (target, all) => {
|
|
22
|
+
for (var name in all)
|
|
23
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
24
|
+
};
|
|
25
|
+
var __copyProps = (to, from, except, desc) => {
|
|
26
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
27
|
+
for (let key of __getOwnPropNames(from))
|
|
28
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
29
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
30
|
+
}
|
|
31
|
+
return to;
|
|
32
|
+
};
|
|
33
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
34
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
35
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
36
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
37
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
38
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
39
|
+
mod
|
|
40
|
+
));
|
|
41
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
42
|
+
|
|
43
|
+
// src/components/icon/available-icons/zoom-logo.tsx
|
|
44
|
+
var zoom_logo_exports = {};
|
|
45
|
+
__export(zoom_logo_exports, {
|
|
46
|
+
SvgZoomLogo: () => SvgZoomLogo
|
|
47
|
+
});
|
|
48
|
+
module.exports = __toCommonJS(zoom_logo_exports);
|
|
49
|
+
var React = __toESM(require("react"));
|
|
50
|
+
function SvgZoomLogo(props) {
|
|
51
|
+
return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React.createElement(
|
|
52
|
+
"path",
|
|
53
|
+
{
|
|
54
|
+
fill: "url(#a)",
|
|
55
|
+
d: "M22 12a19.8 19.8 0 0 1-.25 3.14 8.002 8.002 0 0 1-6.61 6.61c-2.08.334-4.2.334-6.28 0a8.003 8.003 0 0 1-6.61-6.61 19.79 19.79 0 0 1 0-6.28 8.002 8.002 0 0 1 6.61-6.61 19.79 19.79 0 0 1 6.28 0 8.002 8.002 0 0 1 6.61 6.61c.167 1.038.25 2.088.25 3.14Z"
|
|
56
|
+
}
|
|
57
|
+
), /* @__PURE__ */ React.createElement(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
fill: "#fff",
|
|
61
|
+
d: "M7.972 13.531h-2.48a.427.427 0 0 1-.303-.732l1.718-1.718H5.675a.613.613 0 0 1-.612-.612H7.35a.428.428 0 0 1 .304.732L5.935 12.92H7.36c.338 0 .612.274.612.612Zm10.965-1.914a1.196 1.196 0 0 0-2.082-.798 1.196 1.196 0 0 0-2.083.798v1.914a.613.613 0 0 0 .612-.612v-1.302a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.613.612v-1.914a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.612.612v-1.914ZM14.465 12a1.577 1.577 0 1 1-3.153 0 1.577 1.577 0 0 1 3.153 0Zm-.612 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Zm-2.787 0a1.578 1.578 0 1 1-3.155 0 1.578 1.578 0 0 1 3.155 0Zm-.613 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Z"
|
|
62
|
+
}
|
|
63
|
+
), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement(
|
|
64
|
+
"linearGradient",
|
|
65
|
+
{
|
|
66
|
+
id: "a",
|
|
67
|
+
x1: 6.734,
|
|
68
|
+
x2: 17.268,
|
|
69
|
+
y1: 21.122,
|
|
70
|
+
y2: 2.878,
|
|
71
|
+
gradientUnits: "userSpaceOnUse"
|
|
72
|
+
},
|
|
73
|
+
/* @__PURE__ */ React.createElement("stop", { stopColor: "#0845BF" }),
|
|
74
|
+
/* @__PURE__ */ React.createElement("stop", { offset: 0.6, stopColor: "#0B5CFF" }),
|
|
75
|
+
/* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#4F90EE" })
|
|
76
|
+
)));
|
|
77
|
+
}
|
package/dist/esm/icons/index.js
CHANGED
|
@@ -6363,10 +6363,41 @@ function SvgZoomIn(props) {
|
|
|
6363
6363
|
));
|
|
6364
6364
|
}
|
|
6365
6365
|
|
|
6366
|
-
// src/components/icon/available-icons/zoom-
|
|
6366
|
+
// src/components/icon/available-icons/zoom-logo.tsx
|
|
6367
6367
|
import * as React297 from "react";
|
|
6368
|
-
function
|
|
6368
|
+
function SvgZoomLogo(props) {
|
|
6369
6369
|
return /* @__PURE__ */ React297.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React297.createElement(
|
|
6370
|
+
"path",
|
|
6371
|
+
{
|
|
6372
|
+
fill: "url(#a)",
|
|
6373
|
+
d: "M22 12a19.8 19.8 0 0 1-.25 3.14 8.002 8.002 0 0 1-6.61 6.61c-2.08.334-4.2.334-6.28 0a8.003 8.003 0 0 1-6.61-6.61 19.79 19.79 0 0 1 0-6.28 8.002 8.002 0 0 1 6.61-6.61 19.79 19.79 0 0 1 6.28 0 8.002 8.002 0 0 1 6.61 6.61c.167 1.038.25 2.088.25 3.14Z"
|
|
6374
|
+
}
|
|
6375
|
+
), /* @__PURE__ */ React297.createElement(
|
|
6376
|
+
"path",
|
|
6377
|
+
{
|
|
6378
|
+
fill: "#fff",
|
|
6379
|
+
d: "M7.972 13.531h-2.48a.427.427 0 0 1-.303-.732l1.718-1.718H5.675a.613.613 0 0 1-.612-.612H7.35a.428.428 0 0 1 .304.732L5.935 12.92H7.36c.338 0 .612.274.612.612Zm10.965-1.914a1.196 1.196 0 0 0-2.082-.798 1.196 1.196 0 0 0-2.083.798v1.914a.613.613 0 0 0 .612-.612v-1.302a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.613.612v-1.914a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.612.612v-1.914ZM14.465 12a1.577 1.577 0 1 1-3.153 0 1.577 1.577 0 0 1 3.153 0Zm-.612 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Zm-2.787 0a1.578 1.578 0 1 1-3.155 0 1.578 1.578 0 0 1 3.155 0Zm-.613 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Z"
|
|
6380
|
+
}
|
|
6381
|
+
), /* @__PURE__ */ React297.createElement("defs", null, /* @__PURE__ */ React297.createElement(
|
|
6382
|
+
"linearGradient",
|
|
6383
|
+
{
|
|
6384
|
+
id: "a",
|
|
6385
|
+
x1: 6.734,
|
|
6386
|
+
x2: 17.268,
|
|
6387
|
+
y1: 21.122,
|
|
6388
|
+
y2: 2.878,
|
|
6389
|
+
gradientUnits: "userSpaceOnUse"
|
|
6390
|
+
},
|
|
6391
|
+
/* @__PURE__ */ React297.createElement("stop", { stopColor: "#0845BF" }),
|
|
6392
|
+
/* @__PURE__ */ React297.createElement("stop", { offset: 0.6, stopColor: "#0B5CFF" }),
|
|
6393
|
+
/* @__PURE__ */ React297.createElement("stop", { offset: 1, stopColor: "#4F90EE" })
|
|
6394
|
+
)));
|
|
6395
|
+
}
|
|
6396
|
+
|
|
6397
|
+
// src/components/icon/available-icons/zoom-out.tsx
|
|
6398
|
+
import * as React298 from "react";
|
|
6399
|
+
function SvgZoomOut(props) {
|
|
6400
|
+
return /* @__PURE__ */ React298.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React298.createElement(
|
|
6370
6401
|
"path",
|
|
6371
6402
|
{
|
|
6372
6403
|
fillRule: "evenodd",
|
|
@@ -6374,7 +6405,7 @@ function SvgZoomOut(props) {
|
|
|
6374
6405
|
d: "M11 4C7.13401 4 4 7.13401 4 11C4 14.866 7.13401 18 11 18C14.866 18 18 14.866 18 11C18 7.13401 14.866 4 11 4ZM2 11C2 6.02944 6.02944 2 11 2C15.9706 2 20 6.02944 20 11C20 15.9706 15.9706 20 11 20C6.02944 20 2 15.9706 2 11Z",
|
|
6375
6406
|
fill: "currentColor"
|
|
6376
6407
|
}
|
|
6377
|
-
), /* @__PURE__ */
|
|
6408
|
+
), /* @__PURE__ */ React298.createElement(
|
|
6378
6409
|
"path",
|
|
6379
6410
|
{
|
|
6380
6411
|
fillRule: "evenodd",
|
|
@@ -6382,7 +6413,7 @@ function SvgZoomOut(props) {
|
|
|
6382
6413
|
d: "M15.9429 15.9429C16.3334 15.5524 16.9666 15.5524 17.3571 15.9429L21.7071 20.2929C22.0977 20.6834 22.0977 21.3166 21.7071 21.7071C21.3166 22.0977 20.6834 22.0977 20.2929 21.7071L15.9429 17.3571C15.5524 16.9666 15.5524 16.3334 15.9429 15.9429Z",
|
|
6383
6414
|
fill: "currentColor"
|
|
6384
6415
|
}
|
|
6385
|
-
), /* @__PURE__ */
|
|
6416
|
+
), /* @__PURE__ */ React298.createElement(
|
|
6386
6417
|
"path",
|
|
6387
6418
|
{
|
|
6388
6419
|
fillRule: "evenodd",
|
|
@@ -6689,5 +6720,6 @@ export {
|
|
|
6689
6720
|
SvgZap,
|
|
6690
6721
|
SvgZapOutline,
|
|
6691
6722
|
SvgZoomIn,
|
|
6723
|
+
SvgZoomLogo,
|
|
6692
6724
|
SvgZoomOut
|
|
6693
6725
|
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __spreadValues = (a, b) => {
|
|
7
|
+
for (var prop in b || (b = {}))
|
|
8
|
+
if (__hasOwnProp.call(b, prop))
|
|
9
|
+
__defNormalProp(a, prop, b[prop]);
|
|
10
|
+
if (__getOwnPropSymbols)
|
|
11
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
+
if (__propIsEnum.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
}
|
|
15
|
+
return a;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
// src/components/icon/available-icons/zoom-logo.tsx
|
|
19
|
+
import * as React from "react";
|
|
20
|
+
function SvgZoomLogo(props) {
|
|
21
|
+
return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React.createElement(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fill: "url(#a)",
|
|
25
|
+
d: "M22 12a19.8 19.8 0 0 1-.25 3.14 8.002 8.002 0 0 1-6.61 6.61c-2.08.334-4.2.334-6.28 0a8.003 8.003 0 0 1-6.61-6.61 19.79 19.79 0 0 1 0-6.28 8.002 8.002 0 0 1 6.61-6.61 19.79 19.79 0 0 1 6.28 0 8.002 8.002 0 0 1 6.61 6.61c.167 1.038.25 2.088.25 3.14Z"
|
|
26
|
+
}
|
|
27
|
+
), /* @__PURE__ */ React.createElement(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "#fff",
|
|
31
|
+
d: "M7.972 13.531h-2.48a.427.427 0 0 1-.303-.732l1.718-1.718H5.675a.613.613 0 0 1-.612-.612H7.35a.428.428 0 0 1 .304.732L5.935 12.92H7.36c.338 0 .612.274.612.612Zm10.965-1.914a1.196 1.196 0 0 0-2.082-.798 1.196 1.196 0 0 0-2.083.798v1.914a.613.613 0 0 0 .612-.612v-1.302a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.613.612v-1.914a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.612.612v-1.914ZM14.465 12a1.577 1.577 0 1 1-3.153 0 1.577 1.577 0 0 1 3.153 0Zm-.612 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Zm-2.787 0a1.578 1.578 0 1 1-3.155 0 1.578 1.578 0 0 1 3.155 0Zm-.613 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Z"
|
|
32
|
+
}
|
|
33
|
+
), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement(
|
|
34
|
+
"linearGradient",
|
|
35
|
+
{
|
|
36
|
+
id: "a",
|
|
37
|
+
x1: 6.734,
|
|
38
|
+
x2: 17.268,
|
|
39
|
+
y1: 21.122,
|
|
40
|
+
y2: 2.878,
|
|
41
|
+
gradientUnits: "userSpaceOnUse"
|
|
42
|
+
},
|
|
43
|
+
/* @__PURE__ */ React.createElement("stop", { stopColor: "#0845BF" }),
|
|
44
|
+
/* @__PURE__ */ React.createElement("stop", { offset: 0.6, stopColor: "#0B5CFF" }),
|
|
45
|
+
/* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#4F90EE" })
|
|
46
|
+
)));
|
|
47
|
+
}
|
|
48
|
+
export {
|
|
49
|
+
SvgZoomLogo
|
|
50
|
+
};
|
|
@@ -294,4 +294,5 @@ export { SvgXCircle } from './x-circle';
|
|
|
294
294
|
export { SvgZap } from './zap';
|
|
295
295
|
export { SvgZapOutline } from './zap-outline';
|
|
296
296
|
export { SvgZoomIn } from './zoom-in';
|
|
297
|
+
export { SvgZoomLogo } from './zoom-logo';
|
|
297
298
|
export { SvgZoomOut } from './zoom-out';
|
|
@@ -294,4 +294,5 @@ export { SvgXCircle } from './x-circle';
|
|
|
294
294
|
export { SvgZap } from './zap';
|
|
295
295
|
export { SvgZapOutline } from './zap-outline';
|
|
296
296
|
export { SvgZoomIn } from './zoom-in';
|
|
297
|
+
export { SvgZoomLogo } from './zoom-logo';
|
|
297
298
|
export { SvgZoomOut } from './zoom-out';
|