odaptos_design_system 1.4.75 → 1.4.76
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/odaptos_design_system.cjs.development.js +8 -4
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +8 -4
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Icons/Miscellaneous/RefreshIcon.tsx +3 -0
- package/src/Icons/Other/DashedArrowSvg.tsx +1 -0
|
@@ -6003,17 +6003,20 @@ function RefreshIcon({
|
|
|
6003
6003
|
d: "M5.53906 11.873V15.623H1.78906",
|
|
6004
6004
|
strokeWidth: "1.5",
|
|
6005
6005
|
strokeLinecap: "round",
|
|
6006
|
-
strokeLinejoin: "round"
|
|
6006
|
+
strokeLinejoin: "round",
|
|
6007
|
+
fill: fill
|
|
6007
6008
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
6008
6009
|
d: "M5.30509 15.6254C4.01589 14.2776 3.22946 12.5275 3.07773 10.6686C2.926 8.80968 3.41822 6.95516 4.4718 5.41618C5.52537 3.87719 7.0762 2.74739 8.86406 2.21633C10.6519 1.68526 12.568 1.78526 14.2909 2.49954",
|
|
6009
6010
|
strokeWidth: "1.5",
|
|
6010
6011
|
strokeLinecap: "round",
|
|
6011
|
-
strokeLinejoin: "round"
|
|
6012
|
+
strokeLinejoin: "round",
|
|
6013
|
+
fill: fill
|
|
6012
6014
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
6013
6015
|
d: "M5.2982 15.6217C3.91299 14.1739 3.11354 12.2641 3.05432 10.2613C2.9951 8.25847 3.68032 6.30478 4.97757 4.77771C6.27482 3.25065 8.09203 2.2586 10.0781 1.99324C12.0641 1.72789 14.078 2.20807 15.7307 3.341C17.3833 4.47393 18.5574 6.1792 19.0261 8.12731C19.4948 10.0754 19.2247 12.1281 18.2682 13.8887C17.3117 15.6494 15.7365 16.993 13.8471 17.66C11.9576 18.3269 9.88805 18.2699 8.0382 17.5",
|
|
6014
6016
|
strokeWidth: "1.5",
|
|
6015
6017
|
strokeLinecap: "round",
|
|
6016
|
-
strokeLinejoin: "round"
|
|
6018
|
+
strokeLinejoin: "round",
|
|
6019
|
+
fill: fill
|
|
6017
6020
|
})));
|
|
6018
6021
|
}
|
|
6019
6022
|
|
|
@@ -6637,7 +6640,8 @@ function DashedArrow({
|
|
|
6637
6640
|
fill: "none"
|
|
6638
6641
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
6639
6642
|
d: "M8.70711 0.792893C8.31658 0.402369 7.68342 0.402369 7.29289 0.792893L0.928932 7.15685C0.538408 7.54738 0.538408 8.18054 0.928932 8.57107C1.31946 8.96159 1.95262 8.96159 2.34315 8.57107L8 2.91421L13.6569 8.57107C14.0474 8.96159 14.6805 8.96159 15.0711 8.57107C15.4616 8.18054 15.4616 7.54738 15.0711 7.15685L8.70711 0.792893ZM7 1.5V3.57812H9V1.5H7ZM7 7.73438V11.8906H9V7.73438H7ZM7 16.0469V20.2031H9V16.0469H7ZM7 24.3594V28.5156H9V24.3594H7ZM7 32.6719V36.8281H9V32.6719H7ZM7 40.9844V45.1406H9V40.9844H7ZM7 49.2969V53.4531H9V49.2969H7ZM7 57.6094V61.7656H9V57.6094H7ZM7 65.9219V68H9V65.9219H7Z",
|
|
6640
|
-
fill: fill
|
|
6643
|
+
fill: fill,
|
|
6644
|
+
stroke: stroke
|
|
6641
6645
|
})));
|
|
6642
6646
|
}
|
|
6643
6647
|
|