@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.
- package/dist/Icons/icons-path/Download.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/Download.tsx +9 -0
- package/src/Icons/icons-path/index.ts +2 -0
|
@@ -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,
|