@loomhq/lens 10.61.0 → 10.62.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 SvgGoogle;
2
+ declare function SvgGoogle(props: any): JSX.Element;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ function SvgGoogle(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: "M20.64 12.2044C20.64 11.5663 20.5827 10.9526 20.4764 10.3635H12V13.8449H16.8436C16.635 14.9699 16.0009 15.9231 15.0477 16.5613V18.8194H17.9564C19.6582 17.2526 20.64 14.9453 20.64 12.2044Z", fill: "#4285F4" }),
5
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 21C14.43 21 16.4673 20.1941 17.9564 18.8195L15.0477 16.5613C14.2418 17.1013 13.2109 17.4204 12 17.4204C9.656 17.4204 7.6718 15.8372 6.964 13.71H3.9574V16.0418C5.4382 18.9831 8.4818 21 12 21Z", fill: "#34A853" }),
6
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.964 13.7101C6.784 13.1701 6.6818 12.5932 6.6818 12.0001C6.6818 11.4069 6.7841 10.8301 6.9641 10.2901V7.95819H3.9573C3.32728 9.21237 2.99945 10.5966 3 12.0001C3 13.4523 3.3477 14.8269 3.9573 16.0419L6.9641 13.7101H6.964Z", fill: "#FBBC05" }),
7
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 6.5795C13.3214 6.5795 14.5077 7.0336 15.4405 7.9255L18.0218 5.3441C16.4632 3.8918 14.4259 3 12 3C8.48178 3 5.43818 5.0168 3.95728 7.9582L6.96398 10.29C7.67178 8.1627 9.65588 6.5795 12 6.5795Z", fill: "#EA4335" })));
8
+ }
9
+ export default SvgGoogle;
@@ -77,6 +77,7 @@ export { default as SvgCaretFolder } from "./caret-folder.js";
77
77
  export { default as SvgFrown } from "./frown.js";
78
78
  export { default as SvgFullscreen } from "./fullscreen.js";
79
79
  export { default as SvgFullscreenExit } from "./fullscreen-exit.js";
80
+ export { default as SvgGoogle } from "./google.js";
80
81
  export { default as SvgGrid } from "./grid.js";
81
82
  export { default as SvgGroupAdd } from "./group-add.js";
82
83
  export { default as SvgHelp } from "./help.js";
@@ -113,6 +114,7 @@ export { default as SvgMute } from "./mute.js";
113
114
  export { default as SvgNearMe } from "./near-me.js";
114
115
  export { default as SvgNotifications } from "./notifications.js";
115
116
  export { default as SvgOfflineBolt } from "./offline-bolt.js";
117
+ export { default as SvgOutlook } from "./outlook.js";
116
118
  export { default as SvgPalette } from "./palette.js";
117
119
  export { default as SvgPause } from "./pause.js";
118
120
  export { default as SvgPeople } from "./people.js";
@@ -146,6 +148,7 @@ export { default as SvgSettings } from "./settings.js";
146
148
  export { default as SvgShare } from "./share.js";
147
149
  export { default as SvgShowChart } from "./show-chart.js";
148
150
  export { default as SvgSkipBack } from "./skip-back.js";
151
+ export { default as SvgSlack } from "./slack.js";
149
152
  export { default as SvgSmile } from "./smile.js";
150
153
  export { default as SvgSmileAlt } from "./smile-alt.js";
151
154
  export { default as SvgSmileSelect } from "./smile-select.js";
@@ -77,6 +77,7 @@ export { default as SvgCaretFolder } from './caret-folder.js';
77
77
  export { default as SvgFrown } from './frown.js';
78
78
  export { default as SvgFullscreen } from './fullscreen.js';
79
79
  export { default as SvgFullscreenExit } from './fullscreen-exit.js';
80
+ export { default as SvgGoogle } from './google.js';
80
81
  export { default as SvgGrid } from './grid.js';
81
82
  export { default as SvgGroupAdd } from './group-add.js';
82
83
  export { default as SvgHelp } from './help.js';
@@ -113,6 +114,7 @@ export { default as SvgMute } from './mute.js';
113
114
  export { default as SvgNearMe } from './near-me.js';
114
115
  export { default as SvgNotifications } from './notifications.js';
115
116
  export { default as SvgOfflineBolt } from './offline-bolt.js';
117
+ export { default as SvgOutlook } from './outlook.js';
116
118
  export { default as SvgPalette } from './palette.js';
117
119
  export { default as SvgPause } from './pause.js';
118
120
  export { default as SvgPeople } from './people.js';
@@ -146,6 +148,7 @@ export { default as SvgSettings } from './settings.js';
146
148
  export { default as SvgShare } from './share.js';
147
149
  export { default as SvgShowChart } from './show-chart.js';
148
150
  export { default as SvgSkipBack } from './skip-back.js';
151
+ export { default as SvgSlack } from './slack.js';
149
152
  export { default as SvgSmile } from './smile.js';
150
153
  export { default as SvgSmileAlt } from './smile-alt.js';
151
154
  export { default as SvgSmileSelect } from './smile-select.js';
@@ -0,0 +1,2 @@
1
+ export default SvgOutlook;
2
+ declare function SvgOutlook(props: any): JSX.Element;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ function SvgOutlook(props) {
3
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
4
+ React.createElement("path", { d: "M14.2645 6.81636V10.3373L15.5085 11.112C15.5413 11.1215 15.6125 11.1222 15.6453 11.112L20.9993 7.54177C20.9993 7.11923 20.6008 6.81635 20.3759 6.81635H14.2645V6.81636Z", fill: "#0072C6" }),
5
+ React.createElement("path", { d: "M14.2645 11.6508L15.3998 12.4222C15.5598 12.5385 15.7525 12.4222 15.7525 12.4222C15.5604 12.5385 21 8.96487 21 8.96487V15.4361C21 16.1405 20.544 16.436 20.0314 16.436H14.2638V11.6508H14.2645Z", fill: "#0072C6" }),
6
+ React.createElement("path", { d: "M8.38623 10.0276C7.99935 10.0276 7.69108 10.2074 7.46347 10.5664C7.23585 10.9254 7.1217 11.4007 7.1217 11.9922C7.1217 12.5926 7.23585 13.0672 7.46347 13.416C7.69108 13.7655 7.98978 13.9393 8.35889 13.9393C8.73961 13.9393 9.04173 13.7696 9.26456 13.4302C9.48739 13.0908 9.59949 12.6196 9.59949 12.0173C9.59949 11.3892 9.49149 10.9004 9.27481 10.5509C9.05814 10.202 8.76217 10.0276 8.38623 10.0276Z", fill: "#0072C6" }),
7
+ React.createElement("path", { d: "M3 5.02817V18.8028L13.5947 21V3L3 5.02817ZM10.0895 14.2442C9.64183 14.8269 9.0581 15.119 8.33766 15.119C7.63568 15.119 7.06425 14.8364 6.62201 14.2719C6.18045 13.7067 5.95899 12.9712 5.95899 12.0639C5.95899 11.1059 6.18319 10.3312 6.63226 9.7396C7.08134 9.14806 7.67601 8.85194 8.41627 8.85194C9.11552 8.85194 9.68148 9.13453 10.1128 9.70107C10.5448 10.2676 10.7608 11.014 10.7608 11.9408C10.7614 12.8934 10.5373 13.6614 10.0895 14.2442Z", fill: "#0072C6" })));
8
+ }
9
+ export default SvgOutlook;
@@ -0,0 +1,2 @@
1
+ export default SvgSlack;
2
+ declare function SvgSlack(props: any): JSX.Element;
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ function SvgSlack(props) {
3
+ return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
4
+ React.createElement("path", { d: "M6.7818 14.3745C6.7818 15.4152 5.9316 16.2654 4.8908 16.2654C3.8503 16.2654 3 15.4152 3 14.3745C3 13.3338 3.8502 12.4836 4.8909 12.4836H6.7818V14.3745ZM7.7346 14.3745C7.7346 13.3338 8.5848 12.4836 9.6255 12.4836C10.6662 12.4836 11.5164 13.3338 11.5164 14.3745V19.109C11.5164 20.1498 10.6662 20.9999 9.6255 20.9999C8.5848 20.9999 7.7346 20.1498 7.7346 19.109V14.3745Z", fill: "#E01E5A" }),
5
+ React.createElement("path", { d: "M9.6255 6.7818C8.5848 6.7818 7.7346 5.9316 7.7346 4.8908C7.7346 3.8503 8.5848 3 9.6255 3C10.6662 3 11.5164 3.8502 11.5164 4.8909V6.7818H9.6255ZM9.6254 7.7346C10.6661 7.7346 11.5163 8.5848 11.5163 9.6255C11.5163 10.6662 10.6661 11.5164 9.6254 11.5164H4.891C3.8502 11.5164 3 10.6662 3 9.6255C3 8.5848 3.8502 7.7346 4.8909 7.7346H9.6254Z", fill: "#36C5F0" }),
6
+ React.createElement("path", { d: "M17.2183 9.6255C17.2183 8.5848 18.0684 7.7346 19.1091 7.7346C20.1499 7.7346 21 8.5848 21 9.6255C21 10.6662 20.1499 11.5164 19.1091 11.5164H17.2183V9.6255ZM16.2654 9.6254C16.2654 10.6661 15.4152 11.5163 14.3745 11.5163C13.3338 11.5163 12.4836 10.6661 12.4836 9.6254V4.891C12.4836 3.8502 13.3338 3 14.3745 3C15.4152 3 16.2654 3.8502 16.2654 4.8909V9.6254Z", fill: "#2EB67D" }),
7
+ React.createElement("path", { d: "M14.3745 17.2183C15.4152 17.2183 16.2654 18.0684 16.2654 19.1091C16.2654 20.1499 15.4152 21 14.3745 21C13.3338 21 12.4836 20.1499 12.4836 19.1091V17.2183H14.3745ZM14.3745 16.2654C13.3338 16.2654 12.4836 15.4152 12.4836 14.3745C12.4836 13.3338 13.3338 12.4836 14.3745 12.4836H19.109C20.1498 12.4836 20.9999 13.3338 20.9999 14.3745C20.9999 15.4152 20.1498 16.2654 19.109 16.2654H14.3745Z", fill: "#ECB22E" })));
8
+ }
9
+ export default SvgSlack;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "10.61.0",
3
+ "version": "10.62.0",
4
4
  "scripts": {
5
5
  "dev": "next",
6
6
  "build:next": "next build",