@loomhq/lens 10.53.1 → 10.54.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,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBellOff(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: "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" }),
|
|
5
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.29289 2.29289C2.68342 1.90237 3.31658 1.90237 3.70711 2.29289L22.0404 20.6262C22.431 21.0167 22.431 21.6499 22.0404 22.0404C21.6499 22.431 21.0167 22.431 20.6262 22.0404L2.29289 3.70711C1.90237 3.31658 1.90237 2.68342 2.29289 2.29289Z", fill: "currentColor" })));
|
|
6
|
+
}
|
|
7
|
+
export default SvgBellOff;
|
|
@@ -21,6 +21,8 @@ export { default as SvgReplay5 } from "./replay-5.js";
|
|
|
21
21
|
export { default as SvgBack5 } from "./back5.js";
|
|
22
22
|
export { default as SvgForward5 } from "./forward-5.js";
|
|
23
23
|
export { default as SvgBarChart } from "./bar-chart.js";
|
|
24
|
+
export { default as SvgBell } from "./bell.js";
|
|
25
|
+
export { default as SvgBellOff } from "./bell-off.js";
|
|
24
26
|
export { default as SvgBlur } from "./blur.js";
|
|
25
27
|
export { default as SvgBorderColor } from "./border-color.js";
|
|
26
28
|
export { default as SvgBulb } from "./bulb.js";
|
|
@@ -226,4 +228,3 @@ export { default as SvgPictureInPicture } from "./picture-in-picture.js";
|
|
|
226
228
|
export { default as SvgFolderPlus } from "./folder-plus.js";
|
|
227
229
|
export { default as SvgPower } from "./power.js";
|
|
228
230
|
export { default as SvgReplay } from "./replay.js";
|
|
229
|
-
export { default as SvgBell } from "./bell.js";
|
|
@@ -21,6 +21,8 @@ export { default as SvgReplay5 } from './replay-5.js';
|
|
|
21
21
|
export { default as SvgBack5 } from './back5.js';
|
|
22
22
|
export { default as SvgForward5 } from './forward-5.js';
|
|
23
23
|
export { default as SvgBarChart } from './bar-chart.js';
|
|
24
|
+
export { default as SvgBell } from './bell.js';
|
|
25
|
+
export { default as SvgBellOff } from './bell-off.js';
|
|
24
26
|
export { default as SvgBlur } from './blur.js';
|
|
25
27
|
export { default as SvgBorderColor } from './border-color.js';
|
|
26
28
|
export { default as SvgBulb } from './bulb.js';
|
|
@@ -226,4 +228,3 @@ export { default as SvgPictureInPicture } from './picture-in-picture.js';
|
|
|
226
228
|
export { default as SvgFolderPlus } from './folder-plus.js';
|
|
227
229
|
export { default as SvgPower } from './power.js';
|
|
228
230
|
export { default as SvgReplay } from './replay.js';
|
|
229
|
-
export { default as SvgBell } from './bell.js';
|