@loomhq/lens 10.32.8 → 10.32.9

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,2 @@
1
+ export default SvgFolder;
2
+ declare function SvgFolder(props: any): JSX.Element;
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ function SvgFolder(props) {
3
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
4
+ React.createElement("path", { d: "M20 17.4C20 17.8243 19.8314 18.2313 19.5314 18.5314C19.2313 18.8314 18.8243 19 18.4 19H5.6C5.17565 19 4.76869 18.8314 4.46863 18.5314C4.16857 18.2313 4 17.8243 4 17.4V6.6C4 6.17565 4.16857 5.76869 4.46863 5.46863C4.76869 5.16857 5.17565 5 5.6 5H9.6L11.2 7H18.4C18.8243 7 19.2313 7.16857 19.5314 7.46863C19.8314 7.76869 20 8.17565 20 8.6V17.4Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
5
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 11C13 10.4477 12.5523 10 12 10C11.4477 10 11 10.4477 11 11V12H10C9.44772 12 9 12.4477 9 13C9 13.5523 9.44772 14 10 14H11V15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15V14H14C14.5523 14 15 13.5523 15 13C15 12.4477 14.5523 12 14 12H13V11Z", fill: "currentColor" })));
6
+ }
7
+ export default SvgFolder;
@@ -207,8 +207,10 @@ export { default as SvgPinFill } from "./pin-fill.js";
207
207
  export { default as SvgMobileDevices } from "./mobile-devices.js";
208
208
  export { default as SvgSplit } from "./split.js";
209
209
  export { default as SvgRepeat } from "./repeat.js";
210
- export { default as PictureInPicture } from "./picture-in-picture.js";
211
- export { default as FolderPlus } from "./folder-plus.js";
210
+ export { default as PictureInPicture } from "./picture-in-picture-deprecated.js";
211
+ export { default as FolderPlus } from "./folder-plus-deprecated.js";
212
+ export { default as SvgPictureInPicture } from "./picture-in-picture.js";
213
+ export { default as SvgFolderPlus } from "./folder-plus.js";
212
214
  export { default as SvgPower } from "./power.js";
213
215
  export { default as SvgReplay } from "./replay.js";
214
216
  export { default as SvgBell } from "./bell.js";
@@ -207,8 +207,10 @@ export { default as SvgPinFill } from './pin-fill.js';
207
207
  export { default as SvgMobileDevices } from './mobile-devices.js';
208
208
  export { default as SvgSplit } from './split.js';
209
209
  export { default as SvgRepeat } from './repeat.js';
210
- export { default as PictureInPicture } from './picture-in-picture.js';
211
- export { default as FolderPlus } from './folder-plus.js';
210
+ export { default as PictureInPicture } from './picture-in-picture-deprecated.js';
211
+ export { default as FolderPlus } from './folder-plus-deprecated.js';
212
+ export { default as SvgPictureInPicture } from './picture-in-picture.js';
213
+ export { default as SvgFolderPlus } from './folder-plus.js';
212
214
  export { default as SvgPower } from './power.js';
213
215
  export { default as SvgReplay } from './replay.js';
214
216
  export { default as SvgBell } from './bell.js';
@@ -0,0 +1,2 @@
1
+ export default PictureInPicture;
2
+ declare function PictureInPicture(props: any): JSX.Element;
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ function PictureInPicture(props) {
3
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
4
+ React.createElement("path", { d: "M20 4H4C2.34315 4 1 5.34315 1 7V17C1 18.6569 2.34315 20 4 20H20C21.6569 20 23 18.6569 23 17V7C23 5.34315 21.6569 4 20 4Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
5
+ React.createElement("path", { d: "M19 11H13C12.4477 11 12 11.4477 12 12V16C12 16.5523 12.4477 17 13 17H19C19.5523 17 20 16.5523 20 16V12C20 11.4477 19.5523 11 19 11Z", fill: "currentColor" })));
6
+ }
7
+ export default PictureInPicture;
@@ -1,2 +1,2 @@
1
- export default PictureInPicture;
2
- declare function PictureInPicture(props: any): JSX.Element;
1
+ export default SvgPictureInPicture;
2
+ declare function SvgPictureInPicture(props: any): JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
- function PictureInPicture(props) {
2
+ function SvgPictureInPicture(props) {
3
3
  return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
4
4
  React.createElement("path", { d: "M20 4H4C2.34315 4 1 5.34315 1 7V17C1 18.6569 2.34315 20 4 20H20C21.6569 20 23 18.6569 23 17V7C23 5.34315 21.6569 4 20 4Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
5
5
  React.createElement("path", { d: "M19 11H13C12.4477 11 12 11.4477 12 12V16C12 16.5523 12.4477 17 13 17H19C19.5523 17 20 16.5523 20 16V12C20 11.4477 19.5523 11 19 11Z", fill: "currentColor" })));
6
6
  }
7
- export default PictureInPicture;
7
+ export default SvgPictureInPicture;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "10.32.8",
3
+ "version": "10.32.9",
4
4
  "scripts": {
5
5
  "dev": "next",
6
6
  "build:next": "next build",