@loomhq/lens 10.51.5 → 10.52.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,2 @@
1
+ export default SvgAlarmClock;
2
+ declare function SvgAlarmClock(props: any): JSX.Element;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ function SvgAlarmClock(props) {
3
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
4
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.29289 2.29289C5.68342 1.90237 6.31658 1.90237 6.70711 2.29289C7.09763 2.68342 7.09763 3.31658 6.70711 3.70711L4.70711 5.70711C4.31658 6.09763 3.68342 6.09763 3.29289 5.70711C2.90237 5.31658 2.90237 4.68342 3.29289 4.29289L5.29289 2.29289ZM17.2929 2.29289C17.6834 1.90237 18.3166 1.90237 18.7071 2.29289L20.7071 4.29289C21.0976 4.68342 21.0976 5.31658 20.7071 5.70711C20.3166 6.09763 19.6834 6.09763 19.2929 5.70711L17.2929 3.70711C16.9024 3.31658 16.9024 2.68342 17.2929 2.29289ZM18 11C18 14.3137 15.3137 17 12 17C8.68629 17 6 14.3137 6 11C6 7.68629 8.68629 5 12 5C15.3137 5 18 7.68629 18 11ZM15.6872 18.1015C14.5838 18.6755 13.3298 19 12 19C10.6702 19 9.41616 18.6755 8.31276 18.1015L5.70711 20.7071C5.31658 21.0976 4.68342 21.0976 4.29289 20.7071C3.90237 20.3166 3.90237 19.6834 4.29289 19.2929L6.64358 16.9422C5.02032 15.478 4 13.3582 4 11C4 6.58172 7.58172 3 12 3C16.4183 3 20 6.58172 20 11C20 13.3582 18.9797 15.478 17.3564 16.9422L19.7071 19.2929C20.0976 19.6834 20.0976 20.3166 19.7071 20.7071C19.3166 21.0976 18.6834 21.0976 18.2929 20.7071L15.6872 18.1015ZM13 7.5C13 6.94772 12.5523 6.5 12 6.5C11.4477 6.5 11 6.94772 11 7.5V10H9C8.44772 10 8 10.4477 8 11C8 11.5523 8.44772 12 9 12H12C12.5523 12 13 11.5523 13 11V7.5Z", fill: "currentColor" })));
5
+ }
6
+ export default SvgAlarmClock;
@@ -3,6 +3,7 @@ export { default as SvgAccountCircle } from "./account-circle.js";
3
3
  export { default as SvgAddAPhoto } from "./add-a-photo.js";
4
4
  export { default as SvgAddCircleOutline } from "./add-circle-outline.js";
5
5
  export { default as SvgAddPhoto } from "./add-photo.js";
6
+ export { default as SvgAlarmClock } from "./alarm-clock.js";
6
7
  export { default as SvgAlertTriangle } from "./alert-triangle.js";
7
8
  export { default as SvgAlignBottom } from "./align-bottom.js";
8
9
  export { default as SvgApps } from "./apps.js";
@@ -3,6 +3,7 @@ export { default as SvgAccountCircle } from './account-circle.js';
3
3
  export { default as SvgAddAPhoto } from './add-a-photo.js';
4
4
  export { default as SvgAddCircleOutline } from './add-circle-outline.js';
5
5
  export { default as SvgAddPhoto } from './add-photo.js';
6
+ export { default as SvgAlarmClock } from './alarm-clock.js';
6
7
  export { default as SvgAlertTriangle } from './alert-triangle.js';
7
8
  export { default as SvgAlignBottom } from './align-bottom.js';
8
9
  export { default as SvgApps } from './apps.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "10.51.5",
3
+ "version": "10.52.0",
4
4
  "scripts": {
5
5
  "dev": "next",
6
6
  "build:next": "next build",