@loomhq/lens 10.80.0 → 10.80.1
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.
|
@@ -64,7 +64,7 @@ export { default as SvgDeleteForever } from "./delete-forever.js";
|
|
|
64
64
|
export { default as SvgDesktopMac } from "./desktop-mac.js";
|
|
65
65
|
export { default as SvgDomain } from "./domain.js";
|
|
66
66
|
export { default as SvgDownload } from "./download.js";
|
|
67
|
-
export { default as
|
|
67
|
+
export { default as SvgEdgeLogo } from "./edge-logo.js";
|
|
68
68
|
export { default as SvgEdit } from "./edit.js";
|
|
69
69
|
export { default as SvgEditBorder } from "./edit-border.js";
|
|
70
70
|
export { default as SvgExitToApp } from "./exit-to-app.js";
|
|
@@ -146,7 +146,7 @@ export { default as SvgReplyLeft } from "./reply-left.js";
|
|
|
146
146
|
export { default as SvgReplyRight } from "./reply-right.js";
|
|
147
147
|
export { default as SvgRotateCcw } from "./rotate-ccw.js";
|
|
148
148
|
export { default as SvgRotateLeft } from "./rotate-left.js";
|
|
149
|
-
export { default as
|
|
149
|
+
export { default as SvgSafariLogo } from "./safari-logo.js";
|
|
150
150
|
export { default as SvgScissors } from "./scissors.js";
|
|
151
151
|
export { default as SvgSearch } from "./search.js";
|
|
152
152
|
export { default as SvgSend } from "./send.js";
|
|
@@ -64,7 +64,7 @@ export { default as SvgDeleteForever } from './delete-forever.js';
|
|
|
64
64
|
export { default as SvgDesktopMac } from './desktop-mac.js';
|
|
65
65
|
export { default as SvgDomain } from './domain.js';
|
|
66
66
|
export { default as SvgDownload } from './download.js';
|
|
67
|
-
export { default as
|
|
67
|
+
export { default as SvgEdgeLogo } from './edge-logo.js';
|
|
68
68
|
export { default as SvgEdit } from './edit.js';
|
|
69
69
|
export { default as SvgEditBorder } from './edit-border.js';
|
|
70
70
|
export { default as SvgExitToApp } from './exit-to-app.js';
|
|
@@ -146,7 +146,7 @@ export { default as SvgReplyLeft } from './reply-left.js';
|
|
|
146
146
|
export { default as SvgReplyRight } from './reply-right.js';
|
|
147
147
|
export { default as SvgRotateCcw } from './rotate-ccw.js';
|
|
148
148
|
export { default as SvgRotateLeft } from './rotate-left.js';
|
|
149
|
-
export { default as
|
|
149
|
+
export { default as SvgSafariLogo } from './safari-logo.js';
|
|
150
150
|
export { default as SvgScissors } from './scissors.js';
|
|
151
151
|
export { default as SvgSearch } from './search.js';
|
|
152
152
|
export { default as SvgSend } from './send.js';
|
|
@@ -13,10 +13,10 @@ function SvgSafariLogo(props) {
|
|
|
13
13
|
React.createElement("path", { d: "M52.7887 51.245L43.2113 41.2153L18.8143 74.0996L52.7887 51.245Z", fill: "#F1F1F1" }),
|
|
14
14
|
React.createElement("path", { opacity: "0.243", d: "M18.8143 74.0996L52.7887 51.245L77.1857 18.3607L18.8143 74.0996Z", fill: "black" })),
|
|
15
15
|
React.createElement("defs", null,
|
|
16
|
-
React.createElement("filter", { id: "filter0_f_2_3913", x: "-
|
|
16
|
+
React.createElement("filter", { id: "filter0_f_2_3913", x: "-0.73067", y: "2.8426", width: "97.4657", height: "94.2207", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
|
|
17
17
|
React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
18
18
|
React.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
19
|
-
React.createElement("feGaussianBlur", { stdDeviation: "
|
|
19
|
+
React.createElement("feGaussianBlur", { stdDeviation: "2.475", result: "effect1_foregroundBlur_2_3913" })),
|
|
20
20
|
React.createElement("filter", { id: "filter1_f_2_3913", x: "19.5389", y: "19.2569", width: "59.6289", height: "57.7613", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
|
|
21
21
|
React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
22
22
|
React.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|