@loomhq/lens 10.56.2 → 10.57.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.
- package/dist/components/icon/available-icons/index.d.ts +2 -0
- package/dist/components/icon/available-icons/index.js +2 -0
- package/dist/components/icon/available-icons/moon.d.ts +2 -0
- package/dist/components/icon/available-icons/moon.js +7 -0
- package/dist/components/icon/available-icons/zap-outline.d.ts +2 -0
- package/dist/components/icon/available-icons/zap-outline.js +6 -0
- package/dist/components/text-input/text-input.js +1 -0
- package/package.json +1 -1
|
@@ -182,6 +182,7 @@ export { default as SvgVolumeX } from "./volume-x.js";
|
|
|
182
182
|
export { default as SvgWarningAmber } from "./warning-amber.js";
|
|
183
183
|
export { default as SvgXCircle } from "./x-circle.js";
|
|
184
184
|
export { default as SvgZap } from "./zap.js";
|
|
185
|
+
export { default as SvgZapOutline } from "./zap-outline.js";
|
|
185
186
|
export { default as SvgCrop75 } from "./crop-7-5.js";
|
|
186
187
|
export { default as SvgCrop54 } from "./crop-5-4.js";
|
|
187
188
|
export { default as SvgCrop169 } from "./crop-16-9.js";
|
|
@@ -212,6 +213,7 @@ export { default as SvgWatchLaterAdd } from "./watch-later-add.js";
|
|
|
212
213
|
export { default as SvgWatchLaterAdded } from "./watch-later-added.js";
|
|
213
214
|
export { default as SvgWatchLaterRemove } from "./watch-later-remove.js";
|
|
214
215
|
export { default as SvgMoney } from "./money.js";
|
|
216
|
+
export { default as SvgMoon } from "./moon.js";
|
|
215
217
|
export { default as SvgAdd } from "./add.js";
|
|
216
218
|
export { default as SvgPresent } from "./present.js";
|
|
217
219
|
export { default as SvgMovieFilter } from "./movie-filter.js";
|
|
@@ -182,6 +182,7 @@ export { default as SvgVolumeX } from './volume-x.js';
|
|
|
182
182
|
export { default as SvgWarningAmber } from './warning-amber.js';
|
|
183
183
|
export { default as SvgXCircle } from './x-circle.js';
|
|
184
184
|
export { default as SvgZap } from './zap.js';
|
|
185
|
+
export { default as SvgZapOutline } from './zap-outline.js';
|
|
185
186
|
export { default as SvgCrop75 } from './crop-7-5.js';
|
|
186
187
|
export { default as SvgCrop54 } from './crop-5-4.js';
|
|
187
188
|
export { default as SvgCrop169 } from './crop-16-9.js';
|
|
@@ -212,6 +213,7 @@ export { default as SvgWatchLaterAdd } from './watch-later-add.js';
|
|
|
212
213
|
export { default as SvgWatchLaterAdded } from './watch-later-added.js';
|
|
213
214
|
export { default as SvgWatchLaterRemove } from './watch-later-remove.js';
|
|
214
215
|
export { default as SvgMoney } from './money.js';
|
|
216
|
+
export { default as SvgMoon } from './moon.js';
|
|
215
217
|
export { default as SvgAdd } from './add.js';
|
|
216
218
|
export { default as SvgPresent } from './present.js';
|
|
217
219
|
export { default as SvgMovieFilter } from './movie-filter.js';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgMoon(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.0812 2.50901C12.2747 2.85239 12.2485 3.27742 12.0142 3.59439C11.16 4.75005 10.7489 6.17392 10.8558 7.60703C10.9627 9.04015 11.5804 10.3873 12.5965 11.4035C13.6127 12.4197 14.9599 13.0374 16.393 13.1442C17.8261 13.2511 19.25 12.84 20.4056 11.9858C20.7226 11.7515 21.1476 11.7253 21.491 11.9188C21.8344 12.1123 22.0321 12.4895 21.9958 12.882C21.821 14.7733 21.1112 16.5758 19.9494 18.0784C18.7876 19.5811 17.2219 20.7218 15.4355 21.3671C13.649 22.0123 11.7158 22.1355 9.86189 21.7221C8.00802 21.3087 6.31022 20.3759 4.96714 19.0329C3.62407 17.6898 2.69127 15.992 2.2779 14.1381C1.86453 12.2842 1.98769 10.351 2.63296 8.56456C3.27823 6.77813 4.41893 5.21241 5.92157 4.05062C7.42422 2.88883 9.22667 2.17901 11.118 2.00423C11.5105 1.96796 11.8877 2.16563 12.0812 2.50901ZM9.31641 4.43905C8.5388 4.7204 7.80562 5.12201 7.1449 5.63286C5.94278 6.56229 5.03023 7.81486 4.51401 9.24401C3.99779 10.6732 3.89927 12.2198 4.22996 13.7029C4.56066 15.186 5.30689 16.5442 6.38136 17.6187C7.45582 18.6931 8.81406 19.4394 10.2972 19.77C11.7803 20.1007 13.3269 20.0022 14.756 19.486C16.1851 18.9698 17.4377 18.0572 18.3672 16.8551C18.878 16.1944 19.2796 15.4612 19.561 14.6836C18.5078 15.0646 17.3782 15.2232 16.2442 15.1387C14.3334 14.9962 12.5372 14.1726 11.1823 12.8177C9.82742 11.4628 9.00382 9.66658 8.86132 7.75577C8.77676 6.6218 8.9354 5.49217 9.31641 4.43905Z", fill: "currentColor" }))));
|
|
6
|
+
}
|
|
7
|
+
export default SvgMoon;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgZapOutline(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: "M13.3982 1.08269C13.8054 1.25946 14.0474 1.68353 13.9923 2.12403L13.1328 9H21C21.388 9 21.741 9.22446 21.9056 9.57584C22.0702 9.92722 22.0166 10.3421 21.7682 10.6402L11.7682 22.6402C11.484 22.9812 11.009 23.0941 10.6018 22.9173C10.1946 22.7405 9.95267 22.3165 10.0077 21.876L10.8672 15H3.00001C2.61199 15 2.259 14.7755 2.09442 14.4242C1.92984 14.0728 1.98339 13.6579 2.23179 13.3598L12.2318 1.35981C12.516 1.01878 12.991 0.905925 13.3982 1.08269ZM5.13505 13H12C12.2868 13 12.5599 13.1232 12.7497 13.3382C12.9395 13.5532 13.0279 13.8394 12.9923 14.124L12.4154 18.7395L18.865 11H12C11.7132 11 11.4402 10.8768 11.2503 10.6618C11.0605 10.4468 10.9722 10.1606 11.0077 9.87596L11.5847 5.26045L5.13505 13Z", fill: "currentColor" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgZapOutline;
|