@loomhq/lens 10.65.1 → 10.66.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.
package/README.md
CHANGED
|
@@ -90,6 +90,8 @@ pnpm up @loomhq/lens
|
|
|
90
90
|
cd ... && pnpm deps:fix && pnpm i
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
+
> Issue: If you're still having issues accessing new imports or code features from Lens after the above commands, `make clean-node-deps` in root of the repo and then reinstall everything with `pnpm i`.
|
|
94
|
+
|
|
93
95
|
4. Run changesets so that it generates the necessary `.md` file for release.
|
|
94
96
|
|
|
95
97
|
```
|
|
@@ -218,6 +218,7 @@ export { default as SvgWatchLaterAdded } from "./watch-later-added.js";
|
|
|
218
218
|
export { default as SvgWatchLaterRemove } from "./watch-later-remove.js";
|
|
219
219
|
export { default as SvgMoney } from "./money.js";
|
|
220
220
|
export { default as SvgMoon } from "./moon.js";
|
|
221
|
+
export { default as SvgSun } from "./sun.js";
|
|
221
222
|
export { default as SvgAdd } from "./add.js";
|
|
222
223
|
export { default as SvgPresent } from "./present.js";
|
|
223
224
|
export { default as SvgMovieFilter } from "./movie-filter.js";
|
|
@@ -218,6 +218,7 @@ export { default as SvgWatchLaterAdded } from './watch-later-added.js';
|
|
|
218
218
|
export { default as SvgWatchLaterRemove } from './watch-later-remove.js';
|
|
219
219
|
export { default as SvgMoney } from './money.js';
|
|
220
220
|
export { default as SvgMoon } from './moon.js';
|
|
221
|
+
export { default as SvgSun } from './sun.js';
|
|
221
222
|
export { default as SvgAdd } from './add.js';
|
|
222
223
|
export { default as SvgPresent } from './present.js';
|
|
223
224
|
export { default as SvgMovieFilter } from './movie-filter.js';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSun(props) {
|
|
3
|
+
return (React.createElement(React.Fragment, null,
|
|
4
|
+
React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
|
|
5
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.1667 9C10.4178 9 9 10.4178 9 12.1667C9 13.9156 10.4178 15.3333 12.1667 15.3333C13.9156 15.3333 15.3333 13.9156 15.3333 12.1667C15.3333 10.4178 13.9156 9 12.1667 9ZM7 12.1667C7 9.31319 9.31319 7 12.1667 7C15.0201 7 17.3333 9.31319 17.3333 12.1667C17.3333 15.0201 15.0201 17.3333 12.1667 17.3333C9.31319 17.3333 7 15.0201 7 12.1667Z", fill: "currentColor" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.1667 2C12.719 2 13.1667 2.44772 13.1667 3V4.66667C13.1667 5.21895 12.719 5.66667 12.1667 5.66667C11.6144 5.66667 11.1667 5.21895 11.1667 4.66667V3C11.1667 2.44772 11.6144 2 12.1667 2Z", fill: "currentColor" }),
|
|
7
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.1667 18.6667C12.719 18.6667 13.1667 19.1144 13.1667 19.6667V21.3333C13.1667 21.8856 12.719 22.3333 12.1667 22.3333C11.6144 22.3333 11.1667 21.8856 11.1667 21.3333V19.6667C11.1667 19.1144 11.6144 18.6667 12.1667 18.6667Z", fill: "currentColor" }),
|
|
8
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.97623 4.97623C5.36675 4.5857 5.99992 4.5857 6.39044 4.97623L7.57377 6.15956C7.9643 6.55008 7.9643 7.18325 7.57377 7.57377C7.18325 7.9643 6.55008 7.9643 6.15956 7.57377L4.97623 6.39044C4.5857 5.99992 4.5857 5.36675 4.97623 4.97623Z", fill: "currentColor" }),
|
|
9
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.7596 16.7596C17.1501 16.369 17.7832 16.369 18.1738 16.7596L19.3571 17.9429C19.7476 18.3334 19.7476 18.9666 19.3571 19.3571C18.9666 19.7476 18.3334 19.7476 17.9429 19.3571L16.7596 18.1738C16.369 17.7832 16.369 17.1501 16.7596 16.7596Z", fill: "currentColor" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12.1667C2 11.6144 2.44772 11.1667 3 11.1667H4.66667C5.21895 11.1667 5.66667 11.6144 5.66667 12.1667C5.66667 12.719 5.21895 13.1667 4.66667 13.1667H3C2.44772 13.1667 2 12.719 2 12.1667Z", fill: "currentColor" }),
|
|
11
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.6667 12.1667C18.6667 11.6144 19.1144 11.1667 19.6667 11.1667H21.3333C21.8856 11.1667 22.3333 11.6144 22.3333 12.1667C22.3333 12.719 21.8856 13.1667 21.3333 13.1667H19.6667C19.1144 13.1667 18.6667 12.719 18.6667 12.1667Z", fill: "currentColor" }),
|
|
12
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.57377 16.7596C7.9643 17.1501 7.9643 17.7832 7.57377 18.1738L6.39044 19.3571C5.99992 19.7476 5.36675 19.7476 4.97623 19.3571C4.5857 18.9666 4.5857 18.3334 4.97623 17.9429L6.15956 16.7596C6.55008 16.369 7.18325 16.369 7.57377 16.7596Z", fill: "currentColor" }),
|
|
13
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.3571 4.97623C19.7476 5.36675 19.7476 5.99992 19.3571 6.39044L18.1738 7.57377C17.7832 7.9643 17.1501 7.9643 16.7596 7.57377C16.369 7.18325 16.369 6.55008 16.7596 6.15956L17.9429 4.97623C18.3334 4.5857 18.9666 4.5857 19.3571 4.97623Z", fill: "currentColor" }))));
|
|
14
|
+
}
|
|
15
|
+
export default SvgSun;
|