@loomhq/lens 10.52.0 → 10.53.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 SvgAlarmClockComplete;
2
+ declare function SvgAlarmClockComplete(props: any): JSX.Element;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ function SvgAlarmClockComplete(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.29289ZM12 17C15.3137 17 18 14.3137 18 11C18 7.68629 15.3137 5 12 5C8.68629 5 6 7.68629 6 11C6 14.3137 8.68629 17 12 17ZM17.3564 16.9422C18.9797 15.478 20 13.3582 20 11C20 6.58172 16.4183 3 12 3C7.58172 3 4 6.58172 4 11C4 13.3582 5.02032 15.478 6.64358 16.9422L4.29289 19.2929C3.90237 19.6834 3.90237 20.3166 4.29289 20.7071C4.68342 21.0976 5.31658 21.0976 5.70711 20.7071L8.31276 18.1015C9.41616 18.6755 10.6702 19 12 19C13.3298 19 14.5838 18.6755 15.6872 18.1015L18.2929 20.7071C18.6834 21.0976 19.3166 21.0976 19.7071 20.7071C20.0976 20.3166 20.0976 19.6834 19.7071 19.2929L17.3564 16.9422ZM15.2071 9.88203C15.5976 9.4915 15.5976 8.85834 15.2071 8.46781C14.8166 8.07729 14.1834 8.0773 13.7929 8.46783L11 11.2608L10.032 10.2929C9.64144 9.90236 9.00828 9.90238 8.61777 10.2929C8.22726 10.6835 8.22728 11.3166 8.61782 11.7071L10.2929 13.3821C10.6834 13.7726 11.3166 13.7726 11.7071 13.3821L15.2071 9.88203Z", fill: "currentColor" })));
5
+ }
6
+ export default SvgAlarmClockComplete;
@@ -4,6 +4,7 @@ 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
6
  export { default as SvgAlarmClock } from "./alarm-clock.js";
7
+ export { default as SvgAlarmClockComplete } from "./alarm-clock-complete.js";
7
8
  export { default as SvgAlertTriangle } from "./alert-triangle.js";
8
9
  export { default as SvgAlignBottom } from "./align-bottom.js";
9
10
  export { default as SvgApps } from "./apps.js";
@@ -4,6 +4,7 @@ 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
6
  export { default as SvgAlarmClock } from './alarm-clock.js';
7
+ export { default as SvgAlarmClockComplete } from './alarm-clock-complete.js';
7
8
  export { default as SvgAlertTriangle } from './alert-triangle.js';
8
9
  export { default as SvgAlignBottom } from './align-bottom.js';
9
10
  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.52.0",
3
+ "version": "10.53.0",
4
4
  "scripts": {
5
5
  "dev": "next",
6
6
  "build:next": "next build",