@mailstep/design-system 0.1.17 → 0.1.19

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.
Files changed (65) hide show
  1. package/package.json +1 -1
  2. package/ui/Elements/Button/styles.js +5 -5
  3. package/ui/Elements/Button/styles.js.map +1 -1
  4. package/ui/Elements/Button/types.d.ts +4 -4
  5. package/ui/Elements/Icon/icons/Complaint.js +1 -1
  6. package/ui/Elements/Icon/icons/Complaint.js.map +1 -1
  7. package/ui/Elements/Icon/icons/Expeditions.js +1 -1
  8. package/ui/Elements/Icon/icons/Expeditions.js.map +1 -1
  9. package/ui/Elements/Icon/icons/FlagCZ.js +1 -1
  10. package/ui/Elements/Icon/icons/FlagCZ.js.map +1 -1
  11. package/ui/Elements/Icon/icons/FlagEL.js +7 -0
  12. package/ui/Elements/Icon/icons/FlagEL.js.map +1 -0
  13. package/ui/Elements/Icon/icons/FlagESP.js +7 -0
  14. package/ui/Elements/Icon/icons/FlagESP.js.map +1 -0
  15. package/ui/Elements/Icon/icons/FlagITA.js +7 -0
  16. package/ui/Elements/Icon/icons/FlagITA.js.map +1 -0
  17. package/ui/Elements/Icon/icons/FlagRUS.js +7 -0
  18. package/ui/Elements/Icon/icons/FlagRUS.js.map +1 -0
  19. package/ui/Elements/Icon/icons/FlagSVK.js +7 -0
  20. package/ui/Elements/Icon/icons/FlagSVK.js.map +1 -0
  21. package/ui/Elements/Icon/icons/FlagUSA.js +2 -2
  22. package/ui/Elements/Icon/icons/FlagUSA.js.map +1 -1
  23. package/ui/Elements/Icon/icons/HamburgerMenu.js +1 -1
  24. package/ui/Elements/Icon/icons/HamburgerMenu.js.map +1 -1
  25. package/ui/Elements/Icon/icons/HelpCircle1.js +1 -1
  26. package/ui/Elements/Icon/icons/HelpCircle1.js.map +1 -1
  27. package/ui/Elements/Icon/icons/Income.js +1 -1
  28. package/ui/Elements/Icon/icons/Income.js.map +1 -1
  29. package/ui/Elements/Icon/icons/Inventory.js +1 -1
  30. package/ui/Elements/Icon/icons/Inventory.js.map +1 -1
  31. package/ui/Elements/Icon/icons/Inventory2.js +7 -0
  32. package/ui/Elements/Icon/icons/Inventory2.js.map +1 -0
  33. package/ui/Elements/Icon/icons/Logout1.js +7 -0
  34. package/ui/Elements/Icon/icons/Logout1.js.map +1 -0
  35. package/ui/Elements/Icon/icons/MenuItems.js +1 -1
  36. package/ui/Elements/Icon/icons/MenuItems.js.map +1 -1
  37. package/ui/Elements/Icon/icons/Notification2.js +1 -1
  38. package/ui/Elements/Icon/icons/Notification2.js.map +1 -1
  39. package/ui/Elements/Icon/icons/Products.js +1 -1
  40. package/ui/Elements/Icon/icons/Products.js.map +1 -1
  41. package/ui/Elements/Icon/icons/Profile.js +1 -1
  42. package/ui/Elements/Icon/icons/Profile.js.map +1 -1
  43. package/ui/Elements/Icon/icons/Puzzle1.js +7 -0
  44. package/ui/Elements/Icon/icons/Puzzle1.js.map +1 -0
  45. package/ui/Elements/Icon/icons/Settings2.js +1 -1
  46. package/ui/Elements/Icon/icons/Settings2.js.map +1 -1
  47. package/ui/Elements/Icon/icons/Transfer.js +1 -1
  48. package/ui/Elements/Icon/icons/Transfer.js.map +1 -1
  49. package/ui/Elements/Icon/index.d.ts +9 -1
  50. package/ui/Forms/Input/Input.js +4 -1
  51. package/ui/Forms/Input/Input.js.map +1 -1
  52. package/ui/dts/Elements/Button/styles.d.ts +4 -4
  53. package/ui/dts/Elements/Button/types.d.ts +4 -4
  54. package/ui/dts/Elements/Icon/icons/FlagEL.d.ts +3 -0
  55. package/ui/dts/Elements/Icon/icons/FlagESP.d.ts +3 -0
  56. package/ui/dts/Elements/Icon/icons/FlagITA.d.ts +3 -0
  57. package/ui/dts/Elements/Icon/icons/FlagRUS.d.ts +3 -0
  58. package/ui/dts/Elements/Icon/icons/FlagSVK.d.ts +3 -0
  59. package/ui/dts/Elements/Icon/icons/Inventory2.d.ts +3 -0
  60. package/ui/dts/Elements/Icon/icons/Logout1.d.ts +3 -0
  61. package/ui/dts/Elements/Icon/icons/Puzzle1.d.ts +3 -0
  62. package/ui/dts/Elements/Icon/icons/index.d.ts +8 -0
  63. package/ui/index.d.ts +1 -1
  64. package/ui/index.js +8 -0
  65. package/ui/index.js.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -12,21 +12,21 @@ var StyledIcon = styled(Icon)(templateObject_3 || (templateObject_3 = __makeTemp
12
12
  var $addMargin = _a.$addMargin;
13
13
  return ($addMargin ? '0.5em' : '0');
14
14
  });
15
- var StyledButton = styled.button(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n width: ", ";\n ", "\n ", "\n ", "\n ", "\n height: 2.5em;\n border: slim;\n text-align: center;\n text-decoration: none;\n display: ", ";\n flex-direction: ", ";\n align-items: ", ";\n font-family: ", ";\n font-weight: semiBold;\n border-radius: lg;\n cursor: pointer;\n transition-duration: 0.1s;\n align-items: center;\n justify-content: center;\n transition: all 300ms ease-out;\n pointer-events: ", ";\n opacity: ", ";\n\n :disabled {\n color: lightGray5;\n }\n\n :focus {\n outline: none;\n }\n\n &[data-appearance='primary'] {\n background-color: red1;\n color: white;\n border-color: red1;\n\n @media (hover: hover) {\n &:hover {\n background-color: white;\n color: red1;\n border-color: red1;\n }\n }\n\n :active {\n background-color: red1;\n color: red1;\n border: none;\n }\n\n :disabled {\n background-color: bgLightGray;\n border-color: lightGray5;\n color: gray3;\n }\n }\n\n &[data-appearance='primaryLight'] {\n color: red1;\n background-color: red20;\n border-color: red20;\n\n @media (hover: hover) {\n &:hover {\n background-color: red1;\n color: white;\n border-color: red1;\n }\n }\n\n :active {\n background-color: red1;\n color: white;\n border-color: red1;\n }\n\n :disabled {\n background-color: bgLightGray;\n border-color: lightGray5;\n color: gray3;\n }\n }\n\n &[data-appearance='success'] {\n background-color: successColor;\n color: white;\n border-color: successColor;\n\n @media (hover: hover) {\n &:hover {\n background-color: white;\n color: successColor;\n }\n }\n\n :active {\n background-color: white;\n color: successColor;\n }\n\n :disabled {\n background-color: bgLightGray;\n border-color: lightGray5;\n color: gray3;\n }\n }\n\n &[data-appearance='secondary'] {\n background-color: white;\n color: red1;\n border-color: red1;\n\n @media (hover: hover) {\n &:hover {\n background-color: red1;\n color: white;\n border-color: red1;\n }\n }\n\n :active {\n background-color: red1;\n color: red1;\n border-color: red1;\n }\n\n :disabled {\n background-color: white;\n border-color: lightGray7;\n }\n }\n\n &[data-appearance='secondaryLg'] {\n background-color: white;\n color: typoPrimary;\n border-color: blue2;\n\n @media (hover: hover) {\n &:hover {\n background-color: blue2;\n color: white;\n border-color: blue2;\n }\n }\n\n :active {\n background-color: gray;\n color: white;\n border: none;\n }\n\n :disabled {\n background-color: white;\n border-color: bgLightGray1;\n }\n }\n\n &[data-appearance='primaryLg'] {\n background-color: blue2;\n color: white;\n border-color: blue2;\n\n @media (hover: hover) {\n &:hover {\n background-color: white;\n color: typoPrimary;\n border-color: blue2;\n }\n }\n\n :active {\n background-color: gray;\n color: white;\n border: none;\n }\n\n :disabled {\n background-color: bgLightGray1;\n border-color: bgLightGray1;\n }\n }\n\n &[data-appearance='minimal'] {\n background-color: transparent;\n border: none !important;\n color: blue2;\n\n :disabled {\n color: blue2;\n }\n }\n\n &[data-appearance='minimalRed'] {\n background-color: transparent;\n border: none !important;\n color: red1;\n\n @media (hover: hover) {\n &:hover {\n color: red3;\n svg {\n fill: red3 !important;\n }\n }\n }\n \n :disabled,\n :active {\n color: red3;\n svg {\n fill: red3 !important;\n }\n }\n }\n\n &[data-sizing='icon'] {\n aspect-ratio: 4 / 3;\n padding: 0.5em 0.875em;\n }\n\n &[data-sizing='iconLg'] {\n min-width: 42px;\n min-height: 38px;\n padding: 0.5em 0.875em;\n svg {\n height: 16px;\n }\n }\n\n &[data-sizing='normal'] {\n min-width: 7rem;\n padding: 12px 18px;\n min-height: 38px;\n line-height: 14px;\n font-size: 14px;\n }\n\n &[data-sizing='large'] {\n min-width: 12rem;\n padding: 0.75em 1.5em;\n min-height: 34px;\n font-size: 12px;\n }\n\n &[data-sizing='grid'] {\n min-width: 5rem;\n padding: 0.5em 1.25em;\n font-size: 10px;\n border-radius: 5px;\n }\n"], ["\n width: ", ";\n ", "\n ", "\n ", "\n ", "\n height: 2.5em;\n border: slim;\n text-align: center;\n text-decoration: none;\n display: ", ";\n flex-direction: ", ";\n align-items: ", ";\n font-family: ", ";\n font-weight: semiBold;\n border-radius: lg;\n cursor: pointer;\n transition-duration: 0.1s;\n align-items: center;\n justify-content: center;\n transition: all 300ms ease-out;\n pointer-events: ", ";\n opacity: ", ";\n\n :disabled {\n color: lightGray5;\n }\n\n :focus {\n outline: none;\n }\n\n &[data-appearance='primary'] {\n background-color: red1;\n color: white;\n border-color: red1;\n\n @media (hover: hover) {\n &:hover {\n background-color: white;\n color: red1;\n border-color: red1;\n }\n }\n\n :active {\n background-color: red1;\n color: red1;\n border: none;\n }\n\n :disabled {\n background-color: bgLightGray;\n border-color: lightGray5;\n color: gray3;\n }\n }\n\n &[data-appearance='primaryLight'] {\n color: red1;\n background-color: red20;\n border-color: red20;\n\n @media (hover: hover) {\n &:hover {\n background-color: red1;\n color: white;\n border-color: red1;\n }\n }\n\n :active {\n background-color: red1;\n color: white;\n border-color: red1;\n }\n\n :disabled {\n background-color: bgLightGray;\n border-color: lightGray5;\n color: gray3;\n }\n }\n\n &[data-appearance='success'] {\n background-color: successColor;\n color: white;\n border-color: successColor;\n\n @media (hover: hover) {\n &:hover {\n background-color: white;\n color: successColor;\n }\n }\n\n :active {\n background-color: white;\n color: successColor;\n }\n\n :disabled {\n background-color: bgLightGray;\n border-color: lightGray5;\n color: gray3;\n }\n }\n\n &[data-appearance='secondary'] {\n background-color: white;\n color: red1;\n border-color: red1;\n\n @media (hover: hover) {\n &:hover {\n background-color: red1;\n color: white;\n border-color: red1;\n }\n }\n\n :active {\n background-color: red1;\n color: red1;\n border-color: red1;\n }\n\n :disabled {\n background-color: white;\n border-color: lightGray7;\n }\n }\n\n &[data-appearance='secondaryLg'] {\n background-color: white;\n color: typoPrimary;\n border-color: blue2;\n\n @media (hover: hover) {\n &:hover {\n background-color: blue2;\n color: white;\n border-color: blue2;\n }\n }\n\n :active {\n background-color: gray;\n color: white;\n border: none;\n }\n\n :disabled {\n background-color: white;\n border-color: bgLightGray1;\n }\n }\n\n &[data-appearance='primaryLg'] {\n background-color: blue2;\n color: white;\n border-color: blue2;\n\n @media (hover: hover) {\n &:hover {\n background-color: white;\n color: typoPrimary;\n border-color: blue2;\n }\n }\n\n :active {\n background-color: gray;\n color: white;\n border: none;\n }\n\n :disabled {\n background-color: bgLightGray1;\n border-color: bgLightGray1;\n }\n }\n\n &[data-appearance='minimal'] {\n background-color: transparent;\n border: none !important;\n color: blue2;\n\n :disabled {\n color: blue2;\n }\n }\n\n &[data-appearance='minimalRed'] {\n background-color: transparent;\n border: none !important;\n color: red1;\n\n @media (hover: hover) {\n &:hover {\n color: red3;\n svg {\n fill: red3 !important;\n }\n }\n }\n \n :disabled,\n :active {\n color: red3;\n svg {\n fill: red3 !important;\n }\n }\n }\n\n &[data-sizing='icon'] {\n aspect-ratio: 4 / 3;\n padding: 0.5em 0.875em;\n }\n\n &[data-sizing='iconLg'] {\n min-width: 42px;\n min-height: 38px;\n padding: 0.5em 0.875em;\n svg {\n height: 16px;\n }\n }\n\n &[data-sizing='normal'] {\n min-width: 7rem;\n padding: 12px 18px;\n min-height: 38px;\n line-height: 14px;\n font-size: 14px;\n }\n\n &[data-sizing='large'] {\n min-width: 12rem;\n padding: 0.75em 1.5em;\n min-height: 34px;\n font-size: 12px;\n }\n\n &[data-sizing='grid'] {\n min-width: 5rem;\n padding: 0.5em 1.25em;\n font-size: 10px;\n border-radius: 5px;\n }\n"])), function (_a) {
15
+ var StyledButton = styled.button(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n width: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n height: 2.5em;\n border: slim;\n text-align: center;\n text-decoration: none;\n display: ", ";\n flex-direction: ", ";\n align-items: ", ";\n font-family: ", ";\n font-weight: semiBold;\n border-radius: lg;\n cursor: pointer;\n transition-duration: 0.1s;\n align-items: center;\n justify-content: center;\n transition: all 300ms ease-out;\n pointer-events: ", ";\n opacity: ", ";\n\n :disabled {\n color: lightGray5;\n }\n\n :focus {\n outline: none;\n }\n\n &[data-appearance='primary'] {\n background-color: red1;\n color: white;\n border-color: red1;\n\n @media (hover: hover) {\n &:hover {\n background-color: white;\n color: red1;\n border-color: red1;\n }\n }\n\n :active {\n background-color: red1;\n color: red1;\n border: none;\n }\n\n :disabled {\n background-color: bgLightGray;\n border-color: lightGray5;\n color: gray3;\n }\n }\n\n &[data-appearance='primaryLight'] {\n color: red1;\n background-color: red20;\n border-color: red20;\n\n @media (hover: hover) {\n &:hover {\n background-color: red1;\n color: white;\n border-color: red1;\n }\n }\n\n :active {\n background-color: red1;\n color: white;\n border-color: red1;\n }\n\n :disabled {\n background-color: bgLightGray;\n border-color: lightGray5;\n color: gray3;\n }\n }\n\n &[data-appearance='success'] {\n background-color: successColor;\n color: white;\n border-color: successColor;\n\n @media (hover: hover) {\n &:hover {\n background-color: white;\n color: successColor;\n }\n }\n\n :active {\n background-color: white;\n color: successColor;\n }\n\n :disabled {\n background-color: bgLightGray;\n border-color: lightGray5;\n color: gray3;\n }\n }\n\n &[data-appearance='secondary'] {\n background-color: white;\n color: red1;\n border-color: red1;\n\n @media (hover: hover) {\n &:hover {\n background-color: red1;\n color: white;\n border-color: red1;\n }\n }\n\n :active {\n background-color: red1;\n color: red1;\n border-color: red1;\n }\n\n :disabled {\n background-color: white;\n border-color: lightGray7;\n }\n }\n\n &[data-appearance='secondaryLg'] {\n background-color: white;\n color: typoPrimary;\n border-color: blue2;\n\n @media (hover: hover) {\n &:hover {\n background-color: blue2;\n color: white;\n border-color: blue2;\n }\n }\n\n :active {\n background-color: gray;\n color: white;\n border: none;\n }\n\n :disabled {\n background-color: white;\n border-color: bgLightGray1;\n }\n }\n\n &[data-appearance='primaryLg'] {\n background-color: blue2;\n color: white;\n border-color: blue2;\n\n @media (hover: hover) {\n &:hover {\n background-color: white;\n color: typoPrimary;\n border-color: blue2;\n }\n }\n\n :active {\n background-color: gray;\n color: white;\n border: none;\n }\n\n :disabled {\n background-color: bgLightGray1;\n border-color: bgLightGray1;\n }\n }\n\n &[data-appearance='minimal'] {\n background-color: transparent;\n border: none !important;\n color: blue2;\n\n :disabled {\n color: blue2;\n }\n }\n\n &[data-appearance='minimalRed'] {\n background-color: transparent;\n border: none !important;\n color: red1;\n\n @media (hover: hover) {\n &:hover {\n color: red3;\n svg {\n fill: red3 !important;\n }\n }\n }\n\n :disabled,\n :active {\n color: red3;\n svg {\n fill: red3 !important;\n }\n }\n }\n\n &[data-sizing='icon'] {\n aspect-ratio: 4 / 3;\n padding: 0.5em 0.875em;\n }\n\n &[data-sizing='iconLg'] {\n min-width: 42px;\n min-height: 38px;\n padding: 0.5em 0.875em;\n svg {\n height: 16px;\n }\n }\n\n &[data-sizing='normal'] {\n min-width: 7rem;\n padding: 12px 18px;\n min-height: 38px;\n line-height: 14px;\n font-size: 14px;\n }\n\n &[data-sizing='large'] {\n min-width: 12rem;\n padding: 0.75em 1.5em;\n min-height: 34px;\n font-size: 12px;\n }\n\n &[data-sizing='grid'] {\n min-width: 5rem;\n padding: 0.5em 1.25em;\n font-size: 10px;\n border-radius: 5px;\n }\n"], ["\n width: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n height: 2.5em;\n border: slim;\n text-align: center;\n text-decoration: none;\n display: ", ";\n flex-direction: ", ";\n align-items: ", ";\n font-family: ", ";\n font-weight: semiBold;\n border-radius: lg;\n cursor: pointer;\n transition-duration: 0.1s;\n align-items: center;\n justify-content: center;\n transition: all 300ms ease-out;\n pointer-events: ", ";\n opacity: ", ";\n\n :disabled {\n color: lightGray5;\n }\n\n :focus {\n outline: none;\n }\n\n &[data-appearance='primary'] {\n background-color: red1;\n color: white;\n border-color: red1;\n\n @media (hover: hover) {\n &:hover {\n background-color: white;\n color: red1;\n border-color: red1;\n }\n }\n\n :active {\n background-color: red1;\n color: red1;\n border: none;\n }\n\n :disabled {\n background-color: bgLightGray;\n border-color: lightGray5;\n color: gray3;\n }\n }\n\n &[data-appearance='primaryLight'] {\n color: red1;\n background-color: red20;\n border-color: red20;\n\n @media (hover: hover) {\n &:hover {\n background-color: red1;\n color: white;\n border-color: red1;\n }\n }\n\n :active {\n background-color: red1;\n color: white;\n border-color: red1;\n }\n\n :disabled {\n background-color: bgLightGray;\n border-color: lightGray5;\n color: gray3;\n }\n }\n\n &[data-appearance='success'] {\n background-color: successColor;\n color: white;\n border-color: successColor;\n\n @media (hover: hover) {\n &:hover {\n background-color: white;\n color: successColor;\n }\n }\n\n :active {\n background-color: white;\n color: successColor;\n }\n\n :disabled {\n background-color: bgLightGray;\n border-color: lightGray5;\n color: gray3;\n }\n }\n\n &[data-appearance='secondary'] {\n background-color: white;\n color: red1;\n border-color: red1;\n\n @media (hover: hover) {\n &:hover {\n background-color: red1;\n color: white;\n border-color: red1;\n }\n }\n\n :active {\n background-color: red1;\n color: red1;\n border-color: red1;\n }\n\n :disabled {\n background-color: white;\n border-color: lightGray7;\n }\n }\n\n &[data-appearance='secondaryLg'] {\n background-color: white;\n color: typoPrimary;\n border-color: blue2;\n\n @media (hover: hover) {\n &:hover {\n background-color: blue2;\n color: white;\n border-color: blue2;\n }\n }\n\n :active {\n background-color: gray;\n color: white;\n border: none;\n }\n\n :disabled {\n background-color: white;\n border-color: bgLightGray1;\n }\n }\n\n &[data-appearance='primaryLg'] {\n background-color: blue2;\n color: white;\n border-color: blue2;\n\n @media (hover: hover) {\n &:hover {\n background-color: white;\n color: typoPrimary;\n border-color: blue2;\n }\n }\n\n :active {\n background-color: gray;\n color: white;\n border: none;\n }\n\n :disabled {\n background-color: bgLightGray1;\n border-color: bgLightGray1;\n }\n }\n\n &[data-appearance='minimal'] {\n background-color: transparent;\n border: none !important;\n color: blue2;\n\n :disabled {\n color: blue2;\n }\n }\n\n &[data-appearance='minimalRed'] {\n background-color: transparent;\n border: none !important;\n color: red1;\n\n @media (hover: hover) {\n &:hover {\n color: red3;\n svg {\n fill: red3 !important;\n }\n }\n }\n\n :disabled,\n :active {\n color: red3;\n svg {\n fill: red3 !important;\n }\n }\n }\n\n &[data-sizing='icon'] {\n aspect-ratio: 4 / 3;\n padding: 0.5em 0.875em;\n }\n\n &[data-sizing='iconLg'] {\n min-width: 42px;\n min-height: 38px;\n padding: 0.5em 0.875em;\n svg {\n height: 16px;\n }\n }\n\n &[data-sizing='normal'] {\n min-width: 7rem;\n padding: 12px 18px;\n min-height: 38px;\n line-height: 14px;\n font-size: 14px;\n }\n\n &[data-sizing='large'] {\n min-width: 12rem;\n padding: 0.75em 1.5em;\n min-height: 34px;\n font-size: 12px;\n }\n\n &[data-sizing='grid'] {\n min-width: 5rem;\n padding: 0.5em 1.25em;\n font-size: 10px;\n border-radius: 5px;\n }\n"])), function (_a) {
16
16
  var fullWidth = _a.fullWidth;
17
17
  return (fullWidth ? '100%' : 'initial');
18
18
  }, function (_a) {
19
19
  var mt = _a.mt;
20
- return (mt ? 'margin-top: 0;' : '');
20
+ return mt || 0;
21
21
  }, function (_a) {
22
22
  var mr = _a.mr;
23
- return (mr ? 'margin-right: 0;' : '');
23
+ return mr || 0;
24
24
  }, function (_a) {
25
25
  var mb = _a.mb;
26
- return (mb ? 'margin-bottom: 0;' : '');
26
+ return mb || 0;
27
27
  }, function (_a) {
28
28
  var ml = _a.ml;
29
- return (ml ? 'margin-left: 0;' : '');
29
+ return ml || 0;
30
30
  }, function (_a) {
31
31
  var columnAlign = _a.columnAlign;
32
32
  return (columnAlign ? 'flex' : 'inline-flex');
@@ -1 +1 @@
1
- {"version":3,"file":"styles.js","sources":["../../../../packages/ui/Elements/Button/styles.ts"],"sourcesContent":["import { __makeTemplateObject } from \"tslib\";\nimport { th } from '@xstyled/styled-components';\nimport styled from '@xstyled/styled-components';\nimport { Icon } from '../Icon';\nexport var StyledWrapper = styled.span(templateObject_1 || (templateObject_1 = __makeTemplateObject([\"\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n\"], [\"\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n\"])));\nexport var LoadingIconWrapper = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject([\"\\n & svg {\\n margin-right: \", \";\\n }\\n\"], [\"\\n & svg {\\n margin-right: \", \";\\n }\\n\"])), function (_a) {\n var $addMargin = _a.$addMargin;\n return ($addMargin ? '0.5em' : '0');\n});\nexport var StyledIcon = styled(Icon)(templateObject_3 || (templateObject_3 = __makeTemplateObject([\"\\n & svg {\\n height: 1em;\\n margin-right: \", \";\\n }\\n\"], [\"\\n & svg {\\n height: 1em;\\n margin-right: \", \";\\n }\\n\"])), function (_a) {\n var $addMargin = _a.$addMargin;\n return ($addMargin ? '0.5em' : '0');\n});\nexport var StyledButton = styled.button(templateObject_4 || (templateObject_4 = __makeTemplateObject([\"\\n width: \", \";\\n \", \"\\n \", \"\\n \", \"\\n \", \"\\n height: 2.5em;\\n border: slim;\\n text-align: center;\\n text-decoration: none;\\n display: \", \";\\n flex-direction: \", \";\\n align-items: \", \";\\n font-family: \", \";\\n font-weight: semiBold;\\n border-radius: lg;\\n cursor: pointer;\\n transition-duration: 0.1s;\\n align-items: center;\\n justify-content: center;\\n transition: all 300ms ease-out;\\n pointer-events: \", \";\\n opacity: \", \";\\n\\n :disabled {\\n color: lightGray5;\\n }\\n\\n :focus {\\n outline: none;\\n }\\n\\n &[data-appearance='primary'] {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: white;\\n color: red1;\\n border-color: red1;\\n }\\n }\\n\\n :active {\\n background-color: red1;\\n color: red1;\\n border: none;\\n }\\n\\n :disabled {\\n background-color: bgLightGray;\\n border-color: lightGray5;\\n color: gray3;\\n }\\n }\\n\\n &[data-appearance='primaryLight'] {\\n color: red1;\\n background-color: red20;\\n border-color: red20;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n }\\n }\\n\\n :active {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n }\\n\\n :disabled {\\n background-color: bgLightGray;\\n border-color: lightGray5;\\n color: gray3;\\n }\\n }\\n\\n &[data-appearance='success'] {\\n background-color: successColor;\\n color: white;\\n border-color: successColor;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: white;\\n color: successColor;\\n }\\n }\\n\\n :active {\\n background-color: white;\\n color: successColor;\\n }\\n\\n :disabled {\\n background-color: bgLightGray;\\n border-color: lightGray5;\\n color: gray3;\\n }\\n }\\n\\n &[data-appearance='secondary'] {\\n background-color: white;\\n color: red1;\\n border-color: red1;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n }\\n }\\n\\n :active {\\n background-color: red1;\\n color: red1;\\n border-color: red1;\\n }\\n\\n :disabled {\\n background-color: white;\\n border-color: lightGray7;\\n }\\n }\\n\\n &[data-appearance='secondaryLg'] {\\n background-color: white;\\n color: typoPrimary;\\n border-color: blue2;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: blue2;\\n color: white;\\n border-color: blue2;\\n }\\n }\\n\\n :active {\\n background-color: gray;\\n color: white;\\n border: none;\\n }\\n\\n :disabled {\\n background-color: white;\\n border-color: bgLightGray1;\\n }\\n }\\n\\n &[data-appearance='primaryLg'] {\\n background-color: blue2;\\n color: white;\\n border-color: blue2;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: white;\\n color: typoPrimary;\\n border-color: blue2;\\n }\\n }\\n\\n :active {\\n background-color: gray;\\n color: white;\\n border: none;\\n }\\n\\n :disabled {\\n background-color: bgLightGray1;\\n border-color: bgLightGray1;\\n }\\n }\\n\\n &[data-appearance='minimal'] {\\n background-color: transparent;\\n border: none !important;\\n color: blue2;\\n\\n :disabled {\\n color: blue2;\\n }\\n }\\n\\n &[data-appearance='minimalRed'] {\\n background-color: transparent;\\n border: none !important;\\n color: red1;\\n\\n @media (hover: hover) {\\n &:hover {\\n color: red3;\\n svg {\\n fill: red3 !important;\\n }\\n }\\n }\\n \\n :disabled,\\n :active {\\n color: red3;\\n svg {\\n fill: red3 !important;\\n }\\n }\\n }\\n\\n &[data-sizing='icon'] {\\n aspect-ratio: 4 / 3;\\n padding: 0.5em 0.875em;\\n }\\n\\n &[data-sizing='iconLg'] {\\n min-width: 42px;\\n min-height: 38px;\\n padding: 0.5em 0.875em;\\n svg {\\n height: 16px;\\n }\\n }\\n\\n &[data-sizing='normal'] {\\n min-width: 7rem;\\n padding: 12px 18px;\\n min-height: 38px;\\n line-height: 14px;\\n font-size: 14px;\\n }\\n\\n &[data-sizing='large'] {\\n min-width: 12rem;\\n padding: 0.75em 1.5em;\\n min-height: 34px;\\n font-size: 12px;\\n }\\n\\n &[data-sizing='grid'] {\\n min-width: 5rem;\\n padding: 0.5em 1.25em;\\n font-size: 10px;\\n border-radius: 5px;\\n }\\n\"], [\"\\n width: \", \";\\n \", \"\\n \", \"\\n \", \"\\n \", \"\\n height: 2.5em;\\n border: slim;\\n text-align: center;\\n text-decoration: none;\\n display: \", \";\\n flex-direction: \", \";\\n align-items: \", \";\\n font-family: \", \";\\n font-weight: semiBold;\\n border-radius: lg;\\n cursor: pointer;\\n transition-duration: 0.1s;\\n align-items: center;\\n justify-content: center;\\n transition: all 300ms ease-out;\\n pointer-events: \", \";\\n opacity: \", \";\\n\\n :disabled {\\n color: lightGray5;\\n }\\n\\n :focus {\\n outline: none;\\n }\\n\\n &[data-appearance='primary'] {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: white;\\n color: red1;\\n border-color: red1;\\n }\\n }\\n\\n :active {\\n background-color: red1;\\n color: red1;\\n border: none;\\n }\\n\\n :disabled {\\n background-color: bgLightGray;\\n border-color: lightGray5;\\n color: gray3;\\n }\\n }\\n\\n &[data-appearance='primaryLight'] {\\n color: red1;\\n background-color: red20;\\n border-color: red20;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n }\\n }\\n\\n :active {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n }\\n\\n :disabled {\\n background-color: bgLightGray;\\n border-color: lightGray5;\\n color: gray3;\\n }\\n }\\n\\n &[data-appearance='success'] {\\n background-color: successColor;\\n color: white;\\n border-color: successColor;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: white;\\n color: successColor;\\n }\\n }\\n\\n :active {\\n background-color: white;\\n color: successColor;\\n }\\n\\n :disabled {\\n background-color: bgLightGray;\\n border-color: lightGray5;\\n color: gray3;\\n }\\n }\\n\\n &[data-appearance='secondary'] {\\n background-color: white;\\n color: red1;\\n border-color: red1;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n }\\n }\\n\\n :active {\\n background-color: red1;\\n color: red1;\\n border-color: red1;\\n }\\n\\n :disabled {\\n background-color: white;\\n border-color: lightGray7;\\n }\\n }\\n\\n &[data-appearance='secondaryLg'] {\\n background-color: white;\\n color: typoPrimary;\\n border-color: blue2;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: blue2;\\n color: white;\\n border-color: blue2;\\n }\\n }\\n\\n :active {\\n background-color: gray;\\n color: white;\\n border: none;\\n }\\n\\n :disabled {\\n background-color: white;\\n border-color: bgLightGray1;\\n }\\n }\\n\\n &[data-appearance='primaryLg'] {\\n background-color: blue2;\\n color: white;\\n border-color: blue2;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: white;\\n color: typoPrimary;\\n border-color: blue2;\\n }\\n }\\n\\n :active {\\n background-color: gray;\\n color: white;\\n border: none;\\n }\\n\\n :disabled {\\n background-color: bgLightGray1;\\n border-color: bgLightGray1;\\n }\\n }\\n\\n &[data-appearance='minimal'] {\\n background-color: transparent;\\n border: none !important;\\n color: blue2;\\n\\n :disabled {\\n color: blue2;\\n }\\n }\\n\\n &[data-appearance='minimalRed'] {\\n background-color: transparent;\\n border: none !important;\\n color: red1;\\n\\n @media (hover: hover) {\\n &:hover {\\n color: red3;\\n svg {\\n fill: red3 !important;\\n }\\n }\\n }\\n \\n :disabled,\\n :active {\\n color: red3;\\n svg {\\n fill: red3 !important;\\n }\\n }\\n }\\n\\n &[data-sizing='icon'] {\\n aspect-ratio: 4 / 3;\\n padding: 0.5em 0.875em;\\n }\\n\\n &[data-sizing='iconLg'] {\\n min-width: 42px;\\n min-height: 38px;\\n padding: 0.5em 0.875em;\\n svg {\\n height: 16px;\\n }\\n }\\n\\n &[data-sizing='normal'] {\\n min-width: 7rem;\\n padding: 12px 18px;\\n min-height: 38px;\\n line-height: 14px;\\n font-size: 14px;\\n }\\n\\n &[data-sizing='large'] {\\n min-width: 12rem;\\n padding: 0.75em 1.5em;\\n min-height: 34px;\\n font-size: 12px;\\n }\\n\\n &[data-sizing='grid'] {\\n min-width: 5rem;\\n padding: 0.5em 1.25em;\\n font-size: 10px;\\n border-radius: 5px;\\n }\\n\"])), function (_a) {\n var fullWidth = _a.fullWidth;\n return (fullWidth ? '100%' : 'initial');\n}, function (_a) {\n var mt = _a.mt;\n return (mt ? 'margin-top: 0;' : '');\n}, function (_a) {\n var mr = _a.mr;\n return (mr ? 'margin-right: 0;' : '');\n}, function (_a) {\n var mb = _a.mb;\n return (mb ? 'margin-bottom: 0;' : '');\n}, function (_a) {\n var ml = _a.ml;\n return (ml ? 'margin-left: 0;' : '');\n}, function (_a) {\n var columnAlign = _a.columnAlign;\n return (columnAlign ? 'flex' : 'inline-flex');\n}, function (_a) {\n var columnAlign = _a.columnAlign;\n return (columnAlign ? 'column' : 'auto');\n}, function (_a) {\n var columnAlign = _a.columnAlign;\n return (columnAlign ? 'center' : 'auto');\n}, th('fonts.primary'), function (_a) {\n var disabled = _a.disabled;\n return (disabled ? 'none' : 'auto');\n}, function (_a) {\n var disabled = _a.disabled;\n return (disabled ? '0.6' : '1');\n});\nvar templateObject_1, templateObject_2, templateObject_3, templateObject_4;\n//# sourceMappingURL=styles.js.map"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"styles.js","sources":["../../../../packages/ui/Elements/Button/styles.ts"],"sourcesContent":["import { __makeTemplateObject } from \"tslib\";\nimport { th } from '@xstyled/styled-components';\nimport styled from '@xstyled/styled-components';\nimport { Icon } from '../Icon';\nexport var StyledWrapper = styled.span(templateObject_1 || (templateObject_1 = __makeTemplateObject([\"\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n\"], [\"\\n display: flex;\\n justify-content: center;\\n align-items: center;\\n\"])));\nexport var LoadingIconWrapper = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject([\"\\n & svg {\\n margin-right: \", \";\\n }\\n\"], [\"\\n & svg {\\n margin-right: \", \";\\n }\\n\"])), function (_a) {\n var $addMargin = _a.$addMargin;\n return ($addMargin ? '0.5em' : '0');\n});\nexport var StyledIcon = styled(Icon)(templateObject_3 || (templateObject_3 = __makeTemplateObject([\"\\n & svg {\\n height: 1em;\\n margin-right: \", \";\\n }\\n\"], [\"\\n & svg {\\n height: 1em;\\n margin-right: \", \";\\n }\\n\"])), function (_a) {\n var $addMargin = _a.$addMargin;\n return ($addMargin ? '0.5em' : '0');\n});\nexport var StyledButton = styled.button(templateObject_4 || (templateObject_4 = __makeTemplateObject([\"\\n width: \", \";\\n margin-top: \", \";\\n margin-right: \", \";\\n margin-bottom: \", \";\\n margin-left: \", \";\\n height: 2.5em;\\n border: slim;\\n text-align: center;\\n text-decoration: none;\\n display: \", \";\\n flex-direction: \", \";\\n align-items: \", \";\\n font-family: \", \";\\n font-weight: semiBold;\\n border-radius: lg;\\n cursor: pointer;\\n transition-duration: 0.1s;\\n align-items: center;\\n justify-content: center;\\n transition: all 300ms ease-out;\\n pointer-events: \", \";\\n opacity: \", \";\\n\\n :disabled {\\n color: lightGray5;\\n }\\n\\n :focus {\\n outline: none;\\n }\\n\\n &[data-appearance='primary'] {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: white;\\n color: red1;\\n border-color: red1;\\n }\\n }\\n\\n :active {\\n background-color: red1;\\n color: red1;\\n border: none;\\n }\\n\\n :disabled {\\n background-color: bgLightGray;\\n border-color: lightGray5;\\n color: gray3;\\n }\\n }\\n\\n &[data-appearance='primaryLight'] {\\n color: red1;\\n background-color: red20;\\n border-color: red20;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n }\\n }\\n\\n :active {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n }\\n\\n :disabled {\\n background-color: bgLightGray;\\n border-color: lightGray5;\\n color: gray3;\\n }\\n }\\n\\n &[data-appearance='success'] {\\n background-color: successColor;\\n color: white;\\n border-color: successColor;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: white;\\n color: successColor;\\n }\\n }\\n\\n :active {\\n background-color: white;\\n color: successColor;\\n }\\n\\n :disabled {\\n background-color: bgLightGray;\\n border-color: lightGray5;\\n color: gray3;\\n }\\n }\\n\\n &[data-appearance='secondary'] {\\n background-color: white;\\n color: red1;\\n border-color: red1;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n }\\n }\\n\\n :active {\\n background-color: red1;\\n color: red1;\\n border-color: red1;\\n }\\n\\n :disabled {\\n background-color: white;\\n border-color: lightGray7;\\n }\\n }\\n\\n &[data-appearance='secondaryLg'] {\\n background-color: white;\\n color: typoPrimary;\\n border-color: blue2;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: blue2;\\n color: white;\\n border-color: blue2;\\n }\\n }\\n\\n :active {\\n background-color: gray;\\n color: white;\\n border: none;\\n }\\n\\n :disabled {\\n background-color: white;\\n border-color: bgLightGray1;\\n }\\n }\\n\\n &[data-appearance='primaryLg'] {\\n background-color: blue2;\\n color: white;\\n border-color: blue2;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: white;\\n color: typoPrimary;\\n border-color: blue2;\\n }\\n }\\n\\n :active {\\n background-color: gray;\\n color: white;\\n border: none;\\n }\\n\\n :disabled {\\n background-color: bgLightGray1;\\n border-color: bgLightGray1;\\n }\\n }\\n\\n &[data-appearance='minimal'] {\\n background-color: transparent;\\n border: none !important;\\n color: blue2;\\n\\n :disabled {\\n color: blue2;\\n }\\n }\\n\\n &[data-appearance='minimalRed'] {\\n background-color: transparent;\\n border: none !important;\\n color: red1;\\n\\n @media (hover: hover) {\\n &:hover {\\n color: red3;\\n svg {\\n fill: red3 !important;\\n }\\n }\\n }\\n\\n :disabled,\\n :active {\\n color: red3;\\n svg {\\n fill: red3 !important;\\n }\\n }\\n }\\n\\n &[data-sizing='icon'] {\\n aspect-ratio: 4 / 3;\\n padding: 0.5em 0.875em;\\n }\\n\\n &[data-sizing='iconLg'] {\\n min-width: 42px;\\n min-height: 38px;\\n padding: 0.5em 0.875em;\\n svg {\\n height: 16px;\\n }\\n }\\n\\n &[data-sizing='normal'] {\\n min-width: 7rem;\\n padding: 12px 18px;\\n min-height: 38px;\\n line-height: 14px;\\n font-size: 14px;\\n }\\n\\n &[data-sizing='large'] {\\n min-width: 12rem;\\n padding: 0.75em 1.5em;\\n min-height: 34px;\\n font-size: 12px;\\n }\\n\\n &[data-sizing='grid'] {\\n min-width: 5rem;\\n padding: 0.5em 1.25em;\\n font-size: 10px;\\n border-radius: 5px;\\n }\\n\"], [\"\\n width: \", \";\\n margin-top: \", \";\\n margin-right: \", \";\\n margin-bottom: \", \";\\n margin-left: \", \";\\n height: 2.5em;\\n border: slim;\\n text-align: center;\\n text-decoration: none;\\n display: \", \";\\n flex-direction: \", \";\\n align-items: \", \";\\n font-family: \", \";\\n font-weight: semiBold;\\n border-radius: lg;\\n cursor: pointer;\\n transition-duration: 0.1s;\\n align-items: center;\\n justify-content: center;\\n transition: all 300ms ease-out;\\n pointer-events: \", \";\\n opacity: \", \";\\n\\n :disabled {\\n color: lightGray5;\\n }\\n\\n :focus {\\n outline: none;\\n }\\n\\n &[data-appearance='primary'] {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: white;\\n color: red1;\\n border-color: red1;\\n }\\n }\\n\\n :active {\\n background-color: red1;\\n color: red1;\\n border: none;\\n }\\n\\n :disabled {\\n background-color: bgLightGray;\\n border-color: lightGray5;\\n color: gray3;\\n }\\n }\\n\\n &[data-appearance='primaryLight'] {\\n color: red1;\\n background-color: red20;\\n border-color: red20;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n }\\n }\\n\\n :active {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n }\\n\\n :disabled {\\n background-color: bgLightGray;\\n border-color: lightGray5;\\n color: gray3;\\n }\\n }\\n\\n &[data-appearance='success'] {\\n background-color: successColor;\\n color: white;\\n border-color: successColor;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: white;\\n color: successColor;\\n }\\n }\\n\\n :active {\\n background-color: white;\\n color: successColor;\\n }\\n\\n :disabled {\\n background-color: bgLightGray;\\n border-color: lightGray5;\\n color: gray3;\\n }\\n }\\n\\n &[data-appearance='secondary'] {\\n background-color: white;\\n color: red1;\\n border-color: red1;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: red1;\\n color: white;\\n border-color: red1;\\n }\\n }\\n\\n :active {\\n background-color: red1;\\n color: red1;\\n border-color: red1;\\n }\\n\\n :disabled {\\n background-color: white;\\n border-color: lightGray7;\\n }\\n }\\n\\n &[data-appearance='secondaryLg'] {\\n background-color: white;\\n color: typoPrimary;\\n border-color: blue2;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: blue2;\\n color: white;\\n border-color: blue2;\\n }\\n }\\n\\n :active {\\n background-color: gray;\\n color: white;\\n border: none;\\n }\\n\\n :disabled {\\n background-color: white;\\n border-color: bgLightGray1;\\n }\\n }\\n\\n &[data-appearance='primaryLg'] {\\n background-color: blue2;\\n color: white;\\n border-color: blue2;\\n\\n @media (hover: hover) {\\n &:hover {\\n background-color: white;\\n color: typoPrimary;\\n border-color: blue2;\\n }\\n }\\n\\n :active {\\n background-color: gray;\\n color: white;\\n border: none;\\n }\\n\\n :disabled {\\n background-color: bgLightGray1;\\n border-color: bgLightGray1;\\n }\\n }\\n\\n &[data-appearance='minimal'] {\\n background-color: transparent;\\n border: none !important;\\n color: blue2;\\n\\n :disabled {\\n color: blue2;\\n }\\n }\\n\\n &[data-appearance='minimalRed'] {\\n background-color: transparent;\\n border: none !important;\\n color: red1;\\n\\n @media (hover: hover) {\\n &:hover {\\n color: red3;\\n svg {\\n fill: red3 !important;\\n }\\n }\\n }\\n\\n :disabled,\\n :active {\\n color: red3;\\n svg {\\n fill: red3 !important;\\n }\\n }\\n }\\n\\n &[data-sizing='icon'] {\\n aspect-ratio: 4 / 3;\\n padding: 0.5em 0.875em;\\n }\\n\\n &[data-sizing='iconLg'] {\\n min-width: 42px;\\n min-height: 38px;\\n padding: 0.5em 0.875em;\\n svg {\\n height: 16px;\\n }\\n }\\n\\n &[data-sizing='normal'] {\\n min-width: 7rem;\\n padding: 12px 18px;\\n min-height: 38px;\\n line-height: 14px;\\n font-size: 14px;\\n }\\n\\n &[data-sizing='large'] {\\n min-width: 12rem;\\n padding: 0.75em 1.5em;\\n min-height: 34px;\\n font-size: 12px;\\n }\\n\\n &[data-sizing='grid'] {\\n min-width: 5rem;\\n padding: 0.5em 1.25em;\\n font-size: 10px;\\n border-radius: 5px;\\n }\\n\"])), function (_a) {\n var fullWidth = _a.fullWidth;\n return (fullWidth ? '100%' : 'initial');\n}, function (_a) {\n var mt = _a.mt;\n return mt || 0;\n}, function (_a) {\n var mr = _a.mr;\n return mr || 0;\n}, function (_a) {\n var mb = _a.mb;\n return mb || 0;\n}, function (_a) {\n var ml = _a.ml;\n return ml || 0;\n}, function (_a) {\n var columnAlign = _a.columnAlign;\n return (columnAlign ? 'flex' : 'inline-flex');\n}, function (_a) {\n var columnAlign = _a.columnAlign;\n return (columnAlign ? 'column' : 'auto');\n}, function (_a) {\n var columnAlign = _a.columnAlign;\n return (columnAlign ? 'center' : 'auto');\n}, th('fonts.primary'), function (_a) {\n var disabled = _a.disabled;\n return (disabled ? 'none' : 'auto');\n}, function (_a) {\n var disabled = _a.disabled;\n return (disabled ? '0.6' : '1');\n});\nvar templateObject_1, templateObject_2, templateObject_3, templateObject_4;\n//# sourceMappingURL=styles.js.map"],"names":[],"mappings":"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"}
@@ -14,10 +14,10 @@ type Props = React.HTMLProps<HTMLButtonElement> & {
14
14
  icon?: string | JSX.Element;
15
15
  type?: 'button' | 'submit' | 'reset';
16
16
  fullWidth?: boolean;
17
- mt?: string | number;
18
- mr?: string | number;
19
- mb?: string | number;
20
- ml?: string | number;
17
+ mt?: string;
18
+ mr?: string;
19
+ mb?: string;
20
+ ml?: string;
21
21
  };
22
22
 
23
23
  export { AppearanceValue, Props, SizingValue };
@@ -1,7 +1,7 @@
1
1
  import { __assign } from 'tslib';
2
2
  import { jsxs, jsx } from 'react/jsx-runtime';
3
3
 
4
- var Complaint = function (props) { return (jsxs("svg", __assign({ width: "22", height: "22", viewBox: "0 0 22 22", fill: "none" }, props, { children: [jsxs("g", { clipPath: "url(#clip0_7_1621)", children: [jsx("path", { d: "M19.2501 17.4667C19.2501 18.9578 18.0413 20.1667 16.5501 20.1667H6.36675C4.87558 20.1667 3.66675 18.9578 3.66675 17.4667V4.53333C3.66675 3.04216 4.87558 1.83333 6.36675 1.83333H12.7404C13.3915 1.83333 14.0207 2.06863 14.512 2.49589L18.3218 5.8087C18.9115 6.3215 19.2501 7.06465 19.2501 7.84614V17.4667Z", stroke: "#A3B3C1", strokeWidth: "1.35", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M13.2917 2.29166V6.89166C13.2917 7.38871 13.6947 7.79166 14.1917 7.79166H18.7917", stroke: "#A3B3C1", strokeWidth: "1.35", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M6.41675 9.16666H10.0834", stroke: "#A3B3C1", strokeWidth: "1.35", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M6.41675 11.9167H16.5001", stroke: "#A3B3C1", strokeWidth: "1.35", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M6.41675 14.6667H16.5001", stroke: "#A3B3C1", strokeWidth: "1.35", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })] }), jsx("defs", { children: jsx("clipPath", { id: "clip0_7_1621", children: jsx("rect", { width: "22", height: "22", fill: "white" }) }) })] }))); };
4
+ var Complaint = function (props) { return (jsxs("svg", __assign({ width: "22", height: "22", viewBox: "0 0 22 22", fill: "none", stroke: "#A3B3C1" }, props, { children: [jsxs("g", { clipPath: "url(#clip0_7_1621)", children: [jsx("path", { d: "M19.2501 17.4667C19.2501 18.9578 18.0413 20.1667 16.5501 20.1667H6.36675C4.87558 20.1667 3.66675 18.9578 3.66675 17.4667V4.53333C3.66675 3.04216 4.87558 1.83333 6.36675 1.83333H12.7404C13.3915 1.83333 14.0207 2.06863 14.512 2.49589L18.3218 5.8087C18.9115 6.3215 19.2501 7.06465 19.2501 7.84614V17.4667Z", strokeWidth: "1.35", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M13.2917 2.29166V6.89166C13.2917 7.38871 13.6947 7.79166 14.1917 7.79166H18.7917", strokeWidth: "1.35", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M6.41675 9.16666H10.0834", strokeWidth: "1.35", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M6.41675 11.9167H16.5001", strokeWidth: "1.35", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M6.41675 14.6667H16.5001", strokeWidth: "1.35", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })] }), jsx("defs", { children: jsx("clipPath", { id: "clip0_7_1621", children: jsx("rect", { width: "22", height: "22", fill: "white" }) }) })] }))); };
5
5
 
6
6
  export { Complaint };
7
7
  //# sourceMappingURL=Complaint.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Complaint.js","sources":["../../../../../packages/ui/Elements/Icon/icons/Complaint.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var Complaint = function (props) { return (_jsxs(\"svg\", __assign({ width: \"22\", height: \"22\", viewBox: \"0 0 22 22\", fill: \"none\" }, props, { children: [_jsxs(\"g\", { clipPath: \"url(#clip0_7_1621)\", children: [_jsx(\"path\", { d: \"M19.2501 17.4667C19.2501 18.9578 18.0413 20.1667 16.5501 20.1667H6.36675C4.87558 20.1667 3.66675 18.9578 3.66675 17.4667V4.53333C3.66675 3.04216 4.87558 1.83333 6.36675 1.83333H12.7404C13.3915 1.83333 14.0207 2.06863 14.512 2.49589L18.3218 5.8087C18.9115 6.3215 19.2501 7.06465 19.2501 7.84614V17.4667Z\", stroke: \"#A3B3C1\", strokeWidth: \"1.35\", strokeMiterlimit: \"10\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }), _jsx(\"path\", { d: \"M13.2917 2.29166V6.89166C13.2917 7.38871 13.6947 7.79166 14.1917 7.79166H18.7917\", stroke: \"#A3B3C1\", strokeWidth: \"1.35\", strokeMiterlimit: \"10\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }), _jsx(\"path\", { d: \"M6.41675 9.16666H10.0834\", stroke: \"#A3B3C1\", strokeWidth: \"1.35\", strokeMiterlimit: \"10\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }), _jsx(\"path\", { d: \"M6.41675 11.9167H16.5001\", stroke: \"#A3B3C1\", strokeWidth: \"1.35\", strokeMiterlimit: \"10\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }), _jsx(\"path\", { d: \"M6.41675 14.6667H16.5001\", stroke: \"#A3B3C1\", strokeWidth: \"1.35\", strokeMiterlimit: \"10\", strokeLinecap: \"round\", strokeLinejoin: \"round\" })] }), _jsx(\"defs\", { children: _jsx(\"clipPath\", { id: \"clip0_7_1621\", children: _jsx(\"rect\", { width: \"22\", height: \"22\", fill: \"white\" }) }) })] }))); };\n//# sourceMappingURL=Complaint.js.map"],"names":["_jsxs","_jsx"],"mappings":";;;AAEU,IAAC,SAAS,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,IAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,CAACA,IAAK,CAAC,GAAG,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,gTAAgT,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,kFAAkF,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0BAA0B,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0BAA0B,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0BAA0B,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAEA,GAAI,CAAC,UAAU,EAAE,EAAE,EAAE,EAAE,cAAc,EAAE,QAAQ,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
1
+ {"version":3,"file":"Complaint.js","sources":["../../../../../packages/ui/Elements/Icon/icons/Complaint.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var Complaint = function (props) { return (_jsxs(\"svg\", __assign({ width: \"22\", height: \"22\", viewBox: \"0 0 22 22\", fill: \"none\", stroke: \"#A3B3C1\" }, props, { children: [_jsxs(\"g\", { clipPath: \"url(#clip0_7_1621)\", children: [_jsx(\"path\", { d: \"M19.2501 17.4667C19.2501 18.9578 18.0413 20.1667 16.5501 20.1667H6.36675C4.87558 20.1667 3.66675 18.9578 3.66675 17.4667V4.53333C3.66675 3.04216 4.87558 1.83333 6.36675 1.83333H12.7404C13.3915 1.83333 14.0207 2.06863 14.512 2.49589L18.3218 5.8087C18.9115 6.3215 19.2501 7.06465 19.2501 7.84614V17.4667Z\", strokeWidth: \"1.35\", strokeMiterlimit: \"10\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }), _jsx(\"path\", { d: \"M13.2917 2.29166V6.89166C13.2917 7.38871 13.6947 7.79166 14.1917 7.79166H18.7917\", strokeWidth: \"1.35\", strokeMiterlimit: \"10\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }), _jsx(\"path\", { d: \"M6.41675 9.16666H10.0834\", strokeWidth: \"1.35\", strokeMiterlimit: \"10\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }), _jsx(\"path\", { d: \"M6.41675 11.9167H16.5001\", strokeWidth: \"1.35\", strokeMiterlimit: \"10\", strokeLinecap: \"round\", strokeLinejoin: \"round\" }), _jsx(\"path\", { d: \"M6.41675 14.6667H16.5001\", strokeWidth: \"1.35\", strokeMiterlimit: \"10\", strokeLinecap: \"round\", strokeLinejoin: \"round\" })] }), _jsx(\"defs\", { children: _jsx(\"clipPath\", { id: \"clip0_7_1621\", children: _jsx(\"rect\", { width: \"22\", height: \"22\", fill: \"white\" }) }) })] }))); };\n//# sourceMappingURL=Complaint.js.map"],"names":["_jsxs","_jsx"],"mappings":";;;AAEU,IAAC,SAAS,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,IAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,CAACA,IAAK,CAAC,GAAG,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,gTAAgT,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,kFAAkF,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0BAA0B,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0BAA0B,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0BAA0B,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAEA,GAAI,CAAC,UAAU,EAAE,EAAE,EAAE,EAAE,cAAc,EAAE,QAAQ,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { __assign } from 'tslib';
2
2
  import { jsxs, jsx } from 'react/jsx-runtime';
3
3
 
4
- var Expeditions = function (props) { return (jsxs("svg", __assign({ width: "22", height: "22", viewBox: "0 0 22 22", fill: "none" }, props, { children: [jsx("path", { d: "M11.1603 15.0024C11.1603 16.1027 10.2683 16.9946 9.16807 16.9946C8.0678 16.9946 7.17585 16.1027 7.17585 15.0024C7.17585 13.9021 8.0678 13.0102 9.16807 13.0102C10.2683 13.0102 11.1603 13.9021 11.1603 15.0024Z", stroke: "#A3B3C1", strokeWidth: "1.35" }), jsx("path", { d: "M18.4952 15.0024C18.4952 16.1027 17.6033 16.9946 16.503 16.9946C15.4028 16.9946 14.5108 16.1027 14.5108 15.0024C14.5108 13.9021 15.4028 13.0102 16.503 13.0102C17.6033 13.0102 18.4952 13.9021 18.4952 15.0024Z", stroke: "#A3B3C1", strokeWidth: "1.35" }), jsx("line", { x1: "10.9655", y1: "14.0546", x2: "14.2389", y2: "14.0546", stroke: "#A3B3C1", strokeWidth: "1.35" }), jsx("path", { d: "M4.41858 13.5637C4.04579 13.5637 3.74358 13.8659 3.74358 14.2387C3.74358 14.6115 4.04579 14.9137 4.41858 14.9137L4.41858 13.5637ZM4.41858 14.9137L7.0373 14.9137L7.0373 13.5637L4.41858 13.5637L4.41858 14.9137Z", fill: "#A3B3C1", strokeWidth: "0" }), jsx("line", { x1: "18.1671", y1: "14.0546", x2: "20.7858", y2: "14.0546", stroke: "#A3B3C1", strokeWidth: "1.35" }), jsx("path", { d: "M5.83411 2.99166C5.46131 2.99166 5.15911 3.29386 5.15911 3.66666C5.15911 4.03945 5.46131 4.34166 5.83411 4.34166V2.99166ZM17.6841 5.36216L17.0804 5.66403L17.6841 5.36216ZM20.6937 10.4888L21.2208 10.0671L20.6937 10.4888ZM21.5122 15.0023V10.8978H20.1622V15.0023H21.5122ZM21.2208 10.0671L20.0307 8.57942L18.9765 9.42276L20.1667 10.9104L21.2208 10.0671ZM20.1073 8.69922L18.2879 5.06029L17.0804 5.66403L18.8999 9.30296L20.1073 8.69922ZM17.0986 4.32527H13.8358V5.67526H17.0986V4.32527ZM14.5108 5.00027V4.32134H13.1608V5.00027H14.5108ZM13.1811 2.99166H5.83411V4.34166H13.1811V2.99166ZM13.1608 5.00027V8.34641H14.5108V5.00027H13.1608ZM14.4904 9.67609H19.5036V8.32609H14.4904V9.67609ZM13.1608 8.34641C13.1608 9.08077 13.7561 9.67609 14.4904 9.67609V8.32609C14.492 8.32609 14.4952 8.32654 14.4986 8.32796C14.5015 8.3292 14.5035 8.33069 14.5048 8.33204C14.5062 8.33339 14.5076 8.33537 14.5089 8.33829C14.5103 8.34166 14.5108 8.34485 14.5108 8.34641H13.1608ZM14.5108 4.32134C14.5108 3.58698 13.9154 2.99166 13.1811 2.99166V4.34166C13.1795 4.34166 13.1763 4.34121 13.173 4.33978C13.17 4.33855 13.1681 4.33705 13.1667 4.33571C13.1654 4.33436 13.1639 4.33237 13.1626 4.32945C13.1612 4.32608 13.1608 4.3229 13.1608 4.32134H14.5108ZM18.2879 5.06029C18.0626 4.60982 17.6022 4.32527 17.0986 4.32527V5.67526C17.0909 5.67526 17.0838 5.67092 17.0804 5.66403L18.2879 5.06029ZM21.5122 10.8978C21.5122 10.5958 21.4094 10.3029 21.2208 10.0671L20.1667 10.9104C20.1638 10.9068 20.1622 10.9024 20.1622 10.8978H21.5122Z", fill: "#A3B3C1", strokeWidth: "0" }), jsx("path", { d: "M9.16811 5.66718H3.16687", stroke: "#A3B3C1", strokeWidth: "1.35", strokeLinecap: "round" }), jsx("path", { d: "M7.83461 8.33435H1.83337", stroke: "#A3B3C1", strokeWidth: "1.35", strokeLinecap: "round" }), jsx("path", { d: "M8.50148 11.0016H2.50024", stroke: "#A3B3C1", strokeWidth: "1.35", strokeLinecap: "round" })] }))); };
4
+ var Expeditions = function (props) { return (jsxs("svg", __assign({ width: "22", height: "22", viewBox: "0 0 22 22", fill: "none", stroke: "#A3B3C1" }, props, { children: [jsx("path", { d: "M11.1603 15.0024C11.1603 16.1027 10.2683 16.9946 9.16807 16.9946C8.0678 16.9946 7.17585 16.1027 7.17585 15.0024C7.17585 13.9021 8.0678 13.0102 9.16807 13.0102C10.2683 13.0102 11.1603 13.9021 11.1603 15.0024Z", strokeWidth: "1.35" }), jsx("path", { d: "M18.4952 15.0024C18.4952 16.1027 17.6033 16.9946 16.503 16.9946C15.4028 16.9946 14.5108 16.1027 14.5108 15.0024C14.5108 13.9021 15.4028 13.0102 16.503 13.0102C17.6033 13.0102 18.4952 13.9021 18.4952 15.0024Z", strokeWidth: "1.35" }), jsx("line", { x1: "10.9655", y1: "14.0546", x2: "14.2389", y2: "14.0546", strokeWidth: "1.35" }), jsx("path", { d: "M4.41858 13.5637C4.04579 13.5637 3.74358 13.8659 3.74358 14.2387C3.74358 14.6115 4.04579 14.9137 4.41858 14.9137L4.41858 13.5637ZM4.41858 14.9137L7.0373 14.9137L7.0373 13.5637L4.41858 13.5637L4.41858 14.9137Z", fill: "#A3B3C1", strokeWidth: "0" }), jsx("line", { x1: "18.1671", y1: "14.0546", x2: "20.7858", y2: "14.0546", strokeWidth: "1.35" }), jsx("path", { d: "M5.83411 2.99166C5.46131 2.99166 5.15911 3.29386 5.15911 3.66666C5.15911 4.03945 5.46131 4.34166 5.83411 4.34166V2.99166ZM17.6841 5.36216L17.0804 5.66403L17.6841 5.36216ZM20.6937 10.4888L21.2208 10.0671L20.6937 10.4888ZM21.5122 15.0023V10.8978H20.1622V15.0023H21.5122ZM21.2208 10.0671L20.0307 8.57942L18.9765 9.42276L20.1667 10.9104L21.2208 10.0671ZM20.1073 8.69922L18.2879 5.06029L17.0804 5.66403L18.8999 9.30296L20.1073 8.69922ZM17.0986 4.32527H13.8358V5.67526H17.0986V4.32527ZM14.5108 5.00027V4.32134H13.1608V5.00027H14.5108ZM13.1811 2.99166H5.83411V4.34166H13.1811V2.99166ZM13.1608 5.00027V8.34641H14.5108V5.00027H13.1608ZM14.4904 9.67609H19.5036V8.32609H14.4904V9.67609ZM13.1608 8.34641C13.1608 9.08077 13.7561 9.67609 14.4904 9.67609V8.32609C14.492 8.32609 14.4952 8.32654 14.4986 8.32796C14.5015 8.3292 14.5035 8.33069 14.5048 8.33204C14.5062 8.33339 14.5076 8.33537 14.5089 8.33829C14.5103 8.34166 14.5108 8.34485 14.5108 8.34641H13.1608ZM14.5108 4.32134C14.5108 3.58698 13.9154 2.99166 13.1811 2.99166V4.34166C13.1795 4.34166 13.1763 4.34121 13.173 4.33978C13.17 4.33855 13.1681 4.33705 13.1667 4.33571C13.1654 4.33436 13.1639 4.33237 13.1626 4.32945C13.1612 4.32608 13.1608 4.3229 13.1608 4.32134H14.5108ZM18.2879 5.06029C18.0626 4.60982 17.6022 4.32527 17.0986 4.32527V5.67526C17.0909 5.67526 17.0838 5.67092 17.0804 5.66403L18.2879 5.06029ZM21.5122 10.8978C21.5122 10.5958 21.4094 10.3029 21.2208 10.0671L20.1667 10.9104C20.1638 10.9068 20.1622 10.9024 20.1622 10.8978H21.5122Z", fill: "#A3B3C1", strokeWidth: "0" }), jsx("path", { d: "M9.16811 5.66718H3.16687", strokeWidth: "1.35", strokeLinecap: "round" }), jsx("path", { d: "M7.83461 8.33435H1.83337", strokeWidth: "1.35", strokeLinecap: "round" }), jsx("path", { d: "M8.50148 11.0016H2.50024", strokeWidth: "1.35", strokeLinecap: "round" })] }))); };
5
5
 
6
6
  export { Expeditions };
7
7
  //# sourceMappingURL=Expeditions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Expeditions.js","sources":["../../../../../packages/ui/Elements/Icon/icons/Expeditions.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var Expeditions = function (props) { return (_jsxs(\"svg\", __assign({ width: \"22\", height: \"22\", viewBox: \"0 0 22 22\", fill: \"none\" }, props, { children: [_jsx(\"path\", { d: \"M11.1603 15.0024C11.1603 16.1027 10.2683 16.9946 9.16807 16.9946C8.0678 16.9946 7.17585 16.1027 7.17585 15.0024C7.17585 13.9021 8.0678 13.0102 9.16807 13.0102C10.2683 13.0102 11.1603 13.9021 11.1603 15.0024Z\", stroke: \"#A3B3C1\", strokeWidth: \"1.35\" }), _jsx(\"path\", { d: \"M18.4952 15.0024C18.4952 16.1027 17.6033 16.9946 16.503 16.9946C15.4028 16.9946 14.5108 16.1027 14.5108 15.0024C14.5108 13.9021 15.4028 13.0102 16.503 13.0102C17.6033 13.0102 18.4952 13.9021 18.4952 15.0024Z\", stroke: \"#A3B3C1\", strokeWidth: \"1.35\" }), _jsx(\"line\", { x1: \"10.9655\", y1: \"14.0546\", x2: \"14.2389\", y2: \"14.0546\", stroke: \"#A3B3C1\", strokeWidth: \"1.35\" }), _jsx(\"path\", { d: \"M4.41858 13.5637C4.04579 13.5637 3.74358 13.8659 3.74358 14.2387C3.74358 14.6115 4.04579 14.9137 4.41858 14.9137L4.41858 13.5637ZM4.41858 14.9137L7.0373 14.9137L7.0373 13.5637L4.41858 13.5637L4.41858 14.9137Z\", fill: \"#A3B3C1\", strokeWidth: \"0\" }), _jsx(\"line\", { x1: \"18.1671\", y1: \"14.0546\", x2: \"20.7858\", y2: \"14.0546\", stroke: \"#A3B3C1\", strokeWidth: \"1.35\" }), _jsx(\"path\", { d: \"M5.83411 2.99166C5.46131 2.99166 5.15911 3.29386 5.15911 3.66666C5.15911 4.03945 5.46131 4.34166 5.83411 4.34166V2.99166ZM17.6841 5.36216L17.0804 5.66403L17.6841 5.36216ZM20.6937 10.4888L21.2208 10.0671L20.6937 10.4888ZM21.5122 15.0023V10.8978H20.1622V15.0023H21.5122ZM21.2208 10.0671L20.0307 8.57942L18.9765 9.42276L20.1667 10.9104L21.2208 10.0671ZM20.1073 8.69922L18.2879 5.06029L17.0804 5.66403L18.8999 9.30296L20.1073 8.69922ZM17.0986 4.32527H13.8358V5.67526H17.0986V4.32527ZM14.5108 5.00027V4.32134H13.1608V5.00027H14.5108ZM13.1811 2.99166H5.83411V4.34166H13.1811V2.99166ZM13.1608 5.00027V8.34641H14.5108V5.00027H13.1608ZM14.4904 9.67609H19.5036V8.32609H14.4904V9.67609ZM13.1608 8.34641C13.1608 9.08077 13.7561 9.67609 14.4904 9.67609V8.32609C14.492 8.32609 14.4952 8.32654 14.4986 8.32796C14.5015 8.3292 14.5035 8.33069 14.5048 8.33204C14.5062 8.33339 14.5076 8.33537 14.5089 8.33829C14.5103 8.34166 14.5108 8.34485 14.5108 8.34641H13.1608ZM14.5108 4.32134C14.5108 3.58698 13.9154 2.99166 13.1811 2.99166V4.34166C13.1795 4.34166 13.1763 4.34121 13.173 4.33978C13.17 4.33855 13.1681 4.33705 13.1667 4.33571C13.1654 4.33436 13.1639 4.33237 13.1626 4.32945C13.1612 4.32608 13.1608 4.3229 13.1608 4.32134H14.5108ZM18.2879 5.06029C18.0626 4.60982 17.6022 4.32527 17.0986 4.32527V5.67526C17.0909 5.67526 17.0838 5.67092 17.0804 5.66403L18.2879 5.06029ZM21.5122 10.8978C21.5122 10.5958 21.4094 10.3029 21.2208 10.0671L20.1667 10.9104C20.1638 10.9068 20.1622 10.9024 20.1622 10.8978H21.5122Z\", fill: \"#A3B3C1\", strokeWidth: \"0\" }), _jsx(\"path\", { d: \"M9.16811 5.66718H3.16687\", stroke: \"#A3B3C1\", strokeWidth: \"1.35\", strokeLinecap: \"round\" }), _jsx(\"path\", { d: \"M7.83461 8.33435H1.83337\", stroke: \"#A3B3C1\", strokeWidth: \"1.35\", strokeLinecap: \"round\" }), _jsx(\"path\", { d: \"M8.50148 11.0016H2.50024\", stroke: \"#A3B3C1\", strokeWidth: \"1.35\", strokeLinecap: \"round\" })] }))); };\n//# sourceMappingURL=Expeditions.js.map"],"names":["_jsxs","_jsx"],"mappings":";;;AAEU,IAAC,WAAW,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,IAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,iNAAiN,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,iNAAiN,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,kNAAkN,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,m9CAAm9C,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0BAA0B,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0BAA0B,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0BAA0B,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
1
+ {"version":3,"file":"Expeditions.js","sources":["../../../../../packages/ui/Elements/Icon/icons/Expeditions.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var Expeditions = function (props) { return (_jsxs(\"svg\", __assign({ width: \"22\", height: \"22\", viewBox: \"0 0 22 22\", fill: \"none\", stroke: \"#A3B3C1\" }, props, { children: [_jsx(\"path\", { d: \"M11.1603 15.0024C11.1603 16.1027 10.2683 16.9946 9.16807 16.9946C8.0678 16.9946 7.17585 16.1027 7.17585 15.0024C7.17585 13.9021 8.0678 13.0102 9.16807 13.0102C10.2683 13.0102 11.1603 13.9021 11.1603 15.0024Z\", strokeWidth: \"1.35\" }), _jsx(\"path\", { d: \"M18.4952 15.0024C18.4952 16.1027 17.6033 16.9946 16.503 16.9946C15.4028 16.9946 14.5108 16.1027 14.5108 15.0024C14.5108 13.9021 15.4028 13.0102 16.503 13.0102C17.6033 13.0102 18.4952 13.9021 18.4952 15.0024Z\", strokeWidth: \"1.35\" }), _jsx(\"line\", { x1: \"10.9655\", y1: \"14.0546\", x2: \"14.2389\", y2: \"14.0546\", strokeWidth: \"1.35\" }), _jsx(\"path\", { d: \"M4.41858 13.5637C4.04579 13.5637 3.74358 13.8659 3.74358 14.2387C3.74358 14.6115 4.04579 14.9137 4.41858 14.9137L4.41858 13.5637ZM4.41858 14.9137L7.0373 14.9137L7.0373 13.5637L4.41858 13.5637L4.41858 14.9137Z\", fill: \"#A3B3C1\", strokeWidth: \"0\" }), _jsx(\"line\", { x1: \"18.1671\", y1: \"14.0546\", x2: \"20.7858\", y2: \"14.0546\", strokeWidth: \"1.35\" }), _jsx(\"path\", { d: \"M5.83411 2.99166C5.46131 2.99166 5.15911 3.29386 5.15911 3.66666C5.15911 4.03945 5.46131 4.34166 5.83411 4.34166V2.99166ZM17.6841 5.36216L17.0804 5.66403L17.6841 5.36216ZM20.6937 10.4888L21.2208 10.0671L20.6937 10.4888ZM21.5122 15.0023V10.8978H20.1622V15.0023H21.5122ZM21.2208 10.0671L20.0307 8.57942L18.9765 9.42276L20.1667 10.9104L21.2208 10.0671ZM20.1073 8.69922L18.2879 5.06029L17.0804 5.66403L18.8999 9.30296L20.1073 8.69922ZM17.0986 4.32527H13.8358V5.67526H17.0986V4.32527ZM14.5108 5.00027V4.32134H13.1608V5.00027H14.5108ZM13.1811 2.99166H5.83411V4.34166H13.1811V2.99166ZM13.1608 5.00027V8.34641H14.5108V5.00027H13.1608ZM14.4904 9.67609H19.5036V8.32609H14.4904V9.67609ZM13.1608 8.34641C13.1608 9.08077 13.7561 9.67609 14.4904 9.67609V8.32609C14.492 8.32609 14.4952 8.32654 14.4986 8.32796C14.5015 8.3292 14.5035 8.33069 14.5048 8.33204C14.5062 8.33339 14.5076 8.33537 14.5089 8.33829C14.5103 8.34166 14.5108 8.34485 14.5108 8.34641H13.1608ZM14.5108 4.32134C14.5108 3.58698 13.9154 2.99166 13.1811 2.99166V4.34166C13.1795 4.34166 13.1763 4.34121 13.173 4.33978C13.17 4.33855 13.1681 4.33705 13.1667 4.33571C13.1654 4.33436 13.1639 4.33237 13.1626 4.32945C13.1612 4.32608 13.1608 4.3229 13.1608 4.32134H14.5108ZM18.2879 5.06029C18.0626 4.60982 17.6022 4.32527 17.0986 4.32527V5.67526C17.0909 5.67526 17.0838 5.67092 17.0804 5.66403L18.2879 5.06029ZM21.5122 10.8978C21.5122 10.5958 21.4094 10.3029 21.2208 10.0671L20.1667 10.9104C20.1638 10.9068 20.1622 10.9024 20.1622 10.8978H21.5122Z\", fill: \"#A3B3C1\", strokeWidth: \"0\" }), _jsx(\"path\", { d: \"M9.16811 5.66718H3.16687\", strokeWidth: \"1.35\", strokeLinecap: \"round\" }), _jsx(\"path\", { d: \"M7.83461 8.33435H1.83337\", strokeWidth: \"1.35\", strokeLinecap: \"round\" }), _jsx(\"path\", { d: \"M8.50148 11.0016H2.50024\", strokeWidth: \"1.35\", strokeLinecap: \"round\" })] }))); };\n//# sourceMappingURL=Expeditions.js.map"],"names":["_jsxs","_jsx"],"mappings":";;;AAEU,IAAC,WAAW,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,IAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,iNAAiN,EAAE,WAAW,EAAE,MAAM,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,iNAAiN,EAAE,WAAW,EAAE,MAAM,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,kNAAkN,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,m9CAAm9C,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0BAA0B,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0BAA0B,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0BAA0B,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { __assign } from 'tslib';
2
2
  import { jsxs, jsx } from 'react/jsx-runtime';
3
3
 
4
- var FlagCZ = function (props) { return (jsxs("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", id: "flag-icons-cz", viewBox: "0 0 640 480", height: "1em", width: "1em" }, props, { children: [jsx("path", { fill: "#fff", d: "M0 0h640v240H0z" }), jsx("path", { fill: "#d7141a", d: "M0 240h640v240H0z" }), jsx("path", { fill: "#11457e", d: "M360 240 0 0v480z" })] }))); };
4
+ var FlagCZ = function (props) { return (jsxs("svg", __assign({ width: "28", height: "20", viewBox: "0 0 28 20", fill: "none" }, props, { children: [jsx("rect", { x: "0.25", y: "0.25", width: "27.5", height: "19.5", rx: "1.75", fill: "white", stroke: "#F5F5F5", strokeWidth: "0.5" }), jsx("mask", { id: "mask0_48_769", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "28", height: "20", children: jsx("rect", { x: "0.25", y: "0.25", width: "27.5", height: "19.5", rx: "1.75", fill: "white", stroke: "white", strokeWidth: "0.5" }) }), jsxs("g", { mask: "url(#mask0_48_769)", children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 20H28V10H0V20Z", fill: "#E8252A" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L13.3333 10L0 20V0Z", fill: "#17579E" })] })] }))); };
5
5
 
6
6
  export { FlagCZ };
7
7
  //# sourceMappingURL=FlagCZ.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlagCZ.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagCZ.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagCZ = function (props) { return (_jsxs(\"svg\", __assign({ xmlns: \"http://www.w3.org/2000/svg\", id: \"flag-icons-cz\", viewBox: \"0 0 640 480\", height: \"1em\", width: \"1em\" }, props, { children: [_jsx(\"path\", { fill: \"#fff\", d: \"M0 0h640v240H0z\" }), _jsx(\"path\", { fill: \"#d7141a\", d: \"M0 240h640v240H0z\" }), _jsx(\"path\", { fill: \"#11457e\", d: \"M360 240 0 0v480z\" })] }))); };\n//# sourceMappingURL=FlagCZ.js.map"],"names":["_jsxs","_jsx"],"mappings":";;;AAEU,IAAC,MAAM,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,IAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,4BAA4B,EAAE,EAAE,EAAE,eAAe,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,iBAAiB,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,mBAAmB,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,mBAAmB,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
1
+ {"version":3,"file":"FlagCZ.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagCZ.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagCZ = function (props) { return (_jsxs(\"svg\", __assign({ width: \"28\", height: \"20\", viewBox: \"0 0 28 20\", fill: \"none\" }, props, { children: [_jsx(\"rect\", { x: \"0.25\", y: \"0.25\", width: \"27.5\", height: \"19.5\", rx: \"1.75\", fill: \"white\", stroke: \"#F5F5F5\", strokeWidth: \"0.5\" }), _jsx(\"mask\", { id: \"mask0_48_769\", maskUnits: \"userSpaceOnUse\", x: \"0\", y: \"0\", width: \"28\", height: \"20\", children: _jsx(\"rect\", { x: \"0.25\", y: \"0.25\", width: \"27.5\", height: \"19.5\", rx: \"1.75\", fill: \"white\", stroke: \"white\", strokeWidth: \"0.5\" }) }), _jsxs(\"g\", { mask: \"url(#mask0_48_769)\", children: [_jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M0 20H28V10H0V20Z\", fill: \"#E8252A\" }), _jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M0 0L13.3333 10L0 20V0Z\", fill: \"#17579E\" })] })] }))); };\n//# sourceMappingURL=FlagCZ.js.map"],"names":["_jsxs","_jsx"],"mappings":";;;AAEU,IAAC,MAAM,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,IAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,cAAc,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,EAAED,IAAK,CAAC,GAAG,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,mBAAmB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,yBAAyB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
@@ -0,0 +1,7 @@
1
+ import { __assign } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+
4
+ var FlagEL = function (props) { return (jsxs("svg", __assign({ width: "28", height: "20", viewBox: "0 0 28 20", fill: "none" }, props, { children: [jsx("rect", { x: "0.25", y: "0.25", width: "27.5", height: "19.5", rx: "1.75", fill: "white", stroke: "#F5F5F5", strokeWidth: "0.5" }), jsx("mask", { id: "mask0_48_990", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "28", height: "20", children: jsx("rect", { x: "0.25", y: "0.25", width: "27.5", height: "19.5", rx: "1.75", fill: "white", stroke: "white", strokeWidth: "0.5" }) }), jsx("g", { mask: "url(#mask0_48_990)", children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33333 0H0V5.33333H5.33333V0ZM13.3333 0H8V5.33333H13.3333L13.3333 8H8V13.3333H13.3333H28V10.6667H13.3333V8H28V5.33333H13.3333L13.3333 2.66667H28V0H13.3333ZM28 16H0V18.6667H28V16ZM5.33333 8H0V13.3333H5.33333V8Z", fill: "#1C6DC1" }) })] }))); };
5
+
6
+ export { FlagEL };
7
+ //# sourceMappingURL=FlagEL.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FlagEL.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagEL.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagEL = function (props) { return (_jsxs(\"svg\", __assign({ width: \"28\", height: \"20\", viewBox: \"0 0 28 20\", fill: \"none\" }, props, { children: [_jsx(\"rect\", { x: \"0.25\", y: \"0.25\", width: \"27.5\", height: \"19.5\", rx: \"1.75\", fill: \"white\", stroke: \"#F5F5F5\", strokeWidth: \"0.5\" }), _jsx(\"mask\", { id: \"mask0_48_990\", maskUnits: \"userSpaceOnUse\", x: \"0\", y: \"0\", width: \"28\", height: \"20\", children: _jsx(\"rect\", { x: \"0.25\", y: \"0.25\", width: \"27.5\", height: \"19.5\", rx: \"1.75\", fill: \"white\", stroke: \"white\", strokeWidth: \"0.5\" }) }), _jsx(\"g\", { mask: \"url(#mask0_48_990)\", children: _jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M5.33333 0H0V5.33333H5.33333V0ZM13.3333 0H8V5.33333H13.3333L13.3333 8H8V13.3333H13.3333H28V10.6667H13.3333V8H28V5.33333H13.3333L13.3333 2.66667H28V0H13.3333ZM28 16H0V18.6667H28V16ZM5.33333 8H0V13.3333H5.33333V8Z\", fill: \"#1C6DC1\" }) })] }))); };\n//# sourceMappingURL=FlagEL.js.map"],"names":["_jsxs","_jsx"],"mappings":";;;AAEU,IAAC,MAAM,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,IAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,cAAc,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,EAAEA,GAAI,CAAC,GAAG,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,QAAQ,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,qNAAqN,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
@@ -0,0 +1,7 @@
1
+ import { __assign } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+
4
+ var FlagESP = function (props) { return (jsxs("svg", __assign({ width: "28", height: "20", viewBox: "0 0 28 20", fill: "none" }, props, { children: [jsx("rect", { width: "28", height: "20", rx: "2", fill: "white" }), jsx("mask", { id: "mask0_48_867", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "28", height: "20", children: jsx("rect", { width: "28", height: "20", rx: "2", fill: "white" }) }), jsxs("g", { mask: "url(#mask0_48_867)", children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 5.33333H28V0H0V5.33333Z", fill: "#DD172C" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 20H28V14.6667H0V20Z", fill: "#DD172C" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 14.6667H28V5.33334H0V14.6667Z", fill: "#FFD133" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33337 9.33333H8.66671V10H7.33337V9.33333Z", fill: "#FFEDB1" }), jsx("path", { d: "M6.05898 9.36101C6.04278 9.16667 6.19615 8.99999 6.39116 8.99999H8.27543C8.47044 8.99999 8.6238 9.16666 8.60761 9.36101L8.43633 11.4164C8.39314 11.9347 7.95987 12.3333 7.43978 12.3333H7.2268C6.70671 12.3333 6.27345 11.9347 6.23026 11.4164L6.05898 9.36101Z", stroke: "#A41517", strokeWidth: "0.666667" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 10H8.66667V10.6667H8L7.33333 12L6.66667 10.6667H6V10Z", fill: "#A41517" }), jsx("rect", { x: "4", y: "8", width: "1.33333", height: "4.66667", rx: "0.666667", fill: "#A41517" }), jsx("rect", { x: "9.33337", y: "8", width: "1.33333", height: "4.66667", rx: "0.666667", fill: "#A41517" }), jsx("path", { d: "M6 7.73332C6 7.14422 6.47756 6.66666 7.06667 6.66666H7.6C8.1891 6.66666 8.66667 7.14422 8.66667 7.73332C8.66667 7.8806 8.54728 7.99999 8.4 7.99999H6.26667C6.11939 7.99999 6 7.8806 6 7.73332Z", fill: "#A41517" })] })] }))); };
5
+
6
+ export { FlagESP };
7
+ //# sourceMappingURL=FlagESP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FlagESP.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagESP.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagESP = function (props) { return (_jsxs(\"svg\", __assign({ width: \"28\", height: \"20\", viewBox: \"0 0 28 20\", fill: \"none\" }, props, { children: [_jsx(\"rect\", { width: \"28\", height: \"20\", rx: \"2\", fill: \"white\" }), _jsx(\"mask\", { id: \"mask0_48_867\", maskUnits: \"userSpaceOnUse\", x: \"0\", y: \"0\", width: \"28\", height: \"20\", children: _jsx(\"rect\", { width: \"28\", height: \"20\", rx: \"2\", fill: \"white\" }) }), _jsxs(\"g\", { mask: \"url(#mask0_48_867)\", children: [_jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M0 5.33333H28V0H0V5.33333Z\", fill: \"#DD172C\" }), _jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M0 20H28V14.6667H0V20Z\", fill: \"#DD172C\" }), _jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M0 14.6667H28V5.33334H0V14.6667Z\", fill: \"#FFD133\" }), _jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M7.33337 9.33333H8.66671V10H7.33337V9.33333Z\", fill: \"#FFEDB1\" }), _jsx(\"path\", { d: \"M6.05898 9.36101C6.04278 9.16667 6.19615 8.99999 6.39116 8.99999H8.27543C8.47044 8.99999 8.6238 9.16666 8.60761 9.36101L8.43633 11.4164C8.39314 11.9347 7.95987 12.3333 7.43978 12.3333H7.2268C6.70671 12.3333 6.27345 11.9347 6.23026 11.4164L6.05898 9.36101Z\", stroke: \"#A41517\", strokeWidth: \"0.666667\" }), _jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M6 10H8.66667V10.6667H8L7.33333 12L6.66667 10.6667H6V10Z\", fill: \"#A41517\" }), _jsx(\"rect\", { x: \"4\", y: \"8\", width: \"1.33333\", height: \"4.66667\", rx: \"0.666667\", fill: \"#A41517\" }), _jsx(\"rect\", { x: \"9.33337\", y: \"8\", width: \"1.33333\", height: \"4.66667\", rx: \"0.666667\", fill: \"#A41517\" }), _jsx(\"path\", { d: \"M6 7.73332C6 7.14422 6.47756 6.66666 7.06667 6.66666H7.6C8.1891 6.66666 8.66667 7.14422 8.66667 7.73332C8.66667 7.8806 8.54728 7.99999 8.4 7.99999H6.26667C6.11939 7.99999 6 7.8806 6 7.73332Z\", fill: \"#A41517\" })] })] }))); };\n//# sourceMappingURL=FlagESP.js.map"],"names":["_jsxs","_jsx"],"mappings":";;;AAEU,IAAC,OAAO,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,IAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,cAAc,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,EAAED,IAAK,CAAC,GAAG,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,4BAA4B,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,wBAAwB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,kCAAkC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,8CAA8C,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,iQAAiQ,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,UAAU,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,0DAA0D,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,gMAAgM,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
@@ -0,0 +1,7 @@
1
+ import { __assign } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+
4
+ var FlagITA = function (props) { return (jsxs("svg", __assign({ width: "28", height: "20", viewBox: "0 0 28 20", fill: "none" }, props, { children: [jsx("rect", { x: "0.25", y: "0.25", width: "27.5", height: "19.5", rx: "1.75", fill: "white", stroke: "#F5F5F5", strokeWidth: "0.5" }), jsx("mask", { id: "mask0_48_1148", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "28", height: "20", children: jsx("rect", { x: "0.25", y: "0.25", width: "27.5", height: "19.5", rx: "1.75", fill: "white", stroke: "white", strokeWidth: "0.5" }) }), jsxs("g", { mask: "url(#mask0_48_1148)", children: [jsx("rect", { x: "18.6666", width: "9.33333", height: "20", fill: "#E43D4C" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 20H9.33333V0H0V20Z", fill: "#1BB65D" })] })] }))); };
5
+
6
+ export { FlagITA };
7
+ //# sourceMappingURL=FlagITA.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FlagITA.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagITA.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagITA = function (props) { return (_jsxs(\"svg\", __assign({ width: \"28\", height: \"20\", viewBox: \"0 0 28 20\", fill: \"none\" }, props, { children: [_jsx(\"rect\", { x: \"0.25\", y: \"0.25\", width: \"27.5\", height: \"19.5\", rx: \"1.75\", fill: \"white\", stroke: \"#F5F5F5\", strokeWidth: \"0.5\" }), _jsx(\"mask\", { id: \"mask0_48_1148\", maskUnits: \"userSpaceOnUse\", x: \"0\", y: \"0\", width: \"28\", height: \"20\", children: _jsx(\"rect\", { x: \"0.25\", y: \"0.25\", width: \"27.5\", height: \"19.5\", rx: \"1.75\", fill: \"white\", stroke: \"white\", strokeWidth: \"0.5\" }) }), _jsxs(\"g\", { mask: \"url(#mask0_48_1148)\", children: [_jsx(\"rect\", { x: \"18.6666\", width: \"9.33333\", height: \"20\", fill: \"#E43D4C\" }), _jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M0 20H9.33333V0H0V20Z\", fill: \"#1BB65D\" })] })] }))); };\n//# sourceMappingURL=FlagITA.js.map"],"names":["_jsxs","_jsx"],"mappings":";;;AAEU,IAAC,OAAO,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,IAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,eAAe,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,EAAED,IAAK,CAAC,GAAG,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,uBAAuB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
@@ -0,0 +1,7 @@
1
+ import { __assign } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+
4
+ var FlagRUS = function (props) { return (jsxs("svg", __assign({ width: "28", height: "20", viewBox: "0 0 28 20", fill: "none" }, props, { children: [jsx("rect", { x: "0.25", y: "0.25", width: "27.5", height: "19.5", rx: "1.75", fill: "white", stroke: "#F5F5F5", strokeWidth: "0.5" }), jsx("mask", { id: "mask0_48_1785", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "28", height: "20", children: jsx("rect", { x: "0.25", y: "0.25", width: "27.5", height: "19.5", rx: "1.75", fill: "white", stroke: "white", strokeWidth: "0.5" }) }), jsxs("g", { mask: "url(#mask0_48_1785)", children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 13.3333H28V6.66666H0V13.3333Z", fill: "#0C47B7" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 20H28V13.3333H0V20Z", fill: "#E53B35" })] })] }))); };
5
+
6
+ export { FlagRUS };
7
+ //# sourceMappingURL=FlagRUS.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FlagRUS.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagRUS.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagRUS = function (props) { return (_jsxs(\"svg\", __assign({ width: \"28\", height: \"20\", viewBox: \"0 0 28 20\", fill: \"none\" }, props, { children: [_jsx(\"rect\", { x: \"0.25\", y: \"0.25\", width: \"27.5\", height: \"19.5\", rx: \"1.75\", fill: \"white\", stroke: \"#F5F5F5\", strokeWidth: \"0.5\" }), _jsx(\"mask\", { id: \"mask0_48_1785\", maskUnits: \"userSpaceOnUse\", x: \"0\", y: \"0\", width: \"28\", height: \"20\", children: _jsx(\"rect\", { x: \"0.25\", y: \"0.25\", width: \"27.5\", height: \"19.5\", rx: \"1.75\", fill: \"white\", stroke: \"white\", strokeWidth: \"0.5\" }) }), _jsxs(\"g\", { mask: \"url(#mask0_48_1785)\", children: [_jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M0 13.3333H28V6.66666H0V13.3333Z\", fill: \"#0C47B7\" }), _jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M0 20H28V13.3333H0V20Z\", fill: \"#E53B35\" })] })] }))); };\n//# sourceMappingURL=FlagRUS.js.map"],"names":["_jsxs","_jsx"],"mappings":";;;AAEU,IAAC,OAAO,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,IAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,eAAe,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,EAAED,IAAK,CAAC,GAAG,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,kCAAkC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,wBAAwB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
@@ -0,0 +1,7 @@
1
+ import { __assign } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+
4
+ var FlagSVK = function (props) { return (jsxs("svg", __assign({ width: "28", height: "20", viewBox: "0 0 28 20", fill: "none" }, props, { children: [jsx("rect", { x: "0.25", y: "0.25", width: "27.5", height: "19.5", rx: "1.75", fill: "white", stroke: "#F5F5F5", strokeWidth: "0.5" }), jsx("mask", { id: "mask0_48_1842", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "28", height: "20", children: jsx("rect", { x: "0.25", y: "0.25", width: "27.5", height: "19.5", rx: "1.75", fill: "white", stroke: "white", strokeWidth: "0.5" }) }), jsxs("g", { mask: "url(#mask0_48_1842)", children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 13.3333H28V6.66666H0V13.3333Z", fill: "#0C47B7" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 20H28V13.3333H0V20Z", fill: "#E53B35" }), jsx("path", { d: "M6.94971 3.33333C5.87505 3.33333 4.99249 4.1826 4.95119 5.25647L4.69194 11.9969C4.66847 12.6073 4.92515 13.1948 5.38888 13.5923L8.26456 16.0572C9.2632 16.9132 10.7368 16.9132 11.7355 16.0572L14.6111 13.5923C15.0749 13.1948 15.3315 12.6073 15.3081 11.9969L15.0488 5.25647C15.0075 4.1826 14.125 3.33333 13.0503 3.33333H6.94971Z", fill: "#F73744", stroke: "white", strokeWidth: "1.33333" }), jsx("mask", { id: "mask1_48_1842", maskUnits: "userSpaceOnUse", x: "4", y: "2", width: "12", height: "16", children: jsx("path", { d: "M6.94971 3.33333C5.87505 3.33333 4.99249 4.1826 4.95119 5.25647L4.69194 11.9969C4.66847 12.6073 4.92515 13.1948 5.38888 13.5923L8.26456 16.0572C9.2632 16.9132 10.7368 16.9132 11.7355 16.0572L14.6111 13.5923C15.0749 13.1948 15.3315 12.6073 15.3081 11.9969L15.0488 5.25647C15.0075 4.1826 14.125 3.33333 13.0503 3.33333H6.94971Z", fill: "white", stroke: "white", strokeWidth: "1.33333" }) }), jsxs("g", { mask: "url(#mask1_48_1842)", children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.33331 11C9.33331 10.8159 9.18407 10.6667 8.99998 10.6667H7.66665C7.48255 10.6667 7.33331 10.5174 7.33331 10.3333V9.66668C7.33331 9.48258 7.48255 9.33334 7.66665 9.33334H8.99998C9.18407 9.33334 9.33331 9.1841 9.33331 9.00001V8.33334C9.33331 8.14925 9.18407 8.00001 8.99998 8.00001H8.33331C8.14922 8.00001 7.99998 7.85077 7.99998 7.66668V7.00001C7.99998 6.81592 8.14922 6.66668 8.33331 6.66668H8.99998C9.18407 6.66668 9.33331 6.51744 9.33331 6.33334V5.66668C9.33331 5.48258 9.48255 5.33334 9.66665 5.33334H10.3333C10.5174 5.33334 10.6666 5.48258 10.6666 5.66668V6.33334C10.6666 6.51744 10.8159 6.66668 11 6.66668H11.6666C11.8507 6.66668 12 6.81592 12 7.00001V7.66668C12 7.85077 11.8507 8.00001 11.6666 8.00001H11C10.8159 8.00001 10.6666 8.14925 10.6666 8.33334V9.00001C10.6666 9.1841 10.8159 9.33334 11 9.33334H12.3333C12.5174 9.33334 12.6666 9.48258 12.6666 9.66668V10.3333C12.6666 10.5174 12.5174 10.6667 12.3333 10.6667H11C10.8159 10.6667 10.6666 10.8159 10.6666 11V13C10.6666 13.1841 10.5174 13.3333 10.3333 13.3333H9.66665C9.48255 13.3333 9.33331 13.1841 9.33331 13V11Z", fill: "white" }), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.2035 13.4254C10.9889 12.9767 10.5307 12.6667 10 12.6667C9.46934 12.6667 9.01109 12.9767 8.79647 13.4254C7.17545 13.6808 6 14.4384 6 15.3333C6 16.4379 7.79086 17.3333 10 17.3333C12.2091 17.3333 14 16.4379 14 15.3333C14 14.4384 12.8246 13.6808 11.2035 13.4254Z", fill: "#1251A1" })] })] })] }))); };
5
+
6
+ export { FlagSVK };
7
+ //# sourceMappingURL=FlagSVK.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FlagSVK.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagSVK.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagSVK = function (props) { return (_jsxs(\"svg\", __assign({ width: \"28\", height: \"20\", viewBox: \"0 0 28 20\", fill: \"none\" }, props, { children: [_jsx(\"rect\", { x: \"0.25\", y: \"0.25\", width: \"27.5\", height: \"19.5\", rx: \"1.75\", fill: \"white\", stroke: \"#F5F5F5\", strokeWidth: \"0.5\" }), _jsx(\"mask\", { id: \"mask0_48_1842\", maskUnits: \"userSpaceOnUse\", x: \"0\", y: \"0\", width: \"28\", height: \"20\", children: _jsx(\"rect\", { x: \"0.25\", y: \"0.25\", width: \"27.5\", height: \"19.5\", rx: \"1.75\", fill: \"white\", stroke: \"white\", strokeWidth: \"0.5\" }) }), _jsxs(\"g\", { mask: \"url(#mask0_48_1842)\", children: [_jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M0 13.3333H28V6.66666H0V13.3333Z\", fill: \"#0C47B7\" }), _jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M0 20H28V13.3333H0V20Z\", fill: \"#E53B35\" }), _jsx(\"path\", { d: \"M6.94971 3.33333C5.87505 3.33333 4.99249 4.1826 4.95119 5.25647L4.69194 11.9969C4.66847 12.6073 4.92515 13.1948 5.38888 13.5923L8.26456 16.0572C9.2632 16.9132 10.7368 16.9132 11.7355 16.0572L14.6111 13.5923C15.0749 13.1948 15.3315 12.6073 15.3081 11.9969L15.0488 5.25647C15.0075 4.1826 14.125 3.33333 13.0503 3.33333H6.94971Z\", fill: \"#F73744\", stroke: \"white\", strokeWidth: \"1.33333\" }), _jsx(\"mask\", { id: \"mask1_48_1842\", maskUnits: \"userSpaceOnUse\", x: \"4\", y: \"2\", width: \"12\", height: \"16\", children: _jsx(\"path\", { d: \"M6.94971 3.33333C5.87505 3.33333 4.99249 4.1826 4.95119 5.25647L4.69194 11.9969C4.66847 12.6073 4.92515 13.1948 5.38888 13.5923L8.26456 16.0572C9.2632 16.9132 10.7368 16.9132 11.7355 16.0572L14.6111 13.5923C15.0749 13.1948 15.3315 12.6073 15.3081 11.9969L15.0488 5.25647C15.0075 4.1826 14.125 3.33333 13.0503 3.33333H6.94971Z\", fill: \"white\", stroke: \"white\", strokeWidth: \"1.33333\" }) }), _jsxs(\"g\", { mask: \"url(#mask1_48_1842)\", children: [_jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M9.33331 11C9.33331 10.8159 9.18407 10.6667 8.99998 10.6667H7.66665C7.48255 10.6667 7.33331 10.5174 7.33331 10.3333V9.66668C7.33331 9.48258 7.48255 9.33334 7.66665 9.33334H8.99998C9.18407 9.33334 9.33331 9.1841 9.33331 9.00001V8.33334C9.33331 8.14925 9.18407 8.00001 8.99998 8.00001H8.33331C8.14922 8.00001 7.99998 7.85077 7.99998 7.66668V7.00001C7.99998 6.81592 8.14922 6.66668 8.33331 6.66668H8.99998C9.18407 6.66668 9.33331 6.51744 9.33331 6.33334V5.66668C9.33331 5.48258 9.48255 5.33334 9.66665 5.33334H10.3333C10.5174 5.33334 10.6666 5.48258 10.6666 5.66668V6.33334C10.6666 6.51744 10.8159 6.66668 11 6.66668H11.6666C11.8507 6.66668 12 6.81592 12 7.00001V7.66668C12 7.85077 11.8507 8.00001 11.6666 8.00001H11C10.8159 8.00001 10.6666 8.14925 10.6666 8.33334V9.00001C10.6666 9.1841 10.8159 9.33334 11 9.33334H12.3333C12.5174 9.33334 12.6666 9.48258 12.6666 9.66668V10.3333C12.6666 10.5174 12.5174 10.6667 12.3333 10.6667H11C10.8159 10.6667 10.6666 10.8159 10.6666 11V13C10.6666 13.1841 10.5174 13.3333 10.3333 13.3333H9.66665C9.48255 13.3333 9.33331 13.1841 9.33331 13V11Z\", fill: \"white\" }), _jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M11.2035 13.4254C10.9889 12.9767 10.5307 12.6667 10 12.6667C9.46934 12.6667 9.01109 12.9767 8.79647 13.4254C7.17545 13.6808 6 14.4384 6 15.3333C6 16.4379 7.79086 17.3333 10 17.3333C12.2091 17.3333 14 16.4379 14 15.3333C14 14.4384 12.8246 13.6808 11.2035 13.4254Z\", fill: \"#1251A1\" })] })] })] }))); };\n//# sourceMappingURL=FlagSVK.js.map"],"names":["_jsxs","_jsx"],"mappings":";;;AAEU,IAAC,OAAO,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,IAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,eAAe,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,EAAED,IAAK,CAAC,GAAG,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,kCAAkC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,wBAAwB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,uUAAuU,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,EAAE,EAAE,eAAe,EAAE,SAAS,EAAE,gBAAgB,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,uUAAuU,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,CAAC,EAAE,CAAC,EAAED,IAAK,CAAC,GAAG,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,QAAQ,EAAE,CAACC,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,qjCAAqjC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE,wQAAwQ,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { __assign } from 'tslib';
2
- import { jsx, jsxs } from 'react/jsx-runtime';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
3
 
4
- var FlagUSA = function (props) { return (jsx("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", id: "flag-icons-us", viewBox: "0 0 640 480", height: "1em", width: "1em" }, props, { children: jsxs("g", { fillRule: "evenodd", children: [jsxs("g", { strokeWidth: "1pt", children: [jsx("path", { fill: "#bd3d44", d: "M0 0h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8V197H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8V512H0z", transform: "scale(.9375)" }), jsx("path", { fill: "#fff", d: "M0 39.4h972.8v39.4H0zm0 78.8h972.8v39.3H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0z", transform: "scale(.9375)" })] }), jsx("path", { fill: "#192f5d", d: "M0 0h389.1v275.7H0z", transform: "scale(.9375)" }), jsx("path", { fill: "#fff", d: "M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z", transform: "scale(.9375)" })] }) }))); };
4
+ var FlagUSA = function (props) { return (jsxs("svg", __assign({ width: "28", height: "20", viewBox: "0 0 28 20", fill: "none" }, props, { children: [jsx("rect", { width: "28", height: "20", rx: "2", fill: "white" }), jsx("mask", { id: "mask0_48_2135", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "28", height: "20", children: jsx("rect", { width: "28", height: "20", rx: "2", fill: "white" }) }), jsxs("g", { mask: "url(#mask0_48_2135)", children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28 0H0V1.33333H28V0ZM28 2.66667H0V4H28V2.66667ZM0 5.33333H28V6.66667H0V5.33333ZM28 8H0V9.33333H28V8ZM0 10.6667H28V12H0V10.6667ZM28 13.3333H0V14.6667H28V13.3333ZM0 16H28V17.3333H0V16ZM28 18.6667H0V20H28V18.6667Z", fill: "#D02F44" }), jsx("rect", { width: "12", height: "9.33333", fill: "#46467F" }), jsx("g", { filter: "url(#filter0_d_48_2135)", children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66671 2.00001C2.66671 2.3682 2.36823 2.66668 2.00004 2.66668C1.63185 2.66668 1.33337 2.3682 1.33337 2.00001C1.33337 1.63182 1.63185 1.33334 2.00004 1.33334C2.36823 1.33334 2.66671 1.63182 2.66671 2.00001ZM5.33337 2.00001C5.33337 2.3682 5.0349 2.66668 4.66671 2.66668C4.29852 2.66668 4.00004 2.3682 4.00004 2.00001C4.00004 1.63182 4.29852 1.33334 4.66671 1.33334C5.0349 1.33334 5.33337 1.63182 5.33337 2.00001ZM7.33337 2.66668C7.70156 2.66668 8.00004 2.3682 8.00004 2.00001C8.00004 1.63182 7.70156 1.33334 7.33337 1.33334C6.96518 1.33334 6.66671 1.63182 6.66671 2.00001C6.66671 2.3682 6.96518 2.66668 7.33337 2.66668ZM10.6667 2.00001C10.6667 2.3682 10.3682 2.66668 10 2.66668C9.63185 2.66668 9.33337 2.3682 9.33337 2.00001C9.33337 1.63182 9.63185 1.33334 10 1.33334C10.3682 1.33334 10.6667 1.63182 10.6667 2.00001ZM3.33337 4.00001C3.70156 4.00001 4.00004 3.70153 4.00004 3.33334C4.00004 2.96515 3.70156 2.66668 3.33337 2.66668C2.96518 2.66668 2.66671 2.96515 2.66671 3.33334C2.66671 3.70153 2.96518 4.00001 3.33337 4.00001ZM6.66671 3.33334C6.66671 3.70153 6.36823 4.00001 6.00004 4.00001C5.63185 4.00001 5.33337 3.70153 5.33337 3.33334C5.33337 2.96515 5.63185 2.66668 6.00004 2.66668C6.36823 2.66668 6.66671 2.96515 6.66671 3.33334ZM8.66671 4.00001C9.0349 4.00001 9.33337 3.70153 9.33337 3.33334C9.33337 2.96515 9.0349 2.66668 8.66671 2.66668C8.29852 2.66668 8.00004 2.96515 8.00004 3.33334C8.00004 3.70153 8.29852 4.00001 8.66671 4.00001ZM10.6667 4.66668C10.6667 5.03487 10.3682 5.33334 10 5.33334C9.63185 5.33334 9.33337 5.03487 9.33337 4.66668C9.33337 4.29849 9.63185 4.00001 10 4.00001C10.3682 4.00001 10.6667 4.29849 10.6667 4.66668ZM7.33337 5.33334C7.70156 5.33334 8.00004 5.03487 8.00004 4.66668C8.00004 4.29849 7.70156 4.00001 7.33337 4.00001C6.96518 4.00001 6.66671 4.29849 6.66671 4.66668C6.66671 5.03487 6.96518 5.33334 7.33337 5.33334ZM5.33337 4.66668C5.33337 5.03487 5.0349 5.33334 4.66671 5.33334C4.29852 5.33334 4.00004 5.03487 4.00004 4.66668C4.00004 4.29849 4.29852 4.00001 4.66671 4.00001C5.0349 4.00001 5.33337 4.29849 5.33337 4.66668ZM2.00004 5.33334C2.36823 5.33334 2.66671 5.03487 2.66671 4.66668C2.66671 4.29849 2.36823 4.00001 2.00004 4.00001C1.63185 4.00001 1.33337 4.29849 1.33337 4.66668C1.33337 5.03487 1.63185 5.33334 2.00004 5.33334ZM4.00004 6.00001C4.00004 6.3682 3.70156 6.66668 3.33337 6.66668C2.96518 6.66668 2.66671 6.3682 2.66671 6.00001C2.66671 5.63182 2.96518 5.33334 3.33337 5.33334C3.70156 5.33334 4.00004 5.63182 4.00004 6.00001ZM6.00004 6.66668C6.36823 6.66668 6.66671 6.3682 6.66671 6.00001C6.66671 5.63182 6.36823 5.33334 6.00004 5.33334C5.63185 5.33334 5.33337 5.63182 5.33337 6.00001C5.33337 6.3682 5.63185 6.66668 6.00004 6.66668ZM9.33337 6.00001C9.33337 6.3682 9.0349 6.66668 8.66671 6.66668C8.29852 6.66668 8.00004 6.3682 8.00004 6.00001C8.00004 5.63182 8.29852 5.33334 8.66671 5.33334C9.0349 5.33334 9.33337 5.63182 9.33337 6.00001ZM10 8.00001C10.3682 8.00001 10.6667 7.70153 10.6667 7.33334C10.6667 6.96515 10.3682 6.66668 10 6.66668C9.63185 6.66668 9.33337 6.96515 9.33337 7.33334C9.33337 7.70153 9.63185 8.00001 10 8.00001ZM8.00004 7.33334C8.00004 7.70153 7.70156 8.00001 7.33337 8.00001C6.96518 8.00001 6.66671 7.70153 6.66671 7.33334C6.66671 6.96515 6.96518 6.66668 7.33337 6.66668C7.70156 6.66668 8.00004 6.96515 8.00004 7.33334ZM4.66671 8.00001C5.0349 8.00001 5.33337 7.70153 5.33337 7.33334C5.33337 6.96515 5.0349 6.66668 4.66671 6.66668C4.29852 6.66668 4.00004 6.96515 4.00004 7.33334C4.00004 7.70153 4.29852 8.00001 4.66671 8.00001ZM2.66671 7.33334C2.66671 7.70153 2.36823 8.00001 2.00004 8.00001C1.63185 8.00001 1.33337 7.70153 1.33337 7.33334C1.33337 6.96515 1.63185 6.66668 2.00004 6.66668C2.36823 6.66668 2.66671 6.96515 2.66671 7.33334Z", fill: "url(#paint0_linear_48_2135)" }) })] }), jsxs("defs", { children: [jsxs("filter", { id: "filter0_d_48_2135", x: "1.33337", y: "1.33334", width: "9.33337", height: "7.66666", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), jsx("feOffset", { dy: "1" }), jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0" }), jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_48_2135" }), jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_48_2135", result: "shape" })] }), jsxs("linearGradient", { id: "paint0_linear_48_2135", x1: "1.33337", y1: "1.33334", x2: "1.33337", y2: "8.00001", gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "white" }), jsx("stop", { offset: "1", stopColor: "#F0F0F0" })] })] })] }))); };
5
5
 
6
6
  export { FlagUSA };
7
7
  //# sourceMappingURL=FlagUSA.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlagUSA.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagUSA.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagUSA = function (props) { return (_jsx(\"svg\", __assign({ xmlns: \"http://www.w3.org/2000/svg\", id: \"flag-icons-us\", viewBox: \"0 0 640 480\", height: \"1em\", width: \"1em\" }, props, { children: _jsxs(\"g\", { fillRule: \"evenodd\", children: [_jsxs(\"g\", { strokeWidth: \"1pt\", children: [_jsx(\"path\", { fill: \"#bd3d44\", d: \"M0 0h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8V197H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8V512H0z\", transform: \"scale(.9375)\" }), _jsx(\"path\", { fill: \"#fff\", d: \"M0 39.4h972.8v39.4H0zm0 78.8h972.8v39.3H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0z\", transform: \"scale(.9375)\" })] }), _jsx(\"path\", { fill: \"#192f5d\", d: \"M0 0h389.1v275.7H0z\", transform: \"scale(.9375)\" }), _jsx(\"path\", { fill: \"#fff\", d: \"M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z\", transform: \"scale(.9375)\" })] }) }))); };\n//# sourceMappingURL=FlagUSA.js.map"],"names":["_jsx","_jsxs"],"mappings":";;;AAEU,IAAC,OAAO,GAAG,UAAU,KAAK,EAAE,EAAE,QAAQA,GAAI,CAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,4BAA4B,EAAE,EAAE,EAAE,eAAe,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAEC,IAAK,CAAC,GAAG,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,CAACA,IAAK,CAAC,GAAG,EAAE,EAAE,WAAW,EAAE,KAAK,EAAE,QAAQ,EAAE,CAACD,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,gJAAgJ,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,gIAAgI,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC,CAAC,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,qBAAqB,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC,EAAEA,GAAI,CAAC,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,6sHAA6sH,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE;;;;"}
1
+ {"version":3,"file":"FlagUSA.js","sources":["../../../../../packages/ui/Elements/Icon/icons/FlagUSA.tsx"],"sourcesContent":["import { __assign } from \"tslib\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nexport var FlagUSA = function (props) { return (_jsxs(\"svg\", __assign({ width: \"28\", height: \"20\", viewBox: \"0 0 28 20\", fill: \"none\" }, props, { children: [_jsx(\"rect\", { width: \"28\", height: \"20\", rx: \"2\", fill: \"white\" }), _jsx(\"mask\", { id: \"mask0_48_2135\", maskUnits: \"userSpaceOnUse\", x: \"0\", y: \"0\", width: \"28\", height: \"20\", children: _jsx(\"rect\", { width: \"28\", height: \"20\", rx: \"2\", fill: \"white\" }) }), _jsxs(\"g\", { mask: \"url(#mask0_48_2135)\", children: [_jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M28 0H0V1.33333H28V0ZM28 2.66667H0V4H28V2.66667ZM0 5.33333H28V6.66667H0V5.33333ZM28 8H0V9.33333H28V8ZM0 10.6667H28V12H0V10.6667ZM28 13.3333H0V14.6667H28V13.3333ZM0 16H28V17.3333H0V16ZM28 18.6667H0V20H28V18.6667Z\", fill: \"#D02F44\" }), _jsx(\"rect\", { width: \"12\", height: \"9.33333\", fill: \"#46467F\" }), _jsx(\"g\", { filter: \"url(#filter0_d_48_2135)\", children: _jsx(\"path\", { fillRule: \"evenodd\", clipRule: \"evenodd\", d: \"M2.66671 2.00001C2.66671 2.3682 2.36823 2.66668 2.00004 2.66668C1.63185 2.66668 1.33337 2.3682 1.33337 2.00001C1.33337 1.63182 1.63185 1.33334 2.00004 1.33334C2.36823 1.33334 2.66671 1.63182 2.66671 2.00001ZM5.33337 2.00001C5.33337 2.3682 5.0349 2.66668 4.66671 2.66668C4.29852 2.66668 4.00004 2.3682 4.00004 2.00001C4.00004 1.63182 4.29852 1.33334 4.66671 1.33334C5.0349 1.33334 5.33337 1.63182 5.33337 2.00001ZM7.33337 2.66668C7.70156 2.66668 8.00004 2.3682 8.00004 2.00001C8.00004 1.63182 7.70156 1.33334 7.33337 1.33334C6.96518 1.33334 6.66671 1.63182 6.66671 2.00001C6.66671 2.3682 6.96518 2.66668 7.33337 2.66668ZM10.6667 2.00001C10.6667 2.3682 10.3682 2.66668 10 2.66668C9.63185 2.66668 9.33337 2.3682 9.33337 2.00001C9.33337 1.63182 9.63185 1.33334 10 1.33334C10.3682 1.33334 10.6667 1.63182 10.6667 2.00001ZM3.33337 4.00001C3.70156 4.00001 4.00004 3.70153 4.00004 3.33334C4.00004 2.96515 3.70156 2.66668 3.33337 2.66668C2.96518 2.66668 2.66671 2.96515 2.66671 3.33334C2.66671 3.70153 2.96518 4.00001 3.33337 4.00001ZM6.66671 3.33334C6.66671 3.70153 6.36823 4.00001 6.00004 4.00001C5.63185 4.00001 5.33337 3.70153 5.33337 3.33334C5.33337 2.96515 5.63185 2.66668 6.00004 2.66668C6.36823 2.66668 6.66671 2.96515 6.66671 3.33334ZM8.66671 4.00001C9.0349 4.00001 9.33337 3.70153 9.33337 3.33334C9.33337 2.96515 9.0349 2.66668 8.66671 2.66668C8.29852 2.66668 8.00004 2.96515 8.00004 3.33334C8.00004 3.70153 8.29852 4.00001 8.66671 4.00001ZM10.6667 4.66668C10.6667 5.03487 10.3682 5.33334 10 5.33334C9.63185 5.33334 9.33337 5.03487 9.33337 4.66668C9.33337 4.29849 9.63185 4.00001 10 4.00001C10.3682 4.00001 10.6667 4.29849 10.6667 4.66668ZM7.33337 5.33334C7.70156 5.33334 8.00004 5.03487 8.00004 4.66668C8.00004 4.29849 7.70156 4.00001 7.33337 4.00001C6.96518 4.00001 6.66671 4.29849 6.66671 4.66668C6.66671 5.03487 6.96518 5.33334 7.33337 5.33334ZM5.33337 4.66668C5.33337 5.03487 5.0349 5.33334 4.66671 5.33334C4.29852 5.33334 4.00004 5.03487 4.00004 4.66668C4.00004 4.29849 4.29852 4.00001 4.66671 4.00001C5.0349 4.00001 5.33337 4.29849 5.33337 4.66668ZM2.00004 5.33334C2.36823 5.33334 2.66671 5.03487 2.66671 4.66668C2.66671 4.29849 2.36823 4.00001 2.00004 4.00001C1.63185 4.00001 1.33337 4.29849 1.33337 4.66668C1.33337 5.03487 1.63185 5.33334 2.00004 5.33334ZM4.00004 6.00001C4.00004 6.3682 3.70156 6.66668 3.33337 6.66668C2.96518 6.66668 2.66671 6.3682 2.66671 6.00001C2.66671 5.63182 2.96518 5.33334 3.33337 5.33334C3.70156 5.33334 4.00004 5.63182 4.00004 6.00001ZM6.00004 6.66668C6.36823 6.66668 6.66671 6.3682 6.66671 6.00001C6.66671 5.63182 6.36823 5.33334 6.00004 5.33334C5.63185 5.33334 5.33337 5.63182 5.33337 6.00001C5.33337 6.3682 5.63185 6.66668 6.00004 6.66668ZM9.33337 6.00001C9.33337 6.3682 9.0349 6.66668 8.66671 6.66668C8.29852 6.66668 8.00004 6.3682 8.00004 6.00001C8.00004 5.63182 8.29852 5.33334 8.66671 5.33334C9.0349 5.33334 9.33337 5.63182 9.33337 6.00001ZM10 8.00001C10.3682 8.00001 10.6667 7.70153 10.6667 7.33334C10.6667 6.96515 10.3682 6.66668 10 6.66668C9.63185 6.66668 9.33337 6.96515 9.33337 7.33334C9.33337 7.70153 9.63185 8.00001 10 8.00001ZM8.00004 7.33334C8.00004 7.70153 7.70156 8.00001 7.33337 8.00001C6.96518 8.00001 6.66671 7.70153 6.66671 7.33334C6.66671 6.96515 6.96518 6.66668 7.33337 6.66668C7.70156 6.66668 8.00004 6.96515 8.00004 7.33334ZM4.66671 8.00001C5.0349 8.00001 5.33337 7.70153 5.33337 7.33334C5.33337 6.96515 5.0349 6.66668 4.66671 6.66668C4.29852 6.66668 4.00004 6.96515 4.00004 7.33334C4.00004 7.70153 4.29852 8.00001 4.66671 8.00001ZM2.66671 7.33334C2.66671 7.70153 2.36823 8.00001 2.00004 8.00001C1.63185 8.00001 1.33337 7.70153 1.33337 7.33334C1.33337 6.96515 1.63185 6.66668 2.00004 6.66668C2.36823 6.66668 2.66671 6.96515 2.66671 7.33334Z\", fill: \"url(#paint0_linear_48_2135)\" }) })] }), _jsxs(\"defs\", { children: [_jsxs(\"filter\", { id: \"filter0_d_48_2135\", x: \"1.33337\", y: \"1.33334\", width: \"9.33337\", height: \"7.66666\", filterUnits: \"userSpaceOnUse\", colorInterpolationFilters: \"sRGB\", children: [_jsx(\"feFlood\", { floodOpacity: \"0\", result: \"BackgroundImageFix\" }), _jsx(\"feColorMatrix\", { in: \"SourceAlpha\", type: \"matrix\", values: \"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\", result: \"hardAlpha\" }), _jsx(\"feOffset\", { dy: \"1\" }), _jsx(\"feColorMatrix\", { type: \"matrix\", values: \"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0\" }), _jsx(\"feBlend\", { mode: \"normal\", in2: \"BackgroundImageFix\", result: \"effect1_dropShadow_48_2135\" }), _jsx(\"feBlend\", { mode: \"normal\", in: \"SourceGraphic\", in2: \"effect1_dropShadow_48_2135\", result: \"shape\" })] }), _jsxs(\"linearGradient\", { id: \"paint0_linear_48_2135\", x1: \"1.33337\", y1: \"1.33334\", x2: \"1.33337\", y2: \"8.00001\", gradientUnits: \"userSpaceOnUse\", children: [_jsx(\"stop\", { stopColor: \"white\" }), _jsx(\"stop\", { offset: \"1\", stopColor: \"#F0F0F0\" })] })] })] }))); };\n//# sourceMappingURL=FlagUSA.js.map"],"names":["_jsxs","_jsx"],"mappings":"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"}