@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 +1 -1
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/dist/react-native/index.cjs +1 -1
- package/dist/react-native/index.cjs.map +1 -1
- package/dist/react-native/index.js +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/static/sy-chevron-left-system.svg +2 -2
- package/package.json +1 -1
package/dist/react/index.js
CHANGED
|
@@ -2116,7 +2116,7 @@ var SyChevronDown_default = SvgSyChevronDown;
|
|
|
2116
2116
|
|
|
2117
2117
|
// src/react/SyChevronLeftSystem.tsx
|
|
2118
2118
|
import { jsx as jsx99 } from "react/jsx-runtime";
|
|
2119
|
-
var SvgSyChevronLeftSystem = (props) => /* @__PURE__ */ jsx99("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: 24, height: 24, ...props, children: /* @__PURE__ */ jsx99("path", { d: "
|
|
2119
|
+
var SvgSyChevronLeftSystem = (props) => /* @__PURE__ */ jsx99("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: 24, height: 24, ...props, children: /* @__PURE__ */ jsx99("path", { d: "M16.6,23.1l2-2-9.1-9.1L18.5,2.9l-2-2L5.4,12l11.1,11.1h0Z" }) });
|
|
2120
2120
|
var SyChevronLeftSystem_default = SvgSyChevronLeftSystem;
|
|
2121
2121
|
|
|
2122
2122
|
// src/react/SyChevronRightSystem.tsx
|