@loomhq/lens 10.38.1 → 10.38.2

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.
@@ -1,8 +1,6 @@
1
1
  import * as React from 'react';
2
2
  function SvgReplyLeft(props) {
3
3
  return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.082 4.293a1 1 0 010 1.414L6.414 9.375l3.668 3.668a1 1 0 01-1.414 1.414l-4.375-4.375a1 1 0 010-1.414l4.375-4.375a1 1 0 011.414 0z", fill: "currentColor" }),
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 9.375a1 1 0 011-1h10.5a4.5 4.5 0 014.5 4.5 1 1 0 11-2 0 2.5 2.5 0 00-2.5-2.5H5a1 1 0 01-1-1z", fill: "currentColor" }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.125 19a1 1 0 001 1H15.5a4.5 4.5 0 004.5-4.5v-2.625a1 1 0 10-2 0V15.5a2.5 2.5 0 01-2.5 2.5h-4.375a1 1 0 00-1 1z", fill: "currentColor" })));
4
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5108 6.70673C10.8576 6.2732 10.8108 5.62052 10.4062 5.24892C10.0015 4.87732 9.39238 4.92753 9.04556 5.36106L4.0918 11.5534C3.78206 11.9405 3.78206 12.5119 4.0918 12.899L9.04597 19.0918C9.39279 19.5253 10.002 19.5755 10.4066 19.2039C10.8112 18.8323 10.8581 18.1796 10.5112 17.7461L6.89554 13.2265L13.8617 13.2265C16.0707 13.2265 17.8615 15.0172 17.8615 17.2263L17.8615 18.4188C17.8615 18.9711 18.3092 19.4188 18.8615 19.4188C19.4138 19.4188 19.8615 18.9711 19.8615 18.4188V17.2263C19.8615 13.9127 17.1753 11.2265 13.8617 11.2265L6.8951 11.2265L10.5108 6.70673Z", fill: "currentColor" })));
7
5
  }
8
6
  export default SvgReplyLeft;
@@ -1,8 +1,6 @@
1
1
  import * as React from 'react';
2
2
  function SvgReplyRight(props) {
3
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.918 4.293a1 1 0 000 1.414l3.668 3.668-3.668 3.668a1 1 0 001.414 1.414l4.375-4.375a1 1 0 000-1.414l-4.375-4.375a1 1 0 00-1.414 0z", fill: "currentColor" }),
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 9.375a1 1 0 00-1-1H8.5a4.5 4.5 0 00-4.5 4.5 1 1 0 102 0 2.5 2.5 0 012.5-2.5H19a1 1 0 001-1z", fill: "currentColor" }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.875 19a1 1 0 01-1 1H8.5A4.5 4.5 0 014 15.5v-2.625a1 1 0 112 0V15.5A2.5 2.5 0 008.5 18h4.375a1 1 0 011 1z", fill: "currentColor" })));
4
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.3487 6.70673C13.0018 6.2732 13.0487 5.62052 13.4533 5.24892C13.858 4.87732 14.4671 4.92753 14.8139 5.36106L19.7677 11.5534C20.0774 11.9405 20.0774 12.5119 19.7677 12.899L14.8135 19.0918C14.4667 19.5253 13.8575 19.5755 13.4529 19.2039C13.0483 18.8323 13.0014 18.1796 13.3483 17.7461L16.964 13.2265L9.99784 13.2265C7.78881 13.2265 5.99803 15.0172 5.99803 17.2263L5.99803 18.4188C5.99803 18.9711 5.55032 19.4188 4.99803 19.4188C4.44575 19.4188 3.99803 18.9711 3.99803 18.4188V17.2263C3.99803 13.9127 6.68424 11.2265 9.99784 11.2265L16.9644 11.2265L13.3487 6.70673Z", fill: "currentColor" })));
7
5
  }
8
6
  export default SvgReplyRight;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "10.38.1",
3
+ "version": "10.38.2",
4
4
  "scripts": {
5
5
  "dev": "next",
6
6
  "build:next": "next build",