@loomhq/lens 10.74.0 → 10.75.1

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.
@@ -233,6 +233,7 @@ export { default as SvgPinFill } from "./pin-fill.js";
233
233
  export { default as SvgMobileDevices } from "./mobile-devices.js";
234
234
  export { default as SvgSplit } from "./split.js";
235
235
  export { default as SvgRepeat } from "./repeat.js";
236
+ export { default as SvgRefresh } from "./refresh.js";
236
237
  export { default as PictureInPicture } from "./picture-in-picture-deprecated.js";
237
238
  export { default as FolderPlus } from "./folder-plus-deprecated.js";
238
239
  export { default as SvgPictureInPicture } from "./picture-in-picture.js";
@@ -233,6 +233,7 @@ export { default as SvgPinFill } from './pin-fill.js';
233
233
  export { default as SvgMobileDevices } from './mobile-devices.js';
234
234
  export { default as SvgSplit } from './split.js';
235
235
  export { default as SvgRepeat } from './repeat.js';
236
+ export { default as SvgRefresh } from './refresh.js';
236
237
  export { default as PictureInPicture } from './picture-in-picture-deprecated.js';
237
238
  export { default as FolderPlus } from './folder-plus-deprecated.js';
238
239
  export { default as SvgPictureInPicture } from './picture-in-picture.js';
@@ -0,0 +1,2 @@
1
+ export default SvgRefresh;
2
+ declare function SvgRefresh(props: any): JSX.Element;
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ function SvgRefresh(props) {
3
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
4
+ React.createElement("path", { d: "M13.8014 5.75795C12.7466 5.45285 11.6318 5.41993 10.5609 5.66224C9.48994 5.90455 8.49784 6.4142 7.67716 7.14363C6.85647 7.87307 6.23394 8.79851 5.86766 9.83361C5.68342 10.3543 5.11199 10.627 4.59134 10.4427C4.0707 10.2585 3.79798 9.68706 3.98222 9.16642C4.46122 7.81282 5.27529 6.60263 6.3485 5.64876C7.4217 4.69488 8.71905 4.02842 10.1195 3.71155C11.5199 3.39468 12.9778 3.43774 14.3571 3.8367C15.7313 4.23417 16.9828 4.97197 17.9958 5.98167L20.1666 8.0215V5.33334C20.1666 4.78106 20.6143 4.33334 21.1666 4.33334C21.7189 4.33334 22.1666 4.78106 22.1666 5.33334V10.3333C22.1666 10.4742 22.1375 10.6083 22.0849 10.7299C22.0503 10.8101 22.0046 10.8868 21.9478 10.9578C21.9239 10.9876 21.8983 11.0161 21.8712 11.043C21.7816 11.1321 21.679 11.2008 21.5693 11.249C21.4507 11.3012 21.3201 11.331 21.1827 11.3332C21.1763 11.3333 21.1698 11.3334 21.1633 11.3333H16.1666C15.6143 11.3333 15.1666 10.8856 15.1666 10.3333C15.1666 9.78106 15.6143 9.33334 16.1666 9.33334H18.6421L16.6152 7.42877C16.6075 7.42161 16.6 7.41433 16.5927 7.40694C15.8164 6.63035 14.8562 6.06304 13.8014 5.75795Z", fill: "currentColor" }),
5
+ React.createElement("path", { d: "M2.10452 12.9819C2.2055 12.8744 2.32465 12.7943 2.45271 12.7417C2.57005 12.6933 2.6986 12.6667 2.83337 12.6667H7.83337C8.38566 12.6667 8.83337 13.1144 8.83337 13.6667C8.83337 14.2189 8.38566 14.6667 7.83337 14.6667H5.3578L7.38472 16.5713C7.39233 16.5784 7.39984 16.5857 7.40722 16.5931C8.18343 17.3697 9.14371 17.937 10.1985 18.2421C11.2532 18.5472 12.3681 18.5801 13.439 18.3378C14.5099 18.0955 15.502 17.5858 16.3227 16.8564C17.1434 16.127 17.7659 15.2015 18.1322 14.1664C18.3165 13.6458 18.8879 13.3731 19.4085 13.5573C19.9292 13.7415 20.2019 14.313 20.0177 14.8336C19.5387 16.1872 18.7246 17.3974 17.6514 18.3513C16.5782 19.3051 15.2808 19.9716 13.8804 20.2885C12.4799 20.6053 11.0221 20.5623 9.64275 20.1633C8.26863 19.7659 7.01712 19.0281 6.00409 18.0184L3.83337 15.9786V18.6667C3.83337 19.2189 3.38566 19.6667 2.83337 19.6667C2.28109 19.6667 1.83337 19.2189 1.83337 18.6667V13.6667C1.83337 13.4062 1.93298 13.1689 2.09619 12.991L2.10452 12.9819Z", fill: "currentColor" })));
6
+ }
7
+ export default SvgRefresh;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "10.74.0",
3
+ "version": "10.75.1",
4
4
  "scripts": {
5
5
  "dev": "next",
6
6
  "build:next": "next build",