@loomhq/lens 10.85.0 → 10.86.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/dist/components/icon/available-icons/back.d.ts +2 -0
- package/dist/components/icon/available-icons/back.js +5 -0
- package/dist/components/icon/available-icons/forward.d.ts +2 -0
- package/dist/components/icon/available-icons/forward.js +5 -0
- package/dist/components/icon/available-icons/index.d.ts +2 -0
- package/dist/components/icon/available-icons/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const SvgBack = props => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
|
|
3
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M10.8363 11.7364C10.4849 12.0879 9.91503 12.0879 9.56355 11.7364L5.96356 8.1364C5.61208 7.78492 5.61208 7.21508 5.96355 6.8636L9.56355 3.2636C9.91503 2.91213 10.4849 2.91213 10.8363 3.2636C11.1878 3.61508 11.1878 4.18492 10.8363 4.5364L7.87274 7.5L10.8363 10.4636C11.1878 10.8151 11.1878 11.3849 10.8363 11.7364Z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M9.09412 6.61821C8.8192 6.62494 8.58754 6.6306 8.40006 6.6306C7.903 6.63059 7.50005 7.03353 7.50004 7.53058C7.50004 8.02764 7.90297 8.43059 8.40003 8.4306C8.61127 8.4306 8.86736 8.42432 9.13698 8.41771C9.1723 8.41684 9.20785 8.41597 9.24356 8.41511C9.55795 8.4075 9.8971 8.40011 10.244 8.40005C10.9503 8.39992 11.634 8.43097 12.1539 8.53415C13.2019 8.74208 14.1641 9.25529 14.9192 10.0085C15.6742 10.7617 16.1882 11.7211 16.3964 12.7652C16.6046 13.8093 16.4977 14.8916 16.0893 15.8753C15.6808 16.8589 14.989 17.7001 14.101 18.292C13.2129 18.884 12.1685 19.2 11.1 19.2C10.603 19.2 10.2 19.603 10.2 20.1C10.2 20.5971 10.603 21 11.1 21C12.5236 21 13.9153 20.579 15.0993 19.7898C16.2833 19.0006 17.2065 17.8786 17.7517 16.5655C18.2969 15.2524 18.4396 13.8074 18.1616 12.4132C17.8836 11.0191 17.1975 9.73884 16.1904 8.73418C15.1834 7.72955 13.9005 7.04563 12.5043 6.76857C11.8022 6.62925 10.9713 6.59992 10.2436 6.60005C9.87349 6.60011 9.51576 6.60799 9.20002 6.61563C9.16404 6.6165 9.12874 6.61737 9.09412 6.61821Z" })));
|
|
5
|
+
export default SvgBack;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const SvgForward = props => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
|
|
3
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M13.1636 3.2636C13.5151 2.91213 14.085 2.91213 14.4364 3.2636L18.0364 6.8636C18.3879 7.21508 18.3879 7.78492 18.0364 8.1364L14.4364 11.7364C14.085 12.0879 13.5151 12.0879 13.1636 11.7364C12.8122 11.3849 12.8122 10.8151 13.1636 10.4636L16.1273 7.5L13.1636 4.5364C12.8122 4.18492 12.8122 3.61508 13.1636 3.2636Z" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M14.9059 6.61821C15.1808 6.62494 15.4125 6.6306 15.5999 6.6306C16.097 6.63059 16.4999 7.03353 16.5 7.53058C16.5 8.02764 16.097 8.43059 15.6 8.4306C15.3887 8.4306 15.1326 8.42432 14.863 8.41771C14.8277 8.41684 14.7921 8.41597 14.7564 8.41511C14.442 8.4075 14.1029 8.40011 13.756 8.40005C13.0497 8.39993 12.366 8.43097 11.8461 8.53415C10.7981 8.74208 9.83587 9.25529 9.0808 10.0085C8.32576 10.7617 7.81182 11.7211 7.60363 12.7652C7.39544 13.8093 7.50227 14.8916 7.91071 15.8753C8.31915 16.8589 9.01098 17.7001 9.89904 18.292C10.7871 18.884 11.8314 19.2 12.9 19.2C13.397 19.2 13.8 19.603 13.8 20.1C13.8 20.5971 13.397 21 12.9 21C11.4764 21 10.0847 20.579 8.90069 19.7898C7.71669 19.0006 6.79354 17.8786 6.24832 16.5655C5.70309 15.2524 5.5604 13.8074 5.83838 12.4132C6.11636 11.0191 6.80246 9.73884 7.80956 8.73419C8.81664 7.72955 10.0995 7.04563 11.4957 6.76857C12.1978 6.62925 13.0287 6.59992 13.7564 6.60005C14.1265 6.60011 14.4842 6.60799 14.8 6.61563C14.836 6.6165 14.8713 6.61737 14.9059 6.61821Z" })));
|
|
5
|
+
export default SvgForward;
|
|
@@ -18,6 +18,8 @@ export { default as SvgArrowRight } from "./arrow-right.js";
|
|
|
18
18
|
export { default as SvgArrowLeftAlt } from "./arrow-left-alt.js";
|
|
19
19
|
export { default as SvgArrowRightAlt } from "./arrow-right-alt.js";
|
|
20
20
|
export { default as SvgAtMention } from "./at-mention.js";
|
|
21
|
+
export { default as SvgBack } from "./back.js";
|
|
22
|
+
export { default as SvgForward } from "./forward.js";
|
|
21
23
|
export { default as SvgReplay5 } from "./replay-5.js";
|
|
22
24
|
export { default as SvgBack5 } from "./back5.js";
|
|
23
25
|
export { default as SvgForward5 } from "./forward-5.js";
|
|
@@ -18,6 +18,8 @@ export { default as SvgArrowRight } from './arrow-right.js';
|
|
|
18
18
|
export { default as SvgArrowLeftAlt } from './arrow-left-alt.js';
|
|
19
19
|
export { default as SvgArrowRightAlt } from './arrow-right-alt.js';
|
|
20
20
|
export { default as SvgAtMention } from './at-mention.js';
|
|
21
|
+
export { default as SvgBack } from './back.js';
|
|
22
|
+
export { default as SvgForward } from './forward.js';
|
|
21
23
|
export { default as SvgReplay5 } from './replay-5.js';
|
|
22
24
|
export { default as SvgBack5 } from './back5.js';
|
|
23
25
|
export { default as SvgForward5 } from './forward-5.js';
|