@loja-integrada/admin-components 0.9.9 → 0.10.0

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 Download: () => JSX.Element;
@@ -21,6 +21,7 @@ export declare const icons: {
21
21
  close: () => JSX.Element;
22
22
  checkCircle: () => JSX.Element;
23
23
  creditcard: () => JSX.Element;
24
+ download: () => JSX.Element;
24
25
  product: () => JSX.Element;
25
26
  edit: () => JSX.Element;
26
27
  exchange: () => JSX.Element;
@@ -218,6 +218,14 @@ var CreditCard = function CreditCard() {
218
218
  });
219
219
  };
220
220
 
221
+ var Download = function Download() {
222
+ return React__default.createElement("path", {
223
+ fillRule: "evenodd",
224
+ d: "M14.667 11.556v2.666c0 .246-.2.445-.445.445H1.778a.445.445 0 0 1-.445-.445v-2.666H0v2.666C0 15.204.796 16 1.778 16h12.444c.982 0 1.778-.796 1.778-1.778v-2.666h-1.333ZM3.109 7.607a.668.668 0 0 1 .893-.992l3.331 3V0h1.334v9.614l3.331-2.999a.668.668 0 0 1 .893.992l-4.445 4a.667.667 0 0 1-.892 0l-4.445-4Z",
225
+ clipRule: "evenodd"
226
+ });
227
+ };
228
+
221
229
  var Product = function Product() {
222
230
  return React__default.createElement("path", {
223
231
  fillRule: "evenodd",
@@ -519,6 +527,7 @@ var icons = {
519
527
  close: Close,
520
528
  checkCircle: CheckCircle,
521
529
  creditcard: CreditCard,
530
+ download: Download,
522
531
  product: Product,
523
532
  edit: Edit,
524
533
  exchange: Exchange,