@intlayer/design-system 7.5.6 → 7.5.8

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 (246) hide show
  1. package/dist/esm/components/Breadcrumb/index.mjs +28 -2
  2. package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
  3. package/dist/esm/components/Browser/Browser.mjs +29 -40
  4. package/dist/esm/components/Browser/Browser.mjs.map +1 -1
  5. package/dist/esm/components/Browser/{Browser.content.mjs → browser.content.mjs} +42 -4
  6. package/dist/esm/components/Browser/{Browser.content.mjs.map → browser.content.mjs.map} +1 -1
  7. package/dist/esm/components/Button/Button.mjs +6 -2
  8. package/dist/esm/components/Button/Button.mjs.map +1 -1
  9. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +1 -1
  10. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +9 -19
  11. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -1
  12. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +2 -2
  13. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -1
  14. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +123 -88
  15. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
  16. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +3 -2
  17. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  18. package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +7 -6
  19. package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -1
  20. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +28 -6
  21. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs.map +1 -1
  22. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +2 -0
  23. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  24. package/dist/esm/components/DictionaryFieldEditor/index.mjs +5 -1
  25. package/dist/esm/components/DropDown/index.mjs +19 -4
  26. package/dist/esm/components/DropDown/index.mjs.map +1 -1
  27. package/dist/esm/components/Flags/Flag.mjs +55 -2
  28. package/dist/esm/components/Flags/Flag.mjs.map +1 -1
  29. package/dist/esm/components/Flags/bw.mjs +35 -0
  30. package/dist/esm/components/Flags/bw.mjs.map +1 -0
  31. package/dist/esm/components/Flags/cu.mjs +45 -0
  32. package/dist/esm/components/Flags/cu.mjs.map +1 -0
  33. package/dist/esm/components/Flags/cv.mjs +45 -0
  34. package/dist/esm/components/Flags/cv.mjs.map +1 -0
  35. package/dist/esm/components/Flags/dj.mjs +45 -0
  36. package/dist/esm/components/Flags/dj.mjs.map +1 -0
  37. package/dist/esm/components/Flags/flags.mjs +242 -7
  38. package/dist/esm/components/Flags/flags.mjs.map +1 -1
  39. package/dist/esm/components/Flags/gh.mjs +38 -0
  40. package/dist/esm/components/Flags/gh.mjs.map +1 -0
  41. package/dist/esm/components/Flags/gw.mjs +69 -0
  42. package/dist/esm/components/Flags/gw.mjs.map +1 -0
  43. package/dist/esm/components/Flags/km.mjs +54 -0
  44. package/dist/esm/components/Flags/km.mjs.map +1 -0
  45. package/dist/esm/components/Flags/lk.mjs +75 -0
  46. package/dist/esm/components/Flags/lk.mjs.map +1 -0
  47. package/dist/esm/components/Flags/md.mjs +319 -0
  48. package/dist/esm/components/Flags/md.mjs.map +1 -0
  49. package/dist/esm/components/Flags/mr.mjs +39 -0
  50. package/dist/esm/components/Flags/mr.mjs.map +1 -0
  51. package/dist/esm/components/Flags/mz.mjs +94 -0
  52. package/dist/esm/components/Flags/mz.mjs.map +1 -0
  53. package/dist/esm/components/Flags/ps.mjs +47 -0
  54. package/dist/esm/components/Flags/ps.mjs.map +1 -0
  55. package/dist/esm/components/Flags/sd.mjs +46 -0
  56. package/dist/esm/components/Flags/sd.mjs.map +1 -0
  57. package/dist/esm/components/Flags/so.mjs +39 -0
  58. package/dist/esm/components/Flags/so.mjs.map +1 -0
  59. package/dist/esm/components/Flags/st.mjs +75 -0
  60. package/dist/esm/components/Flags/st.mjs.map +1 -0
  61. package/dist/esm/components/Flags/td.mjs +35 -0
  62. package/dist/esm/components/Flags/td.mjs.map +1 -0
  63. package/dist/esm/components/Flags/tl.mjs +45 -0
  64. package/dist/esm/components/Flags/tl.mjs.map +1 -0
  65. package/dist/esm/components/Flags/tz.mjs +46 -0
  66. package/dist/esm/components/Flags/tz.mjs.map +1 -0
  67. package/dist/esm/components/Flags/ug.mjs +147 -0
  68. package/dist/esm/components/Flags/ug.mjs.map +1 -0
  69. package/dist/esm/components/Form/FormLabel.mjs +1 -1
  70. package/dist/esm/components/Form/elements/AutoSizeTextAreaElement.mjs +1 -1
  71. package/dist/esm/components/Form/elements/EditableFieldTextAreaElement.mjs +1 -1
  72. package/dist/esm/components/Form/elements/MultiselectElement.mjs +1 -1
  73. package/dist/esm/components/Form/elements/OTPElement.mjs +2 -2
  74. package/dist/esm/components/Form/elements/OTPElement.mjs.map +1 -1
  75. package/dist/esm/components/Form/elements/SelectElement.mjs +1 -1
  76. package/dist/esm/components/Form/elements/SwitchSelectorElement.mjs +1 -1
  77. package/dist/esm/components/Form/elements/TextAreaElement.mjs +1 -1
  78. package/dist/esm/components/IDE/CodeFormatSelector.mjs +1 -1
  79. package/dist/esm/components/IDE/ContentDeclarationFormatSelector.mjs +1 -1
  80. package/dist/esm/components/IDE/PackageManagerSelector.mjs +1 -1
  81. package/dist/esm/components/Input/Input.mjs +3 -1
  82. package/dist/esm/components/Input/Input.mjs.map +1 -1
  83. package/dist/esm/components/Input/OTPInput.mjs +2 -2
  84. package/dist/esm/components/Input/OTPInput.mjs.map +1 -1
  85. package/dist/esm/components/Input/SearchInput.mjs +1 -1
  86. package/dist/esm/components/Input/SearchInput.mjs.map +1 -1
  87. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +8 -4
  88. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs.map +1 -1
  89. package/dist/esm/components/Link/Link.mjs +11 -3
  90. package/dist/esm/components/Link/Link.mjs.map +1 -1
  91. package/dist/esm/components/Link/index.mjs +2 -2
  92. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +20 -14
  93. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
  94. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +1 -1
  95. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
  96. package/dist/esm/components/Modal/Modal.mjs +2 -2
  97. package/dist/esm/components/Modal/Modal.mjs.map +1 -1
  98. package/dist/esm/components/RightDrawer/RightDrawer.mjs +83 -127
  99. package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
  100. package/dist/esm/components/RightDrawer/rightDrawer.content.mjs +51 -0
  101. package/dist/esm/components/RightDrawer/rightDrawer.content.mjs.map +1 -0
  102. package/dist/esm/components/Table/Table.mjs +1 -1
  103. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +2 -29
  104. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs.map +1 -1
  105. package/dist/esm/components/index.mjs +23 -19
  106. package/dist/esm/hooks/index.mjs +2 -2
  107. package/dist/esm/hooks/reactQuery.mjs +32 -3
  108. package/dist/esm/hooks/reactQuery.mjs.map +1 -1
  109. package/dist/esm/hooks/usePersistedStore.mjs +1 -1
  110. package/dist/esm/hooks/usePersistedStore.mjs.map +1 -1
  111. package/dist/types/components/Badge/index.d.ts +2 -2
  112. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  113. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  114. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  115. package/dist/types/components/Browser/Browser.d.ts +2 -2
  116. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  117. package/dist/types/components/Browser/{Browser.content.d.ts → browser.content.d.ts} +97 -15
  118. package/dist/types/components/Browser/browser.content.d.ts.map +1 -0
  119. package/dist/types/components/Button/Button.d.ts +7 -7
  120. package/dist/types/components/Button/Button.d.ts.map +1 -1
  121. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +4 -4
  122. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  123. package/dist/types/components/Command/index.d.ts +16 -16
  124. package/dist/types/components/Command/index.d.ts.map +1 -1
  125. package/dist/types/components/Container/index.d.ts +9 -9
  126. package/dist/types/components/Container/index.d.ts.map +1 -1
  127. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  128. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  129. package/dist/types/components/DictionaryEditor/DictionaryEditor.d.ts +0 -1
  130. package/dist/types/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -1
  131. package/dist/types/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
  132. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  133. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  134. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  135. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  136. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  137. package/dist/types/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts +5 -1
  138. package/dist/types/components/DictionaryFieldEditor/KeyPathBreadcrumb.d.ts.map +1 -1
  139. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  140. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  141. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  142. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  143. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  144. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
  145. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  146. package/dist/types/components/DictionaryFieldEditor/index.d.ts +5 -1
  147. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  148. package/dist/types/components/DropDown/index.d.ts +16 -2
  149. package/dist/types/components/DropDown/index.d.ts.map +1 -1
  150. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  151. package/dist/types/components/Flags/Flag.d.ts.map +1 -1
  152. package/dist/types/components/Flags/flags.d.ts +169 -7
  153. package/dist/types/components/Flags/flags.d.ts.map +1 -1
  154. package/dist/types/components/Form/FormBase.d.ts +2 -2
  155. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  156. package/dist/types/components/Form/FormField.d.ts +2 -2
  157. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  158. package/dist/types/components/Form/FormItem.d.ts +2 -2
  159. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  160. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  161. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  162. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  163. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  164. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  165. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  166. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  167. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  168. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  169. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  170. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  171. package/dist/types/components/IDE/CodeContext.d.ts.map +1 -1
  172. package/dist/types/components/IDE/code.content.d.ts +5 -5
  173. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  174. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  175. package/dist/types/components/IDE/selectors.content.d.ts +7 -7
  176. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  177. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  178. package/dist/types/components/Input/Input.d.ts +6 -9
  179. package/dist/types/components/Input/Input.d.ts.map +1 -1
  180. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  181. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  182. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  183. package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
  184. package/dist/types/components/Link/Link.d.ts +9 -8
  185. package/dist/types/components/Link/Link.d.ts.map +1 -1
  186. package/dist/types/components/Link/index.d.ts +2 -2
  187. package/dist/types/components/Loader/index.content.d.ts +3 -3
  188. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  189. package/dist/types/components/Loader/index.d.ts.map +1 -1
  190. package/dist/types/components/Loader/spinner.d.ts +2 -2
  191. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  192. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  193. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  194. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  195. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  196. package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
  197. package/dist/types/components/MarkDownRender/processor.d.ts.map +1 -1
  198. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  199. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  200. package/dist/types/components/Modal/Modal.d.ts.map +1 -1
  201. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  202. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  203. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  204. package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
  205. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  206. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  207. package/dist/types/components/Navbar/index.d.ts +2 -2
  208. package/dist/types/components/Navbar/index.d.ts.map +1 -1
  209. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  210. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  211. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  212. package/dist/types/components/RightDrawer/RightDrawer.d.ts +7 -150
  213. package/dist/types/components/RightDrawer/RightDrawer.d.ts.map +1 -1
  214. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +93 -0
  215. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts.map +1 -0
  216. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
  217. package/dist/types/components/Select/Select.d.ts +3 -3
  218. package/dist/types/components/Select/Select.d.ts.map +1 -1
  219. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  220. package/dist/types/components/SocialNetworks/index.d.ts.map +1 -1
  221. package/dist/types/components/SwitchSelector/index.d.ts +7 -7
  222. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  223. package/dist/types/components/Tab/Tab.d.ts +6 -6
  224. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  225. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  226. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  227. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  228. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  229. package/dist/types/components/Table/table.content.d.ts +3 -3
  230. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  231. package/dist/types/components/Tag/index.d.ts +5 -5
  232. package/dist/types/components/Tag/index.d.ts.map +1 -1
  233. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  234. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  235. package/dist/types/components/Toaster/Toast.d.ts +3 -3
  236. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  237. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  238. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  239. package/dist/types/components/index.d.ts +7 -3
  240. package/dist/types/hooks/index.d.ts +2 -2
  241. package/dist/types/hooks/reactQuery.d.ts +2 -1
  242. package/dist/types/hooks/reactQuery.d.ts.map +1 -1
  243. package/dist/types/hooks/useItemSelector.d.ts.map +1 -1
  244. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
  245. package/package.json +14 -14
  246. package/dist/types/components/Browser/Browser.content.d.ts.map +0 -1
@@ -0,0 +1,319 @@
1
+ import * as React from "react";
2
+
3
+ //#region src/components/Flags/md.svg
4
+ var _g, _path, _path2, _path3, _path4, _g2, _g3, _g4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _g5, _g6, _path23, _g7, _path24;
5
+ function _extends() {
6
+ return _extends = Object.assign ? Object.assign.bind() : function(n) {
7
+ for (var e = 1; e < arguments.length; e++) {
8
+ var t = arguments[e];
9
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
10
+ }
11
+ return n;
12
+ }, _extends.apply(null, arguments);
13
+ }
14
+ var SvgMd = function SvgMd$1(props) {
15
+ return /* @__PURE__ */ React.createElement("svg", _extends({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 640 480",
18
+ width: "1em",
19
+ height: "1em"
20
+ }, props), _g || (_g = /* @__PURE__ */ React.createElement("g", {
21
+ fillRule: "evenodd",
22
+ strokeWidth: "1pt"
23
+ }, /* @__PURE__ */ React.createElement("path", {
24
+ fill: "#00319c",
25
+ d: "M0 0h213.3v480H0z"
26
+ }), /* @__PURE__ */ React.createElement("path", {
27
+ fill: "#ffde00",
28
+ d: "M213.3 0h213.4v480H213.3z"
29
+ }), /* @__PURE__ */ React.createElement("path", {
30
+ fill: "#de2110",
31
+ d: "M426.7 0H640v480H426.7z"
32
+ }))), _path || (_path = /* @__PURE__ */ React.createElement("path", {
33
+ fill: "#ff1900",
34
+ fillRule: "evenodd",
35
+ stroke: "#000",
36
+ strokeWidth: .7,
37
+ d: "m360.4 320.4 24.2 35c1.4 2 2.7 3.9.7 5.2s-1.4 6.4 0 8.4c2.7 3.9 6 4.5 8 3.2l18.4-11.6c2-1.2 2.7-4.5 0-8.4-1.5-2-6-4.5-8-3.2-2.1 1.3-3.5-.7-4.8-2.6l-24.3-35"
38
+ })), _path2 || (_path2 = /* @__PURE__ */ React.createElement("path", {
39
+ fill: "#a77b3b",
40
+ fillRule: "evenodd",
41
+ stroke: "#000",
42
+ strokeWidth: 2.5,
43
+ d: "M177.2 696.3c0 24.4-9.6 44.3-21.3 44.3s-21.3-19.9-21.3-44.3S144.3 652 156 652s21.3 19.8 21.3 44.3z",
44
+ transform: "matrix(.52728 -.42386 .44358 .50386 -32.4 20)"
45
+ })), _path3 || (_path3 = /* @__PURE__ */ React.createElement("path", {
46
+ fill: "#ff1900",
47
+ fillRule: "evenodd",
48
+ stroke: "#000",
49
+ strokeWidth: .7,
50
+ d: "m262 306.1-21.5 36.7c-1.2 2-2.4 4-4.5 3-2.1-1.2-6.6 1.7-7.8 3.8-2.4 4-1.5 7.2.7 8.4l19.2 10.2c2 1.1 5.4.2 7.8-3.8 1.1-2.2 1.4-7.3-.7-8.4s-1-3.2.3-5.2l21.4-36.7"
51
+ })), _path4 || (_path4 = /* @__PURE__ */ React.createElement("path", {
52
+ fill: "#a77b3b",
53
+ fillRule: "evenodd",
54
+ stroke: "#000",
55
+ strokeWidth: 1.7,
56
+ d: "M331.2 280.6h-19.6c-.6.6-6.2 35.6-12.2 49-7.3 16.3-29.2 30.7-29.2 30.7s13.1 4 17 6.6c1-.3 22-4.7 24.4-30.3 2.4 25.6-14.6 37.3-14.6 37.3s24.4 7 24.4 23.3c0-16.3 24.4-23.3 24.4-23.3s-12.2-11.7-14.7-37.3c5 25.6 23.5 30 24.5 30.3 3.9-2.6 17-6.6 17-6.6s-21.9-14.4-29.2-30.7c-6-13.4-11.6-48.4-12.2-49zm-83-116.7 36.6 11.7c12.1 0 24.4-11.7 24.4-23.4.4-26-9.8-35-12.2-35l4.8-4.6-7.3-7s2.5-12.1 26.9-11.7c24.4.5 24.4 11.7 24.4 23.3s-12.2 11.7-12.2 35c0 11.7 12.2 23.4 24.4 23.4l36.6-11.7v116.7H248.1z"
57
+ })), _g2 || (_g2 = /* @__PURE__ */ React.createElement("g", {
58
+ fill: "none",
59
+ stroke: "#000"
60
+ }, /* @__PURE__ */ React.createElement("path", {
61
+ strokeWidth: .5,
62
+ d: "m302.2 292.2 14.6 15 14.7-15 14.6 15 29.3-15 14.3 15.8 15-15.8 21.6 15.8 22.3-15.8 14.6 15 14.7-15",
63
+ transform: "matrix(.16672 0 0 .46773 253.9 31.9)"
64
+ }), /* @__PURE__ */ React.createElement("path", {
65
+ strokeWidth: .2,
66
+ d: "m432.3 435.8-7.1 39m10.6-39v39m7.1-39v39m7.1-39 3.5 39m3.6-39 3.5 39",
67
+ transform: "matrix(.68905 0 0 .65843 16.2 -144)"
68
+ }))), _g3 || (_g3 = /* @__PURE__ */ React.createElement("g", {
69
+ stroke: "#000",
70
+ strokeWidth: 2.5
71
+ }, /* @__PURE__ */ React.createElement("path", {
72
+ fill: "#a77b3b",
73
+ fillRule: "evenodd",
74
+ d: "M318.9 361.4c35.4 17.7 35.4 53.2 35.4 70.9-1.2 16.1 0 354.3 0 354.3s-2.3-20-17.7-35.4L319 733.5l-17.7-17.7c-13-11.8-17.7-35.5-17.7-53.2v-248s0-17.8 35.4-53.2z",
75
+ transform: "matrix(-.68905 0 0 .65843 443.4 -144)"
76
+ }), /* @__PURE__ */ React.createElement("path", {
77
+ fill: "none",
78
+ d: "M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7",
79
+ transform: "matrix(-.68905 0 0 .65843 443.4 -237.3)"
80
+ }), /* @__PURE__ */ React.createElement("path", {
81
+ fill: "none",
82
+ d: "M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7",
83
+ transform: "matrix(-.68905 0 0 -.65843 443.4 530.2)"
84
+ }), /* @__PURE__ */ React.createElement("path", {
85
+ fill: "none",
86
+ d: "M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7",
87
+ transform: "matrix(-.68905 0 0 .65843 443.4 -190.7)"
88
+ }), /* @__PURE__ */ React.createElement("path", {
89
+ fill: "none",
90
+ d: "m301.4 557-.2 158.8",
91
+ transform: "matrix(-.68905 0 0 1.24911 443.4 -566.8)"
92
+ }), /* @__PURE__ */ React.createElement("path", {
93
+ fill: "none",
94
+ d: "m301.4 539.3-.2 176.5",
95
+ transform: "matrix(-.68905 0 0 1.12111 431.4 -464)"
96
+ }), /* @__PURE__ */ React.createElement("path", {
97
+ fill: "none",
98
+ d: "m301.4 539.3-.2 176.5",
99
+ transform: "matrix(-.68905 0 0 1.2559 419.2 -548.3)"
100
+ }))), _g4 || (_g4 = /* @__PURE__ */ React.createElement("g", {
101
+ stroke: "#000",
102
+ strokeWidth: 2.5
103
+ }, /* @__PURE__ */ React.createElement("path", {
104
+ fill: "#a77b3b",
105
+ fillRule: "evenodd",
106
+ d: "M318.9 361.4c35.4 17.7 35.4 53.2 35.4 70.9-1.2 16.1 0 354.3 0 354.3s-2.3-20-17.7-35.4L319 733.5l-17.7-17.7c-13-11.8-17.7-35.5-17.7-53.2v-248s0-17.8 35.4-53.2z",
107
+ transform: "matrix(.68905 0 0 .65843 199.3 -144)"
108
+ }), /* @__PURE__ */ React.createElement("path", {
109
+ fill: "none",
110
+ d: "M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7",
111
+ transform: "matrix(.68905 0 0 .65843 199.3 -237.3)"
112
+ }), /* @__PURE__ */ React.createElement("path", {
113
+ fill: "none",
114
+ d: "M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7",
115
+ transform: "matrix(.68905 0 0 -.65843 199.3 530.2)"
116
+ }), /* @__PURE__ */ React.createElement("path", {
117
+ fill: "none",
118
+ d: "M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7",
119
+ transform: "matrix(.68905 0 0 .65843 199.3 -190.7)"
120
+ }), /* @__PURE__ */ React.createElement("path", {
121
+ fill: "none",
122
+ d: "m301.4 557-.2 158.8",
123
+ transform: "matrix(.68905 0 0 1.24911 199.3 -566.8)"
124
+ }), /* @__PURE__ */ React.createElement("path", {
125
+ fill: "none",
126
+ d: "m301.4 539.3-.2 176.5",
127
+ transform: "matrix(.68905 0 0 1.12111 211.4 -464)"
128
+ }), /* @__PURE__ */ React.createElement("path", {
129
+ fill: "none",
130
+ d: "m301.4 539.3-.2 176.5",
131
+ transform: "matrix(.68905 0 0 1.2559 223.6 -548.3)"
132
+ }))), _path5 || (_path5 = /* @__PURE__ */ React.createElement("path", {
133
+ fill: "#a77b3b",
134
+ fillRule: "evenodd",
135
+ stroke: "#000",
136
+ strokeWidth: 2.5,
137
+ d: "M177.2 696.3c0 24.4-9.6 44.3-21.3 44.3s-21.3-19.9-21.3-44.3S144.3 652 156 652s21.3 19.8 21.3 44.3z",
138
+ transform: "matrix(.63605 .25323 -.26502 .60778 361.1 -165.2)"
139
+ })), _path6 || (_path6 = /* @__PURE__ */ React.createElement("path", {
140
+ fill: "red",
141
+ fillRule: "evenodd",
142
+ d: "M248.1 175.6h146.5v70H248.1z"
143
+ })), _path7 || (_path7 = /* @__PURE__ */ React.createElement("path", {
144
+ fill: "#564dff",
145
+ fillRule: "evenodd",
146
+ d: "M248.1 245.6h146.5v35c0 23.3-36.6 23.3-73.2 46.6C284.7 304 248 304 248 280.6z"
147
+ })), _path8 || (_path8 = /* @__PURE__ */ React.createElement("path", {
148
+ fill: "none",
149
+ stroke: "#ff0",
150
+ strokeWidth: 2,
151
+ d: "M336.6 485.4h212.6V645c0 35.4-53.1 35.4-106.3 70.9-53.1-35.5-106.3-35.5-106.3-71V485.5z",
152
+ transform: "matrix(.68905 0 0 .65843 16.2 -144)"
153
+ })), _path9 || (_path9 = /* @__PURE__ */ React.createElement("path", {
154
+ fill: "#ff0",
155
+ fillRule: "evenodd",
156
+ stroke: "#000",
157
+ strokeWidth: 2.5,
158
+ d: "M385.6 129.9S335 185.4 335 238.5s53.1 70.9 53.1 70.9-17.7 0-17.7 70.8c0 35.5 53.1 17.8 53.1 35.5s-.7 60.5 0 88.6c0 17.7-35.4 0-35.4 17.7 0 8.8 26.6 53.1 53.2 53.1s53.1-44.3 53.1-53.1c0-17.7-35.4 0-35.4-17.7v-88.6c0-17.7 53.1 0 53.1-35.5 0-70.8-17.7-70.8-17.7-70.8s53.2-17.7 53.2-70.9-50.7-108.6-50.7-108.6 28.5 73.2 28.5 108.6c0 17.7-13.3 53.2-48.7 53.2 0 0-9-17.8-17.7 0 0 0-10.2-17.8-17.7 0-2.6 6-7.2-17.8-17.8 0-4.4 4.7-8-17.8-17.7 0-17.7 0-53.1-17.8-53.1-53.2s32.9-108.6 32.9-108.6z",
159
+ transform: "matrix(.48234 0 0 .30917 108.5 140.1)"
160
+ })), _path0 || (_path0 = /* @__PURE__ */ React.createElement("path", {
161
+ fill: "#ff0",
162
+ fillRule: "evenodd",
163
+ stroke: "#000",
164
+ strokeWidth: 2.5,
165
+ d: "M382.7 248c-3.6 3.6 4.6 61.3 7 63.8 3.6 3.5 24.9 3.5 28.4 0 2.5-2.5 0-56.7-3.5-60.2-3.6-3.6-29.4-6-32-3.6z",
166
+ transform: "matrix(.48234 0 0 .30917 110.4 201.6)"
167
+ })), _path1 || (_path1 = /* @__PURE__ */ React.createElement("path", {
168
+ fill: "#ff0",
169
+ fillRule: "evenodd",
170
+ stroke: "#000",
171
+ strokeWidth: 2.5,
172
+ d: "M382.7 248c-3.6 3.6 4.6 61.3 7 63.8 3.6 3.5 24.9 3.5 28.4 0 2.5-2.5 0-56.7-3.5-60.2-3.6-3.6-29.4-6-32-3.6z",
173
+ transform: "matrix(-.48234 0 0 .30917 532.4 201.6)"
174
+ })), _path10 || (_path10 = /* @__PURE__ */ React.createElement("path", {
175
+ fill: "#ff0",
176
+ fillRule: "evenodd",
177
+ stroke: "#000",
178
+ strokeWidth: 2.5,
179
+ d: "M414.6 228.5a16 16 0 1 1-32 0 16 16 0 0 1 32 0z",
180
+ transform: "matrix(.5544 0 0 .38542 82.7 183.7)"
181
+ })), _path11 || (_path11 = /* @__PURE__ */ React.createElement("path", {
182
+ fill: "#ff0",
183
+ fillRule: "evenodd",
184
+ stroke: "#000",
185
+ strokeWidth: 2.5,
186
+ d: "M414.6 228.5a16 16 0 1 1-32 0 16 16 0 0 1 32 0z",
187
+ transform: "matrix(.55441 0 0 .38543 118 183.7)"
188
+ })), _path12 || (_path12 = /* @__PURE__ */ React.createElement("path", {
189
+ fillRule: "evenodd",
190
+ d: "M336.8 307.5c0 1.5-2 2.7-4.3 2.7-2.4 0-4.3-1.2-4.3-2.7s2-2.7 4.3-2.7 4.3 1.2 4.3 2.7m-22.3 0c0 1.5-1.9 2.7-4.2 2.7-2.4 0-4.3-1.2-4.3-2.7s1.9-2.7 4.3-2.7c2.3 0 4.2 1.2 4.2 2.7"
191
+ })), _path13 || (_path13 = /* @__PURE__ */ React.createElement("path", {
192
+ fill: "#ff0",
193
+ fillRule: "evenodd",
194
+ stroke: "#000",
195
+ strokeWidth: 1.1,
196
+ d: "m439.4 550-7.8-10.3-12.8 1.7 1.8-12.8-10.3-7.7 10.3-7.8-1.8-12.8 12.8 1.8 7.8-10.3 7.8 10.3 12.7-1.8-1.7 12.8 10.2 7.8-10.2 7.8 1.7 12.7-12.8-1.7z",
197
+ transform: "matrix(.67225 0 0 .64237 26 -133.3)"
198
+ })), _path14 || (_path14 = /* @__PURE__ */ React.createElement("path", {
199
+ fill: "#ff0",
200
+ fillRule: "evenodd",
201
+ stroke: "#000",
202
+ strokeWidth: 1.1,
203
+ d: "m496 591.7 21.3 10.7 21.3-10.7-21.3-10.6z",
204
+ transform: "matrix(.68905 0 0 .65843 16.2 -144)"
205
+ })), _path15 || (_path15 = /* @__PURE__ */ React.createElement("path", {
206
+ fill: "#ff0",
207
+ fillRule: "evenodd",
208
+ stroke: "#000",
209
+ strokeWidth: 1.1,
210
+ d: "m496 591.7 21.3 10.7 21.3-10.7-21.3-10.6z",
211
+ transform: "matrix(.68905 0 0 .65843 -88.8 -144)"
212
+ })), _path16 || (_path16 = /* @__PURE__ */ React.createElement("path", {
213
+ fill: "#ff0",
214
+ fillRule: "evenodd",
215
+ stroke: "#000",
216
+ strokeWidth: 1.1,
217
+ d: "M535 659c-3.5-7-14.1-10.6-21.2-10.6s-14.2 0-21.3 10.7c0-14.2 10.5-21.3 21.3-21.3a22.7 22.7 0 0 1 21.2 21.3z",
218
+ transform: "matrix(.59753 -.3279 .34316 .57097 -165.2 86.5)"
219
+ })), _path17 || (_path17 = /* @__PURE__ */ React.createElement("path", {
220
+ fill: "#ff0",
221
+ fillRule: "evenodd",
222
+ stroke: "#000",
223
+ strokeWidth: 1.1,
224
+ d: "M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z",
225
+ transform: "matrix(.68905 0 0 .65843 13.7 -155.7)"
226
+ })), _path18 || (_path18 = /* @__PURE__ */ React.createElement("path", {
227
+ fill: "#ff0",
228
+ fillRule: "evenodd",
229
+ stroke: "#000",
230
+ strokeWidth: 1.1,
231
+ d: "M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z",
232
+ transform: "matrix(.68905 0 0 .65843 8.8 -139.4)"
233
+ })), _path19 || (_path19 = /* @__PURE__ */ React.createElement("path", {
234
+ fill: "#ff0",
235
+ fillRule: "evenodd",
236
+ stroke: "#000",
237
+ strokeWidth: 1.1,
238
+ d: "M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z",
239
+ transform: "matrix(.68905 0 0 .65843 6.4 -148.7)"
240
+ })), _path20 || (_path20 = /* @__PURE__ */ React.createElement("path", {
241
+ fill: "#ff0",
242
+ fillRule: "evenodd",
243
+ stroke: "#000",
244
+ strokeWidth: 1.1,
245
+ d: "M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z",
246
+ transform: "matrix(.68905 0 0 .65843 18.6 -139.4)"
247
+ })), _path21 || (_path21 = /* @__PURE__ */ React.createElement("path", {
248
+ fill: "#ff0",
249
+ fillRule: "evenodd",
250
+ stroke: "#000",
251
+ strokeWidth: 1.1,
252
+ d: "M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z",
253
+ transform: "matrix(.68905 0 0 .65843 21 -148.7)"
254
+ })), _path22 || (_path22 = /* @__PURE__ */ React.createElement("path", {
255
+ fill: "#ff0",
256
+ fillRule: "evenodd",
257
+ stroke: "#000",
258
+ strokeWidth: 1.1,
259
+ d: "M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z",
260
+ transform: "matrix(.68905 0 0 .65843 13.7 -146.4)"
261
+ })), _g5 || (_g5 = /* @__PURE__ */ React.createElement("g", { fillRule: "evenodd" }, /* @__PURE__ */ React.createElement("path", {
262
+ fill: "#da4500",
263
+ d: "M297.8 120.4c-12.4 0-14 2-19.6 3.9 0-5.4 13.8-11.7 26-11.7 0 3.9-3.2 7.8-6.4 7.8"
264
+ }), /* @__PURE__ */ React.createElement("path", {
265
+ fill: "#cac9c7",
266
+ d: "M316.5 108c0 2.5-2.2 4.6-4.9 4.6s-4.9-2.1-4.9-4.7 2.2-4.6 4.9-4.6 4.9 2 4.9 4.6z"
267
+ }), /* @__PURE__ */ React.createElement("path", {
268
+ fill: "#ff0",
269
+ stroke: "#000",
270
+ strokeWidth: 1.1,
271
+ d: "M361.4 357.9v10.6h17.7v53.1h10.7v-53.1h17.7v-10.6h-17.7v-14.2H379v14.2z",
272
+ transform: "matrix(.68905 0 0 .65843 16.2 -144)"
273
+ }), /* @__PURE__ */ React.createElement("path", {
274
+ fill: "#da4500",
275
+ d: "M304.3 112.6a78.5 78.5 0 0 0-29.3 3.9c0-7.2 8.4-15.6 22.8-15.6 3.2 0 6.5 7.8 6.5 11.7"
276
+ }))), _g6 || (_g6 = /* @__PURE__ */ React.createElement("g", { fillRule: "evenodd" }, /* @__PURE__ */ React.createElement("path", {
277
+ fill: "#008500",
278
+ stroke: "#000",
279
+ strokeWidth: .7,
280
+ d: "M67.3 613c-14.2-14.2-16.6-21.4 3.6-10.1l283.7 247.5-3.4 7L67.4 613z",
281
+ transform: "matrix(.38821 .29653 -.14073 .23692 237.4 71.3)"
282
+ }), /* @__PURE__ */ React.createElement("path", {
283
+ fill: "#008f00",
284
+ d: "M228.4 330.4c.8-10.6-18.6-22-19.4-21.3-.7.8 1.2 7 4.9 10.1-7-3.6-14.4-5.8-14.6-4.3-.6 2.2 11 7.2 12 9.2 0 1.4-8.6 1.2-8.4 2.6s24.3 13.6 25.5 3.7M209 299.6c.8-10.6-18.6-22-19.3-21.3-.8.7 1.1 6.9 4.8 10.1-7-3.6-14.4-5.9-14.6-4.3-.5 2.1 11 7.2 12 9.2.1 1.4-8.5 1.2-8.4 2.6.2 1.4 24.3 13.5 25.5 3.7m-14.8-28c.8-10.6-18.6-22-19.4-21.3-.7.7 1.2 6.9 4.9 10.1-7-3.6-14.4-5.9-14.6-4.3-.5 2.1 11 7.2 12 9.2 0 1.4-8.5 1.2-8.4 2.6.2 1.4 24.3 13.6 25.5 3.7m-14.6-30.4c.7-10.5-18.6-22-19.4-21.3-.8.8 1.2 7 4.8 10.2-7-3.7-14.4-5.9-14.5-4.3-.6 2.1 11 7.2 11.9 9.1.1 1.4-8.5 1.3-8.3 2.7.1 1.4 24.2 13.5 25.5 3.6"
285
+ }), /* @__PURE__ */ React.createElement("path", {
286
+ fill: "#008f00",
287
+ d: "M184.6 239.9c9.4-5.7 7.5-27.4 6.5-27.6-1.1-.1-5.2 5-5.7 9.8-1.1-7.6-3.6-14.6-5-13.8-2.1.8.4 12.7-.7 14.6-1 1-6-5.8-7-4.8-1.2 1 2.8 26.7 12 21.8zm13.6 26.6c10.8-2.4 16.7-23.4 15.7-23.9s-6.6 3-8.7 7.4c1.6-7.5 1.7-14.9 0-14.6-2.3.1-4 12.1-5.7 13.5-1.3.6-3.7-7.3-5-6.8-1.4.6-6.6 26.1 3.7 24.4m16.2 27.2c9.9-4.8 10-26.6 9-26.8-1-.3-5.5 4.5-6.5 9.2-.4-7.7-2.2-14.8-3.7-14.1-2.2.6-.8 12.6-2 14.4-1.2.9-5.5-6.3-6.7-5.4-1.2.8.4 26.8 10 22.7zm17.6 35.6c10.3-3.9 12.8-25.5 11.8-25.9-1-.3-6 4-7.5 8.6.4-7.7-.6-15-2.2-14.4-2.3.4-2.1 12.5-3.5 14.2-1.3.7-4.8-6.8-6-6-1.3.6-2.5 26.7 7.4 23.5"
288
+ }))), _path23 || (_path23 = /* @__PURE__ */ React.createElement("path", {
289
+ fill: "#ff1900",
290
+ fillRule: "evenodd",
291
+ stroke: "#000",
292
+ strokeWidth: 1.1,
293
+ d: "M209 776c0 7.8-10.2 14.2-23 14.2s-23-6.4-23-14.2 10.3-14.2 23-14.2 23 6.4 23 14.2z",
294
+ transform: "matrix(.60164 .32097 -.3359 .5749 389.6 -146.8)"
295
+ })), _g7 || (_g7 = /* @__PURE__ */ React.createElement("g", {
296
+ fill: "#ff0",
297
+ fillRule: "evenodd",
298
+ stroke: "#000",
299
+ strokeWidth: .5
300
+ }, /* @__PURE__ */ React.createElement("path", {
301
+ d: "M156 414.6v-7.1h7v-7.1h7v7h7.2v7.2H170v17.7h-7v-17.7zm7 60.2h7v205.5h-7z",
302
+ transform: "matrix(.49887 .1571 -.1826 .4713 451.4 -3.7)"
303
+ }), /* @__PURE__ */ React.createElement("path", {
304
+ d: "M159.4 676.8h14.2v56.7h-14.2zM156 439.4h21.3c14.1 0-3.6 39-3.6 39h-14.1s-17.8-39-3.6-39zm17.6-5.4c0 3-3.1 5.4-7 5.4s-7.1-2.4-7.1-5.3 3.1-5.4 7-5.4 7.1 2.4 7.1 5.4z",
305
+ transform: "matrix(.49887 .1571 -.1826 .4713 451.4 -3.7)"
306
+ }))), _path24 || (_path24 = /* @__PURE__ */ React.createElement("path", {
307
+ fill: "#ff1900",
308
+ fillRule: "evenodd",
309
+ stroke: "#000",
310
+ strokeWidth: 1.1,
311
+ d: "M209 776c0 7.8-10.2 14.2-23 14.2s-23-6.4-23-14.2 10.3-14.2 23-14.2 23 6.4 23 14.2z",
312
+ transform: "matrix(.57449 -.36357 .38048 .54895 -2.3 4.2)"
313
+ })));
314
+ };
315
+ var md_default = SvgMd;
316
+
317
+ //#endregion
318
+ export { md_default as default };
319
+ //# sourceMappingURL=md.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"md.mjs","names":[],"sources":["../../../../src/components/Flags/md.svg"],"sourcesContent":["<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"flag-icons-md\" viewBox=\"0 0 640 480\">\n <g fill-rule=\"evenodd\" stroke-width=\"1pt\">\n <path fill=\"#00319c\" d=\"M0 0h213.3v480H0z\"/>\n <path fill=\"#ffde00\" d=\"M213.3 0h213.4v480H213.3z\"/>\n <path fill=\"#de2110\" d=\"M426.7 0H640v480H426.7z\"/>\n </g>\n <path fill=\"#ff1900\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\".7\" d=\"m360.4 320.4 24.2 35c1.4 2 2.7 3.9.7 5.2-2 1.3-1.4 6.4 0 8.4 2.7 3.9 6 4.5 8 3.2l18.4-11.6c2-1.2 2.7-4.5 0-8.4-1.5-2-6-4.5-8-3.2-2.1 1.3-3.5-.7-4.8-2.6l-24.3-35\"/>\n <path fill=\"#a77b3b\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"2.5\" d=\"M177.2 696.3c0 24.4-9.6 44.3-21.3 44.3-11.7 0-21.3-19.9-21.3-44.3S144.3 652 156 652s21.3 19.8 21.3 44.3z\" transform=\"matrix(.52728 -.42386 .44358 .50386 -32.4 20)\"/>\n <path fill=\"#ff1900\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\".7\" d=\"m262 306.1-21.5 36.7c-1.2 2-2.4 4-4.5 3-2.1-1.2-6.6 1.7-7.8 3.8-2.4 4-1.5 7.2.7 8.4l19.2 10.2c2 1.1 5.4.2 7.8-3.8 1.1-2.2 1.4-7.3-.7-8.4-2.1-1.1-1-3.2.3-5.2l21.4-36.7\"/>\n <path fill=\"#a77b3b\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.7\" d=\"M331.2 280.6h-19.6c-.6.6-6.2 35.6-12.2 49-7.3 16.3-29.2 30.7-29.2 30.7s13.1 4 17 6.6c1-.3 22-4.7 24.4-30.3 2.4 25.6-14.6 37.3-14.6 37.3s24.4 7 24.4 23.3c0-16.3 24.4-23.3 24.4-23.3s-12.2-11.7-14.7-37.3c5 25.6 23.5 30 24.5 30.3 3.9-2.6 17-6.6 17-6.6s-21.9-14.4-29.2-30.7c-6-13.4-11.6-48.4-12.2-49zm-83-116.7 36.6 11.7c12.1 0 24.4-11.7 24.4-23.4.4-26-9.8-35-12.2-35l4.8-4.6-7.3-7s2.5-12.1 26.9-11.7c24.4.5 24.4 11.7 24.4 23.3s-12.2 11.7-12.2 35c0 11.7 12.2 23.4 24.4 23.4l36.6-11.7v116.7H248.1z\"/>\n <g fill=\"none\" stroke=\"#000\">\n <path stroke-width=\".5\" d=\"m302.2 292.2 14.6 15 14.7-15 14.6 15 29.3-15 14.3 15.8 15-15.8 21.6 15.8 22.3-15.8 14.6 15 14.7-15\" transform=\"matrix(.16672 0 0 .46773 253.9 31.9)\"/>\n <path stroke-width=\".2\" d=\"m432.3 435.8-7.1 39m10.6-39v39m7.1-39v39m7.1-39 3.5 39m3.6-39 3.5 39\" transform=\"matrix(.68905 0 0 .65843 16.2 -144)\"/>\n </g>\n <g stroke=\"#000\" stroke-width=\"2.5\">\n <path fill=\"#a77b3b\" fill-rule=\"evenodd\" d=\"M318.9 361.4c35.4 17.7 35.4 53.2 35.4 70.9-1.2 16.1 0 354.3 0 354.3s-2.3-20-17.7-35.4L319 733.5l-17.7-17.7c-13-11.8-17.7-35.5-17.7-53.2v-248s0-17.8 35.4-53.2z\" transform=\"matrix(-.68905 0 0 .65843 443.4 -144)\"/>\n <path fill=\"none\" d=\"M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7\" transform=\"matrix(-.68905 0 0 .65843 443.4 -237.3)\"/>\n <path fill=\"none\" d=\"M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7\" transform=\"matrix(-.68905 0 0 -.65843 443.4 530.2)\"/>\n <path fill=\"none\" d=\"M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7\" transform=\"matrix(-.68905 0 0 .65843 443.4 -190.7)\"/>\n <path fill=\"none\" d=\"m301.4 557-.2 158.8\" transform=\"matrix(-.68905 0 0 1.24911 443.4 -566.8)\"/>\n <path fill=\"none\" d=\"m301.4 539.3-.2 176.5\" transform=\"matrix(-.68905 0 0 1.12111 431.4 -464)\"/>\n <path fill=\"none\" d=\"m301.4 539.3-.2 176.5\" transform=\"matrix(-.68905 0 0 1.2559 419.2 -548.3)\"/>\n </g>\n <g stroke=\"#000\" stroke-width=\"2.5\">\n <path fill=\"#a77b3b\" fill-rule=\"evenodd\" d=\"M318.9 361.4c35.4 17.7 35.4 53.2 35.4 70.9-1.2 16.1 0 354.3 0 354.3s-2.3-20-17.7-35.4L319 733.5l-17.7-17.7c-13-11.8-17.7-35.5-17.7-53.2v-248s0-17.8 35.4-53.2z\" transform=\"matrix(.68905 0 0 .65843 199.3 -144)\"/>\n <path fill=\"none\" d=\"M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7\" transform=\"matrix(.68905 0 0 .65843 199.3 -237.3)\"/>\n <path fill=\"none\" d=\"M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7\" transform=\"matrix(.68905 0 0 -.65843 199.3 530.2)\"/>\n <path fill=\"none\" d=\"M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7\" transform=\"matrix(.68905 0 0 .65843 199.3 -190.7)\"/>\n <path fill=\"none\" d=\"m301.4 557-.2 158.8\" transform=\"matrix(.68905 0 0 1.24911 199.3 -566.8)\"/>\n <path fill=\"none\" d=\"m301.4 539.3-.2 176.5\" transform=\"matrix(.68905 0 0 1.12111 211.4 -464)\"/>\n <path fill=\"none\" d=\"m301.4 539.3-.2 176.5\" transform=\"matrix(.68905 0 0 1.2559 223.6 -548.3)\"/>\n </g>\n <path fill=\"#a77b3b\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"2.5\" d=\"M177.2 696.3c0 24.4-9.6 44.3-21.3 44.3-11.7 0-21.3-19.9-21.3-44.3S144.3 652 156 652s21.3 19.8 21.3 44.3z\" transform=\"matrix(.63605 .25323 -.26502 .60778 361.1 -165.2)\"/>\n <path fill=\"red\" fill-rule=\"evenodd\" d=\"M248.1 175.6h146.5v70H248.1z\"/>\n <path fill=\"#564dff\" fill-rule=\"evenodd\" d=\"M248.1 245.6h146.5v35c0 23.3-36.6 23.3-73.2 46.6C284.7 304 248 304 248 280.6z\"/>\n <path fill=\"none\" stroke=\"#ff0\" stroke-width=\"2\" d=\"M336.6 485.4h212.6V645c0 35.4-53.1 35.4-106.3 70.9-53.1-35.5-106.3-35.5-106.3-71V485.5z\" transform=\"matrix(.68905 0 0 .65843 16.2 -144)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"2.5\" d=\"M385.6 129.9S335 185.4 335 238.5c0 53.1 53.1 70.9 53.1 70.9s-17.7 0-17.7 70.8c0 35.5 53.1 17.8 53.1 35.5s-.7 60.5 0 88.6c0 17.7-35.4 0-35.4 17.7 0 8.8 26.6 53.1 53.2 53.1s53.1-44.3 53.1-53.1c0-17.7-35.4 0-35.4-17.7v-88.6c0-17.7 53.1 0 53.1-35.5 0-70.8-17.7-70.8-17.7-70.8s53.2-17.7 53.2-70.9-50.7-108.6-50.7-108.6 28.5 73.2 28.5 108.6c0 17.7-13.3 53.2-48.7 53.2 0 0-9-17.8-17.7 0 0 0-10.2-17.8-17.7 0-2.6 6-7.2-17.8-17.8 0-4.4 4.7-8-17.8-17.7 0-17.7 0-53.1-17.8-53.1-53.2s32.9-108.6 32.9-108.6z\" transform=\"matrix(.48234 0 0 .30917 108.5 140.1)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"2.5\" d=\"M382.7 248c-3.6 3.6 4.6 61.3 7 63.8 3.6 3.5 24.9 3.5 28.4 0 2.5-2.5 0-56.7-3.5-60.2-3.6-3.6-29.4-6-32-3.6z\" transform=\"matrix(.48234 0 0 .30917 110.4 201.6)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"2.5\" d=\"M382.7 248c-3.6 3.6 4.6 61.3 7 63.8 3.6 3.5 24.9 3.5 28.4 0 2.5-2.5 0-56.7-3.5-60.2-3.6-3.6-29.4-6-32-3.6z\" transform=\"matrix(-.48234 0 0 .30917 532.4 201.6)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"2.5\" d=\"M414.6 228.5a16 16 0 1 1-32 0 16 16 0 0 1 32 0z\" transform=\"matrix(.5544 0 0 .38542 82.7 183.7)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"2.5\" d=\"M414.6 228.5a16 16 0 1 1-32 0 16 16 0 0 1 32 0z\" transform=\"matrix(.55441 0 0 .38543 118 183.7)\"/>\n <path fill-rule=\"evenodd\" d=\"M336.8 307.5c0 1.5-2 2.7-4.3 2.7-2.4 0-4.3-1.2-4.3-2.7s2-2.7 4.3-2.7 4.3 1.2 4.3 2.7m-22.3 0c0 1.5-1.9 2.7-4.2 2.7-2.4 0-4.3-1.2-4.3-2.7s1.9-2.7 4.3-2.7c2.3 0 4.2 1.2 4.2 2.7\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.1\" d=\"m439.4 550-7.8-10.3-12.8 1.7 1.8-12.8-10.3-7.7 10.3-7.8-1.8-12.8 12.8 1.8 7.8-10.3 7.8 10.3 12.7-1.8-1.7 12.8 10.2 7.8-10.2 7.8 1.7 12.7-12.8-1.7z\" transform=\"matrix(.67225 0 0 .64237 26 -133.3)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.1\" d=\"m496 591.7 21.3 10.7 21.3-10.7-21.3-10.6z\" transform=\"matrix(.68905 0 0 .65843 16.2 -144)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.1\" d=\"m496 591.7 21.3 10.7 21.3-10.7-21.3-10.6z\" transform=\"matrix(.68905 0 0 .65843 -88.8 -144)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.1\" d=\"M535 659c-3.5-7-14.1-10.6-21.2-10.6s-14.2 0-21.3 10.7c0-14.2 10.5-21.3 21.3-21.3a22.7 22.7 0 0 1 21.2 21.3z\" transform=\"matrix(.59753 -.3279 .34316 .57097 -165.2 86.5)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.1\" d=\"M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z\" transform=\"matrix(.68905 0 0 .65843 13.7 -155.7)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.1\" d=\"M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z\" transform=\"matrix(.68905 0 0 .65843 8.8 -139.4)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.1\" d=\"M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z\" transform=\"matrix(.68905 0 0 .65843 6.4 -148.7)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.1\" d=\"M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z\" transform=\"matrix(.68905 0 0 .65843 18.6 -139.4)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.1\" d=\"M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z\" transform=\"matrix(.68905 0 0 .65843 21 -148.7)\"/>\n <path fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.1\" d=\"M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z\" transform=\"matrix(.68905 0 0 .65843 13.7 -146.4)\"/>\n <g fill-rule=\"evenodd\">\n <path fill=\"#da4500\" d=\"M297.8 120.4c-12.4 0-14 2-19.6 3.9 0-5.4 13.8-11.7 26-11.7 0 3.9-3.2 7.8-6.4 7.8\"/>\n <path fill=\"#cac9c7\" d=\"M316.5 108c0 2.5-2.2 4.6-4.9 4.6s-4.9-2.1-4.9-4.7 2.2-4.6 4.9-4.6 4.9 2 4.9 4.6z\"/>\n <path fill=\"#ff0\" stroke=\"#000\" stroke-width=\"1.1\" d=\"M361.4 357.9v10.6h17.7v53.1h10.7v-53.1h17.7v-10.6h-17.7v-14.2H379v14.2z\" transform=\"matrix(.68905 0 0 .65843 16.2 -144)\"/>\n <path fill=\"#da4500\" d=\"M304.3 112.6a78.5 78.5 0 0 0-29.3 3.9c0-7.2 8.4-15.6 22.8-15.6 3.2 0 6.5 7.8 6.5 11.7\"/>\n </g>\n <g fill-rule=\"evenodd\">\n <path fill=\"#008500\" stroke=\"#000\" stroke-width=\".7\" d=\"M67.3 613c-14.2-14.2-16.6-21.4 3.6-10.1l283.7 247.5-3.4 7L67.4 613z\" transform=\"matrix(.38821 .29653 -.14073 .23692 237.4 71.3)\"/>\n <path fill=\"#008f00\" d=\"M228.4 330.4c.8-10.6-18.6-22-19.4-21.3-.7.8 1.2 7 4.9 10.1-7-3.6-14.4-5.8-14.6-4.3-.6 2.2 11 7.2 12 9.2 0 1.4-8.6 1.2-8.4 2.6.2 1.4 24.3 13.6 25.5 3.7M209 299.6c.8-10.6-18.6-22-19.3-21.3-.8.7 1.1 6.9 4.8 10.1-7-3.6-14.4-5.9-14.6-4.3-.5 2.1 11 7.2 12 9.2.1 1.4-8.5 1.2-8.4 2.6.2 1.4 24.3 13.5 25.5 3.7m-14.8-28c.8-10.6-18.6-22-19.4-21.3-.7.7 1.2 6.9 4.9 10.1-7-3.6-14.4-5.9-14.6-4.3-.5 2.1 11 7.2 12 9.2 0 1.4-8.5 1.2-8.4 2.6.2 1.4 24.3 13.6 25.5 3.7m-14.6-30.4c.7-10.5-18.6-22-19.4-21.3-.8.8 1.2 7 4.8 10.2-7-3.7-14.4-5.9-14.5-4.3-.6 2.1 11 7.2 11.9 9.1.1 1.4-8.5 1.3-8.3 2.7.1 1.4 24.2 13.5 25.5 3.6\"/>\n <path fill=\"#008f00\" d=\"M184.6 239.9c9.4-5.7 7.5-27.4 6.5-27.6-1.1-.1-5.2 5-5.7 9.8-1.1-7.6-3.6-14.6-5-13.8-2.1.8.4 12.7-.7 14.6-1 1-6-5.8-7-4.8-1.2 1 2.8 26.7 12 21.8zm13.6 26.6c10.8-2.4 16.7-23.4 15.7-23.9s-6.6 3-8.7 7.4c1.6-7.5 1.7-14.9 0-14.6-2.3.1-4 12.1-5.7 13.5-1.3.6-3.7-7.3-5-6.8-1.4.6-6.6 26.1 3.7 24.4m16.2 27.2c9.9-4.8 10-26.6 9-26.8-1-.3-5.5 4.5-6.5 9.2-.4-7.7-2.2-14.8-3.7-14.1-2.2.6-.8 12.6-2 14.4-1.2.9-5.5-6.3-6.7-5.4-1.2.8.4 26.8 10 22.7zm17.6 35.6c10.3-3.9 12.8-25.5 11.8-25.9-1-.3-6 4-7.5 8.6.4-7.7-.6-15-2.2-14.4-2.3.4-2.1 12.5-3.5 14.2-1.3.7-4.8-6.8-6-6-1.3.6-2.5 26.7 7.4 23.5\"/>\n </g>\n <path fill=\"#ff1900\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.1\" d=\"M209 776c0 7.8-10.2 14.2-23 14.2s-23-6.4-23-14.2 10.3-14.2 23-14.2 23 6.4 23 14.2z\" transform=\"matrix(.60164 .32097 -.3359 .5749 389.6 -146.8)\"/>\n <g fill=\"#ff0\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\".5\">\n <path d=\"M156 414.6v-7.1h7v-7.1h7v7h7.2v7.2H170v17.7h-7v-17.7zm7 60.2h7v205.5h-7z\" transform=\"matrix(.49887 .1571 -.1826 .4713 451.4 -3.7)\"/>\n <path d=\"M159.4 676.8h14.2v56.7h-14.2zM156 439.4h21.3c14.1 0-3.6 39-3.6 39h-14.1s-17.8-39-3.6-39zm17.6-5.4c0 3-3.1 5.4-7 5.4s-7.1-2.4-7.1-5.3 3.1-5.4 7-5.4 7.1 2.4 7.1 5.4z\" transform=\"matrix(.49887 .1571 -.1826 .4713 451.4 -3.7)\"/>\n </g>\n <path fill=\"#ff1900\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-width=\"1.1\" d=\"M209 776c0 7.8-10.2 14.2-23 14.2s-23-6.4-23-14.2 10.3-14.2 23-14.2 23 6.4 23 14.2z\" transform=\"matrix(.57449 -.36357 .38048 .54895 -2.3 4.2)\"/>\n</svg>\n"],"mappings":";;;AAAA,IAAI,IAAC,OAAO,QAAW,QAAO,QAAS,KAAK,KAAK,KAAK,QAAK,QAAW,QAAM,QAAI,QAAA,QAAA,QAAA,SAAA,SAAA,SAAA,SAAA,SAAA,SAAA,SAAA,SAAA,SAAA,SAAA,SAAA,SAAA,SAAA,KAAA,KAAA,SAAA,KAAA;AAChF,SAAS,WAAO;AAAA,QAAS,WAAc,OAAI,SAAA,OAAA,OAAA,MAAA,GAAA,SAAA,GAAA;AAAA,OAAA,IAAA,IAAA,GAAA,IAAA,UAAA,QAAA,KAAA;GAAA,IAAA,IAAA,UAAA;AAAA,QAAA,IAAA,KAAA,EAAA,EAAA,EAAA,EAAA,eAAA,KAAA,GAAA,EAAA,KAAA,EAAA,KAAA,EAAA;;AAAA,SAAA;IAAA,SAAA,MAAA,MAAA,UAAA;;AAE3C,IAAI,QAAM,SAAO,QAAU,OAAO;AAChC,QAAe,sBAAW,cAAO,OAAc,SAAI;EACjD,OAAC;EACF,SAAU;EACV,OAAK;EACL,QAAS;EACT,EAAA,MAAK,EAAK,OAAE,KAAmB,sBAAS,cAAc,KAAM;EAC3D,UAAO;EACP,aAAa;EACd,EAAc,sBAAO,cAAc,QAAQ;EAC1C,MAAC;EACD,GAAC;EACF,CAAC,EAAa,sBAAQ,cAAW,QAAW;EAC3C,MAAM;EACN,GAAC;EACF,CAAC,EAAY,sBAAS,cAAc,QAAO;EAC1C,MAAM;EACN,GAAC;EACF,CAAC,CAAC,GAAA,UAAW,QAAuB,sBAAM,cAAc,QAAQ;EAC/D,MAAC;EACD,UAAU;EACV,QAAM;EACN,aAAY;EACZ,GAAC;EACF,CAAC,GAAC,WAAW,SAAwB,sBAAM,cAAa,QAAS;EAChE,MAAM;EACN,UAAU;EACV,QAAM;EACN,aAAC;EACF,GAAI;EACJ,WAAW;EACX,CAAA,GAAI,WAAQ,SAAmB,sBAAY,cAAW,QAAM;EAC5D,MAAK;EACL,UAAW;EACX,QAAS;EACT,aAAY;EACZ,GAAI;EACJ,CAAA,GAAI,WAAW,SAAsB,sBAAM,cAAc,QAAQ;EACjE,MAAK;EACL,UAAW;EACX,QAAS;EACT,aAAY;EACZ,GAAI;EACJ,CAAA,GAAI,QAAQ,MAAgB,sBAAS,cAAc,KAAA;EACnD,MAAK;EACL,QAAS;EACT,EAAe,sBAAM,cAAc,QAAQ;EAC3C,aAAY;EACZ,GAAI;EACH,WAAW;EACZ,CAAC,EAAa,sBAAQ,cAAc,QAAQ;EAC3C,aAAa;EACb,GAAC;EACD,WAAW;EACZ,CAAC,CAAC,GAAA,QAAA,MAAA,sBAAA,cAAA,KAAA;EACD,QAAM;EACN,aAAa;EACd,EAAc,sBAAO,cAAc,QAAQ;EAC1C,MAAM;EACN,UAAC;EACF,GAAI;EACH,WAAW;EACZ,CAAC,EAAc,sBAAO,cAAS,QAAY;EAC1C,MAAM;EACN,GAAC;EACF,WAAY;EACb,CAAA,EAAG,sBAAA,cAAA,QAAA"}
@@ -0,0 +1,39 @@
1
+ import * as React from "react";
2
+
3
+ //#region src/components/Flags/mr.svg
4
+ var _path, _path2, _path3, _path4;
5
+ function _extends() {
6
+ return _extends = Object.assign ? Object.assign.bind() : function(n) {
7
+ for (var e = 1; e < arguments.length; e++) {
8
+ var t = arguments[e];
9
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
10
+ }
11
+ return n;
12
+ }, _extends.apply(null, arguments);
13
+ }
14
+ var SvgMr = function SvgMr$1(props) {
15
+ return /* @__PURE__ */ React.createElement("svg", _extends({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 640 480",
18
+ width: "1em",
19
+ height: "1em"
20
+ }, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
21
+ fill: "#cd2a3e",
22
+ d: "M0 0h640v480H0z"
23
+ })), _path2 || (_path2 = /* @__PURE__ */ React.createElement("path", {
24
+ fill: "#006233",
25
+ d: "M0 72h640v336H0z"
26
+ })), _path3 || (_path3 = /* @__PURE__ */ React.createElement("path", {
27
+ fill: "#ffc400",
28
+ d: "M470 154.6a150 150 0 0 1-300 0 155 155 0 0 0-5 39.2 155 155 0 1 0 310 0 154.4 154.4 0 0 0-5-39.2",
29
+ className: "mr_svg__mr-st1"
30
+ })), _path4 || (_path4 = /* @__PURE__ */ React.createElement("path", {
31
+ fill: "#ffc400",
32
+ d: "m320 93.8-13.5 41.5H263l35.3 25.6-13.5 41.4 35.3-25.6 35.3 25.6-13.5-41.4 35.3-25.6h-43.6z"
33
+ })));
34
+ };
35
+ var mr_default = SvgMr;
36
+
37
+ //#endregion
38
+ export { mr_default as default };
39
+ //# sourceMappingURL=mr.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mr.mjs","names":[],"sources":["../../../../src/components/Flags/mr.svg"],"sourcesContent":["<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"flag-icons-mr\" viewBox=\"0 0 640 480\">\n <path fill=\"#cd2a3e\" d=\"M0 0h640v480H0z\"/>\n <path fill=\"#006233\" d=\"M0 72h640v336H0z\"/>\n <path fill=\"#ffc400\" d=\"M470 154.6a150 150 0 0 1-300 0 154.9 154.9 0 0 0-5 39.2 155 155 0 1 0 310 0 154.4 154.4 0 0 0-5-39.2\" class=\"mr-st1\"/>\n <path fill=\"#ffc400\" d=\"m320 93.8-13.5 41.5H263l35.3 25.6-13.5 41.4 35.3-25.6 35.3 25.6-13.5-41.4 35.3-25.6h-43.6z\"/>\n</svg>\n"],"mappings":";;;AAAA,IAAI,OAAO,QAAQ,QAAO;AAC1B,SAAQ,WAAO;AAAO,QAAO,WAAA,OAAc,SAAA,OAAA,OAAA,MAAA,GAAA,SAAA,GAAA;AAAA,OAAA,IAAA,IAAA,GAAA,IAAA,UAAA,QAAA,KAAA;GAAA,IAAA,IAAA,UAAA;AAAA,QAAA,IAAA,KAAA,EAAA,EAAA,EAAA,EAAA,eAAA,KAAA,GAAA,EAAA,KAAA,EAAA,KAAA,EAAA;;AAAA,SAAA;IAAA,SAAA,MAAA,MAAA,UAAA;;AAE3C,IAAG,QAAS,SAAS,QAAK,OAAQ;AAChC,QAAoB,sBAAI,cAAe,OAAG,SAAc;EACxD,OAAG"}
@@ -0,0 +1,94 @@
1
+ import * as React from "react";
2
+
3
+ //#region src/components/Flags/mz.svg
4
+ var _defs, _g;
5
+ function _extends() {
6
+ return _extends = Object.assign ? Object.assign.bind() : function(n) {
7
+ for (var e = 1; e < arguments.length; e++) {
8
+ var t = arguments[e];
9
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
10
+ }
11
+ return n;
12
+ }, _extends.apply(null, arguments);
13
+ }
14
+ var SvgMz = function SvgMz$1(props) {
15
+ return /* @__PURE__ */ React.createElement("svg", _extends({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 640 480",
18
+ width: "1em",
19
+ height: "1em"
20
+ }, props), _defs || (_defs = /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", { id: "mz_svg__a" }, /* @__PURE__ */ React.createElement("path", {
21
+ fillOpacity: .7,
22
+ d: "M0 0h682.7v512H0z"
23
+ })))), _g || (_g = /* @__PURE__ */ React.createElement("g", {
24
+ clipPath: "url(#mz_svg__a)",
25
+ transform: "scale(.9375)"
26
+ }, /* @__PURE__ */ React.createElement("path", {
27
+ fill: "#009a00",
28
+ fillRule: "evenodd",
29
+ d: "M0 0h768v160H0z"
30
+ }), /* @__PURE__ */ React.createElement("path", {
31
+ fill: "#fff",
32
+ fillRule: "evenodd",
33
+ d: "M0 160h768v16H0z"
34
+ }), /* @__PURE__ */ React.createElement("path", {
35
+ fill: "#000001",
36
+ fillRule: "evenodd",
37
+ d: "M0 176h768v160H0z"
38
+ }), /* @__PURE__ */ React.createElement("path", {
39
+ fill: "#fff",
40
+ fillRule: "evenodd",
41
+ d: "M0 336h768v16H0z"
42
+ }), /* @__PURE__ */ React.createElement("path", {
43
+ fill: "#ffca00",
44
+ fillRule: "evenodd",
45
+ d: "M0 352h768v160H0z"
46
+ }), /* @__PURE__ */ React.createElement("path", {
47
+ fill: "red",
48
+ fillRule: "evenodd",
49
+ d: "M0 0v512l336-256z"
50
+ }), /* @__PURE__ */ React.createElement("path", {
51
+ fill: "#ffca00",
52
+ fillRule: "evenodd",
53
+ d: "m198.5 333-51.2-37.5L96.1 333l19.9-60.3-51.5-37.1 63.5.2 19.3-60.4 19.4 60.5 63.5-.3-51.5 37.1z"
54
+ }), /* @__PURE__ */ React.createElement("path", {
55
+ fill: "#fff",
56
+ fillRule: "evenodd",
57
+ stroke: "#000",
58
+ strokeLinecap: "round",
59
+ strokeLinejoin: "round",
60
+ strokeWidth: 1.1,
61
+ d: "M102.8 290.9h37c3 3.3 9.5 4.7 15.8 0 11.6-6.4 34 0 34 0l4.4-4.7-10.7-35.2-3.9-4.2s-8.3-5-24-3.3-21.2-.5-21.2-.5-13.7 1.6-17.6 3.6l-4.4 4.4z"
62
+ }), /* @__PURE__ */ React.createElement("path", {
63
+ fill: "none",
64
+ stroke: "#000",
65
+ strokeLinecap: "round",
66
+ strokeLinejoin: "round",
67
+ strokeWidth: 1.1,
68
+ d: "M110.3 281.8s35.2-4.4 45.4 9.1c-5.7 4-10.8 4.3-16.2.3.8-1.5 12.6-13.8 42.7-9.7"
69
+ }), /* @__PURE__ */ React.createElement("path", {
70
+ fill: "none",
71
+ stroke: "#000",
72
+ strokeWidth: 1.2,
73
+ d: "m148 246.6-.3 38.8m31.7-38.3L186 278"
74
+ }), /* @__PURE__ */ React.createElement("path", {
75
+ fill: "none",
76
+ stroke: "#000",
77
+ strokeLinecap: "round",
78
+ strokeLinejoin: "round",
79
+ strokeWidth: 1.1,
80
+ d: "m117 246.6-3.7 16"
81
+ }), /* @__PURE__ */ React.createElement("path", {
82
+ fillRule: "evenodd",
83
+ stroke: "#000",
84
+ strokeLinecap: "round",
85
+ strokeLinejoin: "round",
86
+ strokeWidth: 1.1,
87
+ d: "m78.9 295.1 8.6 10.2c1 .6 2 .6 2.9 0l12.8-15.4 5.4-6.7c.9-1 1.1-2.1 1-3l10.4-9.3 2.2.2c-1-.2-1.7-.7-1-1.8l2.4-1.8 1.8 2.3s-2.6 3.4-2.9 3.4h-2.8l-5.4 4.9 2.4 2 3.5 9.8 4.4-3.1-2.8-10 6.1-6.7-2.3-3.6 1.6-2s21.3 13.4 29.6 9.8c.2 0 .5-9.6.5-9.6s-22.2-2.3-22.7-6.7 5-5 5-5l-2.4-3.2.5-1.8 3.9 4.8 8.7-7.4 51.5 58.6c2.8-1.1 3.4-1.8 3.6-4.6L155 241.5l3.8-4.1c.8-.9 1-1.2 1-2.6l6-5.1a7.3 7.3 0 0 1 3.8 3L186 219c.4.4 1.7.8 2.6.4l26.9-25.9-29.3 20.7-1-.7c0-.9 1-1 0-2.6-1.2-1.4-2.9 1.3-3.1 1.3-.3 0-4.3-1.4-5.2-3.2l-.2 4.7-7.5 7-5.7-.3-8.2 8-1 3 1.3 2.7s-4.4 3.8-4.4 3.6c0-.3-.9-1.2-1-1.3l3.8-3.4.5-2.3-1.2-2c-.4.3-5.2 5.4-5.5 4.8l-14-15.5.8-2.9-8.7-9.5c-3.2-1.1-8.3-1.3-9.3 5.7-.8 1.6-7.4.2-7.4.2l-3.6.8L85.2 241l11.3 13.6 23.2-29.3.7-8.3 4.8 5.4c1.7.2 3.2.3 4.7-.5l13.7 15.3-2.3 2.3 2 2.2 2.4-1.6.9 1.3c-1.1.6-2 1.5-3.1 2.1-1.8-1.2-3.6-2.7-3.5-5l-7.7 6.4-.3 1.2-22.9 19-2 .3-.5 6 14.9-12.4v-1.8l1.5 1.3 11.6-9.3s.8 1 .5 1-10.3 9.3-10.3 9.3l-.2 1-1.8 1.6-1-.8-14 12.4h-2l-7.7 7.7c-2 .2-3.7.4-5.4 1.5z"
88
+ }))));
89
+ };
90
+ var mz_default = SvgMz;
91
+
92
+ //#endregion
93
+ export { mz_default as default };
94
+ //# sourceMappingURL=mz.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mz.mjs","names":[],"sources":["../../../../src/components/Flags/mz.svg"],"sourcesContent":["<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"flag-icons-mz\" viewBox=\"0 0 640 480\">\n <defs>\n <clipPath id=\"mz-a\">\n <path fill-opacity=\".7\" d=\"M0 0h682.7v512H0z\"/>\n </clipPath>\n </defs>\n <g clip-path=\"url(#mz-a)\" transform=\"scale(.9375)\">\n <path fill=\"#009a00\" fill-rule=\"evenodd\" d=\"M0 0h768v160H0z\"/>\n <path fill=\"#fff\" fill-rule=\"evenodd\" d=\"M0 160h768v16H0z\"/>\n <path fill=\"#000001\" fill-rule=\"evenodd\" d=\"M0 176h768v160H0z\"/>\n <path fill=\"#fff\" fill-rule=\"evenodd\" d=\"M0 336h768v16H0z\"/>\n <path fill=\"#ffca00\" fill-rule=\"evenodd\" d=\"M0 352h768v160H0z\"/>\n <path fill=\"red\" fill-rule=\"evenodd\" d=\"M0 0v512l336-256z\"/>\n <path fill=\"#ffca00\" fill-rule=\"evenodd\" d=\"m198.5 333-51.2-37.5L96.1 333l19.9-60.3-51.5-37.1 63.5.2 19.3-60.4 19.4 60.5 63.5-.3-51.5 37.1z\"/>\n <path fill=\"#fff\" fill-rule=\"evenodd\" stroke=\"#000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.1\" d=\"M102.8 290.9h37c3 3.3 9.5 4.7 15.8 0 11.6-6.4 34 0 34 0l4.4-4.7-10.7-35.2-3.9-4.2s-8.3-5-24-3.3c-15.7 1.7-21.2-.5-21.2-.5s-13.7 1.6-17.6 3.6l-4.4 4.4z\"/>\n <path fill=\"none\" stroke=\"#000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.1\" d=\"M110.3 281.8s35.2-4.4 45.4 9.1c-5.7 4-10.8 4.3-16.2.3.8-1.5 12.6-13.8 42.7-9.7\"/>\n <path fill=\"none\" stroke=\"#000\" stroke-width=\"1.2\" d=\"m148 246.6-.3 38.8m31.7-38.3L186 278\"/>\n <path fill=\"none\" stroke=\"#000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.1\" d=\"m117 246.6-3.7 16\"/>\n <path fill-rule=\"evenodd\" stroke=\"#000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.1\" d=\"m78.9 295.1 8.6 10.2c1 .6 2 .6 2.9 0l12.8-15.4 5.4-6.7c.9-1 1.1-2.1 1-3l10.4-9.3 2.2.2c-1-.2-1.7-.7-1-1.8l2.4-1.8 1.8 2.3s-2.6 3.4-2.9 3.4h-2.8l-5.4 4.9 2.4 2 3.5 9.8 4.4-3.1-2.8-10 6.1-6.7-2.3-3.6 1.6-2s21.3 13.4 29.6 9.8c.2 0 .5-9.6.5-9.6s-22.2-2.3-22.7-6.7 5-5 5-5l-2.4-3.2.5-1.8 3.9 4.8 8.7-7.4 51.5 58.6c2.8-1.1 3.4-1.8 3.6-4.6L155 241.5l3.8-4.1c.8-.9 1-1.2 1-2.6l6-5.1a7.3 7.3 0 0 1 3.8 3L186 219c.4.4 1.7.8 2.6.4l26.9-25.9-29.3 20.7-1-.7c0-.9 1-1 0-2.6-1.2-1.4-2.9 1.3-3.1 1.3-.3 0-4.3-1.4-5.2-3.2l-.2 4.7-7.5 7-5.7-.3-8.2 8-1 3 1.3 2.7s-4.4 3.8-4.4 3.6c0-.3-.9-1.2-1-1.3l3.8-3.4.5-2.3-1.2-2c-.4.3-5.2 5.4-5.5 4.8l-14-15.5.8-2.9-8.7-9.5c-3.2-1.1-8.3-1.3-9.3 5.7-.8 1.6-7.4.2-7.4.2l-3.6.8L85.2 241l11.3 13.6 23.2-29.3.7-8.3 4.8 5.4c1.7.2 3.2.3 4.7-.5l13.7 15.3-2.3 2.3 2 2.2 2.4-1.6.9 1.3c-1.1.6-2 1.5-3.1 2.1-1.8-1.2-3.6-2.7-3.5-5l-7.7 6.4-.3 1.2-22.9 19-2 .3-.5 6 14.9-12.4v-1.8l1.5 1.3 11.6-9.3s.8 1 .5 1-10.3 9.3-10.3 9.3l-.2 1-1.8 1.6-1-.8-14 12.4h-2l-7.7 7.7c-2 .2-3.7.4-5.4 1.5z\"/>\n </g>\n</svg>\n"],"mappings":";;;AAAA,IAAI,OAAO;AACX,SAAO,WAAA;AAAA,QAAA,WAAA,OAAA,SAAA,OAAA,OAAA,MAAA,GAAA,SAAA,GAAA;AAAA,OAAA,IAAA,IAAA,GAAA,IAAA,UAAA,QAAA,KAAA;GAAA,IAAA,IAAA,UAAA;AAAA,QAAA,IAAA,KAAA,EAAA,EAAA,EAAA,EAAA,eAAA,KAAA,GAAA,EAAA,KAAA,EAAA,KAAA,EAAA;;AAAA,SAAA;IAAA,SAAA,MAAA,MAAA,UAAA;;AAEP,IAAI,QAAQ,SAAK,QAAU,OAAM;AAC/B,QAAY,sBAAA,cAAA,OAAA,SAAA;EACV,OAAI;EACJ,SAAM;EACN,OAAM;EACN,QAAM;EACP,EAAE,MAAK,EAAA,UAAa,QAAqB,sBAAM,cAAC,QAAgB,MAAA,sBAAA,cAAA,YAAA,EAC/D,IAAC,aACF,EAAc,sBAAO,cAAY,QAAU;EAC1C,aAAY;EACZ,GAAC;EACF,CAAC,CAAC,CAAA,GAAI,OAAO,KAAiB,sBAAO,cAAc,KAAE;EACpD,UAAU;EACV,WAAW;EACZ,EAAa,sBAAM,cAAc,QAAO;EACvC,MAAM;EACN,UAAC;EACH,GAAG"}
@@ -0,0 +1,47 @@
1
+ import * as React from "react";
2
+
3
+ //#region src/components/Flags/ps.svg
4
+ var _defs, _g;
5
+ function _extends() {
6
+ return _extends = Object.assign ? Object.assign.bind() : function(n) {
7
+ for (var e = 1; e < arguments.length; e++) {
8
+ var t = arguments[e];
9
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
10
+ }
11
+ return n;
12
+ }, _extends.apply(null, arguments);
13
+ }
14
+ var SvgPs = function SvgPs$1(props) {
15
+ return /* @__PURE__ */ React.createElement("svg", _extends({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 640 480",
18
+ width: "1em",
19
+ height: "1em"
20
+ }, props), _defs || (_defs = /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", { id: "ps_svg__a" }, /* @__PURE__ */ React.createElement("path", {
21
+ fillOpacity: .7,
22
+ d: "M-118 0h682.7v512H-118z"
23
+ })))), _g || (_g = /* @__PURE__ */ React.createElement("g", {
24
+ clipPath: "url(#ps_svg__a)",
25
+ transform: "translate(110.6)scale(.9375)"
26
+ }, /* @__PURE__ */ React.createElement("g", {
27
+ fillRule: "evenodd",
28
+ strokeWidth: "1pt"
29
+ }, /* @__PURE__ */ React.createElement("path", {
30
+ fill: "#000001",
31
+ d: "M-246 0H778v170.7H-246z"
32
+ }), /* @__PURE__ */ React.createElement("path", {
33
+ fill: "#fff",
34
+ d: "M-246 170.7H778v170.6H-246z"
35
+ }), /* @__PURE__ */ React.createElement("path", {
36
+ fill: "#090",
37
+ d: "M-246 341.3H778V512H-246z"
38
+ }), /* @__PURE__ */ React.createElement("path", {
39
+ fill: "red",
40
+ d: "m-246 512 512-256L-246 0z"
41
+ })))));
42
+ };
43
+ var ps_default = SvgPs;
44
+
45
+ //#endregion
46
+ export { ps_default as default };
47
+ //# sourceMappingURL=ps.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ps.mjs","names":[],"sources":["../../../../src/components/Flags/ps.svg"],"sourcesContent":["<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"flag-icons-ps\" viewBox=\"0 0 640 480\">\n <defs>\n <clipPath id=\"ps-a\">\n <path fill-opacity=\".7\" d=\"M-118 0h682.7v512H-118z\"/>\n </clipPath>\n </defs>\n <g clip-path=\"url(#ps-a)\" transform=\"translate(110.6)scale(.9375)\">\n <g fill-rule=\"evenodd\" stroke-width=\"1pt\">\n <path fill=\"#000001\" d=\"M-246 0H778v170.7H-246z\"/>\n <path fill=\"#fff\" d=\"M-246 170.7H778v170.6H-246z\"/>\n <path fill=\"#090\" d=\"M-246 341.3H778V512H-246z\"/>\n <path fill=\"red\" d=\"m-246 512 512-256L-246 0z\"/>\n </g>\n </g>\n</svg>\n"],"mappings":";;;AAAA,IAAI,OAAO;AACX,SAAO,WAAA;AAAA,QAAA,WAAA,OAAA,SAAA,OAAA,OAAA,MAAA,GAAA,SAAA,GAAA;AAAA,OAAA,IAAA,IAAA,GAAA,IAAA,UAAA,QAAA,KAAA;GAAA,IAAA,IAAA,UAAA;AAAA,QAAA,IAAA,KAAA,EAAA,EAAA,EAAA,EAAA,eAAA,KAAA,GAAA,EAAA,KAAA,EAAA,KAAA,EAAA;;AAAA,SAAA;IAAA,SAAA,MAAA,MAAA,UAAA;;AAEP,IAAI,QAAQ,SAAK,QAAU,OAAO;AAChC,QAAY,sBAAA,cAAA,OAAA,SAAA;EACV,OAAI;EACJ,SAAM;EACN,OAAO;EACP,QAAQ;EACT,EAAE,MAAM,EAAC,UAAW,QAAc,sBAAa,cAAM,QAAA,MAAA,sBAAA,cAAA,YAAA,EACpD,IAAG,aACJ,EAAe,sBAAM,cAAY,QAAS;EACzC,aAAG;EACH,GAAC;EACH,CAAA,CAAG,CAAA,GAAA,OAAA,KAAA,sBAAA,cAAA,KAAA"}
@@ -0,0 +1,46 @@
1
+ import * as React from "react";
2
+
3
+ //#region src/components/Flags/sd.svg
4
+ var _defs, _g;
5
+ function _extends() {
6
+ return _extends = Object.assign ? Object.assign.bind() : function(n) {
7
+ for (var e = 1; e < arguments.length; e++) {
8
+ var t = arguments[e];
9
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
10
+ }
11
+ return n;
12
+ }, _extends.apply(null, arguments);
13
+ }
14
+ var SvgSd = function SvgSd$1(props) {
15
+ return /* @__PURE__ */ React.createElement("svg", _extends({
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 640 480",
18
+ width: "1em",
19
+ height: "1em"
20
+ }, props), _defs || (_defs = /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", { id: "sd_svg__a" }, /* @__PURE__ */ React.createElement("path", {
21
+ fillOpacity: .7,
22
+ d: "M0 0h682.7v512H0z"
23
+ })))), _g || (_g = /* @__PURE__ */ React.createElement("g", {
24
+ fillRule: "evenodd",
25
+ strokeWidth: "1pt",
26
+ clipPath: "url(#sd_svg__a)",
27
+ transform: "scale(.9375)"
28
+ }, /* @__PURE__ */ React.createElement("path", {
29
+ fill: "#000001",
30
+ d: "M0 341.3h1024V512H0z"
31
+ }), /* @__PURE__ */ React.createElement("path", {
32
+ fill: "#fff",
33
+ d: "M0 170.6h1024v170.7H0z"
34
+ }), /* @__PURE__ */ React.createElement("path", {
35
+ fill: "red",
36
+ d: "M0 0h1024.8v170.7H0z"
37
+ }), /* @__PURE__ */ React.createElement("path", {
38
+ fill: "#009a00",
39
+ d: "M0 0v512l341.3-256z"
40
+ }))));
41
+ };
42
+ var sd_default = SvgSd;
43
+
44
+ //#endregion
45
+ export { sd_default as default };
46
+ //# sourceMappingURL=sd.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sd.mjs","names":[],"sources":["../../../../src/components/Flags/sd.svg"],"sourcesContent":["<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"flag-icons-sd\" viewBox=\"0 0 640 480\">\n <defs>\n <clipPath id=\"sd-a\">\n <path fill-opacity=\".7\" d=\"M0 0h682.7v512H0z\"/>\n </clipPath>\n </defs>\n <g fill-rule=\"evenodd\" stroke-width=\"1pt\" clip-path=\"url(#sd-a)\" transform=\"scale(.9375)\">\n <path fill=\"#000001\" d=\"M0 341.3h1024V512H0z\"/>\n <path fill=\"#fff\" d=\"M0 170.6h1024v170.7H0z\"/>\n <path fill=\"red\" d=\"M0 0h1024.8v170.7H0z\"/>\n <path fill=\"#009a00\" d=\"M0 0v512l341.3-256z\"/>\n </g>\n</svg>\n"],"mappings":";;;AAAA,IAAI,OAAO;AACX,SAAO,WAAA;AAAA,QAAA,WAAA,OAAA,SAAA,OAAA,OAAA,MAAA,GAAA,SAAA,GAAA;AAAA,OAAA,IAAA,IAAA,GAAA,IAAA,UAAA,QAAA,KAAA;GAAA,IAAA,IAAA,UAAA;AAAA,QAAA,IAAA,KAAA,EAAA,EAAA,EAAA,EAAA,eAAA,KAAA,GAAA,EAAA,KAAA,EAAA,KAAA,EAAA;;AAAA,SAAA;IAAA,SAAA,MAAA,MAAA,UAAA;;AAEP,IAAI,QAAQ,SAAK,QAAU,OAAM;AAC/B,QAAY,sBAAA,cAAA,OAAA,SAAA;EACV,OAAI;EACJ,SAAM;EACN,OAAM;EACN,QAAM;EACP,EAAE,MAAK,EAAA,UAAa,QAAqB,sBAAE,cAAA,QAAA,MAAA,sBAAA,cAAA,YAAA,EAC1C,IAAC,aACF,EAAE,sBAAA,cAAA,QAAA;EACH,aAAG"}