@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.
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const Arrow: () => JSX.Element;
@@ -8,6 +8,7 @@ export declare const icons: {
8
8
  angleHeight: () => JSX.Element;
9
9
  angleWidth: () => JSX.Element;
10
10
  app: () => JSX.Element;
11
+ arrow: () => JSX.Element;
11
12
  arrowLeft: () => JSX.Element;
12
13
  arrowRight: () => JSX.Element;
13
14
  sortDown: () => JSX.Element;
@@ -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,