@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
|
@@ -414,6 +414,14 @@ var Search = function Search() {
|
|
|
414
414
|
});
|
|
415
415
|
};
|
|
416
416
|
|
|
417
|
+
var Sync = function Sync() {
|
|
418
|
+
return React.createElement("path", {
|
|
419
|
+
fillRule: "evenodd",
|
|
420
|
+
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",
|
|
421
|
+
clipRule: "evenodd"
|
|
422
|
+
});
|
|
423
|
+
};
|
|
424
|
+
|
|
417
425
|
var AngleDiagonal = function AngleDiagonal() {
|
|
418
426
|
return React.createElement(React.Fragment, null, React.createElement("path", {
|
|
419
427
|
d: "M12.7122 4.22709L13.7728 5.28775L5.28753 13.773L4.22687 12.7124L12.7122 4.22709Z",
|
|
@@ -503,7 +511,8 @@ var icons = {
|
|
|
503
511
|
tv: Tv,
|
|
504
512
|
truck: Truck,
|
|
505
513
|
usdCircle: UsdCircle,
|
|
506
|
-
questionCircle: QuestionCircle
|
|
514
|
+
questionCircle: QuestionCircle,
|
|
515
|
+
sync: Sync
|
|
507
516
|
};
|
|
508
517
|
|
|
509
518
|
var iconSizes = {
|