@loomhq/lens 11.22.2 → 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.
@@ -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
+ };
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgCalendar(props: any): React.JSX.Element;
@@ -44,6 +44,7 @@ export { SvgBook } from './book';
44
44
  export { SvgBorderColor } from './border-color';
45
45
  export { SvgBulb } from './bulb';
46
46
  export { SvgCalendly } from './calendly';
47
+ export { SvgCalendar } from './calendar';
47
48
  export { SvgCallToAction } from './call-to-action';
48
49
  export { SvgCamera } from './camera';
49
50
  export { SvgCamBubble } from './cam-bubble';
@@ -293,4 +294,5 @@ export { SvgXCircle } from './x-circle';
293
294
  export { SvgZap } from './zap';
294
295
  export { SvgZapOutline } from './zap-outline';
295
296
  export { SvgZoomIn } from './zoom-in';
297
+ export { SvgZoomLogo } from './zoom-logo';
296
298
  export { SvgZoomOut } from './zoom-out';
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgZoomLogo(props: any): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgCalendar(props: any): React.JSX.Element;
@@ -44,6 +44,7 @@ export { SvgBook } from './book';
44
44
  export { SvgBorderColor } from './border-color';
45
45
  export { SvgBulb } from './bulb';
46
46
  export { SvgCalendly } from './calendly';
47
+ export { SvgCalendar } from './calendar';
47
48
  export { SvgCallToAction } from './call-to-action';
48
49
  export { SvgCamera } from './camera';
49
50
  export { SvgCamBubble } from './cam-bubble';
@@ -293,4 +294,5 @@ export { SvgXCircle } from './x-circle';
293
294
  export { SvgZap } from './zap';
294
295
  export { SvgZapOutline } from './zap-outline';
295
296
  export { SvgZoomIn } from './zoom-in';
297
+ export { SvgZoomLogo } from './zoom-logo';
296
298
  export { SvgZoomOut } from './zoom-out';
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgZoomLogo(props: any): React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "11.22.2",
3
+ "version": "11.24.0",
4
4
  "packageManager": "pnpm@9.8.0",
5
5
  "scripts": {
6
6
  "preinstall": "npx only-allow pnpm",