@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
|
@@ -118,6 +118,14 @@ var App = function App() {
|
|
|
118
118
|
});
|
|
119
119
|
};
|
|
120
120
|
|
|
121
|
+
var Arrow = function Arrow() {
|
|
122
|
+
return React__default.createElement(React__default.Fragment, null, React__default.createElement("path", {
|
|
123
|
+
fillRule: "evenodd",
|
|
124
|
+
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",
|
|
125
|
+
clipRule: "evenodd"
|
|
126
|
+
}));
|
|
127
|
+
};
|
|
128
|
+
|
|
121
129
|
var ArrowLeft = function ArrowLeft() {
|
|
122
130
|
return React__default.createElement("path", {
|
|
123
131
|
fillRule: "evenodd",
|
|
@@ -645,6 +653,7 @@ var icons = {
|
|
|
645
653
|
angleHeight: AngleHeight,
|
|
646
654
|
angleWidth: AngleWidth,
|
|
647
655
|
app: App,
|
|
656
|
+
arrow: Arrow,
|
|
648
657
|
arrowLeft: ArrowLeft,
|
|
649
658
|
arrowRight: ArrowRight,
|
|
650
659
|
sortDown: SortDown,
|