@loomhq/lens 10.51.5 → 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.
- package/dist/components/icon/available-icons/alarm-clock-complete.d.ts +2 -0
- package/dist/components/icon/available-icons/alarm-clock-complete.js +6 -0
- package/dist/components/icon/available-icons/alarm-clock.d.ts +2 -0
- package/dist/components/icon/available-icons/alarm-clock.js +6 -0
- package/dist/components/icon/available-icons/index.d.ts +2 -0
- package/dist/components/icon/available-icons/index.js +2 -0
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -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,8 @@ 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";
|
|
7
|
+
export { default as SvgAlarmClockComplete } from "./alarm-clock-complete.js";
|
|
6
8
|
export { default as SvgAlertTriangle } from "./alert-triangle.js";
|
|
7
9
|
export { default as SvgAlignBottom } from "./align-bottom.js";
|
|
8
10
|
export { default as SvgApps } from "./apps.js";
|
|
@@ -3,6 +3,8 @@ 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';
|
|
7
|
+
export { default as SvgAlarmClockComplete } from './alarm-clock-complete.js';
|
|
6
8
|
export { default as SvgAlertTriangle } from './alert-triangle.js';
|
|
7
9
|
export { default as SvgAlignBottom } from './align-bottom.js';
|
|
8
10
|
export { default as SvgApps } from './apps.js';
|