@synotech/icons 4.1.3 → 4.1.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synotech/icons",
3
- "version": "4.1.3",
3
+ "version": "4.1.5",
4
4
  "description": "Shared React icon library",
5
5
  "keywords": [
6
6
  "react",
@@ -2639,7 +2639,7 @@ var SyChevronDown_default = SvgSyChevronDown;
2639
2639
 
2640
2640
  // src/react/SyChevronLeftSystem.tsx
2641
2641
  var import_jsx_runtime99 = require("react/jsx-runtime");
2642
- var SvgSyChevronLeftSystem = (props) => /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: 24, height: 24, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { d: "m7.4 23.1-2-2 9.1-9.1-9-9.1 2-2L18.6 12 7.5 23.1z" }) });
2642
+ var SvgSyChevronLeftSystem = (props) => /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: 24, height: 24, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("path", { d: "M16.6,23.1l2-2-9.1-9.1L18.5,2.9l-2-2L5.4,12l11.1,11.1h0Z" }) });
2643
2643
  var SyChevronLeftSystem_default = SvgSyChevronLeftSystem;
2644
2644
 
2645
2645
  // src/react/SyChevronRightSystem.tsx