@loomhq/lens 10.57.1 → 10.57.2
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/bell-ring.d.ts +2 -0
- package/dist/components/icon/available-icons/bell-ring.js +9 -0
- package/dist/components/icon/available-icons/bell.js +2 -5
- package/dist/components/icon/available-icons/index.d.ts +1 -0
- package/dist/components/icon/available-icons/index.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBellRing(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.67612 2.26321C6.08304 2.63662 6.1102 3.2692 5.73679 3.67612C4.59701 4.9182 4 6.43015 4 8.00001C4 8.55229 3.55228 9.00001 3 9.00001C2.44772 9.00001 2 8.55229 2 8.00001C2 5.9032 2.80299 3.91515 4.26321 2.32389C4.63661 1.91697 5.2692 1.8898 5.67612 2.26321Z", fill: "currentColor" }),
|
|
5
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.331 2.25671C18.7416 1.88726 19.3738 1.92053 19.7433 2.33104C21.1931 3.9419 22 5.93012 22 8.00001C22 8.55229 21.5523 9.00001 21 9.00001C20.4477 9.00001 20 8.55229 20 8.00001C20 6.46373 19.4034 4.94306 18.2567 3.66897C17.8873 3.25846 17.9205 2.62617 18.331 2.25671Z", fill: "currentColor" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.57535 3.8748C8.77577 2.67438 10.4039 2 12.1015 2C13.7992 2 15.4273 2.67438 16.6277 3.8748C17.8281 5.07521 18.5025 6.70332 18.5025 8.40096C18.5025 11.4042 19.1447 13.2615 19.7306 14.3357C20.025 14.8754 20.3106 15.2276 20.507 15.4349C20.6054 15.5388 20.6821 15.607 20.7271 15.6445C20.7496 15.6633 20.7643 15.6744 20.7698 15.6785L20.7706 15.6791C21.1281 15.9256 21.2862 16.3754 21.16 16.7922C21.0323 17.2139 20.6436 17.5024 20.2029 17.5024H4.00008C3.55941 17.5024 3.17068 17.2139 3.04299 16.7922C2.9168 16.3754 3.07489 15.9256 3.43242 15.6791L3.43326 15.6785C3.43877 15.6744 3.4534 15.6633 3.47593 15.6445C3.52096 15.607 3.59764 15.5388 3.69607 15.4349C3.89242 15.2276 4.17807 14.8754 4.47242 14.3357C5.05837 13.2615 5.70056 11.4042 5.70056 8.40096C5.70056 6.70332 6.37494 5.07521 7.57535 3.8748ZM6.11051 15.5024H18.0925C18.0533 15.4349 18.014 15.3653 17.9748 15.2934C17.2105 13.8922 16.5025 11.6989 16.5025 8.40096C16.5025 7.23375 16.0388 6.11435 15.2135 5.28901C14.3881 4.46367 13.2687 4 12.1015 4C10.9343 4 9.81491 4.46367 8.98957 5.28901C8.16423 6.11435 7.70056 7.23375 7.70056 8.40096C7.70056 11.6989 6.9925 13.8922 6.22821 15.2934C6.18904 15.3653 6.14977 15.4349 6.11051 15.5024Z", fill: "currentColor" }),
|
|
7
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0423 19.2381C10.5201 18.9609 11.132 19.1236 11.4091 19.6013C11.4795 19.7226 11.5804 19.8232 11.7019 19.8932C11.8234 19.9632 11.9612 20 12.1014 20C12.2416 20 12.3793 19.9632 12.5008 19.8932C12.6223 19.8232 12.7233 19.7226 12.7937 19.6013C13.0708 19.1236 13.6827 18.9609 14.1604 19.2381C14.6382 19.5152 14.8008 20.1271 14.5237 20.6048C14.2775 21.0292 13.9242 21.3814 13.4991 21.6263C13.0739 21.8712 12.592 22 12.1014 22C11.6108 22 11.1288 21.8712 10.7037 21.6263C10.2786 21.3814 9.92527 21.0292 9.67911 20.6048C9.40199 20.1271 9.56461 19.5152 10.0423 19.2381Z", fill: "currentColor" })));
|
|
8
|
+
}
|
|
9
|
+
export default SvgBellRing;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
function SvgBell(props) {
|
|
3
|
-
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none"
|
|
4
|
-
React.createElement("path", { d: "
|
|
5
|
-
React.createElement("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" }),
|
|
6
|
-
React.createElement("path", { d: "M2 8c0-2.2.7-4.3 2-6" }),
|
|
7
|
-
React.createElement("path", { d: "M22 8a10 10 0 0 0-2-6" })));
|
|
3
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.575 3.875A6.401 6.401 0 0118.502 8.4c0 3.003.643 4.86 1.229 5.935.294.54.58.892.776 1.099a2.618 2.618 0 00.263.243v.001a1 1 0 01-.567 1.823H4a1 1 0 01-.568-1.823h.001l.043-.034c.045-.038.122-.106.22-.21.196-.207.482-.56.776-1.1.586-1.074 1.228-2.93 1.228-5.934 0-1.698.675-3.326 1.875-4.526zM6.11 15.502h11.983a8.219 8.219 0 01-.118-.209c-.765-1.4-1.473-3.594-1.473-6.892a4.401 4.401 0 00-8.801 0c0 3.298-.709 5.491-1.473 6.892a8.57 8.57 0 01-.118.21zM10.042 19.238a1 1 0 011.367.363.8.8 0 001.385 0 1 1 0 011.73 1.004 2.8 2.8 0 01-4.845 0 1 1 0 01.363-1.367z", fill: "currentColor" })));
|
|
8
5
|
}
|
|
9
6
|
export default SvgBell;
|
|
@@ -23,6 +23,7 @@ export { default as SvgForward5 } from "./forward-5.js";
|
|
|
23
23
|
export { default as SvgBarChart } from "./bar-chart.js";
|
|
24
24
|
export { default as SvgBell } from "./bell.js";
|
|
25
25
|
export { default as SvgBellOff } from "./bell-off.js";
|
|
26
|
+
export { default as SvgBellRing } from "./bell-ring.js";
|
|
26
27
|
export { default as SvgBook } from "./book.js";
|
|
27
28
|
export { default as SvgBlur } from "./blur.js";
|
|
28
29
|
export { default as SvgBorderColor } from "./border-color.js";
|
|
@@ -23,6 +23,7 @@ export { default as SvgForward5 } from './forward-5.js';
|
|
|
23
23
|
export { default as SvgBarChart } from './bar-chart.js';
|
|
24
24
|
export { default as SvgBell } from './bell.js';
|
|
25
25
|
export { default as SvgBellOff } from './bell-off.js';
|
|
26
|
+
export { default as SvgBellRing } from './bell-ring.js';
|
|
26
27
|
export { default as SvgBook } from './book.js';
|
|
27
28
|
export { default as SvgBlur } from './blur.js';
|
|
28
29
|
export { default as SvgBorderColor } from './border-color.js';
|