@loja-integrada/admin-components 0.9.0 → 0.9.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/Sync.d.ts +2 -0
- package/dist/Icons/icons-path/index.d.ts +1 -0
- package/dist/admin-components.cjs.development.js +10 -1
- 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 +10 -1
- package/dist/admin-components.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Icons/icons-path/Sync.tsx +9 -0
- package/src/Icons/icons-path/index.ts +2 -0
|
@@ -422,6 +422,14 @@ var Search = function Search() {
|
|
|
422
422
|
});
|
|
423
423
|
};
|
|
424
424
|
|
|
425
|
+
var Sync = function Sync() {
|
|
426
|
+
return React__default.createElement("path", {
|
|
427
|
+
fillRule: "evenodd",
|
|
428
|
+
d: "M15.228 1.731 14.12 2.938C12.175.9 10.174 0 7.64 0 3.935 0 0 2.667 0 7.556h1.347c0-4 3.165-6.173 6.292-6.173 2.182 0 3.86.762 5.56 2.561l-1.405 1.534a.444.444 0 0 0 .327.745h3.435c.245 0 .444-.2.444-.445V2.031a.444.444 0 0 0-.772-.3Zm-.574 6.714H16C16 13.334 12.064 16 8.36 16c-2.534 0-4.535-.9-6.482-2.938L.772 14.268a.444.444 0 0 1-.772-.3v-3.745c0-.247.199-.445.445-.445h3.432c.386 0 .588.46.328.745L2.8 12.055c1.702 1.8 3.379 2.562 5.56 2.562 3.127 0 6.294-2.172 6.294-6.172Z",
|
|
429
|
+
clipRule: "evenodd"
|
|
430
|
+
});
|
|
431
|
+
};
|
|
432
|
+
|
|
425
433
|
var AngleDiagonal = function AngleDiagonal() {
|
|
426
434
|
return React__default.createElement(React__default.Fragment, null, React__default.createElement("path", {
|
|
427
435
|
d: "M12.7122 4.22709L13.7728 5.28775L5.28753 13.773L4.22687 12.7124L12.7122 4.22709Z",
|
|
@@ -511,7 +519,8 @@ var icons = {
|
|
|
511
519
|
tv: Tv,
|
|
512
520
|
truck: Truck,
|
|
513
521
|
usdCircle: UsdCircle,
|
|
514
|
-
questionCircle: QuestionCircle
|
|
522
|
+
questionCircle: QuestionCircle,
|
|
523
|
+
sync: Sync
|
|
515
524
|
};
|
|
516
525
|
|
|
517
526
|
var iconSizes = {
|