@loja-integrada/admin-components 0.18.0 → 0.18.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/Icons/icons-path/Arrow.d.ts +2 -0
- package/dist/Icons/icons-path/index.d.ts +1 -0
- package/dist/admin-components.cjs.development.js +9 -0
- package/dist/admin-components.cjs.development.js.map +1 -1
- package/dist/admin-components.cjs.production.min.js +1 -1
- package/dist/admin-components.cjs.production.min.js.map +1 -1
- package/dist/admin-components.esm.js +9 -0
- package/dist/admin-components.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Icons/icons-path/Arrow.tsx +11 -0
- package/src/Icons/icons-path/index.ts +2 -0
|
@@ -110,6 +110,14 @@ var App = function App() {
|
|
|
110
110
|
});
|
|
111
111
|
};
|
|
112
112
|
|
|
113
|
+
var Arrow = function Arrow() {
|
|
114
|
+
return React.createElement(React.Fragment, null, React.createElement("path", {
|
|
115
|
+
fillRule: "evenodd",
|
|
116
|
+
d: "m17.808 8.498-2.25-2.5a.75.75 0 1 0-1.115 1.004L15.61 8.3H9.7V2.389l1.296 1.169a.756.756 0 0 0 1.06-.056.752.752 0 0 0-.056-1.06l-2.5-2.25a.75.75 0 0 0-1.003 0l-2.5 2.25a.752.752 0 0 0-.055 1.06.749.749 0 0 0 1.059.056L8.3 2.389V8.3H2.39l1.168-1.298a.751.751 0 0 0-1.115-1.004l-2.25 2.5a.75.75 0 0 0 0 1.004l2.25 2.5a.748.748 0 0 0 1.059.056.751.751 0 0 0 .056-1.06L2.39 9.7H8.3v5.911l-1.298-1.169a.75.75 0 0 0-1.004 1.116l2.5 2.25a.752.752 0 0 0 1.004 0l2.5-2.25a.752.752 0 0 0-1.004-1.116L9.7 15.611V9.7h5.91l-1.168 1.298a.752.752 0 0 0 .556 1.252.75.75 0 0 0 .558-.248l2.25-2.5a.75.75 0 0 0 0-1.004Z",
|
|
117
|
+
clipRule: "evenodd"
|
|
118
|
+
}));
|
|
119
|
+
};
|
|
120
|
+
|
|
113
121
|
var ArrowLeft = function ArrowLeft() {
|
|
114
122
|
return React.createElement("path", {
|
|
115
123
|
fillRule: "evenodd",
|
|
@@ -637,6 +645,7 @@ var icons = {
|
|
|
637
645
|
angleHeight: AngleHeight,
|
|
638
646
|
angleWidth: AngleWidth,
|
|
639
647
|
app: App,
|
|
648
|
+
arrow: Arrow,
|
|
640
649
|
arrowLeft: ArrowLeft,
|
|
641
650
|
arrowRight: ArrowRight,
|
|
642
651
|
sortDown: SortDown,
|