@zonos/amino 5.1.86 → 5.1.88

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 (312) hide show
  1. package/_tslib-bd4862e8.js +1 -0
  2. package/all.d.ts +0 -1
  3. package/amino.css +6 -2
  4. package/components/alert-dialog/AlertContext.js +1 -1
  5. package/components/alert-dialog/AlertDialog.js +1 -1
  6. package/components/alert-dialog/useAlert.js +1 -1
  7. package/components/announcement-dialog/AnnouncementDialog.js +1 -1
  8. package/components/avatar/AvatarBase.js +1 -1
  9. package/components/avatar/ImageAvatar.js +1 -1
  10. package/components/avatar/UserAvatar.js +1 -1
  11. package/components/badge/Badge.js +1 -1
  12. package/components/banner/Banner.js +1 -1
  13. package/components/button/Button.js +1 -1
  14. package/components/button/ButtonIcon.js +1 -1
  15. package/components/button/MenuButton.js +1 -1
  16. package/components/button/RippleGroup.js +1 -1
  17. package/components/button/_Ripple.js +1 -1
  18. package/components/card/Card.js +1 -1
  19. package/components/checkbox/Checkbox.js +1 -1
  20. package/components/confirm-dialog/ConfirmContext.js +1 -1
  21. package/components/confirm-dialog/ConfirmDialog.js +1 -1
  22. package/components/confirm-dialog/useConfirm.js +1 -1
  23. package/components/connection-map/ConnectionMap.js +1 -1
  24. package/components/cover-sheet/CoverSheet.js +1 -1
  25. package/components/cover-sheet/CoverSheetActions.js +1 -1
  26. package/components/currency/Currency.js +1 -1
  27. package/components/currency/DualCurrency.js +1 -1
  28. package/components/danger-zone/DangerZone.js +1 -1
  29. package/components/dialog/BaseDialog.js +1 -1
  30. package/components/dialog/Dialog.js +1 -1
  31. package/components/drop-zone/DropZone.js +1 -1
  32. package/components/file-upload/FileUpload.js +1 -1
  33. package/components/filter/FilterWrapper.js +1 -1
  34. package/components/filter/filter-amount/FilterAmount.js +1 -1
  35. package/components/filter/filter-date/DateControls.js +1 -1
  36. package/components/filter/filter-date/FilterDate.js +1 -1
  37. package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
  38. package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
  39. package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
  40. package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
  41. package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
  42. package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
  43. package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
  44. package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
  45. package/components/filter/filter-select/FilterSelect.js +1 -1
  46. package/components/filter/filter-text/FilterText.js +1 -1
  47. package/components/filter/useFilterWrapper.js +1 -1
  48. package/components/glow/GlowWrapper.js +1 -1
  49. package/components/graph-matrix/GraphMatrix.js +1 -1
  50. package/components/graph-matrix/_Graphiql.js +1 -1
  51. package/components/graph-matrix/_LoadingIcon.js +1 -1
  52. package/components/help-text/HelpText.js +1 -1
  53. package/components/input/Input.js +1 -1
  54. package/components/input/SearchInput.js +1 -1
  55. package/components/input/input-type/_DateInput.js +1 -1
  56. package/components/input/input-type/_FloatLabelInput.js +1 -1
  57. package/components/input/input-type/_NumberInput.js +1 -1
  58. package/components/input/input-type/_PasswordInput.js +1 -1
  59. package/components/input/input-type/_TimeInput.js +1 -1
  60. package/components/layout/Layout.js +1 -1
  61. package/components/lightbox/LightBox.js +1 -1
  62. package/components/list/CollapsibleList.js +1 -1
  63. package/components/list-item/ListItem.js +1 -1
  64. package/components/nested-data-table/NestedDataTable.js +1 -1
  65. package/components/nested-data-table/NestedDataTableHasura.js +1 -1
  66. package/components/nested-data-table/_Filter.js +1 -1
  67. package/components/nested-data-table/_TableData.js +1 -1
  68. package/components/pivot-table/PivotTable.js +1 -1
  69. package/components/profile-icon/ProfileIcon.js +1 -1
  70. package/components/radio/Radio.js +1 -1
  71. package/components/radio/RadioGroup.js +1 -1
  72. package/components/rest-state/RestState.js +1 -1
  73. package/components/rich-card-select/RichCardStateSelect.js +1 -1
  74. package/components/rich-checkbox/RichCheckbox.js +1 -1
  75. package/components/rich-radio/RichRadio.js +1 -1
  76. package/components/section/HSection.js +1 -1
  77. package/components/section/VSection.js +1 -1
  78. package/components/section/_SectionHeader.js +1 -1
  79. package/components/section/_SectionSubheader.js +1 -1
  80. package/components/select/CountryMultiSelect.js +1 -1
  81. package/components/select/CountryPhoneSelect.js +1 -1
  82. package/components/select/CountrySelect.js +1 -1
  83. package/components/select/MultiSelect.js +1 -1
  84. package/components/select/Select.js +1 -1
  85. package/components/select/_StyledReactSelect.js +1 -1
  86. package/components/simple-table/SimpleTable.js +1 -1
  87. package/components/skeleton/Skeleton.js +1 -1
  88. package/components/slide-over/SlideOver.js +1 -1
  89. package/components/slider/Slider.js +1 -1
  90. package/components/sortable-list/SortableListItem.js +1 -1
  91. package/components/spinner/Spinner.js +1 -1
  92. package/components/split-panel/SplitPanel.js +1 -1
  93. package/components/stack/HStack.js +1 -1
  94. package/components/stack/Stack.js +1 -1
  95. package/components/stack/VStack.js +1 -1
  96. package/components/switch/Switch.js +1 -1
  97. package/components/table/Table.d.ts +3 -3
  98. package/components/table/Table.js +1 -1
  99. package/components/table/TableCell.d.ts +3 -3
  100. package/components/table/TableCell.js +1 -1
  101. package/components/table/TableRow.d.ts +3 -3
  102. package/components/table/TableRow.js +1 -1
  103. package/components/table/TableRowCollapse.d.ts +3 -3
  104. package/components/table/TableRowCollapse.js +1 -1
  105. package/components/tabs/Tabs.js +1 -1
  106. package/components/tag/Tag.js +1 -1
  107. package/components/text/LegacyText.d.ts +3 -3
  108. package/components/text/LegacyText.js +1 -1
  109. package/components/text/Text.d.ts +0 -1
  110. package/components/text/Text.js +1 -1
  111. package/components/text-avatar/TextAvatar.js +1 -1
  112. package/components/textarea/Textarea.js +1 -1
  113. package/components/theme-select/ThemeSelect.js +1 -1
  114. package/components/thumbnail/Thumbnail.js +1 -1
  115. package/components/toast/Toast.js +1 -1
  116. package/components/toast/ToastContext.js +1 -1
  117. package/components/tooltip/Tooltip.js +1 -1
  118. package/icons/custom/products/CheckoutColorIcon.js +1 -1
  119. package/icons/custom/products/ClassifyColorIcon.js +1 -1
  120. package/icons/custom/products/ClearColorIcon.js +1 -1
  121. package/icons/custom/products/CollectColorIcon.js +1 -1
  122. package/icons/custom/products/CounterCompanionColorIcon.js +1 -1
  123. package/icons/custom/products/DashboardColorIcon.js +1 -1
  124. package/icons/custom/products/HelloColorIcon.js +1 -1
  125. package/icons/custom/products/InclusivePricingColorIcon.js +1 -1
  126. package/icons/custom/products/LandedCostColorIcon.js +1 -1
  127. package/icons/custom/products/PrepayColorIcon.js +1 -1
  128. package/icons/custom/products/RateColorIcon.js +1 -1
  129. package/icons/custom/products/RestrictColorIcon.js +1 -1
  130. package/icons/custom/products/ScreenColorIcon.js +1 -1
  131. package/icons/custom/products/TaxColorIcon.js +1 -1
  132. package/icons/custom/theme/ThemeDarkIcon.js +1 -1
  133. package/icons/custom/theme/ThemeLightIcon.js +1 -1
  134. package/icons/flag-icon/FlagIcon.js +1 -1
  135. package/icons/flag-icon/useStableUniqueId.js +1 -1
  136. package/icons/flags/AD.js +1 -1
  137. package/icons/flags/AF.js +1 -1
  138. package/icons/flags/AG.js +1 -1
  139. package/icons/flags/AI.js +1 -1
  140. package/icons/flags/AL.js +1 -1
  141. package/icons/flags/AR.js +1 -1
  142. package/icons/flags/AS.js +1 -1
  143. package/icons/flags/AW.js +1 -1
  144. package/icons/flags/AX.js +1 -1
  145. package/icons/flags/BA.js +1 -1
  146. package/icons/flags/BB.js +1 -1
  147. package/icons/flags/BH.js +1 -1
  148. package/icons/flags/BI.js +1 -1
  149. package/icons/flags/BJ.js +1 -1
  150. package/icons/flags/BM.js +1 -1
  151. package/icons/flags/BN.js +1 -1
  152. package/icons/flags/BO.js +1 -1
  153. package/icons/flags/BR.js +1 -1
  154. package/icons/flags/BS.js +1 -1
  155. package/icons/flags/BT.js +1 -1
  156. package/icons/flags/BY.js +1 -1
  157. package/icons/flags/BZ.js +1 -1
  158. package/icons/flags/CF.js +1 -1
  159. package/icons/flags/CG.js +1 -1
  160. package/icons/flags/CL.js +1 -1
  161. package/icons/flags/CM.js +1 -1
  162. package/icons/flags/CN.js +1 -1
  163. package/icons/flags/CU.js +1 -1
  164. package/icons/flags/CV.js +1 -1
  165. package/icons/flags/CW.js +1 -1
  166. package/icons/flags/CY.js +1 -1
  167. package/icons/flags/CZ.js +1 -1
  168. package/icons/flags/DJ.js +1 -1
  169. package/icons/flags/DM.js +1 -1
  170. package/icons/flags/DO.js +1 -1
  171. package/icons/flags/Default.js +1 -1
  172. package/icons/flags/EC.js +1 -1
  173. package/icons/flags/EG.js +1 -1
  174. package/icons/flags/EH.js +1 -1
  175. package/icons/flags/ER.js +1 -1
  176. package/icons/flags/ES.js +1 -1
  177. package/icons/flags/ET.js +1 -1
  178. package/icons/flags/FJ.js +1 -1
  179. package/icons/flags/FK.js +1 -1
  180. package/icons/flags/FM.js +1 -1
  181. package/icons/flags/FO.js +1 -1
  182. package/icons/flags/GB.js +1 -1
  183. package/icons/flags/GD.js +1 -1
  184. package/icons/flags/GG.js +1 -1
  185. package/icons/flags/GI.js +1 -1
  186. package/icons/flags/GM.js +1 -1
  187. package/icons/flags/GQ.js +1 -1
  188. package/icons/flags/GR.js +1 -1
  189. package/icons/flags/GT.js +1 -1
  190. package/icons/flags/GW.js +1 -1
  191. package/icons/flags/HK.js +1 -1
  192. package/icons/flags/HN.js +1 -1
  193. package/icons/flags/HR.js +1 -1
  194. package/icons/flags/HT.js +1 -1
  195. package/icons/flags/IL.js +1 -1
  196. package/icons/flags/IM.js +1 -1
  197. package/icons/flags/IN.js +1 -1
  198. package/icons/flags/IR.js +1 -1
  199. package/icons/flags/IS.js +1 -1
  200. package/icons/flags/JE.js +1 -1
  201. package/icons/flags/JO.js +1 -1
  202. package/icons/flags/JP.js +1 -1
  203. package/icons/flags/KE.js +1 -1
  204. package/icons/flags/KG.js +1 -1
  205. package/icons/flags/KH.js +1 -1
  206. package/icons/flags/KI.js +1 -1
  207. package/icons/flags/KM.js +1 -1
  208. package/icons/flags/KN.js +1 -1
  209. package/icons/flags/KP.js +1 -1
  210. package/icons/flags/KR.js +1 -1
  211. package/icons/flags/KW.js +1 -1
  212. package/icons/flags/LA.js +1 -1
  213. package/icons/flags/LB.js +1 -1
  214. package/icons/flags/LI.js +1 -1
  215. package/icons/flags/LK.js +1 -1
  216. package/icons/flags/LR.js +1 -1
  217. package/icons/flags/LY.js +1 -1
  218. package/icons/flags/MD.js +1 -1
  219. package/icons/flags/ME.js +1 -1
  220. package/icons/flags/MM.js +1 -1
  221. package/icons/flags/MO.js +1 -1
  222. package/icons/flags/MP.js +1 -1
  223. package/icons/flags/MS.js +1 -1
  224. package/icons/flags/MT.js +1 -1
  225. package/icons/flags/MW.js +1 -1
  226. package/icons/flags/MX.js +1 -1
  227. package/icons/flags/MY.js +1 -1
  228. package/icons/flags/MZ.js +1 -1
  229. package/icons/flags/NA.js +1 -1
  230. package/icons/flags/NI.js +1 -1
  231. package/icons/flags/NP.js +1 -1
  232. package/icons/flags/NR.js +1 -1
  233. package/icons/flags/NU.js +1 -1
  234. package/icons/flags/NZ.js +1 -1
  235. package/icons/flags/OM.js +1 -1
  236. package/icons/flags/PA.js +1 -1
  237. package/icons/flags/PE.js +1 -1
  238. package/icons/flags/PF.js +1 -1
  239. package/icons/flags/PK.js +1 -1
  240. package/icons/flags/PN.js +1 -1
  241. package/icons/flags/PR.js +1 -1
  242. package/icons/flags/PS.js +1 -1
  243. package/icons/flags/PT.js +1 -1
  244. package/icons/flags/PW.js +1 -1
  245. package/icons/flags/PY.js +1 -1
  246. package/icons/flags/RS.js +1 -1
  247. package/icons/flags/RW.js +1 -1
  248. package/icons/flags/SA.js +1 -1
  249. package/icons/flags/SB.js +1 -1
  250. package/icons/flags/SC.js +1 -1
  251. package/icons/flags/SD.js +1 -1
  252. package/icons/flags/SE.js +1 -1
  253. package/icons/flags/SG.js +1 -1
  254. package/icons/flags/SH.js +1 -1
  255. package/icons/flags/SI.js +1 -1
  256. package/icons/flags/SO.js +1 -1
  257. package/icons/flags/ST.js +1 -1
  258. package/icons/flags/SV.js +1 -1
  259. package/icons/flags/SX.js +1 -1
  260. package/icons/flags/SZ.js +1 -1
  261. package/icons/flags/TC.js +1 -1
  262. package/icons/flags/TF.js +1 -1
  263. package/icons/flags/TG.js +1 -1
  264. package/icons/flags/TJ.js +1 -1
  265. package/icons/flags/TL.js +1 -1
  266. package/icons/flags/TM.js +1 -1
  267. package/icons/flags/TN.js +1 -1
  268. package/icons/flags/TV.js +1 -1
  269. package/icons/flags/TW.js +1 -1
  270. package/icons/flags/TZ.js +1 -1
  271. package/icons/flags/UG.js +1 -1
  272. package/icons/flags/UM.js +1 -1
  273. package/icons/flags/US.js +1 -1
  274. package/icons/flags/UY.js +1 -1
  275. package/icons/flags/UZ.js +1 -1
  276. package/icons/flags/VA.js +1 -1
  277. package/icons/flags/VE.js +1 -1
  278. package/icons/flags/VG.js +1 -1
  279. package/icons/flags/VI.js +1 -1
  280. package/icons/flags/VN.js +1 -1
  281. package/icons/flags/VU.js +1 -1
  282. package/icons/flags/ZA.js +1 -1
  283. package/icons/flags/ZM.js +1 -1
  284. package/icons/flags/ZW.js +1 -1
  285. package/package.json +1 -2
  286. package/types/BaseProps.d.ts +0 -1
  287. package/utils/_extractQueryParams.js +1 -1
  288. package/utils/_graphiqlFetcher.js +1 -1
  289. package/utils/addIndex.js +1 -1
  290. package/utils/flattenRow.js +1 -1
  291. package/utils/formatCurrency.js +1 -1
  292. package/utils/getIsInternalLink.js +1 -1
  293. package/utils/getProductDetails.js +1 -1
  294. package/utils/handleFetch.js +1 -1
  295. package/utils/hooks/_useGraphiqlExplorer.js +1 -1
  296. package/utils/hooks/_useGraphiqlFetcher.js +1 -1
  297. package/utils/hooks/_useGraphiqlStorage.js +1 -1
  298. package/utils/hooks/action-pivot-table/useHasuraGqlPagination.js +1 -1
  299. package/utils/hooks/useAminoTheme.js +1 -1
  300. package/utils/hooks/useCurrentShema.js +1 -1
  301. package/utils/hooks/useDropdown.js +1 -1
  302. package/utils/hooks/useHeightAdjustTextarea.js +1 -1
  303. package/utils/hooks/useNotify.js +1 -1
  304. package/utils/hooks/useStorage.js +1 -1
  305. package/utils/hooks/useSwrt.js +1 -1
  306. package/utils/prepCountryOptions.js +1 -1
  307. package/utils/setupNestedData.js +1 -1
  308. package/utils/storage.js +1 -1
  309. package/utils/useCopyText.js +1 -1
  310. package/_tslib-ccfac372.js +0 -1
  311. package/animations/DropdownAnimation.d.ts +0 -2
  312. package/animations/DropdownAnimation.js +0 -1
package/icons/flags/NP.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.height,s=r.width,c=l.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:t,height:a,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M0-16h512v512H0z",fillOpacity:".7"})})}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("g",{clipPath:"url(#".concat(c[0],")"),transform:"translate(0 15) scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"M6.5 489.5h378.8L137.4 238.1l257.3.3L6.6-9.5v499z",fill:"#ce0000",stroke:"#000063",strokeWidth:"13.8"}),e.jsx("path",{d:"m180.7 355.8-27 9 21.2 19.8-28.5-1.8 11.7 26.2-25.5-12.3.5 28.6-18.8-20.9-10.7 26.6-9.2-26.3-20.3 20.6 1.8-27.7L49 409l12.6-25-29.3.6 21.5-18.3-27.3-10.5 27-9L32.2 327l28.4 1.8L49 302.6l25.6 12.3-.5-28.6 18.8 20.9 10.7-26.6 9.1 26.3 20.4-20.6-1.9 27.7 27-11.4-12.7 25 29.4-.6-21.5 18.3zm-32.4-184.7-11.3 8.4 5.6 4.6a93.8 93.8 0 0 0 30.7-36c1.8 21.3-17.7 69-68.7 69.5a70.6 70.6 0 0 1-71.5-70.3c10 18.2 16.2 27 32 36.5l4.7-4.4-10.6-8.9 13.7-3.6-7.4-12.4 14.4 1-1.8-14.4 12.6 7.4 4-13.5 9 10.8 8.5-10.3 4.6 14 11.8-8.2-1.5 14.3 14.2-1.7-6.7 13.2 13.7 4z",fill:"#fff"})]})})]})}));exports.NP=t;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.height,s=r.width,c=l.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:t,height:a,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M0-16h512v512H0z",fillOpacity:".7"})})}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("g",{clipPath:"url(#".concat(c[0],")"),transform:"translate(0 15) scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"M6.5 489.5h378.8L137.4 238.1l257.3.3L6.6-9.5v499z",fill:"#ce0000",stroke:"#000063",strokeWidth:"13.8"}),e.jsx("path",{d:"m180.7 355.8-27 9 21.2 19.8-28.5-1.8 11.7 26.2-25.5-12.3.5 28.6-18.8-20.9-10.7 26.6-9.2-26.3-20.3 20.6 1.8-27.7L49 409l12.6-25-29.3.6 21.5-18.3-27.3-10.5 27-9L32.2 327l28.4 1.8L49 302.6l25.6 12.3-.5-28.6 18.8 20.9 10.7-26.6 9.1 26.3 20.4-20.6-1.9 27.7 27-11.4-12.7 25 29.4-.6-21.5 18.3zm-32.4-184.7-11.3 8.4 5.6 4.6a93.8 93.8 0 0 0 30.7-36c1.8 21.3-17.7 69-68.7 69.5a70.6 70.6 0 0 1-71.5-70.3c10 18.2 16.2 27 32 36.5l4.7-4.4-10.6-8.9 13.7-3.6-7.4-12.4 14.4 1-1.8-14.4 12.6 7.4 4-13.5 9 10.8 8.5-10.3 4.6 14 11.8-8.2-1.5 14.3 14.2-1.7-6.7 13.2 13.7 4z",fill:"#fff"})]})})]})}));exports.NP=t;
package/icons/flags/NR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var l=i.forwardRef((function(i,l){var a=i.height,s=i.width,c=t.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,height:a,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-54.7 0H628v512H-54.7z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(51.3) scale(.9375)",children:[e.jsx("path",{d:"M-140 0H884v512H-140z",fill:"#002170"}),e.jsx("path",{d:"M-140 234.1H884V278H-140z",fill:"#ffb20d"}),e.jsx("path",{d:"m161.8 438-33-33-10.5 45.4-12-45-31.9 34 12.1-45L42 407.9l33-33-45.4-10.6 45-12-34-31.8 45 12L72 288l33 33 10.6-45.4 12 45 31.8-34-12 45 44.5-13.5-33 33 45.4 10.5-45 12 34 32-45-12.2z",fill:"#fff"})]})]})}));exports.NR=l;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var l=i.forwardRef((function(i,l){var a=i.height,s=i.width,c=t.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,height:a,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-54.7 0H628v512H-54.7z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(51.3) scale(.9375)",children:[e.jsx("path",{d:"M-140 0H884v512H-140z",fill:"#002170"}),e.jsx("path",{d:"M-140 234.1H884V278H-140z",fill:"#ffb20d"}),e.jsx("path",{d:"m161.8 438-33-33-10.5 45.4-12-45-31.9 34 12.1-45L42 407.9l33-33-45.4-10.6 45-12-34-31.8 45 12L72 288l33 33 10.6-45.4 12 45 31.8-34-12 45 44.5-13.5-33 33 45.4 10.5-45 12 34 32-45-12.2z",fill:"#fff"})]})]})}));exports.NR=l;
package/icons/flags/NU.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var t=e.height,d=e.width,a=h.useStableUniqueId(1);return l.jsxs(i.FlagIconBase,{ref:s,height:t,viewBox:"0 0 640 480",width:d,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(a[0]),children:l.jsx("path",{d:"M0 0h496v372H0z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(a[0],")"),transform:"scale(1.2902)",children:[l.jsx("path",{d:"M0 0h499.6v248.1H0z",fill:"#fff",fillRule:"evenodd"}),l.jsx("path",{d:"M0 0v18.6L119.2 80l44.9 1.3L0 0z",fill:"#c00"}),l.jsx("path",{d:"m51 0 144.6 75.5V0H51z",fill:"#006"}),l.jsx("path",{d:"M214.9 0v96.4H0v55h215v96.4h66v-96.4h215v-55H281V0h-66z",fill:"#c00"}),l.jsx("path",{d:"M300.2 0v71.1L441.6.6 300.2 0z",fill:"#006"}),l.jsx("path",{d:"m304.7 78.9 39.8-.3L498.9.6l-41 .6L304.8 79z",fill:"#c00"}),l.jsx("path",{d:"M0 167.5v52.8L99.2 168 0 167.6z",fill:"#006"}),l.jsx("path",{d:"m381.9 169.7-41.4-.3 155.8 77.5-1-17.7-113.5-59.5zM38.7 248.3l146.1-76.8-38.3.3L0 248.1",fill:"#c00"}),l.jsx("path",{d:"m497.9 21.8-118 58.5 116.4.5v87.1h-99.1l98.2 53.3 1.4 27-52.4-.6-143.6-70.5v71.2H196V177L61.3 248l-60.9.2V496H992V.4L499 0M.6 28 0 79.4l104.4 1.3L.5 28z",fill:"#006"}),l.jsxs("g",{fill:"#ffd900",fillRule:"evenodd",strokeWidth:"1pt",children:[l.jsx("path",{d:"M496 0h496.1v496h-496z"}),l.jsx("path",{d:"M0 248h523.5v248H0z"})]}),l.jsxs("g",{fillRule:"evenodd",children:[l.jsx("path",{d:"M290.9 125.3a42.8 42.8 0 1 1-85.5 0 42.8 42.8 0 0 1 85.5 0z",fill:"#000067"}),l.jsx("path",{d:"m240.2 114.3 8.2-24.6 8.2 24.6h26.7l-21.6 15.2L270 154l-21.6-15.3-21.6 15.2 8.3-24.5-21.6-15.2zm148.5 4 4.1-11.5 4 11.6h13.3l-10.7 7 4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7zM244.1 204l4-11.5 4.1 11.5h13.2l-10.7 7 4.1 11.6-10.7-7.1-10.7 7 4.1-11.4-10.7-7.1zm0-167 4-11.6 4.1 11.5h13.2L254.7 44l4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7zM98.9 118.2l4.1-11.5 4 11.5h13.3l-10.7 7.1 4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7z",fill:"#fff40d"})]})]})]})}));exports.NU=s;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var t=e.height,d=e.width,a=h.useStableUniqueId(1);return l.jsxs(i.FlagIconBase,{ref:s,height:t,viewBox:"0 0 640 480",width:d,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(a[0]),children:l.jsx("path",{d:"M0 0h496v372H0z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(a[0],")"),transform:"scale(1.2902)",children:[l.jsx("path",{d:"M0 0h499.6v248.1H0z",fill:"#fff",fillRule:"evenodd"}),l.jsx("path",{d:"M0 0v18.6L119.2 80l44.9 1.3L0 0z",fill:"#c00"}),l.jsx("path",{d:"m51 0 144.6 75.5V0H51z",fill:"#006"}),l.jsx("path",{d:"M214.9 0v96.4H0v55h215v96.4h66v-96.4h215v-55H281V0h-66z",fill:"#c00"}),l.jsx("path",{d:"M300.2 0v71.1L441.6.6 300.2 0z",fill:"#006"}),l.jsx("path",{d:"m304.7 78.9 39.8-.3L498.9.6l-41 .6L304.8 79z",fill:"#c00"}),l.jsx("path",{d:"M0 167.5v52.8L99.2 168 0 167.6z",fill:"#006"}),l.jsx("path",{d:"m381.9 169.7-41.4-.3 155.8 77.5-1-17.7-113.5-59.5zM38.7 248.3l146.1-76.8-38.3.3L0 248.1",fill:"#c00"}),l.jsx("path",{d:"m497.9 21.8-118 58.5 116.4.5v87.1h-99.1l98.2 53.3 1.4 27-52.4-.6-143.6-70.5v71.2H196V177L61.3 248l-60.9.2V496H992V.4L499 0M.6 28 0 79.4l104.4 1.3L.5 28z",fill:"#006"}),l.jsxs("g",{fill:"#ffd900",fillRule:"evenodd",strokeWidth:"1pt",children:[l.jsx("path",{d:"M496 0h496.1v496h-496z"}),l.jsx("path",{d:"M0 248h523.5v248H0z"})]}),l.jsxs("g",{fillRule:"evenodd",children:[l.jsx("path",{d:"M290.9 125.3a42.8 42.8 0 1 1-85.5 0 42.8 42.8 0 0 1 85.5 0z",fill:"#000067"}),l.jsx("path",{d:"m240.2 114.3 8.2-24.6 8.2 24.6h26.7l-21.6 15.2L270 154l-21.6-15.3-21.6 15.2 8.3-24.5-21.6-15.2zm148.5 4 4.1-11.5 4 11.6h13.3l-10.7 7 4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7zM244.1 204l4-11.5 4.1 11.5h13.2l-10.7 7 4.1 11.6-10.7-7.1-10.7 7 4.1-11.4-10.7-7.1zm0-167 4-11.6 4.1 11.5h13.2L254.7 44l4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7zM98.9 118.2l4.1-11.5 4 11.5h13.3l-10.7 7.1 4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7z",fill:"#fff40d"})]})]})]})}));exports.NU=s;
package/icons/flags/NZ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=e.forwardRef((function(e,a){var i=e.height,c=e.width,l=s.useStableUniqueId(4);return t.jsxs(r.FlagIconBase,{ref:a,height:i,viewBox:"0 0 640 480",width:c,children:[t.jsxs("defs",{children:[t.jsx("clipPath",{id:"".concat(l[0]),children:t.jsx("path",{d:"M0 0h600v300H0z"})}),t.jsx("clipPath",{id:"".concat(l[1]),children:t.jsx("path",{d:"m0 0 300 150H0zm300 0h300L300 150zm0 150h300v150zm0 0v150H0z"})}),t.jsxs("g",{id:"".concat(l[2]),children:[t.jsxs("g",{id:"".concat(l[3]),children:[t.jsx("path",{d:"M0-.3v.5l1-.5z"}),t.jsx("path",{d:"M.213.256-.081-.15l1.103-.183z"})]}),t.jsx("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(l[3])}),t.jsx("use",{transform:"rotate(72 0 0)",xlinkHref:"#".concat(l[3])}),t.jsx("use",{transform:"rotate(-72 0 0)",xlinkHref:"#".concat(l[3])}),t.jsx("use",{transform:"scale(-1 1) rotate(72)",xlinkHref:"#".concat(l[3])})]})]}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#00247d",fillRule:"evenodd"}),t.jsxs("g",{transform:"translate(-93 36.1) scale(.66825)",children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"matrix(45.4 0 0 45.4 900 120)",width:"100%",xlinkHref:"#".concat(l[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"matrix(30 0 0 30 900 120)",width:"100%",xlinkHref:"#".concat(l[2])})]}),t.jsxs("g",{transform:"rotate(82 534.2 125) scale(.66825)",children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"rotate(-82 519 -457.7) scale(40.4)",width:"100%",xlinkHref:"#".concat(l[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"rotate(-82 519 -457.7) scale(25)",width:"100%",xlinkHref:"#".concat(l[2])})]}),t.jsxs("g",{transform:"rotate(82 534.2 125) scale(.66825)",children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"rotate(-82 668.6 -327.7) scale(45.4)",width:"100%",xlinkHref:"#".concat(l[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"rotate(-82 668.6 -327.7) scale(30)",width:"100%",xlinkHref:"#".concat(l[2])})]}),t.jsxs("g",{transform:"translate(-93 36.1) scale(.66825)",children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"matrix(50.4 0 0 50.4 900 480)",width:"100%",xlinkHref:"#".concat(l[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"matrix(35 0 0 35 900 480)",width:"100%",xlinkHref:"#".concat(l[2])})]}),t.jsx("path",{clipPath:"url(#".concat(l[0],")"),d:"m0 0 600 300M0 300 600 0",stroke:"#fff",strokeWidth:"60",transform:"scale(.60681 .73139)"}),t.jsx("path",{clipPath:"url(#".concat(l[1],")"),d:"m0 0 600 300M0 300 600 0",stroke:"#cc142b",strokeWidth:"40",transform:"scale(.60681 .73139)"}),t.jsx("path",{clipPath:"url(#".concat(l[0],")"),color:"#000",d:"M151.7 0v79.4H0V140h151.7v79.4h60.7v-79.3H364V79.4H212.4V0z",fill:"#fff",fontFamily:"sansSerif",fontWeight:"400",overflow:"visible"}),t.jsx("path",{color:"#000",d:"M163.8 0v91.5H0v36.4h163.8v91.5h36.4V128h163.9V91.5H200.2V0z",fill:"#cc142b",fontFamily:"sansSerif",fontWeight:"400",overflow:"visible"})]})}));exports.NZ=a;
1
+ "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=e.forwardRef((function(e,a){var i=e.height,c=e.width,l=s.useStableUniqueId(4);return t.jsxs(r.FlagIconBase,{ref:a,height:i,viewBox:"0 0 640 480",width:c,children:[t.jsxs("defs",{children:[t.jsx("clipPath",{id:"".concat(l[0]),children:t.jsx("path",{d:"M0 0h600v300H0z"})}),t.jsx("clipPath",{id:"".concat(l[1]),children:t.jsx("path",{d:"m0 0 300 150H0zm300 0h300L300 150zm0 150h300v150zm0 0v150H0z"})}),t.jsxs("g",{id:"".concat(l[2]),children:[t.jsxs("g",{id:"".concat(l[3]),children:[t.jsx("path",{d:"M0-.3v.5l1-.5z"}),t.jsx("path",{d:"M.213.256-.081-.15l1.103-.183z"})]}),t.jsx("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(l[3])}),t.jsx("use",{transform:"rotate(72 0 0)",xlinkHref:"#".concat(l[3])}),t.jsx("use",{transform:"rotate(-72 0 0)",xlinkHref:"#".concat(l[3])}),t.jsx("use",{transform:"scale(-1 1) rotate(72)",xlinkHref:"#".concat(l[3])})]})]}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#00247d",fillRule:"evenodd"}),t.jsxs("g",{transform:"translate(-93 36.1) scale(.66825)",children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"matrix(45.4 0 0 45.4 900 120)",width:"100%",xlinkHref:"#".concat(l[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"matrix(30 0 0 30 900 120)",width:"100%",xlinkHref:"#".concat(l[2])})]}),t.jsxs("g",{transform:"rotate(82 534.2 125) scale(.66825)",children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"rotate(-82 519 -457.7) scale(40.4)",width:"100%",xlinkHref:"#".concat(l[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"rotate(-82 519 -457.7) scale(25)",width:"100%",xlinkHref:"#".concat(l[2])})]}),t.jsxs("g",{transform:"rotate(82 534.2 125) scale(.66825)",children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"rotate(-82 668.6 -327.7) scale(45.4)",width:"100%",xlinkHref:"#".concat(l[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"rotate(-82 668.6 -327.7) scale(30)",width:"100%",xlinkHref:"#".concat(l[2])})]}),t.jsxs("g",{transform:"translate(-93 36.1) scale(.66825)",children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"matrix(50.4 0 0 50.4 900 480)",width:"100%",xlinkHref:"#".concat(l[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"matrix(35 0 0 35 900 480)",width:"100%",xlinkHref:"#".concat(l[2])})]}),t.jsx("path",{clipPath:"url(#".concat(l[0],")"),d:"m0 0 600 300M0 300 600 0",stroke:"#fff",strokeWidth:"60",transform:"scale(.60681 .73139)"}),t.jsx("path",{clipPath:"url(#".concat(l[1],")"),d:"m0 0 600 300M0 300 600 0",stroke:"#cc142b",strokeWidth:"40",transform:"scale(.60681 .73139)"}),t.jsx("path",{clipPath:"url(#".concat(l[0],")"),color:"#000",d:"M151.7 0v79.4H0V140h151.7v79.4h60.7v-79.3H364V79.4H212.4V0z",fill:"#fff",fontFamily:"sansSerif",fontWeight:"400",overflow:"visible"}),t.jsx("path",{color:"#000",d:"M163.8 0v91.5H0v36.4h163.8v91.5h36.4V128h163.9V91.5H200.2V0z",fill:"#cc142b",fontFamily:"sansSerif",fontWeight:"400",overflow:"visible"})]})}));exports.NZ=a;
package/icons/flags/OM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),c=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=l.forwardRef((function(l,a){var d=l.height,s=l.width,h=c.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,{ref:a,height:d,viewBox:"0 0 16 12",width:s,children:[e.jsxs("g",{clipPath:"url(#".concat(h[2],")"),children:[e.jsx("mask",{height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(h[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F50101",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(h[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(h[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#5EAA22",fillRule:"evenodd"}),e.jsx("path",{d:"M0 0h6v12H0z",fill:"#F50101"}),e.jsx("path",{clipRule:"evenodd",d:"M5.385 1.017C5.39.97 5.332.953 5.308.993a19.138 19.138 0 0 1-1.385 2v-.459c-.07-.077-.299-.286-.299-.286V1.79l.412-.373L3.471 1l-.597.417.451.373v.458c0 .22-.273.286-.273.286l-.05.404a18.687 18.687 0 0 1-1.315-1.924c-.023-.041-.083-.022-.076.025a6.71 6.71 0 0 0 .68 2.06h-.123v-.017a.043.043 0 0 0-.044-.043H1.07a.043.043 0 0 0-.043.043v.663c0 .024.02.044.043.044h1.054c.024 0 .044-.02.044-.044v-.348H2.3a.3.3 0 0 0 .27.18c.084.13.175.26.275.388-.229-.023-1.74-.151-1.74.398 0 .328.368.502.829.592L.83 5.952c-.033.03-.007.08.036.07a7.128 7.128 0 0 0 2.2-.977h.029a.68.68 0 0 0 .55-.258c.914.745 1.947 1.09 2.396 1.213.046.013.071-.047.032-.075A13.586 13.586 0 0 1 4.048 4.18l.022-.026c.171-.202.32-.41.45-.619a.298.298 0 0 0 .124-.138h.133v.348c0 .024.02.044.043.044h1.054c.024 0 .044-.02.044-.044v-.663a.043.043 0 0 0-.044-.043H4.82a.043.043 0 0 0-.029.01 6.178 6.178 0 0 0 .594-2.032Zm-.608 2.081v-.02l-.01.02h.01Zm-1.957.183c0 .133-.11.241-.244.241a.243.243 0 0 1-.245-.241c0-.134.11-.242.245-.242s.244.108.244.242Zm1.304 0c0 .133.11.241.245.241a.243.243 0 0 0 .245-.241.243.243 0 0 0-.245-.242.243.243 0 0 0-.245.242Z",fill:"#F7FCFF",fillRule:"evenodd"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.OM=a;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),c=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=l.forwardRef((function(l,a){var d=l.height,s=l.width,h=c.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,{ref:a,height:d,viewBox:"0 0 16 12",width:s,children:[e.jsxs("g",{clipPath:"url(#".concat(h[2],")"),children:[e.jsx("mask",{height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(h[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F50101",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(h[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(h[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#5EAA22",fillRule:"evenodd"}),e.jsx("path",{d:"M0 0h6v12H0z",fill:"#F50101"}),e.jsx("path",{clipRule:"evenodd",d:"M5.385 1.017C5.39.97 5.332.953 5.308.993a19.138 19.138 0 0 1-1.385 2v-.459c-.07-.077-.299-.286-.299-.286V1.79l.412-.373L3.471 1l-.597.417.451.373v.458c0 .22-.273.286-.273.286l-.05.404a18.687 18.687 0 0 1-1.315-1.924c-.023-.041-.083-.022-.076.025a6.71 6.71 0 0 0 .68 2.06h-.123v-.017a.043.043 0 0 0-.044-.043H1.07a.043.043 0 0 0-.043.043v.663c0 .024.02.044.043.044h1.054c.024 0 .044-.02.044-.044v-.348H2.3a.3.3 0 0 0 .27.18c.084.13.175.26.275.388-.229-.023-1.74-.151-1.74.398 0 .328.368.502.829.592L.83 5.952c-.033.03-.007.08.036.07a7.128 7.128 0 0 0 2.2-.977h.029a.68.68 0 0 0 .55-.258c.914.745 1.947 1.09 2.396 1.213.046.013.071-.047.032-.075A13.586 13.586 0 0 1 4.048 4.18l.022-.026c.171-.202.32-.41.45-.619a.298.298 0 0 0 .124-.138h.133v.348c0 .024.02.044.043.044h1.054c.024 0 .044-.02.044-.044v-.663a.043.043 0 0 0-.044-.043H4.82a.043.043 0 0 0-.029.01 6.178 6.178 0 0 0 .594-2.032Zm-.608 2.081v-.02l-.01.02h.01Zm-1.957.183c0 .133-.11.241-.244.241a.243.243 0 0 1-.245-.241c0-.134.11-.242.245-.242s.244.108.244.242Zm1.304 0c0 .133.11.241.245.241a.243.243 0 0 0 .245-.241.243.243 0 0 0-.245-.242.243.243 0 0 0-.245.242Z",fill:"#F7FCFF",fillRule:"evenodd"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.OM=a;
package/icons/flags/PA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var d=l.forwardRef((function(l,d){var a=l.height,t=l.width,h=r.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:d,height:a,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M92.5 0h477.2v480H92.4z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M323 3.6h358v221.7H323z",fill:"#db0000",fillRule:"evenodd"}),e.jsx("path",{d:"M3.2 225.3h319.9V480H3.2zm211.6-47.6-42-29.4-41.7 29.6 15.5-48L105 100l51.6-.4 16-48 16.3 47.9h51.6l-41.5 30 15.9 48z",fill:"#0000ab",fillRule:"evenodd"}),e.jsx("path",{d:"m516.9 413.9-42.4-27.7-42.1 28 15.6-45.6-42-28 52-.5 16.2-45.4 16.4 45.3h52l-41.8 28.5 16 45.4z",fill:"#d80000",fillRule:"evenodd"})]})]})}));exports.PA=d;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var d=l.forwardRef((function(l,d){var a=l.height,t=l.width,h=r.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:d,height:a,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M92.5 0h477.2v480H92.4z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M323 3.6h358v221.7H323z",fill:"#db0000",fillRule:"evenodd"}),e.jsx("path",{d:"M3.2 225.3h319.9V480H3.2zm211.6-47.6-42-29.4-41.7 29.6 15.5-48L105 100l51.6-.4 16-48 16.3 47.9h51.6l-41.5 30 15.9 48z",fill:"#0000ab",fillRule:"evenodd"}),e.jsx("path",{d:"m516.9 413.9-42.4-27.7-42.1 28 15.6-45.6-42-28 52-.5 16.2-45.4 16.4 45.3h52l-41.8 28.5 16 45.4z",fill:"#d80000",fillRule:"evenodd"})]})]})}));exports.PA=d;
package/icons/flags/PE.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),c=require("react"),h=require("../flag-icon/_FlagIconBase.js"),e=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=c.forwardRef((function(c,a){var s=c.height,i=c.width,v=e.useStableUniqueId(5);return l.jsxs(h.FlagIconBase,{ref:a,height:s,viewBox:"0 0 16 12",width:i,children:[l.jsxs("g",{clipPath:"url(#".concat(v[4],")"),children:[l.jsx("mask",{height:"12",id:"".concat(v[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(v[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M4 0h8.5v12H4V0Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M12 0h4v12h-4V0ZM0 0h4v12H0V0Z",fill:"#F50101",fillRule:"evenodd"}),l.jsx("path",{d:"m7.87 4.373.017.18c-.499.051-.769-.193-.769-.7 0-.502.264-.769.76-.772l.002.182c-.402.003-.588.19-.588.59 0 .398.18.56.579.52Zm.222 0-.017.18c.5.051.769-.193.769-.7 0-.502-.264-.769-.76-.772l-.001.182c.402.003.587.19.587.59 0 .398-.18.56-.578.52Z",fill:"#A2BB6A"}),l.jsxs("mask",{fill:"#000",height:"6",id:"".concat(v[1]),maskUnits:"userSpaceOnUse",width:"5",x:"5.588",y:"3.441",children:[l.jsx("path",{d:"M5.588 3.441h5v6h-5z",fill:"#fff"}),l.jsx("path",{clipRule:"evenodd",d:"m8.043 4.453.021-.012v.023c.096.053.339.178.496.178.2 0 .473-.201.473-.201l.456.643s-.307.643-.072 1.43c.234.785-.013 1.391-1.057 1.458 0 0-.206.04-.296.102v.057c0-.014-.008-.028-.02-.04-.014.012-.021.026-.021.04v-.057c-.09-.063-.296-.102-.296-.102C6.683 7.905 6.435 7.3 6.67 6.513c.235-.786-.072-1.429-.072-1.429l.456-.643s.272.2.472.2c.158 0 .4-.124.497-.177v-.023l.02.012Z",fillRule:"evenodd"})]}),l.jsx("path",{clipRule:"evenodd",d:"m8.043 4.453.021-.012v.023c.096.053.339.178.496.178.2 0 .473-.201.473-.201l.456.643s-.307.643-.072 1.43c.234.785-.013 1.391-1.057 1.458 0 0-.206.04-.296.102v.057c0-.014-.008-.028-.02-.04-.014.012-.021.026-.021.04v-.057c-.09-.063-.296-.102-.296-.102C6.683 7.905 6.435 7.3 6.67 6.513c.235-.786-.072-1.429-.072-1.429l.456-.643s.272.2.472.2c.158 0 .4-.124.497-.177v-.023l.02.012Z",fill:"#E8AA00",fillRule:"evenodd"}),l.jsx("path",{d:"M8.064 4.44h.5v-.88l-.756.451.256.43Zm-.02.013-.247.435.246.14.247-.14-.247-.435Zm.02.011h-.5v.295l.259.143.241-.438Zm.969-.023.408-.29-.295-.416-.41.303.297.403Zm.456.643.45.215.127-.264-.17-.24-.407.289Zm-.072 1.43-.48.142.48-.143ZM8.36 7.971l-.032-.499-.031.002-.03.006.093.491Zm-.296.102-.284-.412-.216.15v.262h.5Zm-.02.016.35-.356-.35-.344-.35.344.35.356Zm-.021-.016h.5V7.81l-.216-.149-.284.412Zm-.296-.102.093-.49-.03-.007-.031-.002-.032.5ZM6.598 5.084l-.408-.289-.17.24.127.264.451-.215Zm.456-.643.297-.403-.41-.303-.295.417.408.289Zm.969.023.241.438.259-.143v-.295h-.5Zm0-.023.256-.43-.756-.45v.88h.5Zm.041 0-.256-.43s.001 0 0 0l-.011.007.493.87a2.254 2.254 0 0 0 .027-.016l.002-.001h.001l-.256-.43Zm.5.023v-.023h-1v.023h1Zm-.741.438c.056.031.16.086.277.134.101.041.278.106.46.106v-1c.021 0 .023.003 0-.003a.719.719 0 0 1-.082-.029 1.746 1.746 0 0 1-.172-.084l-.483.876Zm.737.24c.234 0 .447-.106.55-.16a2.072 2.072 0 0 0 .217-.137l.002-.001v-.001l-.296-.402-.297-.403h.001l-.003.002a.891.891 0 0 1-.18.099c-.026.008-.021.003.006.003v1Zm.065-.412.456.643.816-.578-.456-.643-.816.578Zm.864.354a62.671 62.671 0 0 0-.452-.215v.001l-.001.002-.002.004a.943.943 0 0 0-.02.046 2.604 2.604 0 0 0-.141.492c-.058.315-.081.755.065 1.242l.958-.286a1.665 1.665 0 0 1 .046-1.074l-.001.001V5.3l-.452-.215Zm-.551 1.572c.098.33.059.507.007.59-.043.068-.178.199-.617.227l.064.998c.605-.039 1.116-.244 1.399-.692.274-.434.24-.954.105-1.409l-.958.286ZM8.36 7.972l-.093-.49h-.001a.055.055 0 0 0-.005 0 2.057 2.057 0 0 0-.15.036c-.063.018-.21.06-.331.144l.568.823c-.023.016-.035.019-.018.013a.58.58 0 0 1 .106-.03.842.842 0 0 1 .016-.004h.002l-.094-.492Zm.204.16v-.058h-1v.057h1Zm-.87.315a.443.443 0 0 1-.13-.316h1a.557.557 0 0 0-.17-.397l-.7.713Zm0-.713a.557.557 0 0 0-.171.397h1a.443.443 0 0 1-.13.316l-.7-.713Zm.829.397v-.057h-1v.057h1Zm-.796-.159-.094.491h.002a.86.86 0 0 1 .122.035c.017.006.005.003-.019-.013l.569-.823a1.143 1.143 0 0 0-.331-.144 2.103 2.103 0 0 0-.155-.037l-.094.491ZM6.19 6.37c-.136.455-.17.975.105 1.41.283.447.794.652 1.399.691l.064-.998c-.44-.028-.574-.16-.617-.228-.052-.082-.091-.258.007-.589L6.19 6.37Zm.407-1.286-.451.215-.001-.002v-.001h-.001l.004.009a1.604 1.604 0 0 1 .081.289c.037.203.05.477-.039.776l.958.286a2.665 2.665 0 0 0-.096-1.78l-.002-.004V4.87l-.452.214Zm.048-.932-.456.643.816.578.456-.643-.816-.578Zm.88-.01c.028 0 .033.005.008-.003a1.074 1.074 0 0 1-.184-.101l-.296.403-.297.402h.001l.002.002.005.004a1.358 1.358 0 0 0 .06.04c.037.025.09.059.152.092.102.055.315.16.55.16v-1Zm.255-.116c-.04.022-.105.057-.173.084a.719.719 0 0 1-.081.029c-.024.006-.022.003 0 .003v1c.182 0 .358-.065.46-.106.117-.048.22-.103.277-.134l-.483-.876Zm.742.438v-.023h-1v.023h1Zm-.5-.023-.256.43h.001l.002.001.006.004.02.012.494-.87-.01-.006-.002-.001-.255.43Z",fill:"#E8AA00",mask:"url(#".concat(v[1],")")}),l.jsxs("mask",{height:"6",id:"".concat(v[2]),maskUnits:"userSpaceOnUse",width:"5",x:"6",y:"3",children:[l.jsxs("mask",{fill:"#000",height:"6",id:"".concat(v[3]),maskUnits:"userSpaceOnUse",width:"5",x:"5.588",y:"3.441",children:[l.jsx("path",{d:"M5.588 3.441h5v6h-5z",fill:"#fff"}),l.jsx("path",{clipRule:"evenodd",d:"m8.043 4.453.021-.012v.023c.096.053.339.178.496.178.2 0 .473-.201.473-.201l.456.643s-.307.643-.072 1.43c.234.785-.013 1.391-1.057 1.458 0 0-.206.04-.296.102v.057c0-.014-.008-.028-.02-.04-.014.012-.021.026-.021.04v-.057c-.09-.063-.296-.102-.296-.102C6.683 7.905 6.435 7.3 6.67 6.513c.235-.786-.072-1.429-.072-1.429l.456-.643s.272.2.472.2c.158 0 .4-.124.497-.177v-.023l.02.012Z",fillRule:"evenodd"})]}),l.jsx("path",{clipRule:"evenodd",d:"m8.043 4.453.021-.012v.023c.096.053.339.178.496.178.2 0 .473-.201.473-.201l.456.643s-.307.643-.072 1.43c.234.785-.013 1.391-1.057 1.458 0 0-.206.04-.296.102v.057c0-.014-.008-.028-.02-.04-.014.012-.021.026-.021.04v-.057c-.09-.063-.296-.102-.296-.102C6.683 7.905 6.435 7.3 6.67 6.513c.235-.786-.072-1.429-.072-1.429l.456-.643s.272.2.472.2c.158 0 .4-.124.497-.177v-.023l.02.012Z",fill:"#fff",fillRule:"evenodd"}),l.jsx("path",{d:"M8.064 4.44h.5v-.88l-.756.451.256.43Zm-.02.013-.247.435.246.14.247-.14-.247-.435Zm.02.011h-.5v.295l.259.143.241-.438Zm.969-.023.408-.29-.295-.416-.41.303.297.403Zm.456.643.45.215.127-.264-.17-.24-.407.289Zm-.072 1.43-.48.142.48-.143ZM8.36 7.971l-.032-.499-.031.002-.03.006.093.491Zm-.296.102-.284-.412-.216.15v.262h.5Zm-.02.016.35-.356-.35-.344-.35.344.35.356Zm-.021-.016h.5V7.81l-.216-.149-.284.412Zm-.296-.102.093-.49-.03-.007-.031-.002-.032.5ZM6.598 5.084l-.408-.289-.17.24.127.264.451-.215Zm.456-.643.297-.403-.41-.303-.295.417.408.289Zm.969.023.241.438.259-.143v-.295h-.5Zm0-.023.256-.43-.756-.45v.88h.5Zm.041 0-.256-.43s.001 0 0 0l-.011.007.493.87a2.254 2.254 0 0 0 .027-.016l.002-.001h.001l-.256-.43Zm.5.023v-.023h-1v.023h1Zm-.741.438c.056.031.16.086.277.134.101.041.278.106.46.106v-1c.021 0 .023.003 0-.003a.719.719 0 0 1-.082-.029 1.746 1.746 0 0 1-.172-.084l-.483.876Zm.737.24c.234 0 .447-.106.55-.16a2.072 2.072 0 0 0 .217-.137l.002-.001v-.001l-.296-.402-.297-.403h.001l-.003.002a.891.891 0 0 1-.18.099c-.026.008-.021.003.006.003v1Zm.065-.412.456.643.816-.578-.456-.643-.816.578Zm.864.354a62.671 62.671 0 0 0-.452-.215v.001l-.001.002-.002.004a.943.943 0 0 0-.02.046 2.604 2.604 0 0 0-.141.492c-.058.315-.081.755.065 1.242l.958-.286a1.665 1.665 0 0 1 .046-1.074l-.001.001V5.3l-.452-.215Zm-.551 1.572c.098.33.059.507.007.59-.043.068-.178.199-.617.227l.064.998c.605-.039 1.116-.244 1.399-.692.274-.434.24-.954.105-1.409l-.958.286ZM8.36 7.972l-.093-.49h-.001a.055.055 0 0 0-.005 0 2.057 2.057 0 0 0-.15.036c-.063.018-.21.06-.331.144l.568.823c-.023.016-.035.019-.018.013a.58.58 0 0 1 .106-.03.842.842 0 0 1 .016-.004h.002l-.094-.492Zm.204.16v-.058h-1v.057h1Zm-.87.315a.443.443 0 0 1-.13-.316h1a.557.557 0 0 0-.17-.397l-.7.713Zm0-.713a.557.557 0 0 0-.171.397h1a.443.443 0 0 1-.13.316l-.7-.713Zm.829.397v-.057h-1v.057h1Zm-.796-.159-.094.491h.002a.86.86 0 0 1 .122.035c.017.006.005.003-.019-.013l.569-.823a1.143 1.143 0 0 0-.331-.144 2.103 2.103 0 0 0-.155-.037l-.094.491ZM6.19 6.37c-.136.455-.17.975.105 1.41.283.447.794.652 1.399.691l.064-.998c-.44-.028-.574-.16-.617-.228-.052-.082-.091-.258.007-.589L6.19 6.37Zm.407-1.286-.451.215-.001-.002v-.001h-.001l.004.009a1.604 1.604 0 0 1 .081.289c.037.203.05.477-.039.776l.958.286a2.665 2.665 0 0 0-.096-1.78l-.002-.004V4.87l-.452.214Zm.048-.932-.456.643.816.578.456-.643-.816-.578Zm.88-.01c.028 0 .033.005.008-.003a1.074 1.074 0 0 1-.184-.101l-.296.403-.297.402h.001l.002.002.005.004a1.358 1.358 0 0 0 .06.04c.037.025.09.059.152.092.102.055.315.16.55.16v-1Zm.255-.116c-.04.022-.105.057-.173.084a.719.719 0 0 1-.081.029c-.024.006-.022.003 0 .003v1c.182 0 .358-.065.46-.106.117-.048.22-.103.277-.134l-.483-.876Zm.742.438v-.023h-1v.023h1Zm-.5-.023-.256.43h.001l.002.001.006.004.02.012.494-.87-.01-.006-.002-.001-.255.43Z",fill:"#fff",mask:"url(#".concat(v[3],")")})]}),l.jsxs("g",{mask:"url(#".concat(v[2],")"),children:[l.jsx("path",{d:"M6.652 4.364h1.391v1.909H6.652z",fill:"#67BAFF"}),l.jsx("path",{d:"M8.043 4.364h1.391v1.909H8.043z",fill:"#fff"}),l.jsx("path",{d:"M6.478 6.455h3.478v2.182H6.478z",fill:"#C51918"}),l.jsx("path",{d:"M8.717 6.137h-.174V4.83h.174v1.307Z",fill:"#C9A951"}),l.jsx("path",{d:"m8.647 5.543-.085.151-.3-.167.085-.152.3.168Zm0-.363-.085.15-.3-.167.085-.152.3.168Z",fill:"#C9A951"}),l.jsx("path",{d:"m8.61 5.543.085.151.3-.167-.085-.152-.3.168Zm0-.363.085.15.3-.167-.085-.152-.3.168Z",fill:"#C9A951"}),l.jsx("path",{clipRule:"evenodd",d:"M7.688 4.785c-.105.092-.037.427-.209.427s-.413-.251-.474-.086c-.061.166 0 .11 0 .251 0 .141-.146.533-.073.6.073.066.147.24.134.158-.012-.081-.068-.201-.045-.332-.022-.134.123-.264.123-.264s-.015.14-.027.192c0 0-.048.105-.028.175 0 0 .049.197.069.21 0 0 .013-.465.028-.542.015-.077.122.086.157.068 0 0 .012.319-.006.357 0 0-.037.075-.024.1 0 0 .035.087.065.061l.016-.087s-.018-.051.01-.168c0 0 .028-.257.04-.201 0 0-.005.121.009.184 0 0 .021.155.026.172 0 0 .105.15.108.087 0 0-.101-.12-.08-.212 0 0-.057-.258.023-.316 0 0 .214-.099.226-.267 0 0 .031-.193.037-.281 0 0-.047-.026.05-.072 0 0 .156-.06.059-.143",fill:"#D18219",fillRule:"evenodd"})]}),l.jsx("path",{d:"m6.1 3.843.387.31c-.504.829-.387 1.609-.387 2.11 0 .925.695 1.992 1.905 1.992.9 0 1.878-.7 2.109-1.556.181-.674-.236-2.257-.55-2.67l.372-.186c.488.642 1.414 2.111 1.143 3.116-.352 1.306-1.735 2.296-3.074 2.296C6.13 9.255 5.1 7.673 5.1 6.263c0-.716.41-1.449 1-2.42Z",fill:"#00A854"}),l.jsx("path",{clipRule:"evenodd",d:"M8 7.6c.552 0 1-.224 1-.5s-.448-.5-1-.5-1 .224-1 .5.448.5 1 .5Z",fill:"#FDD200",fillRule:"evenodd"}),l.jsx("path",{d:"M6.5 8h3v1h-3z",fill:"#CA0000"})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(v[4]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.PE=a;
1
+ "use strict";var l=require("react/jsx-runtime"),c=require("react"),h=require("../flag-icon/_FlagIconBase.js"),e=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=c.forwardRef((function(c,a){var s=c.height,i=c.width,v=e.useStableUniqueId(5);return l.jsxs(h.FlagIconBase,{ref:a,height:s,viewBox:"0 0 16 12",width:i,children:[l.jsxs("g",{clipPath:"url(#".concat(v[4],")"),children:[l.jsx("mask",{height:"12",id:"".concat(v[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(v[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M4 0h8.5v12H4V0Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M12 0h4v12h-4V0ZM0 0h4v12H0V0Z",fill:"#F50101",fillRule:"evenodd"}),l.jsx("path",{d:"m7.87 4.373.017.18c-.499.051-.769-.193-.769-.7 0-.502.264-.769.76-.772l.002.182c-.402.003-.588.19-.588.59 0 .398.18.56.579.52Zm.222 0-.017.18c.5.051.769-.193.769-.7 0-.502-.264-.769-.76-.772l-.001.182c.402.003.587.19.587.59 0 .398-.18.56-.578.52Z",fill:"#A2BB6A"}),l.jsxs("mask",{fill:"#000",height:"6",id:"".concat(v[1]),maskUnits:"userSpaceOnUse",width:"5",x:"5.588",y:"3.441",children:[l.jsx("path",{d:"M5.588 3.441h5v6h-5z",fill:"#fff"}),l.jsx("path",{clipRule:"evenodd",d:"m8.043 4.453.021-.012v.023c.096.053.339.178.496.178.2 0 .473-.201.473-.201l.456.643s-.307.643-.072 1.43c.234.785-.013 1.391-1.057 1.458 0 0-.206.04-.296.102v.057c0-.014-.008-.028-.02-.04-.014.012-.021.026-.021.04v-.057c-.09-.063-.296-.102-.296-.102C6.683 7.905 6.435 7.3 6.67 6.513c.235-.786-.072-1.429-.072-1.429l.456-.643s.272.2.472.2c.158 0 .4-.124.497-.177v-.023l.02.012Z",fillRule:"evenodd"})]}),l.jsx("path",{clipRule:"evenodd",d:"m8.043 4.453.021-.012v.023c.096.053.339.178.496.178.2 0 .473-.201.473-.201l.456.643s-.307.643-.072 1.43c.234.785-.013 1.391-1.057 1.458 0 0-.206.04-.296.102v.057c0-.014-.008-.028-.02-.04-.014.012-.021.026-.021.04v-.057c-.09-.063-.296-.102-.296-.102C6.683 7.905 6.435 7.3 6.67 6.513c.235-.786-.072-1.429-.072-1.429l.456-.643s.272.2.472.2c.158 0 .4-.124.497-.177v-.023l.02.012Z",fill:"#E8AA00",fillRule:"evenodd"}),l.jsx("path",{d:"M8.064 4.44h.5v-.88l-.756.451.256.43Zm-.02.013-.247.435.246.14.247-.14-.247-.435Zm.02.011h-.5v.295l.259.143.241-.438Zm.969-.023.408-.29-.295-.416-.41.303.297.403Zm.456.643.45.215.127-.264-.17-.24-.407.289Zm-.072 1.43-.48.142.48-.143ZM8.36 7.971l-.032-.499-.031.002-.03.006.093.491Zm-.296.102-.284-.412-.216.15v.262h.5Zm-.02.016.35-.356-.35-.344-.35.344.35.356Zm-.021-.016h.5V7.81l-.216-.149-.284.412Zm-.296-.102.093-.49-.03-.007-.031-.002-.032.5ZM6.598 5.084l-.408-.289-.17.24.127.264.451-.215Zm.456-.643.297-.403-.41-.303-.295.417.408.289Zm.969.023.241.438.259-.143v-.295h-.5Zm0-.023.256-.43-.756-.45v.88h.5Zm.041 0-.256-.43s.001 0 0 0l-.011.007.493.87a2.254 2.254 0 0 0 .027-.016l.002-.001h.001l-.256-.43Zm.5.023v-.023h-1v.023h1Zm-.741.438c.056.031.16.086.277.134.101.041.278.106.46.106v-1c.021 0 .023.003 0-.003a.719.719 0 0 1-.082-.029 1.746 1.746 0 0 1-.172-.084l-.483.876Zm.737.24c.234 0 .447-.106.55-.16a2.072 2.072 0 0 0 .217-.137l.002-.001v-.001l-.296-.402-.297-.403h.001l-.003.002a.891.891 0 0 1-.18.099c-.026.008-.021.003.006.003v1Zm.065-.412.456.643.816-.578-.456-.643-.816.578Zm.864.354a62.671 62.671 0 0 0-.452-.215v.001l-.001.002-.002.004a.943.943 0 0 0-.02.046 2.604 2.604 0 0 0-.141.492c-.058.315-.081.755.065 1.242l.958-.286a1.665 1.665 0 0 1 .046-1.074l-.001.001V5.3l-.452-.215Zm-.551 1.572c.098.33.059.507.007.59-.043.068-.178.199-.617.227l.064.998c.605-.039 1.116-.244 1.399-.692.274-.434.24-.954.105-1.409l-.958.286ZM8.36 7.972l-.093-.49h-.001a.055.055 0 0 0-.005 0 2.057 2.057 0 0 0-.15.036c-.063.018-.21.06-.331.144l.568.823c-.023.016-.035.019-.018.013a.58.58 0 0 1 .106-.03.842.842 0 0 1 .016-.004h.002l-.094-.492Zm.204.16v-.058h-1v.057h1Zm-.87.315a.443.443 0 0 1-.13-.316h1a.557.557 0 0 0-.17-.397l-.7.713Zm0-.713a.557.557 0 0 0-.171.397h1a.443.443 0 0 1-.13.316l-.7-.713Zm.829.397v-.057h-1v.057h1Zm-.796-.159-.094.491h.002a.86.86 0 0 1 .122.035c.017.006.005.003-.019-.013l.569-.823a1.143 1.143 0 0 0-.331-.144 2.103 2.103 0 0 0-.155-.037l-.094.491ZM6.19 6.37c-.136.455-.17.975.105 1.41.283.447.794.652 1.399.691l.064-.998c-.44-.028-.574-.16-.617-.228-.052-.082-.091-.258.007-.589L6.19 6.37Zm.407-1.286-.451.215-.001-.002v-.001h-.001l.004.009a1.604 1.604 0 0 1 .081.289c.037.203.05.477-.039.776l.958.286a2.665 2.665 0 0 0-.096-1.78l-.002-.004V4.87l-.452.214Zm.048-.932-.456.643.816.578.456-.643-.816-.578Zm.88-.01c.028 0 .033.005.008-.003a1.074 1.074 0 0 1-.184-.101l-.296.403-.297.402h.001l.002.002.005.004a1.358 1.358 0 0 0 .06.04c.037.025.09.059.152.092.102.055.315.16.55.16v-1Zm.255-.116c-.04.022-.105.057-.173.084a.719.719 0 0 1-.081.029c-.024.006-.022.003 0 .003v1c.182 0 .358-.065.46-.106.117-.048.22-.103.277-.134l-.483-.876Zm.742.438v-.023h-1v.023h1Zm-.5-.023-.256.43h.001l.002.001.006.004.02.012.494-.87-.01-.006-.002-.001-.255.43Z",fill:"#E8AA00",mask:"url(#".concat(v[1],")")}),l.jsxs("mask",{height:"6",id:"".concat(v[2]),maskUnits:"userSpaceOnUse",width:"5",x:"6",y:"3",children:[l.jsxs("mask",{fill:"#000",height:"6",id:"".concat(v[3]),maskUnits:"userSpaceOnUse",width:"5",x:"5.588",y:"3.441",children:[l.jsx("path",{d:"M5.588 3.441h5v6h-5z",fill:"#fff"}),l.jsx("path",{clipRule:"evenodd",d:"m8.043 4.453.021-.012v.023c.096.053.339.178.496.178.2 0 .473-.201.473-.201l.456.643s-.307.643-.072 1.43c.234.785-.013 1.391-1.057 1.458 0 0-.206.04-.296.102v.057c0-.014-.008-.028-.02-.04-.014.012-.021.026-.021.04v-.057c-.09-.063-.296-.102-.296-.102C6.683 7.905 6.435 7.3 6.67 6.513c.235-.786-.072-1.429-.072-1.429l.456-.643s.272.2.472.2c.158 0 .4-.124.497-.177v-.023l.02.012Z",fillRule:"evenodd"})]}),l.jsx("path",{clipRule:"evenodd",d:"m8.043 4.453.021-.012v.023c.096.053.339.178.496.178.2 0 .473-.201.473-.201l.456.643s-.307.643-.072 1.43c.234.785-.013 1.391-1.057 1.458 0 0-.206.04-.296.102v.057c0-.014-.008-.028-.02-.04-.014.012-.021.026-.021.04v-.057c-.09-.063-.296-.102-.296-.102C6.683 7.905 6.435 7.3 6.67 6.513c.235-.786-.072-1.429-.072-1.429l.456-.643s.272.2.472.2c.158 0 .4-.124.497-.177v-.023l.02.012Z",fill:"#fff",fillRule:"evenodd"}),l.jsx("path",{d:"M8.064 4.44h.5v-.88l-.756.451.256.43Zm-.02.013-.247.435.246.14.247-.14-.247-.435Zm.02.011h-.5v.295l.259.143.241-.438Zm.969-.023.408-.29-.295-.416-.41.303.297.403Zm.456.643.45.215.127-.264-.17-.24-.407.289Zm-.072 1.43-.48.142.48-.143ZM8.36 7.971l-.032-.499-.031.002-.03.006.093.491Zm-.296.102-.284-.412-.216.15v.262h.5Zm-.02.016.35-.356-.35-.344-.35.344.35.356Zm-.021-.016h.5V7.81l-.216-.149-.284.412Zm-.296-.102.093-.49-.03-.007-.031-.002-.032.5ZM6.598 5.084l-.408-.289-.17.24.127.264.451-.215Zm.456-.643.297-.403-.41-.303-.295.417.408.289Zm.969.023.241.438.259-.143v-.295h-.5Zm0-.023.256-.43-.756-.45v.88h.5Zm.041 0-.256-.43s.001 0 0 0l-.011.007.493.87a2.254 2.254 0 0 0 .027-.016l.002-.001h.001l-.256-.43Zm.5.023v-.023h-1v.023h1Zm-.741.438c.056.031.16.086.277.134.101.041.278.106.46.106v-1c.021 0 .023.003 0-.003a.719.719 0 0 1-.082-.029 1.746 1.746 0 0 1-.172-.084l-.483.876Zm.737.24c.234 0 .447-.106.55-.16a2.072 2.072 0 0 0 .217-.137l.002-.001v-.001l-.296-.402-.297-.403h.001l-.003.002a.891.891 0 0 1-.18.099c-.026.008-.021.003.006.003v1Zm.065-.412.456.643.816-.578-.456-.643-.816.578Zm.864.354a62.671 62.671 0 0 0-.452-.215v.001l-.001.002-.002.004a.943.943 0 0 0-.02.046 2.604 2.604 0 0 0-.141.492c-.058.315-.081.755.065 1.242l.958-.286a1.665 1.665 0 0 1 .046-1.074l-.001.001V5.3l-.452-.215Zm-.551 1.572c.098.33.059.507.007.59-.043.068-.178.199-.617.227l.064.998c.605-.039 1.116-.244 1.399-.692.274-.434.24-.954.105-1.409l-.958.286ZM8.36 7.972l-.093-.49h-.001a.055.055 0 0 0-.005 0 2.057 2.057 0 0 0-.15.036c-.063.018-.21.06-.331.144l.568.823c-.023.016-.035.019-.018.013a.58.58 0 0 1 .106-.03.842.842 0 0 1 .016-.004h.002l-.094-.492Zm.204.16v-.058h-1v.057h1Zm-.87.315a.443.443 0 0 1-.13-.316h1a.557.557 0 0 0-.17-.397l-.7.713Zm0-.713a.557.557 0 0 0-.171.397h1a.443.443 0 0 1-.13.316l-.7-.713Zm.829.397v-.057h-1v.057h1Zm-.796-.159-.094.491h.002a.86.86 0 0 1 .122.035c.017.006.005.003-.019-.013l.569-.823a1.143 1.143 0 0 0-.331-.144 2.103 2.103 0 0 0-.155-.037l-.094.491ZM6.19 6.37c-.136.455-.17.975.105 1.41.283.447.794.652 1.399.691l.064-.998c-.44-.028-.574-.16-.617-.228-.052-.082-.091-.258.007-.589L6.19 6.37Zm.407-1.286-.451.215-.001-.002v-.001h-.001l.004.009a1.604 1.604 0 0 1 .081.289c.037.203.05.477-.039.776l.958.286a2.665 2.665 0 0 0-.096-1.78l-.002-.004V4.87l-.452.214Zm.048-.932-.456.643.816.578.456-.643-.816-.578Zm.88-.01c.028 0 .033.005.008-.003a1.074 1.074 0 0 1-.184-.101l-.296.403-.297.402h.001l.002.002.005.004a1.358 1.358 0 0 0 .06.04c.037.025.09.059.152.092.102.055.315.16.55.16v-1Zm.255-.116c-.04.022-.105.057-.173.084a.719.719 0 0 1-.081.029c-.024.006-.022.003 0 .003v1c.182 0 .358-.065.46-.106.117-.048.22-.103.277-.134l-.483-.876Zm.742.438v-.023h-1v.023h1Zm-.5-.023-.256.43h.001l.002.001.006.004.02.012.494-.87-.01-.006-.002-.001-.255.43Z",fill:"#fff",mask:"url(#".concat(v[3],")")})]}),l.jsxs("g",{mask:"url(#".concat(v[2],")"),children:[l.jsx("path",{d:"M6.652 4.364h1.391v1.909H6.652z",fill:"#67BAFF"}),l.jsx("path",{d:"M8.043 4.364h1.391v1.909H8.043z",fill:"#fff"}),l.jsx("path",{d:"M6.478 6.455h3.478v2.182H6.478z",fill:"#C51918"}),l.jsx("path",{d:"M8.717 6.137h-.174V4.83h.174v1.307Z",fill:"#C9A951"}),l.jsx("path",{d:"m8.647 5.543-.085.151-.3-.167.085-.152.3.168Zm0-.363-.085.15-.3-.167.085-.152.3.168Z",fill:"#C9A951"}),l.jsx("path",{d:"m8.61 5.543.085.151.3-.167-.085-.152-.3.168Zm0-.363.085.15.3-.167-.085-.152-.3.168Z",fill:"#C9A951"}),l.jsx("path",{clipRule:"evenodd",d:"M7.688 4.785c-.105.092-.037.427-.209.427s-.413-.251-.474-.086c-.061.166 0 .11 0 .251 0 .141-.146.533-.073.6.073.066.147.24.134.158-.012-.081-.068-.201-.045-.332-.022-.134.123-.264.123-.264s-.015.14-.027.192c0 0-.048.105-.028.175 0 0 .049.197.069.21 0 0 .013-.465.028-.542.015-.077.122.086.157.068 0 0 .012.319-.006.357 0 0-.037.075-.024.1 0 0 .035.087.065.061l.016-.087s-.018-.051.01-.168c0 0 .028-.257.04-.201 0 0-.005.121.009.184 0 0 .021.155.026.172 0 0 .105.15.108.087 0 0-.101-.12-.08-.212 0 0-.057-.258.023-.316 0 0 .214-.099.226-.267 0 0 .031-.193.037-.281 0 0-.047-.026.05-.072 0 0 .156-.06.059-.143",fill:"#D18219",fillRule:"evenodd"})]}),l.jsx("path",{d:"m6.1 3.843.387.31c-.504.829-.387 1.609-.387 2.11 0 .925.695 1.992 1.905 1.992.9 0 1.878-.7 2.109-1.556.181-.674-.236-2.257-.55-2.67l.372-.186c.488.642 1.414 2.111 1.143 3.116-.352 1.306-1.735 2.296-3.074 2.296C6.13 9.255 5.1 7.673 5.1 6.263c0-.716.41-1.449 1-2.42Z",fill:"#00A854"}),l.jsx("path",{clipRule:"evenodd",d:"M8 7.6c.552 0 1-.224 1-.5s-.448-.5-1-.5-1 .224-1 .5.448.5 1 .5Z",fill:"#FDD200",fillRule:"evenodd"}),l.jsx("path",{d:"M6.5 8h3v1h-3z",fill:"#CA0000"})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(v[4]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.PE=a;
package/icons/flags/PF.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),s=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var d=e.forwardRef((function(e,d){var c=e.height,t=e.width,r=i.useStableUniqueId(1);return l.jsxs(s.FlagIconBase,{ref:d,height:c,viewBox:"0 0 640 480",width:t,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(r[0]),children:l.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(r[0],")"),children:[l.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),l.jsx("path",{d:"M80 0h480v480H80z",fill:"#fff"}),l.jsx("path",{d:"M277.3 340.8s10.8-8.8 21.4-8.8 13.4 7.3 20.8 7.9c7.3.6 13.4-7.3 22.5-7.6 9.1-.3 20.5 6.4 20.5 6.4l-39.8 12-45.4-10zm-22.9-13 135.4.7s-11.7-12.7-25.5-13c-13.8-.2-10 6-20.5 6.8-10.6.9-13.2-6.4-22.9-6.2-9.6.3-15.2 6.2-22.5 6.5-7.4.3-16.7-7.3-22.3-7-5.6.3-25.5 8.7-25.5 8.7l3.8 3.6zm-17.3-16 167 .5c2.7-3.8-8.2-12.9-18.1-13.7-8.2.3-14 8.5-20.8 8.8-6.8.3-14.4-8.5-22-8.2-7.6.3-15.5 8.2-23.1 8.2-7.7 0-13.2-8.5-22.9-8.5s-14 9.3-21.4 8.8c-7.3-.6-13.8-9.4-20.8-9.4s-18.7 10.5-21 10c-2.4-.7 2.9 4.3 3.1 3.4z",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeWidth:"2pt"}),l.jsx("path",{d:"m301.3 218.9 38.4 10.2v-54.8c-17.6 1-32.2-33.4-1.2-35.7-30.5-4.4-34 3.5-37.5 12l.3 68.3z",fill:"red",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),l.jsx("path",{d:"m277 258.7 86.7.3",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeLinecap:"round",strokeWidth:"5"}),l.jsx("path",{d:"m281.1 238 10.3 13.7m-10.3 0 11.1-13.5M287 237l-.3 8.5m10.8-7.6 10.3 13.8m-10.3 0 11.1-13.5m-5.2-1.2-.3 8.5m11.1-7.6 10.3 13.8m-10.3 0 11.1-13.5m-5.2-1.2-.3 8.5m11.7-7.6 10.2 13.8m-10.2 0 11.1-13.5m-5.3-1.2-.2 8.5m11-7.6 10.3 13.8m-10.2 0 11.1-13.5M354 237l-.3 8.5",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"4"}),l.jsx("path",{d:"m218.7 259.6 36.9.3v-23.1l-42.2-2.1 5.3 24.9zm-1.8-32 39.3 3.9-.3-16.4-38.4-15.3-.6 27.9zm8-32.7 30.1 14.6 4.3-4.5s-2.8-1.9-2.6-3.7c0-1.7 2.8-2 2.8-4 0-1.7-3-2-3.1-3.7-.2-2 2.4-4 2.4-4l-27.2-23.7-6.8 29zm198 65h-39l-.3-22.6 42.8-3.2-3.5 25.8zM384.2 232l46.3-5.6-10-26.7-36.6 15.6.3 16.7zm33.7-39.6L384.5 210c-.5-2-.9-3.8-3.2-5.3 0 0 2-1.2 2-3.2s-2.6-2.4-2.6-3.5 2.4-2.2 2.6-4.9c-.3-1.8-2.6-4.4-2.2-4.9l26-19.8 10.8 24zm-72.4 39.1 16.7-.7.3-6.7-17 7.4zm-51-.5-17.5-.5v-7l17.6 7.5zm0-2-17.5-9v-11.8s-2 .3-1.8-2c.1-4.9 12.9 8.9 19.4 13.4l-.1 9.4zm51-1.1v-7.7s15.8-14.2 19.1-16.9c0 3-1.8 5.2-1.8 5.2v11.2l-17.3 8.2zM243 163.8l17.8 19.7c.4-1.8 4.5-2.1 8.6-1.8 4 .3 7.3-.3 7.3 2.6s-2 2.5-2 4.6 3 1.9 3 4.5-2.2 2.1-2.2 4.1c0 1.7 2.4 1.8 2.4 1.8l16.6 16.1v-17.2l-34.2-53.7-17.3 19.3zm27.4-20.4 23.3 47.5s.2-43.8 4.1-46.1l-6.5-12-20.9 10.6zm101 1.9-26 46.2V172s2.2-3.2-1.2-3c-3.4.3-7.5-.2-7.5-.2l10.4-36.6 24.3 13zM398 165c-.3.5-17.5 18-17.5 18-.8-2-6-1-11-1-4.9 0-5.6 1.6-5.3 2.9.5 3.3 2.2.8 2.2 4 0 3.1-2.4 2-2.7 4.2.3 2.7 3.8 2 1.7 4l-19.9 19.2v-18.2l37.1-57.6L398 165z",fill:"#ef7d08",fillRule:"evenodd"}),l.jsx("path",{d:"M309.8 268.4c-8.3 13.8-30.6 9.7-35.9 0-1.5-.4-.6-59.5-.6-59.5s-2.5-1.1-2.6-3c-.1-1.8 3.4-2 3.4-4.3s-3.6-1.4-3.7-3.8c0-2.2 3.9-2 3.7-4-.2-2.4-4.3-2-4.5-4.2 0-1.7 3-3.2 3.8-4a61.3 61.3 0 0 1-2.8 0l-6.4.1c-4.6 0 0 1 0 3.6 0 1.7-2.3 2.9-2.5 4.3-.1 1.6 3.2 2.6 3.3 4.5 0 1.6-3.3 1.7-3.2 3.3.2 2.5 3 3.1 2.9 4.7 0 1.5-3.6 2.1-3.7 3.3.2 2.4.6 60.8.6 60.8 5.7 29.8 38.8 37.3 48.2-1.8zm21.9 0c8.3 13.8 30.6 9.7 35.8 0 1.6-.4.7-59.5.7-59.5s2.5-1.1 2.6-3c.1-1.8-3.2-2-3.2-4.3s3.4-1.4 3.4-3.8c0-2.2-3.5-2-3.3-4.2.2-2.3 3-2 3.1-4.2.1-1.9-1.7-3-2.6-3.8h2.7l6.4.1c4.5 0 0 1 0 3.6 0 1.7 2.3 2.9 2.5 4.3 0 1.6-3.2 2.6-3.3 4.5 0 1.6 3.3 1.7 3.2 3.3-.2 2.5-3 3.1-3 4.7.1 1.5 3.7 2.1 3.7 3.3l-.5 60.8c-5.7 29.8-38.9 37.3-48.2-1.8z",fill:"red",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),l.jsx("path",{d:"M301.7 295.6H339c.3-.3-8.4-13-18.6-12-11.5.3-19.3 12-18.7 12zm118.9-1h-51s6.6-3.8 8.4-7.4c3.3 1.8 2.4 3.6 9 3.9 6.6.3 12.9-7.5 19.2-7.2 6.3.3 14.4 11 14.4 10.8zm-201 0h51s-6.6-3.8-8.4-7.4c-3.3 1.8-2.4 3.6-9 3.9-6.6.3-13-7.5-19.2-7.2-6.3.3-14.4 11-14.4 10.8zm3.8-16 36.3.3s-2.3-5-2.6-11.1c-9.4-3.2-17 7-23.8 7.3-6.7.3-13.7-7.3-13.7-7.3l3.8 10.8zm194 0-36.4.3s2.3-5 2.6-11.1c9.4-3.2 17 7 23.8 7.3 6.7.3 13.7-7.3 13.7-7.3l-3.8 10.8zM311 279l18.4-.5s.3-5.6-9.3-5.6-8.8 6.4-9.1 6.1zm-11.2-7.9a17 17 0 0 0 8.2-7.6l-12.6.3s-5.8 3.5-8.7 7.3h13.1zm40.8 0a17 17 0 0 1-8.2-7.6l12.6.3s5.8 3.5 8.7 7.3h-13.1z",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeWidth:"2pt"}),l.jsx("path",{d:"M-40 360h720v120H-40zm0-360h720v120H-40z",fill:"#de2010",fillRule:"evenodd"})]})]})}));exports.PF=d;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),s=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var d=e.forwardRef((function(e,d){var c=e.height,t=e.width,r=i.useStableUniqueId(1);return l.jsxs(s.FlagIconBase,{ref:d,height:c,viewBox:"0 0 640 480",width:t,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(r[0]),children:l.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(r[0],")"),children:[l.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),l.jsx("path",{d:"M80 0h480v480H80z",fill:"#fff"}),l.jsx("path",{d:"M277.3 340.8s10.8-8.8 21.4-8.8 13.4 7.3 20.8 7.9c7.3.6 13.4-7.3 22.5-7.6 9.1-.3 20.5 6.4 20.5 6.4l-39.8 12-45.4-10zm-22.9-13 135.4.7s-11.7-12.7-25.5-13c-13.8-.2-10 6-20.5 6.8-10.6.9-13.2-6.4-22.9-6.2-9.6.3-15.2 6.2-22.5 6.5-7.4.3-16.7-7.3-22.3-7-5.6.3-25.5 8.7-25.5 8.7l3.8 3.6zm-17.3-16 167 .5c2.7-3.8-8.2-12.9-18.1-13.7-8.2.3-14 8.5-20.8 8.8-6.8.3-14.4-8.5-22-8.2-7.6.3-15.5 8.2-23.1 8.2-7.7 0-13.2-8.5-22.9-8.5s-14 9.3-21.4 8.8c-7.3-.6-13.8-9.4-20.8-9.4s-18.7 10.5-21 10c-2.4-.7 2.9 4.3 3.1 3.4z",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeWidth:"2pt"}),l.jsx("path",{d:"m301.3 218.9 38.4 10.2v-54.8c-17.6 1-32.2-33.4-1.2-35.7-30.5-4.4-34 3.5-37.5 12l.3 68.3z",fill:"red",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),l.jsx("path",{d:"m277 258.7 86.7.3",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeLinecap:"round",strokeWidth:"5"}),l.jsx("path",{d:"m281.1 238 10.3 13.7m-10.3 0 11.1-13.5M287 237l-.3 8.5m10.8-7.6 10.3 13.8m-10.3 0 11.1-13.5m-5.2-1.2-.3 8.5m11.1-7.6 10.3 13.8m-10.3 0 11.1-13.5m-5.2-1.2-.3 8.5m11.7-7.6 10.2 13.8m-10.2 0 11.1-13.5m-5.3-1.2-.2 8.5m11-7.6 10.3 13.8m-10.2 0 11.1-13.5M354 237l-.3 8.5",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"4"}),l.jsx("path",{d:"m218.7 259.6 36.9.3v-23.1l-42.2-2.1 5.3 24.9zm-1.8-32 39.3 3.9-.3-16.4-38.4-15.3-.6 27.9zm8-32.7 30.1 14.6 4.3-4.5s-2.8-1.9-2.6-3.7c0-1.7 2.8-2 2.8-4 0-1.7-3-2-3.1-3.7-.2-2 2.4-4 2.4-4l-27.2-23.7-6.8 29zm198 65h-39l-.3-22.6 42.8-3.2-3.5 25.8zM384.2 232l46.3-5.6-10-26.7-36.6 15.6.3 16.7zm33.7-39.6L384.5 210c-.5-2-.9-3.8-3.2-5.3 0 0 2-1.2 2-3.2s-2.6-2.4-2.6-3.5 2.4-2.2 2.6-4.9c-.3-1.8-2.6-4.4-2.2-4.9l26-19.8 10.8 24zm-72.4 39.1 16.7-.7.3-6.7-17 7.4zm-51-.5-17.5-.5v-7l17.6 7.5zm0-2-17.5-9v-11.8s-2 .3-1.8-2c.1-4.9 12.9 8.9 19.4 13.4l-.1 9.4zm51-1.1v-7.7s15.8-14.2 19.1-16.9c0 3-1.8 5.2-1.8 5.2v11.2l-17.3 8.2zM243 163.8l17.8 19.7c.4-1.8 4.5-2.1 8.6-1.8 4 .3 7.3-.3 7.3 2.6s-2 2.5-2 4.6 3 1.9 3 4.5-2.2 2.1-2.2 4.1c0 1.7 2.4 1.8 2.4 1.8l16.6 16.1v-17.2l-34.2-53.7-17.3 19.3zm27.4-20.4 23.3 47.5s.2-43.8 4.1-46.1l-6.5-12-20.9 10.6zm101 1.9-26 46.2V172s2.2-3.2-1.2-3c-3.4.3-7.5-.2-7.5-.2l10.4-36.6 24.3 13zM398 165c-.3.5-17.5 18-17.5 18-.8-2-6-1-11-1-4.9 0-5.6 1.6-5.3 2.9.5 3.3 2.2.8 2.2 4 0 3.1-2.4 2-2.7 4.2.3 2.7 3.8 2 1.7 4l-19.9 19.2v-18.2l37.1-57.6L398 165z",fill:"#ef7d08",fillRule:"evenodd"}),l.jsx("path",{d:"M309.8 268.4c-8.3 13.8-30.6 9.7-35.9 0-1.5-.4-.6-59.5-.6-59.5s-2.5-1.1-2.6-3c-.1-1.8 3.4-2 3.4-4.3s-3.6-1.4-3.7-3.8c0-2.2 3.9-2 3.7-4-.2-2.4-4.3-2-4.5-4.2 0-1.7 3-3.2 3.8-4a61.3 61.3 0 0 1-2.8 0l-6.4.1c-4.6 0 0 1 0 3.6 0 1.7-2.3 2.9-2.5 4.3-.1 1.6 3.2 2.6 3.3 4.5 0 1.6-3.3 1.7-3.2 3.3.2 2.5 3 3.1 2.9 4.7 0 1.5-3.6 2.1-3.7 3.3.2 2.4.6 60.8.6 60.8 5.7 29.8 38.8 37.3 48.2-1.8zm21.9 0c8.3 13.8 30.6 9.7 35.8 0 1.6-.4.7-59.5.7-59.5s2.5-1.1 2.6-3c.1-1.8-3.2-2-3.2-4.3s3.4-1.4 3.4-3.8c0-2.2-3.5-2-3.3-4.2.2-2.3 3-2 3.1-4.2.1-1.9-1.7-3-2.6-3.8h2.7l6.4.1c4.5 0 0 1 0 3.6 0 1.7 2.3 2.9 2.5 4.3 0 1.6-3.2 2.6-3.3 4.5 0 1.6 3.3 1.7 3.2 3.3-.2 2.5-3 3.1-3 4.7.1 1.5 3.7 2.1 3.7 3.3l-.5 60.8c-5.7 29.8-38.9 37.3-48.2-1.8z",fill:"red",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),l.jsx("path",{d:"M301.7 295.6H339c.3-.3-8.4-13-18.6-12-11.5.3-19.3 12-18.7 12zm118.9-1h-51s6.6-3.8 8.4-7.4c3.3 1.8 2.4 3.6 9 3.9 6.6.3 12.9-7.5 19.2-7.2 6.3.3 14.4 11 14.4 10.8zm-201 0h51s-6.6-3.8-8.4-7.4c-3.3 1.8-2.4 3.6-9 3.9-6.6.3-13-7.5-19.2-7.2-6.3.3-14.4 11-14.4 10.8zm3.8-16 36.3.3s-2.3-5-2.6-11.1c-9.4-3.2-17 7-23.8 7.3-6.7.3-13.7-7.3-13.7-7.3l3.8 10.8zm194 0-36.4.3s2.3-5 2.6-11.1c9.4-3.2 17 7 23.8 7.3 6.7.3 13.7-7.3 13.7-7.3l-3.8 10.8zM311 279l18.4-.5s.3-5.6-9.3-5.6-8.8 6.4-9.1 6.1zm-11.2-7.9a17 17 0 0 0 8.2-7.6l-12.6.3s-5.8 3.5-8.7 7.3h13.1zm40.8 0a17 17 0 0 1-8.2-7.6l12.6.3s5.8 3.5 8.7 7.3h-13.1z",fill:"#083d9c",fillRule:"evenodd",stroke:"#083d9c",strokeWidth:"2pt"}),l.jsx("path",{d:"M-40 360h720v120H-40zm0-360h720v120H-40z",fill:"#de2010",fillRule:"evenodd"})]})]})}));exports.PF=d;
package/icons/flags/PK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=i.forwardRef((function(i,a){var s=i.height,l=i.width,c=t.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-52.3 0h682.6v512H-52.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(49) scale(.9375)",children:[e.jsx("path",{d:"M-95 0h768v512H-95z",fill:"#0c590b"}),e.jsx("path",{d:"M-95 0H97.5v512H-95z",fill:"#fff"}),e.jsxs("g",{fill:"#fff",children:[e.jsx("path",{d:"m403.7 225.4-31.2-6.6-16.4 27.3-3.4-31.6-31-7.2 29-13-2.7-31.7 21.4 23.6 29.3-12.4-15.9 27.6 21 24z"}),e.jsx("path",{d:"M415.4 306a121.2 121.2 0 0 1-161.3 59.4 122.1 122.1 0 0 1-59.5-162.1A118.6 118.6 0 0 1 266 139a156.2 156.2 0 0 0-11.8 10.9A112.3 112.3 0 0 0 415.5 306z"})]})]})]})}));exports.PK=a;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=i.forwardRef((function(i,a){var s=i.height,l=i.width,c=t.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-52.3 0h682.6v512H-52.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(49) scale(.9375)",children:[e.jsx("path",{d:"M-95 0h768v512H-95z",fill:"#0c590b"}),e.jsx("path",{d:"M-95 0H97.5v512H-95z",fill:"#fff"}),e.jsxs("g",{fill:"#fff",children:[e.jsx("path",{d:"m403.7 225.4-31.2-6.6-16.4 27.3-3.4-31.6-31-7.2 29-13-2.7-31.7 21.4 23.6 29.3-12.4-15.9 27.6 21 24z"}),e.jsx("path",{d:"M415.4 306a121.2 121.2 0 0 1-161.3 59.4 122.1 122.1 0 0 1-59.5-162.1A118.6 118.6 0 0 1 266 139a156.2 156.2 0 0 0-11.8 10.9A112.3 112.3 0 0 0 415.5 306z"})]})]})]})}));exports.PK=a;
package/icons/flags/PN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var t=require("react/jsx-runtime"),s=require("react"),e=require("../flag-icon/_FlagIconBase.js"),c=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var h=s.forwardRef((function(s,h){var l=s.height,r=s.width,i=c.useStableUniqueId(1);return t.jsxs(e.FlagIconBase,{ref:h,height:l,viewBox:"0 0 640 480",width:r,children:[t.jsx("defs",{children:t.jsx("clipPath",{id:"".concat(i[0]),children:t.jsx("path",{d:"M-15-7.5h30v15h-30z"})})}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#00247d"}),t.jsxs("g",{clipPath:"url(#".concat(i[0],")"),transform:"translate(320 160) scale(21.33333)",children:[t.jsx("circle",{fill:"#00247d",r:"20"}),t.jsx("path",{d:"m-20-10 40 20m-40 0 40-20",stroke:"#fff",strokeWidth:"3"}),t.jsx("path",{d:"m-20-10 40 20m-40 0 40-20",stroke:"#cf142b",strokeWidth:"2"}),t.jsx("path",{d:"m0 0 20 10h-3L-3 0m3 0 20-10h3L3 0M0 0l-20 10h-3L-3 0m3 0-20-10h3L3 0",fill:"#fff"}),t.jsx("path",{d:"M-20 0h40M0-10v20",stroke:"#fff",strokeWidth:"5"}),t.jsx("path",{d:"M-20 0h40M0-10v20",stroke:"#cf142b",strokeWidth:"3"})]}),t.jsx("path",{d:"M410 310.4a59.7 59.7 0 0 0-20.1 29.3c-6 28.9-14 35.3-26.5 29 0 15.6 13.6 16.8 19.6 7.7 0 14.5 5.3 27.1 17.1 37.9 5 4.5 6 1.4 3.6-3.6s-2.4-21.2-7.1-30.5c7.6 5.5 18.8 2.4 17.8-12.6-9.7 5.7-19.5 5.5-20.5-8.1-1.2-16 5-39.1 16-49.1zm-11.6-114.8c.6-5.7-.6-11.6-4.8-15.2-8-7.2-16-4.8-21.9 1-8.8-4.8-13.5 12-23.5 9.2 1.7 5.5 4.3 7.8 9.3 6-5.2 4.7 0 10.4-6.2 16.2 11.2 3.5 17.2-2.7 16.7-13.4 4.3 3.8 11 3.6 14.5-.7-6-2-6-7.1-3.6-12 3.6-7 20.4-6.8 19.5 9z",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M424.2 278.5c-12.6 6.7-35.7 3.8-37.9-12.6-2.1-16.4 13.8-23.8 18.1-26 6.7-3.3 12 2.6 9.8 9.5a10.8 10.8 0 0 0 5.5-16.2c9.7.7 18.8-6.6 22.6-17.1-3.4 3.3-12.8 1-20.5.5 2.4-2.6 2.4-7.7 1.7-10.3-8.1 8.3-19.8 4.5-35.3 28.6 2.4-8.3 7-25 9.6-36a27.1 27.1 0 0 0 .6-3.3c.9-15.7-15.9-16-19.5-8.8 4 4.4 2 9.6.5 17.4-1.6 9.3-5.2 30.7-8.3 37.9-1-11.2-8.4-12-9.8-17.4-2.1 1.4-3.3 5.2-2.9 7.8-2.6-2.8-11.6.7-15-3.5-3.5 7.1 2.2 14.3 8.2 17.3-3.5.3-4.4 4.5-8.2 4.5a23.3 23.3 0 0 0 16.5 8.8c6 .5 10.6 2.7 14.3 10.1 6 11.9 28.6 19.6 50 8.8z",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M455.7 264c-7.2 19.7-26.7 33.8-35.6 36-15 3.6-45.6 18.4-53.8 26",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M410 310.4c-11.4 9.6-17.3 33.1-16 49.1.3 4.4 1.5 7.5 3.4 9.3.8-9 7.1-32.4 23.2-42.9 13.6-8.8 34.8-28.6 42.7-51.2a18 18 0 0 0-8.4-9.8c-7.8 21.4-28.7 31.6-45 45.5z",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M448.4 254.8c-4 6-13.2 14.4-22 17.8 1.9-2.2 2.5-5 2.6-7.2a80.8 80.8 0 0 1-42.7.5 58.2 58.2 0 0 0 57.7-17.2c2 2.2 3.6 4 4.4 6.1z",fill:"#316d3a",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M362.7 304.7c-18.2 17-6.2 32 1 35.3-2 11.9 9.3 10.4 9 20.4 4.6-2.6 5.8-9.5 5-15 5.8 6.2 20.3-.7 23.4 10.8 2-12.7-7.9-25.3-20-24.1 5-4.5 2.1-11.9-2.6-13.8-1 9.3-11.5 9.3-15.5 6.4-4-2.8-7.4-12.1-.3-20z",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M402.2 413.1c-2 1.1-1.9 3.7-.6 5.3 2.5 3.4-1.8 11 6.3 12.6 2.4.5 4.2-1 5.1-3.7 2.5-7.5-5.5-8.4-6.2-12-.7-3.5-3-3.2-4.6-2.2z",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M409 427.2c-2.7 1.2-5 3-4 11.5.5 3.6.2 12.2-2.8 12.3 1.9 1 6 2 7.6-.3 1.6 2.7 5.2 2 6.7-1.4 1.9 1.6 4.5-1 4.5-3.3 1.7 1 5-.5 4.1-5.6 2 .7 4.7-.7 5.7-2-3-.6-10.5-4.7-12.3-8-1.8-3.1-6.4-4.7-9.5-3.2z",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M367.7 186.2a31.4 31.4 0 0 1 4-4.9m41.3 36.4c2.1-1.1 5.3-1.3 8.9-1m-12.1 234c-.8-1.1-1.1-6.2-.6-9.2m7.3 7.8",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M535 305c29.3 24.5 31.2 44 26.7 55.4-2.4-10.7-14.5-27.3-27.2-31.6l.5-23.9z",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M482.6 291.1h54.3v64.4c0 54.7-30.5 87.1-61.5 104.3A114.3 114.3 0 0 1 414 355.5V291h38c0 3.4.4 8.4 4.3 13.4 9-1 19.2-7.7 26.2-13.4z",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M536.9 291.1v64.4c0 16.5-2.8 31-7.5 43.6l-54-99-53.9 99",fill:"#006ec7",stroke:"#000",strokeWidth:".6"}),t.jsxs("g",{fill:"#f7e017",stroke:"#000",strokeWidth:".6",children:[t.jsx("path",{d:"m500 429.6 5.2 2.6a38.3 38.3 0 0 0 2.4-21c-3 7.9-13.6 7.6-16.4 12.4a34.6 34.6 0 0 1 4.8 3 55 55 0 0 1-16.7 11v-51c0-3.6-1.2-6.6-1.2-9.6v-10.5c0-2.4-.5-5.9-2.7-5.9-2.1 0-2.6 3.5-2.6 5.9V377c0 3-1.2 6.4-1.2 9.6v51c-2.6-7.6-12.9-5-17.6-12.6a13.5 13.5 0 0 1 5.7-.2c-3.5-12.2-13.3-13.1-15.2-16.7 0 5-2.1 16.7 1.2 21.7a13.3 13.3 0 0 1 3.2-2.6c4 8.8 22.3 8.8 26.5 23.3 3.5-5.3 15.9-11.5 24.6-20.9z"}),t.jsx("path",{d:"M475.4 387.1c4 0 17-1.3 21.6-1.3 1.2 0 2.2-1.8 2.2-4s-1-4-2.2-4c-4.6 0-17.5-1.4-21.5-1.4s-17 1.3-21.6 1.3c-1.2 0-2.2 1.8-2.2 4s1 4.1 2.2 4.1c4.6 0 17.5 1.3 21.5 1.3zm-2.6-20.9"}),t.jsx("path",{d:"M453.9 385.8c1.2 0 2.2-1.8 2.2-4s-1-4-2.2-4"}),t.jsx("path",{d:"M455.7 385.8c1.2 0 2.2-1.8 2.2-4s-1-4-2.2-4m11.7 8.8c1.5 0 2.7-2.1 2.7-4.8 0-2.7-1.2-4.9-2.7-4.9m2.8 10c1.5 0 2.8-2.3 2.8-5.1s-1.3-5.1-2.8-5.1m9.1 10.2c1.6 0 2.8-2.3 2.8-5.1 0-2.9-1.2-5.2-2.8-5.2m3 10.2c1.4 0 2.7-2.3 2.7-5 0-2.8-1.3-5-2.8-5m12.8 9.1c1.2 0 2.2-1.8 2.2-4.1s-1-4.1-2.2-4.1m-46.2 49.5a18.1 18.1 0 0 1 5.2-2.2m43.4 2.6-1.4-1m4 3c3.3-3.5 6-7.6 7.6-12.2"})]}),t.jsxs("g",{stroke:"#000",strokeWidth:".6",children:[t.jsx("path",{d:"M464.5 336.6c0-1.2 1-1.7 2.1-2.5 1.3-1 1.9-1.5 3.1-1.5h15.6c1.2 0 1.5.3 1.5 1.4v21.2c0 1.1-.3 1.4-1.5 1.4h-20.8v-20.2",fill:"#fff"}),t.jsx("path",{d:"M481.5 358.5c2 0 1.7 0 3-1.5 1.6-1.5 1.5-1.4 1.5-2.8v-19.4c0-1-.3-1.3-1.4-1.3h-14.4c-1.1 0-1.6.4-2.9 1.4-1 .8-1.9 1.3-1.9 2.3v21.3h16z",fill:"#e5e5e5"}),t.jsx("path",{d:"M483 358c0 1-.3 1.4-1.4 1.4h-15.7c-1.1 0-1.4-.3-1.4-1.4v-21.3c0-1 .3-1.3 1.4-1.3h15.7c1.1 0 1.4.3 1.4 1.4V358z",fill:"#fff"})]}),t.jsx("path",{d:"M513.3 278.7a12 12 0 0 1 2.4 12.4h-4.5c1.9-5.7.7-11.2-7.4-11.9-12.1-1-26.2 22.4-47.4 25.3-6.2-7.4-5.9-21.5 2-28.1a86.7 86.7 0 0 0-18.6-30.2",fill:"#96877d",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M460.5 285c-1-16-7.5-29-16.5-38a25 25 0 0 0 19-3c8-5.3 28.4-14.5 35.9-10.5a11.7 11.7 0 0 1 .5 6.1c-1.8-4.7-21.6 2.7-27.2 5-5.3 2.4-7.7 5.8-5.8 13.3-3.1-2.6-2-5.1-5.3-7a50 50 0 0 1 2.8 13.2c-1.2-3.2-3.4-10.1-8-14.2a78 78 0 0 1 5.9 36.8 30 30 0 0 0 13.1-5.5c-2.5 3.6-9.7 6.1-14.3 7-2 2.6-3.5 9-3.4 12.6-.3-4.4 1-15.2 3.3-15.9zm52.8-6.3c-4-4.4-11.3-6.8-20.7-4.2a29.8 29.8 0 0 1 7.3-2.4c-.4-2.5-2.7-13.3-3-15.9l2.6-1a178 178 0 0 0 4 16.8c1 .2 2.8.6 4.5 1.4-.8-2.5-4.8-20.5-4.7-22.4l3.6-2c1.4 9.8 3.7 24 6.4 29.7z"}),t.jsx("path",{d:"M511.2 291.1c1.9-5.7.7-11.2-7.4-11.9-6.3-.5-13 5.6-21.2 12h28.6zm-52.7-51.3",fill:"#96877d",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M458.4 276.4c1.3 3.8 2.2 7.4 2.3 10.7m-13.1-58.3c-2.2 3.2-4 6.6-4.7 9.4 4 1.4 12 2 15.6 1.6",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"m439.8 246.2 4.2.8a24.9 24.9 0 0 0 19-3c6-4.3 22.2-17.7 40.6-19.1",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M435 242c5.8 1.3 17.6 1.8 23.5-2.2a80.4 80.4 0 0 1 40.5-15.6",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M535 305c20 13.8 34.8 27.1 39 48.6 4.4 21.4 12.5 27.1 22.5 21.4-2.4 12.4-14.8 13.8-25.3 4.3 1 14.3-4.8 31.4-19.5 37.6-1-8.6 4.7-15.3 3-22.4-.6-3-.9-10.2 3.2-13.6-7.9 2.7-20.3-2.3-21.5-14 9 4.3 20.8 5 25.3-6.4 4.5-11.5 2.6-31-26.7-55.6zm25.3-111.5c6.1-16.3 22.4-14.6 27.8-7.7 16-9 18.1 11.5 31.7 7.4-.2 3.8-4.8 7.4-9.7 7.2 5.2 4.7-2.2 11.9 9 16.2-9.5 4.7-22.9-.3-26.5-13.4-3 6.2-14.3 6.2-18.8 1.2 9.8-2.6 9-11.7 3.6-15.2-5.5-3.6-15.3-2.2-17.1 4.2zM511.9 229a86.8 86.8 0 0 0 23.6 36.8c11.4 10.5 28.7 7.8 38.3-2.2.3 20-20.4 21.5-31.9 15.3-5-2.8-9.2-1.3-4.3 3 7.4 6.7 23.6 11.7 42.7 15.8 33.3 7.1 21.4 33.6 11.6 33.4 2.9-.1 5.2-3 1.1-6.7-29-26-87.8-15.7-86.8-73.9-6.2 15.3-31.7 9.3-19.8-8.8 3.8 3.1 10.5 3.3 12.4-1.4 1.5-3.7.5-10.2-6.2-15.7 1.1-.1 3.5 0 3.2-2.7.3 1.6 1.8 4 5.5 3.2 1.1 1.6 2.2 2.8 3.8 2.2.3-.2 1.2-.6.8-2.3.3 3.1 4 4.3 6 4z",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M542 279c13.7 9 29.3 9 43.7-7.6 4.6-5.3 11.7-9.8 16.7-10.3s4.8-5.2 8.6-6.2c-2.4-.7-3.3-3.5-6.9-3.2 9-3.1 6.3-10.2 10.7-13.7-3.6 1.3-9.1-4-14.3 2.8 1.3-3.2-.5-6.9-1.8-8.3.5 3.6-7 4.3-8.4 13.4-.8 5-3.6 4.7-4-3.1-.4-5.8-3.2-21.7-6.5-29.8-3.3-8.1-4.1-19.2.4-21m-33.5 234.4c3 1.5 5.5 3.5 3.9 13-.7 4-.8 13.6 2.7 13.9-2.2 1-6.8 1.9-8.5-.6-2 2.9-6 1.9-7.4-2-2.2 1.7-5-1.3-5-3.9-1.8 1.2-5.5-.7-4.3-6.4-2.3.7-5.2-1-6.2-2.5 3.3-.5 11.9-4.7 14-8.2 2.2-3.5 7.4-5 10.8-3.3z",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M544.7 452.7c1-1.3 1.6-6.9 1-10.3m-8.4 8.4a15.7 15.7 0 0 0 5.1-8.2m-10 4.3c2-.8 6.7-6.5 7.8-10.2m-12.2 3.7a26 26 0 0 0 12.1-9",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M506.2 250.6c-.4 24.5 9.7 36.8 23.8 44.8-5.2-3-3-13.8-10-17.3 1.7 0 4.3 2.3 8.5 1.3-2-4.5-5.4-11.4-13.1-12.3 2-.3 6.4.4 9.2-.6-4-6.2-14.7-3.3-18.4-15.9zm-2.6-23.2c-.8-.3-1.6-1.1-2.3-2.3-3.7.8-5.2-1.5-5.5-3.2.2 2.8-2.1 2.7-3.2 2.8 6.7 5.5 7.7 12 6.2 15.7-2 4.7-8.6 4.5-12.4 1.4-.5 10.1 12.6 13.5 17.4.7 0 2.2 2.7 2 3.4 4.8 3.4-5.5.9-13.4-3.6-19.9z",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M487 150.7c0-2.2 3.6-5 8.6-5 6 .2 10.7 5.6 15.5 5.1 4.8-.5 2.5 2.1 1.4 2.9-1 .7-1.6 1.8-1.2 3 .4 1.4-.3 2.2-2.2 1-4.3-2.7-8.6 1-14.3-1-4.9-1.8-7.7-2.8-7.8-6z",fill:"#cf142b",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M462.5 207a36.5 36.5 0 0 0-15.9-17.7l-.2-4a53 53 0 0 0 10.7-8c17.9 8.5 42.2-3.6 53.4-16.3l4.3 2.7-2.2 2.8-2.2-1.2c-2.8 3.4-13 13-16.1 15a61 61 0 0 0 11.4 1.7c10-7.1 17.9-13.6 21.7-14l3.2 4.2-2.9 2-2.2-1.2a114.6 114.6 0 0 0-27.7 41c-6.6-1.5-30.5-.5-35.3-7.1z",fill:"#96877d",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M463.4 204.3c-1.6-8.9 1-18.7 5.5-21.7a35.6 35.6 0 0 0 36.8-.6",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M463.4 199.6c7.6-.2 24.2 1.1 28.3 1.7 4 .6 10.8 2.3 9.8 4.3m-34.6-7.2 2.2-2.2-2.2-2.2-2.2 2.2 2.2 2.2z",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M472.1 154c-2.7-3.8-10.3-5-11.9.1-.7 2.3-1.8 4.7-3.6 5.8-1.7 1-1.3 4.3-.6 5.7 2 3.4.3 6.7 4 9 0-2.7 4-5.6 7.5-6.3 3.4-.7 8.7-3.8 9.4-7.2.7-3.5 1.9-6.4-4.8-7z",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M455 188.3h.9v6.5l.6.3 5.6-3.2.5.9-5.7 3.2a1.7 1.7 0 0 1 0 .6l5.7 3.3-.5.8-5.7-3.2",fill:"#96877d",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M450.7 215c-.7-.8-2-3.1-2-4.8a6.2 6.2 0 0 1 4.1 1.6c-.1-1.2-.6-3.8-.3-5 1.3.5 4 2 5 3.8",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M490.5 151.9c0-.9 2-2.9 5.5-2.8 4.2 0 8 3 11.4 2.9 3.4-.3 1.7.8 1 1.1-.7.3-1 .8-.8 1.3.2.5-.2.9-1.6.4-3-1.1-6 .4-10-.5-3.4-.7-5.4-1-5.5-2.4z",fill:"#f7e017"}),t.jsxs("g",{stroke:"#000",strokeWidth:".6",children:[t.jsx("path",{d:"M454.4 222.2c-3.6 4.2-7.2 3.5-7.9.8-.7-2.8 2-4 1-6.5-1-2.3 1.5-3.4 2.7-2.3 1.2 1 5-2.4 6.7 1.2 1.6 3.5 3 6 2 7.5-1 1.4-3.8.7-4.5-.7zm15.3-6.5c-.7-1.5 3-4.6 5-2.4 1.9 2.1 4.9-2.4 6.5 1 1.7 3.4 2.2 5.2 3 7.1.9 2-4.5 3-6.1 1.3.2 1.1-4.7 2-6-1.2l-2.4-5.8zm24.8 2c-.9-1.7 3.5-4 5.7-1 .6-1.3 5-1.5 5.2 2.1l.5 7.2c.1 1.5-2.6 2.8-4.5-.9-3.5.8-5.2-1.2-5.6-3.3a17 17 0 0 0-1.3-4.1z",fill:"#f7e017"}),t.jsx("path",{d:"M456.7 215.3c-.6-1.2 3-3.6 5.4-1.8 2.5 1.8 5.9-1.5 7.3 1.7 3 6.5 3.1 7 2.2 8.2-.9 1.3-4.7.8-5.6-1-.2 1.2-3.5 1-5.2.1-2-1-3.4-5-4.1-7.2zm25 .3c-.8-1.8 4.8-3.4 7.2-.2 1.3-1.2 4-1.2 5.6 2.3 1.5 3.5 1.8 5.5.6 6.4-.8.6-3.6 1-4.6-.5-1.3.8-5.4.1-6.3-2.1-.8-2.3-1.6-4.3-2.4-6zm23.8 3.5c-.2-1.6 2.9-2.4 4 0 1.1 2.5 4.8.3 5 4.3a9 9 0 0 1-1.5 5.2c-1.1 1.4-6.6 0-7-3",fill:"#337321"}),t.jsx("path",{d:"M454.4 222.2c-1.3-1.8-3.1-4.7-5.4-1.6m17 1.8",fill:"none"})]})]})}));exports.PN=h;
1
+ "use strict";var t=require("react/jsx-runtime"),s=require("react"),e=require("../flag-icon/_FlagIconBase.js"),c=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var h=s.forwardRef((function(s,h){var l=s.height,r=s.width,i=c.useStableUniqueId(1);return t.jsxs(e.FlagIconBase,{ref:h,height:l,viewBox:"0 0 640 480",width:r,children:[t.jsx("defs",{children:t.jsx("clipPath",{id:"".concat(i[0]),children:t.jsx("path",{d:"M-15-7.5h30v15h-30z"})})}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#00247d"}),t.jsxs("g",{clipPath:"url(#".concat(i[0],")"),transform:"translate(320 160) scale(21.33333)",children:[t.jsx("circle",{fill:"#00247d",r:"20"}),t.jsx("path",{d:"m-20-10 40 20m-40 0 40-20",stroke:"#fff",strokeWidth:"3"}),t.jsx("path",{d:"m-20-10 40 20m-40 0 40-20",stroke:"#cf142b",strokeWidth:"2"}),t.jsx("path",{d:"m0 0 20 10h-3L-3 0m3 0 20-10h3L3 0M0 0l-20 10h-3L-3 0m3 0-20-10h3L3 0",fill:"#fff"}),t.jsx("path",{d:"M-20 0h40M0-10v20",stroke:"#fff",strokeWidth:"5"}),t.jsx("path",{d:"M-20 0h40M0-10v20",stroke:"#cf142b",strokeWidth:"3"})]}),t.jsx("path",{d:"M410 310.4a59.7 59.7 0 0 0-20.1 29.3c-6 28.9-14 35.3-26.5 29 0 15.6 13.6 16.8 19.6 7.7 0 14.5 5.3 27.1 17.1 37.9 5 4.5 6 1.4 3.6-3.6s-2.4-21.2-7.1-30.5c7.6 5.5 18.8 2.4 17.8-12.6-9.7 5.7-19.5 5.5-20.5-8.1-1.2-16 5-39.1 16-49.1zm-11.6-114.8c.6-5.7-.6-11.6-4.8-15.2-8-7.2-16-4.8-21.9 1-8.8-4.8-13.5 12-23.5 9.2 1.7 5.5 4.3 7.8 9.3 6-5.2 4.7 0 10.4-6.2 16.2 11.2 3.5 17.2-2.7 16.7-13.4 4.3 3.8 11 3.6 14.5-.7-6-2-6-7.1-3.6-12 3.6-7 20.4-6.8 19.5 9z",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M424.2 278.5c-12.6 6.7-35.7 3.8-37.9-12.6-2.1-16.4 13.8-23.8 18.1-26 6.7-3.3 12 2.6 9.8 9.5a10.8 10.8 0 0 0 5.5-16.2c9.7.7 18.8-6.6 22.6-17.1-3.4 3.3-12.8 1-20.5.5 2.4-2.6 2.4-7.7 1.7-10.3-8.1 8.3-19.8 4.5-35.3 28.6 2.4-8.3 7-25 9.6-36a27.1 27.1 0 0 0 .6-3.3c.9-15.7-15.9-16-19.5-8.8 4 4.4 2 9.6.5 17.4-1.6 9.3-5.2 30.7-8.3 37.9-1-11.2-8.4-12-9.8-17.4-2.1 1.4-3.3 5.2-2.9 7.8-2.6-2.8-11.6.7-15-3.5-3.5 7.1 2.2 14.3 8.2 17.3-3.5.3-4.4 4.5-8.2 4.5a23.3 23.3 0 0 0 16.5 8.8c6 .5 10.6 2.7 14.3 10.1 6 11.9 28.6 19.6 50 8.8z",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M455.7 264c-7.2 19.7-26.7 33.8-35.6 36-15 3.6-45.6 18.4-53.8 26",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M410 310.4c-11.4 9.6-17.3 33.1-16 49.1.3 4.4 1.5 7.5 3.4 9.3.8-9 7.1-32.4 23.2-42.9 13.6-8.8 34.8-28.6 42.7-51.2a18 18 0 0 0-8.4-9.8c-7.8 21.4-28.7 31.6-45 45.5z",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M448.4 254.8c-4 6-13.2 14.4-22 17.8 1.9-2.2 2.5-5 2.6-7.2a80.8 80.8 0 0 1-42.7.5 58.2 58.2 0 0 0 57.7-17.2c2 2.2 3.6 4 4.4 6.1z",fill:"#316d3a",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M362.7 304.7c-18.2 17-6.2 32 1 35.3-2 11.9 9.3 10.4 9 20.4 4.6-2.6 5.8-9.5 5-15 5.8 6.2 20.3-.7 23.4 10.8 2-12.7-7.9-25.3-20-24.1 5-4.5 2.1-11.9-2.6-13.8-1 9.3-11.5 9.3-15.5 6.4-4-2.8-7.4-12.1-.3-20z",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M402.2 413.1c-2 1.1-1.9 3.7-.6 5.3 2.5 3.4-1.8 11 6.3 12.6 2.4.5 4.2-1 5.1-3.7 2.5-7.5-5.5-8.4-6.2-12-.7-3.5-3-3.2-4.6-2.2z",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M409 427.2c-2.7 1.2-5 3-4 11.5.5 3.6.2 12.2-2.8 12.3 1.9 1 6 2 7.6-.3 1.6 2.7 5.2 2 6.7-1.4 1.9 1.6 4.5-1 4.5-3.3 1.7 1 5-.5 4.1-5.6 2 .7 4.7-.7 5.7-2-3-.6-10.5-4.7-12.3-8-1.8-3.1-6.4-4.7-9.5-3.2z",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M367.7 186.2a31.4 31.4 0 0 1 4-4.9m41.3 36.4c2.1-1.1 5.3-1.3 8.9-1m-12.1 234c-.8-1.1-1.1-6.2-.6-9.2m7.3 7.8",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M535 305c29.3 24.5 31.2 44 26.7 55.4-2.4-10.7-14.5-27.3-27.2-31.6l.5-23.9z",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M482.6 291.1h54.3v64.4c0 54.7-30.5 87.1-61.5 104.3A114.3 114.3 0 0 1 414 355.5V291h38c0 3.4.4 8.4 4.3 13.4 9-1 19.2-7.7 26.2-13.4z",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M536.9 291.1v64.4c0 16.5-2.8 31-7.5 43.6l-54-99-53.9 99",fill:"#006ec7",stroke:"#000",strokeWidth:".6"}),t.jsxs("g",{fill:"#f7e017",stroke:"#000",strokeWidth:".6",children:[t.jsx("path",{d:"m500 429.6 5.2 2.6a38.3 38.3 0 0 0 2.4-21c-3 7.9-13.6 7.6-16.4 12.4a34.6 34.6 0 0 1 4.8 3 55 55 0 0 1-16.7 11v-51c0-3.6-1.2-6.6-1.2-9.6v-10.5c0-2.4-.5-5.9-2.7-5.9-2.1 0-2.6 3.5-2.6 5.9V377c0 3-1.2 6.4-1.2 9.6v51c-2.6-7.6-12.9-5-17.6-12.6a13.5 13.5 0 0 1 5.7-.2c-3.5-12.2-13.3-13.1-15.2-16.7 0 5-2.1 16.7 1.2 21.7a13.3 13.3 0 0 1 3.2-2.6c4 8.8 22.3 8.8 26.5 23.3 3.5-5.3 15.9-11.5 24.6-20.9z"}),t.jsx("path",{d:"M475.4 387.1c4 0 17-1.3 21.6-1.3 1.2 0 2.2-1.8 2.2-4s-1-4-2.2-4c-4.6 0-17.5-1.4-21.5-1.4s-17 1.3-21.6 1.3c-1.2 0-2.2 1.8-2.2 4s1 4.1 2.2 4.1c4.6 0 17.5 1.3 21.5 1.3zm-2.6-20.9"}),t.jsx("path",{d:"M453.9 385.8c1.2 0 2.2-1.8 2.2-4s-1-4-2.2-4"}),t.jsx("path",{d:"M455.7 385.8c1.2 0 2.2-1.8 2.2-4s-1-4-2.2-4m11.7 8.8c1.5 0 2.7-2.1 2.7-4.8 0-2.7-1.2-4.9-2.7-4.9m2.8 10c1.5 0 2.8-2.3 2.8-5.1s-1.3-5.1-2.8-5.1m9.1 10.2c1.6 0 2.8-2.3 2.8-5.1 0-2.9-1.2-5.2-2.8-5.2m3 10.2c1.4 0 2.7-2.3 2.7-5 0-2.8-1.3-5-2.8-5m12.8 9.1c1.2 0 2.2-1.8 2.2-4.1s-1-4.1-2.2-4.1m-46.2 49.5a18.1 18.1 0 0 1 5.2-2.2m43.4 2.6-1.4-1m4 3c3.3-3.5 6-7.6 7.6-12.2"})]}),t.jsxs("g",{stroke:"#000",strokeWidth:".6",children:[t.jsx("path",{d:"M464.5 336.6c0-1.2 1-1.7 2.1-2.5 1.3-1 1.9-1.5 3.1-1.5h15.6c1.2 0 1.5.3 1.5 1.4v21.2c0 1.1-.3 1.4-1.5 1.4h-20.8v-20.2",fill:"#fff"}),t.jsx("path",{d:"M481.5 358.5c2 0 1.7 0 3-1.5 1.6-1.5 1.5-1.4 1.5-2.8v-19.4c0-1-.3-1.3-1.4-1.3h-14.4c-1.1 0-1.6.4-2.9 1.4-1 .8-1.9 1.3-1.9 2.3v21.3h16z",fill:"#e5e5e5"}),t.jsx("path",{d:"M483 358c0 1-.3 1.4-1.4 1.4h-15.7c-1.1 0-1.4-.3-1.4-1.4v-21.3c0-1 .3-1.3 1.4-1.3h15.7c1.1 0 1.4.3 1.4 1.4V358z",fill:"#fff"})]}),t.jsx("path",{d:"M513.3 278.7a12 12 0 0 1 2.4 12.4h-4.5c1.9-5.7.7-11.2-7.4-11.9-12.1-1-26.2 22.4-47.4 25.3-6.2-7.4-5.9-21.5 2-28.1a86.7 86.7 0 0 0-18.6-30.2",fill:"#96877d",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M460.5 285c-1-16-7.5-29-16.5-38a25 25 0 0 0 19-3c8-5.3 28.4-14.5 35.9-10.5a11.7 11.7 0 0 1 .5 6.1c-1.8-4.7-21.6 2.7-27.2 5-5.3 2.4-7.7 5.8-5.8 13.3-3.1-2.6-2-5.1-5.3-7a50 50 0 0 1 2.8 13.2c-1.2-3.2-3.4-10.1-8-14.2a78 78 0 0 1 5.9 36.8 30 30 0 0 0 13.1-5.5c-2.5 3.6-9.7 6.1-14.3 7-2 2.6-3.5 9-3.4 12.6-.3-4.4 1-15.2 3.3-15.9zm52.8-6.3c-4-4.4-11.3-6.8-20.7-4.2a29.8 29.8 0 0 1 7.3-2.4c-.4-2.5-2.7-13.3-3-15.9l2.6-1a178 178 0 0 0 4 16.8c1 .2 2.8.6 4.5 1.4-.8-2.5-4.8-20.5-4.7-22.4l3.6-2c1.4 9.8 3.7 24 6.4 29.7z"}),t.jsx("path",{d:"M511.2 291.1c1.9-5.7.7-11.2-7.4-11.9-6.3-.5-13 5.6-21.2 12h28.6zm-52.7-51.3",fill:"#96877d",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M458.4 276.4c1.3 3.8 2.2 7.4 2.3 10.7m-13.1-58.3c-2.2 3.2-4 6.6-4.7 9.4 4 1.4 12 2 15.6 1.6",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"m439.8 246.2 4.2.8a24.9 24.9 0 0 0 19-3c6-4.3 22.2-17.7 40.6-19.1",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M435 242c5.8 1.3 17.6 1.8 23.5-2.2a80.4 80.4 0 0 1 40.5-15.6",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M535 305c20 13.8 34.8 27.1 39 48.6 4.4 21.4 12.5 27.1 22.5 21.4-2.4 12.4-14.8 13.8-25.3 4.3 1 14.3-4.8 31.4-19.5 37.6-1-8.6 4.7-15.3 3-22.4-.6-3-.9-10.2 3.2-13.6-7.9 2.7-20.3-2.3-21.5-14 9 4.3 20.8 5 25.3-6.4 4.5-11.5 2.6-31-26.7-55.6zm25.3-111.5c6.1-16.3 22.4-14.6 27.8-7.7 16-9 18.1 11.5 31.7 7.4-.2 3.8-4.8 7.4-9.7 7.2 5.2 4.7-2.2 11.9 9 16.2-9.5 4.7-22.9-.3-26.5-13.4-3 6.2-14.3 6.2-18.8 1.2 9.8-2.6 9-11.7 3.6-15.2-5.5-3.6-15.3-2.2-17.1 4.2zM511.9 229a86.8 86.8 0 0 0 23.6 36.8c11.4 10.5 28.7 7.8 38.3-2.2.3 20-20.4 21.5-31.9 15.3-5-2.8-9.2-1.3-4.3 3 7.4 6.7 23.6 11.7 42.7 15.8 33.3 7.1 21.4 33.6 11.6 33.4 2.9-.1 5.2-3 1.1-6.7-29-26-87.8-15.7-86.8-73.9-6.2 15.3-31.7 9.3-19.8-8.8 3.8 3.1 10.5 3.3 12.4-1.4 1.5-3.7.5-10.2-6.2-15.7 1.1-.1 3.5 0 3.2-2.7.3 1.6 1.8 4 5.5 3.2 1.1 1.6 2.2 2.8 3.8 2.2.3-.2 1.2-.6.8-2.3.3 3.1 4 4.3 6 4z",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M542 279c13.7 9 29.3 9 43.7-7.6 4.6-5.3 11.7-9.8 16.7-10.3s4.8-5.2 8.6-6.2c-2.4-.7-3.3-3.5-6.9-3.2 9-3.1 6.3-10.2 10.7-13.7-3.6 1.3-9.1-4-14.3 2.8 1.3-3.2-.5-6.9-1.8-8.3.5 3.6-7 4.3-8.4 13.4-.8 5-3.6 4.7-4-3.1-.4-5.8-3.2-21.7-6.5-29.8-3.3-8.1-4.1-19.2.4-21m-33.5 234.4c3 1.5 5.5 3.5 3.9 13-.7 4-.8 13.6 2.7 13.9-2.2 1-6.8 1.9-8.5-.6-2 2.9-6 1.9-7.4-2-2.2 1.7-5-1.3-5-3.9-1.8 1.2-5.5-.7-4.3-6.4-2.3.7-5.2-1-6.2-2.5 3.3-.5 11.9-4.7 14-8.2 2.2-3.5 7.4-5 10.8-3.3z",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M544.7 452.7c1-1.3 1.6-6.9 1-10.3m-8.4 8.4a15.7 15.7 0 0 0 5.1-8.2m-10 4.3c2-.8 6.7-6.5 7.8-10.2m-12.2 3.7a26 26 0 0 0 12.1-9",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M506.2 250.6c-.4 24.5 9.7 36.8 23.8 44.8-5.2-3-3-13.8-10-17.3 1.7 0 4.3 2.3 8.5 1.3-2-4.5-5.4-11.4-13.1-12.3 2-.3 6.4.4 9.2-.6-4-6.2-14.7-3.3-18.4-15.9zm-2.6-23.2c-.8-.3-1.6-1.1-2.3-2.3-3.7.8-5.2-1.5-5.5-3.2.2 2.8-2.1 2.7-3.2 2.8 6.7 5.5 7.7 12 6.2 15.7-2 4.7-8.6 4.5-12.4 1.4-.5 10.1 12.6 13.5 17.4.7 0 2.2 2.7 2 3.4 4.8 3.4-5.5.9-13.4-3.6-19.9z",fill:"#f7e017",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M487 150.7c0-2.2 3.6-5 8.6-5 6 .2 10.7 5.6 15.5 5.1 4.8-.5 2.5 2.1 1.4 2.9-1 .7-1.6 1.8-1.2 3 .4 1.4-.3 2.2-2.2 1-4.3-2.7-8.6 1-14.3-1-4.9-1.8-7.7-2.8-7.8-6z",fill:"#cf142b",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M462.5 207a36.5 36.5 0 0 0-15.9-17.7l-.2-4a53 53 0 0 0 10.7-8c17.9 8.5 42.2-3.6 53.4-16.3l4.3 2.7-2.2 2.8-2.2-1.2c-2.8 3.4-13 13-16.1 15a61 61 0 0 0 11.4 1.7c10-7.1 17.9-13.6 21.7-14l3.2 4.2-2.9 2-2.2-1.2a114.6 114.6 0 0 0-27.7 41c-6.6-1.5-30.5-.5-35.3-7.1z",fill:"#96877d",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M463.4 204.3c-1.6-8.9 1-18.7 5.5-21.7a35.6 35.6 0 0 0 36.8-.6",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M463.4 199.6c7.6-.2 24.2 1.1 28.3 1.7 4 .6 10.8 2.3 9.8 4.3m-34.6-7.2 2.2-2.2-2.2-2.2-2.2 2.2 2.2 2.2z",fill:"none",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M472.1 154c-2.7-3.8-10.3-5-11.9.1-.7 2.3-1.8 4.7-3.6 5.8-1.7 1-1.3 4.3-.6 5.7 2 3.4.3 6.7 4 9 0-2.7 4-5.6 7.5-6.3 3.4-.7 8.7-3.8 9.4-7.2.7-3.5 1.9-6.4-4.8-7z",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M455 188.3h.9v6.5l.6.3 5.6-3.2.5.9-5.7 3.2a1.7 1.7 0 0 1 0 .6l5.7 3.3-.5.8-5.7-3.2",fill:"#96877d",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M450.7 215c-.7-.8-2-3.1-2-4.8a6.2 6.2 0 0 1 4.1 1.6c-.1-1.2-.6-3.8-.3-5 1.3.5 4 2 5 3.8",fill:"#337321",stroke:"#000",strokeWidth:".6"}),t.jsx("path",{d:"M490.5 151.9c0-.9 2-2.9 5.5-2.8 4.2 0 8 3 11.4 2.9 3.4-.3 1.7.8 1 1.1-.7.3-1 .8-.8 1.3.2.5-.2.9-1.6.4-3-1.1-6 .4-10-.5-3.4-.7-5.4-1-5.5-2.4z",fill:"#f7e017"}),t.jsxs("g",{stroke:"#000",strokeWidth:".6",children:[t.jsx("path",{d:"M454.4 222.2c-3.6 4.2-7.2 3.5-7.9.8-.7-2.8 2-4 1-6.5-1-2.3 1.5-3.4 2.7-2.3 1.2 1 5-2.4 6.7 1.2 1.6 3.5 3 6 2 7.5-1 1.4-3.8.7-4.5-.7zm15.3-6.5c-.7-1.5 3-4.6 5-2.4 1.9 2.1 4.9-2.4 6.5 1 1.7 3.4 2.2 5.2 3 7.1.9 2-4.5 3-6.1 1.3.2 1.1-4.7 2-6-1.2l-2.4-5.8zm24.8 2c-.9-1.7 3.5-4 5.7-1 .6-1.3 5-1.5 5.2 2.1l.5 7.2c.1 1.5-2.6 2.8-4.5-.9-3.5.8-5.2-1.2-5.6-3.3a17 17 0 0 0-1.3-4.1z",fill:"#f7e017"}),t.jsx("path",{d:"M456.7 215.3c-.6-1.2 3-3.6 5.4-1.8 2.5 1.8 5.9-1.5 7.3 1.7 3 6.5 3.1 7 2.2 8.2-.9 1.3-4.7.8-5.6-1-.2 1.2-3.5 1-5.2.1-2-1-3.4-5-4.1-7.2zm25 .3c-.8-1.8 4.8-3.4 7.2-.2 1.3-1.2 4-1.2 5.6 2.3 1.5 3.5 1.8 5.5.6 6.4-.8.6-3.6 1-4.6-.5-1.3.8-5.4.1-6.3-2.1-.8-2.3-1.6-4.3-2.4-6zm23.8 3.5c-.2-1.6 2.9-2.4 4 0 1.1 2.5 4.8.3 5 4.3a9 9 0 0 1-1.5 5.2c-1.1 1.4-6.6 0-7-3",fill:"#337321"}),t.jsx("path",{d:"M454.4 222.2c-1.3-1.8-3.1-4.7-5.4-1.6m17 1.8",fill:"none"})]})]})}));exports.PN=h;
package/icons/flags/PR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=i.forwardRef((function(i,a){var t=i.height,s=i.width,h=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-37.3 0h682.7v512H-37.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",transform:"translate(35) scale(.9375)",children:[e.jsx("path",{d:"M-37.3 0h768v512h-768z",fill:"#ed0000"}),e.jsx("path",{d:"M-37.3 102.4h768v102.4h-768zm0 204.8h768v102.4h-768z",fill:"#fff"}),e.jsx("path",{d:"m-37.3 0 440.7 255.7L-37.3 511V0z",fill:"#0050f0"}),e.jsx("path",{d:"M156.4 325.5 109 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z",fill:"#fff"})]})]})}));exports.PR=a;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=i.forwardRef((function(i,a){var t=i.height,s=i.width,h=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-37.3 0h682.7v512H-37.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",transform:"translate(35) scale(.9375)",children:[e.jsx("path",{d:"M-37.3 0h768v512h-768z",fill:"#ed0000"}),e.jsx("path",{d:"M-37.3 102.4h768v102.4h-768zm0 204.8h768v102.4h-768z",fill:"#fff"}),e.jsx("path",{d:"m-37.3 0 440.7 255.7L-37.3 511V0z",fill:"#0050f0"}),e.jsx("path",{d:"M156.4 325.5 109 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z",fill:"#fff"})]})]})}));exports.PR=a;
package/icons/flags/PS.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=r.forwardRef((function(r,s){var a=r.height,l=r.width,d=t.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-118 0h682.7v512H-118z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(d[0],")"),transform:"translate(110.6) scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-246 0H778v170.7H-246z"}),e.jsx("path",{d:"M-246 170.7H778v170.6H-246z",fill:"#fff"}),e.jsx("path",{d:"M-246 341.3H778V512H-246z",fill:"#090"}),e.jsx("path",{d:"m-246 512 512-256L-246 0v512z",fill:"red"})]})})]})}));exports.PS=s;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=r.forwardRef((function(r,s){var a=r.height,l=r.width,d=t.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-118 0h682.7v512H-118z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(d[0],")"),transform:"translate(110.6) scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-246 0H778v170.7H-246z"}),e.jsx("path",{d:"M-246 170.7H778v170.6H-246z",fill:"#fff"}),e.jsx("path",{d:"M-246 341.3H778V512H-246z",fill:"#090"}),e.jsx("path",{d:"m-246 512 512-256L-246 0v512z",fill:"red"})]})})]})}));exports.PS=s;
package/icons/flags/PT.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),h=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var d=l.forwardRef((function(l,d){var c=l.height,s=l.width,a=i.useStableUniqueId(3);return e.jsxs(h.FlagIconBase,{ref:d,height:c,viewBox:"0 0 16 12",width:s,children:[e.jsxs("g",{clipPath:"url(#".concat(a[2],")"),children:[e.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M4 0h12v12H4V0Z",fill:"#EF0000",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 0h6v12H0V0Z",fill:"#2F8D00",fillRule:"evenodd"}),e.jsx("mask",{height:"8",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"8",x:"2",y:"2",children:e.jsx("path",{clipRule:"evenodd",d:"M5.952 9.904c-2.13 0-3.857-1.748-3.857-3.904 0-2.156 1.727-3.904 3.857-3.904S9.81 3.844 9.81 6c0 2.156-1.727 3.904-3.858 3.904Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{fill:"#FFE017",mask:"url(#".concat(a[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M5.714 2h.5v1.35h-.5V2Zm0 6.747h.5V10h-.5V8.747Z",fillRule:"evenodd"}),e.jsx("path",{d:"m2.157 6.202-.14-.359C3.56 5.228 4.724 4.83 5.514 4.651a29.368 29.368 0 0 1 3.821-.583l.034.384a28.97 28.97 0 0 0-3.771.576c-.767.173-1.915.565-3.44 1.174Z"}),e.jsx("path",{d:"m9.57 3.832-.113.368c-1.166-.368-2.116-.526-2.846-.477l-.025-.385c.784-.052 1.778.113 2.984.494Zm.404 2.058-.216.318c-.594-.413-1.326-.62-2.201-.62v-.386c.948 0 1.756.229 2.417.688Z"}),e.jsx("path",{d:"m9.651 6.005.098.373c-1.28.347-2.484.544-3.609.59-1.132.047-2.452-.15-3.96-.591l.105-.37c1.472.43 2.752.62 3.84.576 1.095-.045 2.27-.238 3.526-.578Z"}),e.jsx("path",{d:"m9.506 7.818-.602.617c-1.145-1.143-2.152-1.96-3.016-2.452-.88-.5-2.026-1.006-3.438-1.52l.29-.816c1.453.528 2.642 1.054 3.567 1.58.94.534 2.005 1.398 3.199 2.591Zm-6.776.35-.229-.31a4.64 4.64 0 0 1 .594-.361c.425-.215.852-.35 1.259-.362l.059-.001v.386h-.048c-.343.01-.72.13-1.1.322a4.264 4.264 0 0 0-.536.326Z"}),e.jsx("path",{d:"m2.906 8.301.096-.373c1.27.335 2.25.501 2.933.501.68 0 1.694-.196 3.033-.59l.106.37c-1.37.403-2.415.606-3.14.606-.721 0-1.73-.172-3.028-.514Zm-.495-3.454.604-.616.883.887-.603.616-.884-.887Z"}),e.jsx("path",{d:"m7.418 7.924.449-.739 1.402.872-.45.74-1.401-.873Z"})]}),e.jsx("path",{clipRule:"evenodd",d:"M2.095 6c0 2.156 1.727 3.904 3.857 3.904S9.81 8.156 9.81 6c0-2.156-1.727-3.904-3.858-3.904-2.13 0-3.857 1.748-3.857 3.904Zm7.238.048c0 1.863-1.492 3.374-3.333 3.374-1.84 0-3.333-1.51-3.333-3.374 0-1.863 1.492-3.373 3.333-3.373 1.841 0 3.333 1.51 3.333 3.373Z",fill:"#F9E813",fillRule:"evenodd"}),e.jsx("path",{d:"M3.828 3.593v3.13c.206 1.239.9 1.858 2.083 1.858 1.182 0 1.877-.62 2.083-1.858v-3.13H3.828Z",fill:"#fff"}),e.jsx("path",{d:"M3.043 3h5.536v3.711l-.004.026C8.307 8.22 7.359 9 5.81 9c-1.548 0-2.496-.78-2.764-2.263l-.004-.026V3Z",fill:"#C51918"}),e.jsx("path",{clipRule:"evenodd",d:"M4.524 3.953h-.9v.9h.9v-.9Zm3.5 0h-.9v.9h.9v-.9Zm-4.4 2h.9v.9h-.9v-.9Zm3.55.014h.9v.9h-.9v-.9Zm.013 1.458h-.9v.9h.9v-.9ZM4.324 7.42h.9v.9h-.9v-.9Z",fill:"#F9E813",fillRule:"evenodd"}),e.jsx("path",{d:"M4.426 4.355h2.97v2.22s-.22 1.147-1.485 1.147c-1.265 0-1.485-1.146-1.485-1.146v-2.22Z",fill:"#F7FCFF"}),e.jsx("path",{d:"M5.619 4.602h.66v.481s-.049.248-.33.248-.33-.248-.33-.248v-.48Zm0 1.061h.66v.48s-.049.249-.33.249-.33-.249-.33-.249v-.48Zm.857 0h.66v.48s-.049.249-.33.249c-.28 0-.33-.249-.33-.249v-.48Zm-1.714 0h.66v.48s-.049.249-.33.249-.33-.249-.33-.249v-.48Zm.857 1.06h.66v.48s-.049.249-.33.249-.33-.248-.33-.248v-.481Z",fill:"#013399"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.PT=d;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),h=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var d=l.forwardRef((function(l,d){var c=l.height,s=l.width,a=i.useStableUniqueId(3);return e.jsxs(h.FlagIconBase,{ref:d,height:c,viewBox:"0 0 16 12",width:s,children:[e.jsxs("g",{clipPath:"url(#".concat(a[2],")"),children:[e.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M4 0h12v12H4V0Z",fill:"#EF0000",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 0h6v12H0V0Z",fill:"#2F8D00",fillRule:"evenodd"}),e.jsx("mask",{height:"8",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"8",x:"2",y:"2",children:e.jsx("path",{clipRule:"evenodd",d:"M5.952 9.904c-2.13 0-3.857-1.748-3.857-3.904 0-2.156 1.727-3.904 3.857-3.904S9.81 3.844 9.81 6c0 2.156-1.727 3.904-3.858 3.904Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{fill:"#FFE017",mask:"url(#".concat(a[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M5.714 2h.5v1.35h-.5V2Zm0 6.747h.5V10h-.5V8.747Z",fillRule:"evenodd"}),e.jsx("path",{d:"m2.157 6.202-.14-.359C3.56 5.228 4.724 4.83 5.514 4.651a29.368 29.368 0 0 1 3.821-.583l.034.384a28.97 28.97 0 0 0-3.771.576c-.767.173-1.915.565-3.44 1.174Z"}),e.jsx("path",{d:"m9.57 3.832-.113.368c-1.166-.368-2.116-.526-2.846-.477l-.025-.385c.784-.052 1.778.113 2.984.494Zm.404 2.058-.216.318c-.594-.413-1.326-.62-2.201-.62v-.386c.948 0 1.756.229 2.417.688Z"}),e.jsx("path",{d:"m9.651 6.005.098.373c-1.28.347-2.484.544-3.609.59-1.132.047-2.452-.15-3.96-.591l.105-.37c1.472.43 2.752.62 3.84.576 1.095-.045 2.27-.238 3.526-.578Z"}),e.jsx("path",{d:"m9.506 7.818-.602.617c-1.145-1.143-2.152-1.96-3.016-2.452-.88-.5-2.026-1.006-3.438-1.52l.29-.816c1.453.528 2.642 1.054 3.567 1.58.94.534 2.005 1.398 3.199 2.591Zm-6.776.35-.229-.31a4.64 4.64 0 0 1 .594-.361c.425-.215.852-.35 1.259-.362l.059-.001v.386h-.048c-.343.01-.72.13-1.1.322a4.264 4.264 0 0 0-.536.326Z"}),e.jsx("path",{d:"m2.906 8.301.096-.373c1.27.335 2.25.501 2.933.501.68 0 1.694-.196 3.033-.59l.106.37c-1.37.403-2.415.606-3.14.606-.721 0-1.73-.172-3.028-.514Zm-.495-3.454.604-.616.883.887-.603.616-.884-.887Z"}),e.jsx("path",{d:"m7.418 7.924.449-.739 1.402.872-.45.74-1.401-.873Z"})]}),e.jsx("path",{clipRule:"evenodd",d:"M2.095 6c0 2.156 1.727 3.904 3.857 3.904S9.81 8.156 9.81 6c0-2.156-1.727-3.904-3.858-3.904-2.13 0-3.857 1.748-3.857 3.904Zm7.238.048c0 1.863-1.492 3.374-3.333 3.374-1.84 0-3.333-1.51-3.333-3.374 0-1.863 1.492-3.373 3.333-3.373 1.841 0 3.333 1.51 3.333 3.373Z",fill:"#F9E813",fillRule:"evenodd"}),e.jsx("path",{d:"M3.828 3.593v3.13c.206 1.239.9 1.858 2.083 1.858 1.182 0 1.877-.62 2.083-1.858v-3.13H3.828Z",fill:"#fff"}),e.jsx("path",{d:"M3.043 3h5.536v3.711l-.004.026C8.307 8.22 7.359 9 5.81 9c-1.548 0-2.496-.78-2.764-2.263l-.004-.026V3Z",fill:"#C51918"}),e.jsx("path",{clipRule:"evenodd",d:"M4.524 3.953h-.9v.9h.9v-.9Zm3.5 0h-.9v.9h.9v-.9Zm-4.4 2h.9v.9h-.9v-.9Zm3.55.014h.9v.9h-.9v-.9Zm.013 1.458h-.9v.9h.9v-.9ZM4.324 7.42h.9v.9h-.9v-.9Z",fill:"#F9E813",fillRule:"evenodd"}),e.jsx("path",{d:"M4.426 4.355h2.97v2.22s-.22 1.147-1.485 1.147c-1.265 0-1.485-1.146-1.485-1.146v-2.22Z",fill:"#F7FCFF"}),e.jsx("path",{d:"M5.619 4.602h.66v.481s-.049.248-.33.248-.33-.248-.33-.248v-.48Zm0 1.061h.66v.48s-.049.249-.33.249-.33-.249-.33-.249v-.48Zm.857 0h.66v.48s-.049.249-.33.249c-.28 0-.33-.249-.33-.249v-.48Zm-1.714 0h.66v.48s-.049.249-.33.249-.33-.249-.33-.249v-.48Zm.857 1.06h.66v.48s-.049.249-.33.249-.33-.248-.33-.248v-.481Z",fill:"#013399"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.PT=d;
package/icons/flags/PW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=r.forwardRef((function(r,a){var s=r.height,l=r.width,d=t.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-70.3 0h640v480h-640z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(70.3)",children:[e.jsx("path",{d:"M-173.4 0h846.3v480h-846.3z",fill:"#4aadd6"}),e.jsx("path",{d:"M335.6 232.1a135.9 130.1 0 1 1-271.7 0 135.9 130.1 0 1 1 271.7 0z",fill:"#ffde00"})]})]})}));exports.PW=a;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=r.forwardRef((function(r,a){var s=r.height,l=r.width,d=t.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-70.3 0h640v480h-640z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(70.3)",children:[e.jsx("path",{d:"M-173.4 0h846.3v480h-846.3z",fill:"#4aadd6"}),e.jsx("path",{d:"M335.6 232.1a135.9 130.1 0 1 1-271.7 0 135.9 130.1 0 1 1 271.7 0z",fill:"#ffde00"})]})]})}));exports.PW=a;
package/icons/flags/PY.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=l.forwardRef((function(l,s){var c=l.height,a=l.width,t=d.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,{ref:s,height:c,viewBox:"0 0 16 12",width:a,children:[e.jsxs("g",{clipPath:"url(#".concat(t[2],")"),children:[e.jsx("mask",{height:"12",id:"".concat(t[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(t[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(t[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(t[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M6 6a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm3.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",fill:"#272727",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#F05234",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#3D58DB",fillRule:"evenodd"}),e.jsx("path",{d:"m7.289 4.928.285.411c-.285.197-.37.47-.262.875.107.398.343.584.76.599l-.018.5c-.636-.023-1.061-.359-1.225-.97-.16-.6-.006-1.092.46-1.415Z",fill:"#73BE4A"}),e.jsx("path",{d:"m8.712 4.928-.284.411c.284.197.37.47.261.875-.106.398-.342.584-.76.599l.018.5c.636-.023 1.061-.359 1.225-.97.161-.6.007-1.092-.46-1.415Z",fill:"#73BE4A"}),e.jsx("path",{clipRule:"evenodd",d:"M8.001 6.374a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#FBCD17",fillRule:"evenodd"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(t[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.PY=s;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=l.forwardRef((function(l,s){var c=l.height,a=l.width,t=d.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,{ref:s,height:c,viewBox:"0 0 16 12",width:a,children:[e.jsxs("g",{clipPath:"url(#".concat(t[2],")"),children:[e.jsx("mask",{height:"12",id:"".concat(t[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(t[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(t[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(t[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M6 6a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm3.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",fill:"#272727",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#F05234",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#3D58DB",fillRule:"evenodd"}),e.jsx("path",{d:"m7.289 4.928.285.411c-.285.197-.37.47-.262.875.107.398.343.584.76.599l-.018.5c-.636-.023-1.061-.359-1.225-.97-.16-.6-.006-1.092.46-1.415Z",fill:"#73BE4A"}),e.jsx("path",{d:"m8.712 4.928-.284.411c.284.197.37.47.261.875-.106.398-.342.584-.76.599l.018.5c.636-.023 1.061-.359 1.225-.97.161-.6.007-1.092-.46-1.415Z",fill:"#73BE4A"}),e.jsx("path",{clipRule:"evenodd",d:"M8.001 6.374a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#FBCD17",fillRule:"evenodd"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(t[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.PY=s;
package/icons/flags/RS.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react/jsx-runtime"),a=require("react"),Z=require("../flag-icon/_FlagIconBase.js"),m=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=a.forwardRef((function(a,s){var l=a.height,e=a.width,i=m.useStableUniqueId(3);return c.jsxs(Z.FlagIconBase,{ref:s,height:l,viewBox:"0 0 16 12",width:e,children:[c.jsxs("g",{clipPath:"url(#".concat(i[2],")"),children:[c.jsx("mask",{height:"12",id:"".concat(i[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:c.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),c.jsxs("g",{mask:"url(#".concat(i[0],")"),children:[c.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#4857A1",fillRule:"evenodd"}),c.jsx("mask",{height:"12",id:"".concat(i[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:c.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),c.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(i[1],")"),children:[c.jsx("path",{d:"M0 0v4h16V0H0Z",fill:"#C51918"}),c.jsx("path",{d:"M0 8v4h16V8H0Z",fill:"#F7FCFF"}),c.jsx("path",{d:"m5.26 1.348-.064-.244.171.047-.002-.01c.754.07 1.922.447 2.142.84.085.151.002.28-.106.448l-.05.078c-.054.088-.103.171-.149.25-.17.288-.3.512-.505.624l.004.64-3.369-.028-.004-.644c-.175-.12-.298-.329-.452-.591a6.88 6.88 0 0 0-.2-.329c-.107-.168-.19-.296-.105-.448.166-.296.913-.589 1.593-.744.128-.043.262-.083.394-.121l.055.037a3.72 3.72 0 0 1 .17-.02l.08.171h.264s.166.464.166.721a.86.86 0 0 1-.166.47v.178l.091.008c0-.016.001-.032.004-.05.015-.084.064-.146.109-.138.045.008.07.083.054.168a.29.29 0 0 1-.01.038c.178.023.377.055.566.088.072-.132.16-.261.243-.385.216-.32.406-.6.229-.768a.512.512 0 0 0-.175-.09 5.826 5.826 0 0 0-.82-.138l-.007-.035a31.083 31.083 0 0 0-.15-.023Zm1.282 1.55.152.032.001.098c.334-.238.568-.778.588-.955.012-.105-.163-.227-.439-.34.126.235-.05.469-.271.76-.084.112-.174.231-.256.362l.083.016a.266.266 0 0 1 .01-.081c.022-.084.075-.142.12-.13.044.012.062.09.04.172a.273.273 0 0 1-.028.067ZM4.82 2.675v-.198s-.143-.15-.166-.465a2.396 2.396 0 0 1 .065-.629c-.2.026-.411.064-.617.11-.165.04-.298.088-.355.142-.177.167.013.448.23.768.08.12.164.245.235.371.121-.025.244-.048.358-.066a.282.282 0 0 1-.01-.053c-.008-.086.023-.16.069-.163.045-.004.088.062.096.148a.286.286 0 0 1 0 .046c.033-.005.065-.008.095-.011Zm-.978.18a5.15 5.15 0 0 0-.255-.36c-.226-.3-.405-.537-.262-.777-.323.121-.54.251-.529.356.019.167.227.655.53.91V2.98l.308-.077a.273.273 0 0 1-.031-.065c-.027-.082-.013-.16.03-.174.044-.014.1.041.127.123.01.029.014.057.014.083l.068-.016Z",fill:"#F6C540"}),c.jsx("path",{d:"M4.297 1.342a.145.145 0 0 0 .082.025c.077 0 .14-.059.14-.132 0-.072-.063-.131-.14-.131a.141.141 0 0 0-.125.072.145.145 0 0 0-.2.036.145.145 0 0 0-.09-.03c-.077 0-.14.059-.14.131l.001.012a.143.143 0 0 0-.109-.049.138.138 0 0 0-.138.112.143.143 0 0 0-.11-.05.138.138 0 0 0-.137.104.145.145 0 0 0-.082-.025.14.14 0 0 0-.133.09.146.146 0 0 0-.062-.013.138.138 0 0 0-.138.109.149.149 0 0 0-.028-.003.136.136 0 0 0-.14.13.149.149 0 0 0-.025-.002.136.136 0 0 0-.138.159.149.149 0 0 0-.028-.003c-.077 0-.14.059-.14.132 0 .055.036.103.087.122a.125.125 0 0 0-.004.034c0 .055.036.103.087.122a.125.125 0 0 0-.004.034c0 .071.06.129.134.132a.129.129 0 0 0-.052.102c0 .073.063.132.14.132.078 0 .14-.06.14-.132a.136.136 0 0 0-.134-.132.129.129 0 0 0 .051-.102.132.132 0 0 0-.087-.122.125.125 0 0 0 .005-.034.132.132 0 0 0-.088-.122.125.125 0 0 0 .002-.061c.01.002.019.003.029.003a.136.136 0 0 0 .14-.13.149.149 0 0 0 .025.002c.07 0 .127-.047.138-.11a.14.14 0 0 0 .16-.088.146.146 0 0 0 .146-.01.128.128 0 0 0 .023.048.126.126 0 0 0-.027.078c0 .07.06.129.134.131a.129.129 0 0 0-.051.103c0 .055.036.103.087.122a.125.125 0 0 0-.004.034c0 .055.036.103.087.122a.125.125 0 0 0-.005.034c0 .073.063.132.14.132.078 0 .14-.06.14-.132a.132.132 0 0 0-.087-.122.125.125 0 0 0 .004-.034.132.132 0 0 0-.087-.122.125.125 0 0 0 .005-.034c0-.071-.06-.13-.135-.132a.126.126 0 0 0 .025-.18.126.126 0 0 0 0-.156.127.127 0 0 0 .025-.058c.026.03.066.05.11.05.078 0 .14-.059.14-.132v-.012a.143.143 0 0 0 .226-.011c.025.019.056.03.09.03.054 0 .102-.03.125-.073Zm-.83.26a.143.143 0 0 0 .114-.054.143.143 0 0 0-.113-.054c.014 0 .026-.011.026-.024a.026.026 0 0 0-.026-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024-.03 0-.06.009-.082.025a.132.132 0 0 0-.055-.077.125.125 0 0 0 .024.106.126.126 0 0 0-.023.108.132.132 0 0 0 .054-.08.145.145 0 0 0 .082.025Zm0 .048a.143.143 0 0 0-.112.054.143.143 0 0 0 .113.053.143.143 0 0 0 .113-.053.143.143 0 0 0-.113-.054Zm0 0c.015 0 .027-.011.027-.024a.026.026 0 0 0-.026-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm-.08-.073a.137.137 0 0 1-.032-.03.137.137 0 0 1 .03-.028.125.125 0 0 1 .001.058Zm.382.629a.147.147 0 0 0-.053-.01.139.139 0 0 0-.135.098.15.15 0 0 0 .052.01.14.14 0 0 0 .136-.098Zm-.083-.156a.147.147 0 0 0-.053-.01.139.139 0 0 0-.135.098c.016.006.034.01.053.01.065 0 .12-.042.135-.098Zm-.13-.166h-.005a.145.145 0 0 0-.089.03h.006a.145.145 0 0 0 .088-.03Zm-.745.546h-.006a.145.145 0 0 0-.088.03h.006a.145.145 0 0 0 .088-.03Zm-.036-.224a.139.139 0 0 1-.135.098.147.147 0 0 1-.053-.01.139.139 0 0 1 .136-.098.13.13 0 0 1 .052.01Zm-.083-.156a.139.139 0 0 1-.135.098.147.147 0 0 1-.053-.01.139.139 0 0 1 .136-.098.13.13 0 0 1 .052.01Zm-.107-.163a.136.136 0 0 0 .109.102.136.136 0 0 0-.109-.102Zm.277-.025a.134.134 0 0 1-.114-.13V1.73a.134.134 0 0 1 .114.13v.002Zm.164-.107a.134.134 0 0 1-.11-.152.134.134 0 0 1 .11.152Zm.16-.088a.131.131 0 0 1-.077-.118c0-.015.003-.028.007-.041a.131.131 0 0 1 .078.118.125.125 0 0 1-.007.04Zm.42-.177a.127.127 0 0 1-.028-.102.127.127 0 0 1 .028.102Zm.22-.165a.123.123 0 0 0 .03.071.127.127 0 0 0-.03-.07Zm.256.06a.126.126 0 0 1-.029-.173c.032.024.052.06.052.101a.128.128 0 0 1-.023.072Zm.215-.043a.13.13 0 0 1-.058-.107c0-.02.005-.04.015-.059a.13.13 0 0 1 .057.107.125.125 0 0 1-.014.06Zm-1.409.414c.014 0 .026-.01.026-.024 0-.013-.012-.024-.026-.024-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm-.165.128c.014 0 .025-.01.025-.024s-.011-.024-.025-.024c-.015 0-.026.01-.026.024 0 .013.011.024.026.024Zm-.166.156c.014 0 .026-.01.026-.024s-.012-.024-.026-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm.083.156c.014 0 .025-.01.025-.024s-.011-.024-.025-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm.083.156c.014 0 .025-.01.025-.024a.025.025 0 0 0-.025-.024c-.015 0-.026.01-.026.024 0 .013.011.024.026.024Zm.108.21c0 .013-.011.024-.026.024-.014 0-.025-.01-.025-.024 0-.013.011-.024.025-.024.015 0 .026.01.026.024Zm.223-.912a.025.025 0 0 0 .025-.024.025.025 0 0 0-.025-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm.195-.077c.015 0 .026-.01.026-.024s-.011-.024-.026-.024c-.014 0-.025.01-.025.024 0 .013.011.024.025.024Zm.467-.14c.014 0 .026-.012.026-.025 0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024s.011.024.025.024Zm.249-.095a.025.025 0 0 0 .025-.025.025.025 0 0 0-.025-.024c-.014 0-.026.011-.026.024 0 .014.012.025.026.025Zm.206-.03a.026.026 0 0 0 .026-.025c0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024s.011.024.025.024Zm.208-.048a.026.026 0 0 0 .026-.025c0-.013-.012-.024-.026-.024-.014 0-.026.011-.026.024 0 .014.012.025.026.025Zm-.911.546c.014 0 .026-.011.026-.024a.026.026 0 0 0-.026-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm.083.234c.014 0 .025-.01.025-.024s-.011-.024-.025-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm.082.156c.015 0 .026-.01.026-.024s-.011-.024-.026-.024c-.014 0-.025.01-.025.024 0 .013.011.024.025.024Zm.083.156c.014 0 .026-.01.026-.024 0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024 0 .013.011.024.025.024Zm3.644.234c.014 0 .026-.01.026-.024 0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024 0 .013.011.024.025.024Zm-.14-.024c0 .073.063.132.14.132.077 0 .14-.06.14-.132a.129.129 0 0 0-.051-.102.136.136 0 0 0 .134-.132.125.125 0 0 0-.005-.034.132.132 0 0 0 .088-.122.125.125 0 0 0-.005-.034.132.132 0 0 0 .088-.122c0-.073-.063-.132-.14-.132-.01 0-.02 0-.029.003a.125.125 0 0 0 .003-.027c0-.073-.063-.132-.14-.132-.009 0-.017 0-.026.002a.136.136 0 0 0-.14-.13.118.118 0 0 0-.027.003.138.138 0 0 0-.138-.11.146.146 0 0 0-.063.015.14.14 0 0 0-.133-.091c-.03 0-.059.01-.081.025a.138.138 0 0 0-.137-.104.143.143 0 0 0-.11.05.138.138 0 0 0-.139-.112.143.143 0 0 0-.109.05v-.013c0-.072-.062-.131-.14-.131a.145.145 0 0 0-.088.03.145.145 0 0 0-.2-.035.141.141 0 0 0-.125-.073c-.078 0-.14.059-.14.131 0 .073.062.132.14.132.03 0 .059-.01.082-.025a.145.145 0 0 0 .214.043c.025.036.068.06.118.06a.143.143 0 0 0 .109-.049v.012c0 .073.062.132.14.132.044 0 .084-.02.11-.05a.127.127 0 0 0 .025.058.126.126 0 0 0 0 .156.126.126 0 0 0 .024.18.136.136 0 0 0-.134.132c0 .011.002.023.005.034a.132.132 0 0 0-.088.122c0 .012.002.023.005.034a.132.132 0 0 0-.088.122c0 .073.063.132.14.132.078 0 .14-.06.14-.132a.125.125 0 0 0-.004-.034.132.132 0 0 0 .087-.122.125.125 0 0 0-.005-.034.132.132 0 0 0 .088-.122.129.129 0 0 0-.052-.103.136.136 0 0 0 .135-.131c0-.03-.01-.057-.027-.078a.128.128 0 0 0 .023-.048.145.145 0 0 0 .145.01.14.14 0 0 0 .16.089.14.14 0 0 0 .138.109c.01 0 .018 0 .026-.002.001.072.063.13.14.13.01 0 .02-.001.029-.003a.126.126 0 0 0 .001.06.132.132 0 0 0-.087.123c0 .012.001.023.005.034a.132.132 0 0 0-.088.122c0 .041.02.078.052.102a.136.136 0 0 0-.135.132Zm-.44-.985a.145.145 0 0 1-.195-.03.145.145 0 0 1 .195-.029.125.125 0 0 0 0 .059Zm.03-.03a.126.126 0 0 1 .024.109.132.132 0 0 1-.055-.08.137.137 0 0 0 .032-.028Zm0 0a.137.137 0 0 0-.03-.028.132.132 0 0 1 .055-.077.125.125 0 0 1-.024.106Zm-.225.747a.139.139 0 0 0-.136-.098.147.147 0 0 0-.052.01c.016.056.07.098.135.098a.147.147 0 0 0 .053-.01Zm.082-.156a.139.139 0 0 0-.135-.098.147.147 0 0 0-.052.01c.015.056.07.098.135.098a.147.147 0 0 0 .052-.01Zm.036-.225a.145.145 0 0 0-.088-.03l-.006.001c.024.018.055.03.089.03h.005Zm.108-.21a.143.143 0 0 0-.113-.053.143.143 0 0 0-.113.054.143.143 0 0 0 .113.053.143.143 0 0 0 .113-.053Zm-.942-.36a.13.13 0 0 0 .058-.108.125.125 0 0 0-.015-.059.13.13 0 0 0-.058.107.14.14 0 0 0 .015.06Zm.214.042a.126.126 0 0 0 .029-.173.126.126 0 0 0-.029.173Zm.257-.06a.127.127 0 0 1-.03.071.127.127 0 0 1 .03-.07Zm.22.165a.127.127 0 0 0 .028-.102.127.127 0 0 0-.029.102Zm.419.177a.131.131 0 0 0 .077-.118.125.125 0 0 0-.007-.041.131.131 0 0 0-.077.118c0 .014.002.028.007.04Zm.16.088a.134.134 0 0 0 .11-.152.134.134 0 0 0-.11.152Zm.333.234a.136.136 0 0 0 .108-.102.136.136 0 0 0-.108.102Zm-.055-.259v.002a.135.135 0 0 1-.114.13V1.86c0-.065.05-.119.114-.13Zm.056.32a.147.147 0 0 1 .053-.01c.065 0 .12.042.135.098a.147.147 0 0 1-.052.01.139.139 0 0 1-.136-.098Zm-.082.156a.147.147 0 0 1 .052-.01c.065 0 .12.042.135.098a.147.147 0 0 1-.052.01.139.139 0 0 1-.135-.098Zm.052.254a.145.145 0 0 1-.088-.03h.005a.14.14 0 0 1 .088.03h-.005Zm0-.108c.014 0 .026-.01.026-.024 0-.013-.012-.024-.026-.024-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm.083-.156c.014 0 .026-.01.026-.024s-.012-.024-.026-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm.083-.156c.014 0 .025-.01.025-.024s-.011-.024-.025-.024c-.015 0-.026.01-.026.024 0 .013.011.024.026.024Zm-.166-.156c.014 0 .026-.01.026-.024s-.012-.024-.026-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm-.166-.128c.015 0 .026-.01.026-.024 0-.013-.011-.024-.026-.024-.014 0-.025.01-.025.024 0 .013.011.024.025.024Zm-.165-.106a.025.025 0 0 0 .025-.024.025.025 0 0 0-.025-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm-.196-.077c.014 0 .026-.01.026-.024s-.012-.024-.026-.024c-.014 0-.025.01-.025.024 0 .013.011.024.025.024Zm-.218-.08c.014 0 .025-.01.025-.023a.025.025 0 0 0-.025-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm-.249-.06c.014 0 .026-.012.026-.025 0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024s.011.024.025.024Zm-.248-.095a.025.025 0 0 0 .025-.025.025.025 0 0 0-.025-.024c-.014 0-.026.011-.026.024 0 .014.012.025.026.025Zm-.207-.03a.026.026 0 0 0 .026-.025c0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024s.011.024.025.024Zm-.207-.048a.025.025 0 0 0 .025-.025.025.025 0 0 0-.025-.024c-.014 0-.026.011-.026.024 0 .014.012.025.026.025Zm.91.39c.015 0 .026-.011.026-.024a.025.025 0 0 0-.025-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm0 .156c.015 0 .026-.011.026-.024a.025.025 0 0 0-.025-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm-.082.234c.014 0 .026-.01.026-.024s-.012-.024-.026-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm-.083.156c.014 0 .026-.01.026-.024s-.012-.024-.026-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm-.083.156c.014 0 .026-.01.026-.024 0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024 0 .013.011.024.025.024Z",fill:"#fff"}),c.jsx("path",{d:"m5.11.46-.219.007-.004.341-.404.005.002.208.4-.006-.006.39.219-.007.005-.385.397-.006V.8l-.393.005.004-.344Z",fill:"#F6C540"}),c.jsx("path",{d:"M2.02 4.003h5.943v4.756s-.18 2.37-2.972 2.37c-2.791 0-2.971-2.37-2.971-2.37V4.003Z",fill:"#C51918"}),c.jsx("path",{d:"M3.813 4.167c-.054 0-.138.037-.25.08-.11.04-.227.131-.113.221s.277.289.277.215c0-.074.195-.146.195-.11 0 .036-.06.11.098.11s.24.044.07.044c-.168 0-.186.073-.296.073-.11 0-.344-.074-.344-.117 0-.044.136.214.277.214.142 0 .222.125.293.062.07-.062.063-.062.177-.062.115 0 .073-.253.073-.253s-.402-.477-.457-.477Zm2.294 0c.054 0 .138.037.25.08.11.04.227.131.113.221s-.277.289-.277.215c0-.074-.195-.146-.195-.11 0 .036.06.11-.098.11s-.24.044-.07.044c.168 0 .187.073.296.073.11 0 .344-.074.344-.117 0-.044-.135.214-.277.214-.141 0-.222.125-.293.062-.07-.062-.062-.062-.177-.062-.114 0-.073-.253-.073-.253s.402-.477.457-.477Z",fill:"#E8AA00"}),c.jsx("path",{d:"M6.835 4.685c.114.25-.759 1.18-.759 1.18h-.098c-.04 0-.117-.095-.21-.21a2.918 2.918 0 0 0-.205-.24c-.135-.138-.064-.253.003-.361.02-.033.04-.066.054-.098a.447.447 0 0 0 .038-.128.634.634 0 0 1 .039-.143c.042-.116.188-.265.29-.369.04-.04.072-.073.09-.095.054-.068.012-.068-.101-.067h-.051c-.152 0-.44.067-.527.145-.087.078-.177.095-.31.095-.134 0-.051.085.07.142-.13.023-.214.228-.264.41-.026-.182-.086-.387-.216-.41.121-.057.203-.142.07-.142s-.224-.017-.31-.095c-.087-.078-.376-.145-.527-.145H3.86c-.114-.001-.155-.001-.1.067.017.022.05.055.089.095.101.104.248.253.29.369a.634.634 0 0 1 .038.143.49.49 0 0 0 .038.128.875.875 0 0 0 .054.098c.067.108.139.223.004.36-.072.074-.143.162-.206.24-.092.116-.169.21-.21.21H3.76s-.873-.93-.759-1.18c.044-.096.115-.187.174-.263.093-.12.156-.2.03-.2-.204 0-1.018.487-1.018 1.584s.075 1.72.25 2.158c.119.298.01.588-.071.803a.834.834 0 0 0-.07.247c0 .195.32.024.32-.098 0-.058.044.029.09.12.051.1.105.205.105.127 0-.083.05-.171.096-.248.035-.061.067-.116.067-.156 0-.04.045-.04.095-.037.064.002.137.004.137-.079 0-.056.023-.067.051-.081.048-.023.11-.054.11-.305 0-.186.04-.12.086-.044.041.07.088.147.113.044.003-.01.03-.053.061-.107a2.04 2.04 0 0 0 .127-.227 1.67 1.67 0 0 1-.293.557 5.629 5.629 0 0 0-.255.358s.15.08.255 0c.06-.044.063-.002.067.043.004.036.007.074.038.074a.33.33 0 0 1 .054.006.259.259 0 0 0 .033.004c-.035.084-.066.218.039.129.075-.064.128-.09.163-.108.04-.02.057-.028.057-.07 0-.041.016-.027.042-.005.022.02.052.044.083.044.041 0 .05-.053.062-.131a1.027 1.027 0 0 1 .056-.225c.046-.134.067-.197.119-.027.024.08.067.135.104.184.05.067.091.12.06.2-.011.03-.026.066-.042.104-.055.13-.122.288-.122.413 0 .075-.072.176-.14.271-.079.112-.152.215-.097.257.103.077-.021.337-.125.47-.104.133.767.439.919.439.002 0 .004-.001.006-.004v.004s1.089-.05 1.089-.439c-.104-.133-.228-.393-.126-.47.056-.042-.018-.145-.097-.257-.067-.095-.14-.196-.14-.27 0-.126-.066-.285-.121-.414-.016-.038-.031-.073-.043-.105-.03-.08.01-.132.06-.199a.574.574 0 0 0 .105-.184c.052-.17.073-.107.119.027l.015.044c.022.065.032.129.04.18.013.079.021.132.062.132.032 0 .061-.025.084-.044.025-.022.042-.036.042.005 0 .042.016.05.057.07.035.018.087.044.163.108.105.09.074-.045.039-.129.01 0 .02-.002.032-.004a.33.33 0 0 1 .054-.006c.031 0 .035-.038.038-.074.005-.045.009-.087.067-.043.105.08.256 0 .256 0s-.162-.245-.256-.358a1.67 1.67 0 0 1-.293-.557c.02.05.08.15.127.228a.825.825 0 0 1 .061.106c.026.103.072.025.114-.044.046-.076.085-.142.085.044 0 .251.063.282.11.305.029.014.052.025.052.081 0 .083.073.08.137.079.05-.002.095-.004.095.037 0 .04.032.095.067.156.045.077.096.165.096.248 0 .078.053-.027.104-.128.046-.09.09-.177.09-.119 0 .122.32.293.32.098a.834.834 0 0 0-.069-.247c-.081-.215-.19-.505-.071-.803.174-.437.25-1.061.25-2.158S6.835 4.22 6.63 4.22c-.125 0-.063.08.03.2.06.076.13.167.174.264Zm-.759 3.213Zm.069 1.017c0-.027.02.004.039.05-.024 0-.04-.01-.04-.05Zm-2.493.05c.024 0 .039-.01.039-.05 0-.027-.02.004-.039.05Zm.101-1.043Z",fill:"#F7FCFF"}),c.jsx("path",{d:"M3.884 5.941h2.215v1.65s-.238.821-1.108.821c-.87 0-1.107-.821-1.107-.821V5.94Z",fill:"#C51918"}),c.jsx("path",{d:"M5.29 5.917h-.58v.947h-.828v.338h.828V8.42h.58V7.202h.828v-.338H5.29v-.947Z",fill:"#F7FCFF"}),c.jsx("path",{d:"M3.437 9.664c.269-.31.521-.585.297-.78-.225-.196-.493-.027-.762.283s-.437.643-.213.838c.225.195.409-.032.678-.341Zm2.931 0c-.27-.31-.522-.585-.297-.78.224-.196.492-.027.761.283.27.31.438.643.214.838-.225.195-.409-.032-.678-.341Z",fill:"#E8AA00"})]})]})]}),c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(i[2]),children:c.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.RS=s;
1
+ "use strict";var c=require("react/jsx-runtime"),a=require("react"),Z=require("../flag-icon/_FlagIconBase.js"),m=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=a.forwardRef((function(a,s){var l=a.height,e=a.width,i=m.useStableUniqueId(3);return c.jsxs(Z.FlagIconBase,{ref:s,height:l,viewBox:"0 0 16 12",width:e,children:[c.jsxs("g",{clipPath:"url(#".concat(i[2],")"),children:[c.jsx("mask",{height:"12",id:"".concat(i[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:c.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),c.jsxs("g",{mask:"url(#".concat(i[0],")"),children:[c.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#4857A1",fillRule:"evenodd"}),c.jsx("mask",{height:"12",id:"".concat(i[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:c.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),c.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(i[1],")"),children:[c.jsx("path",{d:"M0 0v4h16V0H0Z",fill:"#C51918"}),c.jsx("path",{d:"M0 8v4h16V8H0Z",fill:"#F7FCFF"}),c.jsx("path",{d:"m5.26 1.348-.064-.244.171.047-.002-.01c.754.07 1.922.447 2.142.84.085.151.002.28-.106.448l-.05.078c-.054.088-.103.171-.149.25-.17.288-.3.512-.505.624l.004.64-3.369-.028-.004-.644c-.175-.12-.298-.329-.452-.591a6.88 6.88 0 0 0-.2-.329c-.107-.168-.19-.296-.105-.448.166-.296.913-.589 1.593-.744.128-.043.262-.083.394-.121l.055.037a3.72 3.72 0 0 1 .17-.02l.08.171h.264s.166.464.166.721a.86.86 0 0 1-.166.47v.178l.091.008c0-.016.001-.032.004-.05.015-.084.064-.146.109-.138.045.008.07.083.054.168a.29.29 0 0 1-.01.038c.178.023.377.055.566.088.072-.132.16-.261.243-.385.216-.32.406-.6.229-.768a.512.512 0 0 0-.175-.09 5.826 5.826 0 0 0-.82-.138l-.007-.035a31.083 31.083 0 0 0-.15-.023Zm1.282 1.55.152.032.001.098c.334-.238.568-.778.588-.955.012-.105-.163-.227-.439-.34.126.235-.05.469-.271.76-.084.112-.174.231-.256.362l.083.016a.266.266 0 0 1 .01-.081c.022-.084.075-.142.12-.13.044.012.062.09.04.172a.273.273 0 0 1-.028.067ZM4.82 2.675v-.198s-.143-.15-.166-.465a2.396 2.396 0 0 1 .065-.629c-.2.026-.411.064-.617.11-.165.04-.298.088-.355.142-.177.167.013.448.23.768.08.12.164.245.235.371.121-.025.244-.048.358-.066a.282.282 0 0 1-.01-.053c-.008-.086.023-.16.069-.163.045-.004.088.062.096.148a.286.286 0 0 1 0 .046c.033-.005.065-.008.095-.011Zm-.978.18a5.15 5.15 0 0 0-.255-.36c-.226-.3-.405-.537-.262-.777-.323.121-.54.251-.529.356.019.167.227.655.53.91V2.98l.308-.077a.273.273 0 0 1-.031-.065c-.027-.082-.013-.16.03-.174.044-.014.1.041.127.123.01.029.014.057.014.083l.068-.016Z",fill:"#F6C540"}),c.jsx("path",{d:"M4.297 1.342a.145.145 0 0 0 .082.025c.077 0 .14-.059.14-.132 0-.072-.063-.131-.14-.131a.141.141 0 0 0-.125.072.145.145 0 0 0-.2.036.145.145 0 0 0-.09-.03c-.077 0-.14.059-.14.131l.001.012a.143.143 0 0 0-.109-.049.138.138 0 0 0-.138.112.143.143 0 0 0-.11-.05.138.138 0 0 0-.137.104.145.145 0 0 0-.082-.025.14.14 0 0 0-.133.09.146.146 0 0 0-.062-.013.138.138 0 0 0-.138.109.149.149 0 0 0-.028-.003.136.136 0 0 0-.14.13.149.149 0 0 0-.025-.002.136.136 0 0 0-.138.159.149.149 0 0 0-.028-.003c-.077 0-.14.059-.14.132 0 .055.036.103.087.122a.125.125 0 0 0-.004.034c0 .055.036.103.087.122a.125.125 0 0 0-.004.034c0 .071.06.129.134.132a.129.129 0 0 0-.052.102c0 .073.063.132.14.132.078 0 .14-.06.14-.132a.136.136 0 0 0-.134-.132.129.129 0 0 0 .051-.102.132.132 0 0 0-.087-.122.125.125 0 0 0 .005-.034.132.132 0 0 0-.088-.122.125.125 0 0 0 .002-.061c.01.002.019.003.029.003a.136.136 0 0 0 .14-.13.149.149 0 0 0 .025.002c.07 0 .127-.047.138-.11a.14.14 0 0 0 .16-.088.146.146 0 0 0 .146-.01.128.128 0 0 0 .023.048.126.126 0 0 0-.027.078c0 .07.06.129.134.131a.129.129 0 0 0-.051.103c0 .055.036.103.087.122a.125.125 0 0 0-.004.034c0 .055.036.103.087.122a.125.125 0 0 0-.005.034c0 .073.063.132.14.132.078 0 .14-.06.14-.132a.132.132 0 0 0-.087-.122.125.125 0 0 0 .004-.034.132.132 0 0 0-.087-.122.125.125 0 0 0 .005-.034c0-.071-.06-.13-.135-.132a.126.126 0 0 0 .025-.18.126.126 0 0 0 0-.156.127.127 0 0 0 .025-.058c.026.03.066.05.11.05.078 0 .14-.059.14-.132v-.012a.143.143 0 0 0 .226-.011c.025.019.056.03.09.03.054 0 .102-.03.125-.073Zm-.83.26a.143.143 0 0 0 .114-.054.143.143 0 0 0-.113-.054c.014 0 .026-.011.026-.024a.026.026 0 0 0-.026-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024-.03 0-.06.009-.082.025a.132.132 0 0 0-.055-.077.125.125 0 0 0 .024.106.126.126 0 0 0-.023.108.132.132 0 0 0 .054-.08.145.145 0 0 0 .082.025Zm0 .048a.143.143 0 0 0-.112.054.143.143 0 0 0 .113.053.143.143 0 0 0 .113-.053.143.143 0 0 0-.113-.054Zm0 0c.015 0 .027-.011.027-.024a.026.026 0 0 0-.026-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm-.08-.073a.137.137 0 0 1-.032-.03.137.137 0 0 1 .03-.028.125.125 0 0 1 .001.058Zm.382.629a.147.147 0 0 0-.053-.01.139.139 0 0 0-.135.098.15.15 0 0 0 .052.01.14.14 0 0 0 .136-.098Zm-.083-.156a.147.147 0 0 0-.053-.01.139.139 0 0 0-.135.098c.016.006.034.01.053.01.065 0 .12-.042.135-.098Zm-.13-.166h-.005a.145.145 0 0 0-.089.03h.006a.145.145 0 0 0 .088-.03Zm-.745.546h-.006a.145.145 0 0 0-.088.03h.006a.145.145 0 0 0 .088-.03Zm-.036-.224a.139.139 0 0 1-.135.098.147.147 0 0 1-.053-.01.139.139 0 0 1 .136-.098.13.13 0 0 1 .052.01Zm-.083-.156a.139.139 0 0 1-.135.098.147.147 0 0 1-.053-.01.139.139 0 0 1 .136-.098.13.13 0 0 1 .052.01Zm-.107-.163a.136.136 0 0 0 .109.102.136.136 0 0 0-.109-.102Zm.277-.025a.134.134 0 0 1-.114-.13V1.73a.134.134 0 0 1 .114.13v.002Zm.164-.107a.134.134 0 0 1-.11-.152.134.134 0 0 1 .11.152Zm.16-.088a.131.131 0 0 1-.077-.118c0-.015.003-.028.007-.041a.131.131 0 0 1 .078.118.125.125 0 0 1-.007.04Zm.42-.177a.127.127 0 0 1-.028-.102.127.127 0 0 1 .028.102Zm.22-.165a.123.123 0 0 0 .03.071.127.127 0 0 0-.03-.07Zm.256.06a.126.126 0 0 1-.029-.173c.032.024.052.06.052.101a.128.128 0 0 1-.023.072Zm.215-.043a.13.13 0 0 1-.058-.107c0-.02.005-.04.015-.059a.13.13 0 0 1 .057.107.125.125 0 0 1-.014.06Zm-1.409.414c.014 0 .026-.01.026-.024 0-.013-.012-.024-.026-.024-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm-.165.128c.014 0 .025-.01.025-.024s-.011-.024-.025-.024c-.015 0-.026.01-.026.024 0 .013.011.024.026.024Zm-.166.156c.014 0 .026-.01.026-.024s-.012-.024-.026-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm.083.156c.014 0 .025-.01.025-.024s-.011-.024-.025-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm.083.156c.014 0 .025-.01.025-.024a.025.025 0 0 0-.025-.024c-.015 0-.026.01-.026.024 0 .013.011.024.026.024Zm.108.21c0 .013-.011.024-.026.024-.014 0-.025-.01-.025-.024 0-.013.011-.024.025-.024.015 0 .026.01.026.024Zm.223-.912a.025.025 0 0 0 .025-.024.025.025 0 0 0-.025-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm.195-.077c.015 0 .026-.01.026-.024s-.011-.024-.026-.024c-.014 0-.025.01-.025.024 0 .013.011.024.025.024Zm.467-.14c.014 0 .026-.012.026-.025 0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024s.011.024.025.024Zm.249-.095a.025.025 0 0 0 .025-.025.025.025 0 0 0-.025-.024c-.014 0-.026.011-.026.024 0 .014.012.025.026.025Zm.206-.03a.026.026 0 0 0 .026-.025c0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024s.011.024.025.024Zm.208-.048a.026.026 0 0 0 .026-.025c0-.013-.012-.024-.026-.024-.014 0-.026.011-.026.024 0 .014.012.025.026.025Zm-.911.546c.014 0 .026-.011.026-.024a.026.026 0 0 0-.026-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm.083.234c.014 0 .025-.01.025-.024s-.011-.024-.025-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm.082.156c.015 0 .026-.01.026-.024s-.011-.024-.026-.024c-.014 0-.025.01-.025.024 0 .013.011.024.025.024Zm.083.156c.014 0 .026-.01.026-.024 0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024 0 .013.011.024.025.024Zm3.644.234c.014 0 .026-.01.026-.024 0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024 0 .013.011.024.025.024Zm-.14-.024c0 .073.063.132.14.132.077 0 .14-.06.14-.132a.129.129 0 0 0-.051-.102.136.136 0 0 0 .134-.132.125.125 0 0 0-.005-.034.132.132 0 0 0 .088-.122.125.125 0 0 0-.005-.034.132.132 0 0 0 .088-.122c0-.073-.063-.132-.14-.132-.01 0-.02 0-.029.003a.125.125 0 0 0 .003-.027c0-.073-.063-.132-.14-.132-.009 0-.017 0-.026.002a.136.136 0 0 0-.14-.13.118.118 0 0 0-.027.003.138.138 0 0 0-.138-.11.146.146 0 0 0-.063.015.14.14 0 0 0-.133-.091c-.03 0-.059.01-.081.025a.138.138 0 0 0-.137-.104.143.143 0 0 0-.11.05.138.138 0 0 0-.139-.112.143.143 0 0 0-.109.05v-.013c0-.072-.062-.131-.14-.131a.145.145 0 0 0-.088.03.145.145 0 0 0-.2-.035.141.141 0 0 0-.125-.073c-.078 0-.14.059-.14.131 0 .073.062.132.14.132.03 0 .059-.01.082-.025a.145.145 0 0 0 .214.043c.025.036.068.06.118.06a.143.143 0 0 0 .109-.049v.012c0 .073.062.132.14.132.044 0 .084-.02.11-.05a.127.127 0 0 0 .025.058.126.126 0 0 0 0 .156.126.126 0 0 0 .024.18.136.136 0 0 0-.134.132c0 .011.002.023.005.034a.132.132 0 0 0-.088.122c0 .012.002.023.005.034a.132.132 0 0 0-.088.122c0 .073.063.132.14.132.078 0 .14-.06.14-.132a.125.125 0 0 0-.004-.034.132.132 0 0 0 .087-.122.125.125 0 0 0-.005-.034.132.132 0 0 0 .088-.122.129.129 0 0 0-.052-.103.136.136 0 0 0 .135-.131c0-.03-.01-.057-.027-.078a.128.128 0 0 0 .023-.048.145.145 0 0 0 .145.01.14.14 0 0 0 .16.089.14.14 0 0 0 .138.109c.01 0 .018 0 .026-.002.001.072.063.13.14.13.01 0 .02-.001.029-.003a.126.126 0 0 0 .001.06.132.132 0 0 0-.087.123c0 .012.001.023.005.034a.132.132 0 0 0-.088.122c0 .041.02.078.052.102a.136.136 0 0 0-.135.132Zm-.44-.985a.145.145 0 0 1-.195-.03.145.145 0 0 1 .195-.029.125.125 0 0 0 0 .059Zm.03-.03a.126.126 0 0 1 .024.109.132.132 0 0 1-.055-.08.137.137 0 0 0 .032-.028Zm0 0a.137.137 0 0 0-.03-.028.132.132 0 0 1 .055-.077.125.125 0 0 1-.024.106Zm-.225.747a.139.139 0 0 0-.136-.098.147.147 0 0 0-.052.01c.016.056.07.098.135.098a.147.147 0 0 0 .053-.01Zm.082-.156a.139.139 0 0 0-.135-.098.147.147 0 0 0-.052.01c.015.056.07.098.135.098a.147.147 0 0 0 .052-.01Zm.036-.225a.145.145 0 0 0-.088-.03l-.006.001c.024.018.055.03.089.03h.005Zm.108-.21a.143.143 0 0 0-.113-.053.143.143 0 0 0-.113.054.143.143 0 0 0 .113.053.143.143 0 0 0 .113-.053Zm-.942-.36a.13.13 0 0 0 .058-.108.125.125 0 0 0-.015-.059.13.13 0 0 0-.058.107.14.14 0 0 0 .015.06Zm.214.042a.126.126 0 0 0 .029-.173.126.126 0 0 0-.029.173Zm.257-.06a.127.127 0 0 1-.03.071.127.127 0 0 1 .03-.07Zm.22.165a.127.127 0 0 0 .028-.102.127.127 0 0 0-.029.102Zm.419.177a.131.131 0 0 0 .077-.118.125.125 0 0 0-.007-.041.131.131 0 0 0-.077.118c0 .014.002.028.007.04Zm.16.088a.134.134 0 0 0 .11-.152.134.134 0 0 0-.11.152Zm.333.234a.136.136 0 0 0 .108-.102.136.136 0 0 0-.108.102Zm-.055-.259v.002a.135.135 0 0 1-.114.13V1.86c0-.065.05-.119.114-.13Zm.056.32a.147.147 0 0 1 .053-.01c.065 0 .12.042.135.098a.147.147 0 0 1-.052.01.139.139 0 0 1-.136-.098Zm-.082.156a.147.147 0 0 1 .052-.01c.065 0 .12.042.135.098a.147.147 0 0 1-.052.01.139.139 0 0 1-.135-.098Zm.052.254a.145.145 0 0 1-.088-.03h.005a.14.14 0 0 1 .088.03h-.005Zm0-.108c.014 0 .026-.01.026-.024 0-.013-.012-.024-.026-.024-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm.083-.156c.014 0 .026-.01.026-.024s-.012-.024-.026-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm.083-.156c.014 0 .025-.01.025-.024s-.011-.024-.025-.024c-.015 0-.026.01-.026.024 0 .013.011.024.026.024Zm-.166-.156c.014 0 .026-.01.026-.024s-.012-.024-.026-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm-.166-.128c.015 0 .026-.01.026-.024 0-.013-.011-.024-.026-.024-.014 0-.025.01-.025.024 0 .013.011.024.025.024Zm-.165-.106a.025.025 0 0 0 .025-.024.025.025 0 0 0-.025-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm-.196-.077c.014 0 .026-.01.026-.024s-.012-.024-.026-.024c-.014 0-.025.01-.025.024 0 .013.011.024.025.024Zm-.218-.08c.014 0 .025-.01.025-.023a.025.025 0 0 0-.025-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm-.249-.06c.014 0 .026-.012.026-.025 0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024s.011.024.025.024Zm-.248-.095a.025.025 0 0 0 .025-.025.025.025 0 0 0-.025-.024c-.014 0-.026.011-.026.024 0 .014.012.025.026.025Zm-.207-.03a.026.026 0 0 0 .026-.025c0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024s.011.024.025.024Zm-.207-.048a.025.025 0 0 0 .025-.025.025.025 0 0 0-.025-.024c-.014 0-.026.011-.026.024 0 .014.012.025.026.025Zm.91.39c.015 0 .026-.011.026-.024a.025.025 0 0 0-.025-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm0 .156c.015 0 .026-.011.026-.024a.025.025 0 0 0-.025-.025.026.026 0 0 0-.026.025c0 .013.012.024.026.024Zm-.082.234c.014 0 .026-.01.026-.024s-.012-.024-.026-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm-.083.156c.014 0 .026-.01.026-.024s-.012-.024-.026-.024c-.014 0-.026.01-.026.024 0 .013.012.024.026.024Zm-.083.156c.014 0 .026-.01.026-.024 0-.013-.012-.024-.026-.024-.014 0-.025.01-.025.024 0 .013.011.024.025.024Z",fill:"#fff"}),c.jsx("path",{d:"m5.11.46-.219.007-.004.341-.404.005.002.208.4-.006-.006.39.219-.007.005-.385.397-.006V.8l-.393.005.004-.344Z",fill:"#F6C540"}),c.jsx("path",{d:"M2.02 4.003h5.943v4.756s-.18 2.37-2.972 2.37c-2.791 0-2.971-2.37-2.971-2.37V4.003Z",fill:"#C51918"}),c.jsx("path",{d:"M3.813 4.167c-.054 0-.138.037-.25.08-.11.04-.227.131-.113.221s.277.289.277.215c0-.074.195-.146.195-.11 0 .036-.06.11.098.11s.24.044.07.044c-.168 0-.186.073-.296.073-.11 0-.344-.074-.344-.117 0-.044.136.214.277.214.142 0 .222.125.293.062.07-.062.063-.062.177-.062.115 0 .073-.253.073-.253s-.402-.477-.457-.477Zm2.294 0c.054 0 .138.037.25.08.11.04.227.131.113.221s-.277.289-.277.215c0-.074-.195-.146-.195-.11 0 .036.06.11-.098.11s-.24.044-.07.044c.168 0 .187.073.296.073.11 0 .344-.074.344-.117 0-.044-.135.214-.277.214-.141 0-.222.125-.293.062-.07-.062-.062-.062-.177-.062-.114 0-.073-.253-.073-.253s.402-.477.457-.477Z",fill:"#E8AA00"}),c.jsx("path",{d:"M6.835 4.685c.114.25-.759 1.18-.759 1.18h-.098c-.04 0-.117-.095-.21-.21a2.918 2.918 0 0 0-.205-.24c-.135-.138-.064-.253.003-.361.02-.033.04-.066.054-.098a.447.447 0 0 0 .038-.128.634.634 0 0 1 .039-.143c.042-.116.188-.265.29-.369.04-.04.072-.073.09-.095.054-.068.012-.068-.101-.067h-.051c-.152 0-.44.067-.527.145-.087.078-.177.095-.31.095-.134 0-.051.085.07.142-.13.023-.214.228-.264.41-.026-.182-.086-.387-.216-.41.121-.057.203-.142.07-.142s-.224-.017-.31-.095c-.087-.078-.376-.145-.527-.145H3.86c-.114-.001-.155-.001-.1.067.017.022.05.055.089.095.101.104.248.253.29.369a.634.634 0 0 1 .038.143.49.49 0 0 0 .038.128.875.875 0 0 0 .054.098c.067.108.139.223.004.36-.072.074-.143.162-.206.24-.092.116-.169.21-.21.21H3.76s-.873-.93-.759-1.18c.044-.096.115-.187.174-.263.093-.12.156-.2.03-.2-.204 0-1.018.487-1.018 1.584s.075 1.72.25 2.158c.119.298.01.588-.071.803a.834.834 0 0 0-.07.247c0 .195.32.024.32-.098 0-.058.044.029.09.12.051.1.105.205.105.127 0-.083.05-.171.096-.248.035-.061.067-.116.067-.156 0-.04.045-.04.095-.037.064.002.137.004.137-.079 0-.056.023-.067.051-.081.048-.023.11-.054.11-.305 0-.186.04-.12.086-.044.041.07.088.147.113.044.003-.01.03-.053.061-.107a2.04 2.04 0 0 0 .127-.227 1.67 1.67 0 0 1-.293.557 5.629 5.629 0 0 0-.255.358s.15.08.255 0c.06-.044.063-.002.067.043.004.036.007.074.038.074a.33.33 0 0 1 .054.006.259.259 0 0 0 .033.004c-.035.084-.066.218.039.129.075-.064.128-.09.163-.108.04-.02.057-.028.057-.07 0-.041.016-.027.042-.005.022.02.052.044.083.044.041 0 .05-.053.062-.131a1.027 1.027 0 0 1 .056-.225c.046-.134.067-.197.119-.027.024.08.067.135.104.184.05.067.091.12.06.2-.011.03-.026.066-.042.104-.055.13-.122.288-.122.413 0 .075-.072.176-.14.271-.079.112-.152.215-.097.257.103.077-.021.337-.125.47-.104.133.767.439.919.439.002 0 .004-.001.006-.004v.004s1.089-.05 1.089-.439c-.104-.133-.228-.393-.126-.47.056-.042-.018-.145-.097-.257-.067-.095-.14-.196-.14-.27 0-.126-.066-.285-.121-.414-.016-.038-.031-.073-.043-.105-.03-.08.01-.132.06-.199a.574.574 0 0 0 .105-.184c.052-.17.073-.107.119.027l.015.044c.022.065.032.129.04.18.013.079.021.132.062.132.032 0 .061-.025.084-.044.025-.022.042-.036.042.005 0 .042.016.05.057.07.035.018.087.044.163.108.105.09.074-.045.039-.129.01 0 .02-.002.032-.004a.33.33 0 0 1 .054-.006c.031 0 .035-.038.038-.074.005-.045.009-.087.067-.043.105.08.256 0 .256 0s-.162-.245-.256-.358a1.67 1.67 0 0 1-.293-.557c.02.05.08.15.127.228a.825.825 0 0 1 .061.106c.026.103.072.025.114-.044.046-.076.085-.142.085.044 0 .251.063.282.11.305.029.014.052.025.052.081 0 .083.073.08.137.079.05-.002.095-.004.095.037 0 .04.032.095.067.156.045.077.096.165.096.248 0 .078.053-.027.104-.128.046-.09.09-.177.09-.119 0 .122.32.293.32.098a.834.834 0 0 0-.069-.247c-.081-.215-.19-.505-.071-.803.174-.437.25-1.061.25-2.158S6.835 4.22 6.63 4.22c-.125 0-.063.08.03.2.06.076.13.167.174.264Zm-.759 3.213Zm.069 1.017c0-.027.02.004.039.05-.024 0-.04-.01-.04-.05Zm-2.493.05c.024 0 .039-.01.039-.05 0-.027-.02.004-.039.05Zm.101-1.043Z",fill:"#F7FCFF"}),c.jsx("path",{d:"M3.884 5.941h2.215v1.65s-.238.821-1.108.821c-.87 0-1.107-.821-1.107-.821V5.94Z",fill:"#C51918"}),c.jsx("path",{d:"M5.29 5.917h-.58v.947h-.828v.338h.828V8.42h.58V7.202h.828v-.338H5.29v-.947Z",fill:"#F7FCFF"}),c.jsx("path",{d:"M3.437 9.664c.269-.31.521-.585.297-.78-.225-.196-.493-.027-.762.283s-.437.643-.213.838c.225.195.409-.032.678-.341Zm2.931 0c-.27-.31-.522-.585-.297-.78.224-.196.492-.027.761.283.27.31.438.643.214.838-.225.195-.409-.032-.678-.341Z",fill:"#E8AA00"})]})]})]}),c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(i[2]),children:c.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.RS=s;
package/icons/flags/RW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.height,l=r.width,c=s.useStableUniqueId(2);return e.jsxs(i.FlagIconBase,{ref:t,height:a,viewBox:"0 0 640 480",width:l,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#20603d"}),e.jsx("path",{d:"M0 0h640v360H0z",fill:"#fad201"}),e.jsx("path",{d:"M0 0h640v240H0z",fill:"#00a1de"}),e.jsxs("g",{transform:"translate(511 125.4) scale(.66667)",children:[e.jsxs("g",{id:"".concat(c[0]),children:[e.jsx("path",{d:"M116.1 0 35.7 4.7l76.4 25.4-78.8-16.3L100.6 58l-72-36.2L82 82.1 21.9 28.6l36.2 72-44.3-67.3L30 112 4.7 35.7 0 116.1-1-1z",fill:"#e5be01",id:"".concat(c[1])}),e.jsx("use",{height:"100%",transform:"scale(1 -1)",width:"100%",xlinkHref:"#".concat(c[1])})]}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(c[0])}),e.jsx("circle",{fill:"#e5be01",r:"34.3",stroke:"#00a1de",strokeWidth:"3.4"})]})]})}));exports.RW=t;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.height,l=r.width,c=s.useStableUniqueId(2);return e.jsxs(i.FlagIconBase,{ref:t,height:a,viewBox:"0 0 640 480",width:l,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#20603d"}),e.jsx("path",{d:"M0 0h640v360H0z",fill:"#fad201"}),e.jsx("path",{d:"M0 0h640v240H0z",fill:"#00a1de"}),e.jsxs("g",{transform:"translate(511 125.4) scale(.66667)",children:[e.jsxs("g",{id:"".concat(c[0]),children:[e.jsx("path",{d:"M116.1 0 35.7 4.7l76.4 25.4-78.8-16.3L100.6 58l-72-36.2L82 82.1 21.9 28.6l36.2 72-44.3-67.3L30 112 4.7 35.7 0 116.1-1-1z",fill:"#e5be01",id:"".concat(c[1])}),e.jsx("use",{height:"100%",transform:"scale(1 -1)",width:"100%",xlinkHref:"#".concat(c[1])})]}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(c[0])}),e.jsx("circle",{fill:"#e5be01",r:"34.3",stroke:"#00a1de",strokeWidth:"3.4"})]})]})}));exports.RW=t;
package/icons/flags/SA.js CHANGED
@@ -1 +1 @@
1
- "use strict";var c=require("react/jsx-runtime"),a=require("react"),l=require("../flag-icon/_FlagIconBase.js"),f=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=a.forwardRef((function(a,s){var i=a.height,e=a.width,t=f.useStableUniqueId(1);return c.jsxs(l.FlagIconBase,{ref:s,height:i,viewBox:"0 0 640 480",width:e,children:[c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(t[0]),children:c.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),c.jsxs("g",{clipPath:"url(#".concat(t[0],")"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[c.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#199d00"}),c.jsx("path",{d:"M65.5 145.1c-.8 12-2 33 8.3 35.2 12.3 1.2 5.5-20.8 10-24.8.8-2 2.3-2 2.4.5v18.7c0 6 4 7.8 7 9 3.2-.2 5.4 0 6.6 3l1.6 32.3s7.4 2.2 7.8-18.1c.3-12-2.4-21.9-.8-24.2 0-2.3 3-2.4 5-1.3 3.2 2.2 4.6 5 9.6 4 7.6-2.2 12.2-5.9 12.3-11.7a47 47 0 0 0-3.5-16.6c.4-1-1.4-3.7-1-4.7 1.3 2.2 3.4 2 3.8 0-1.3-4.2-3.3-8.3-6.5-10-2.7-2.4-6.7-2-8 3-.8 5.7 2 12.4 6.1 18 .9 2.1 2.1 5.7 1.6 8.9-2.2 1.3-4.4.7-6.3-1.2 0 0-6-4.5-6-5.6 1.6-10.2.3-11.4-.6-14.3-.6-3.9-2.5-5.2-4-7.8-1.5-1.6-3.5-1.6-4.5 0-2.7 4.6-1.4 14.5.5 19 1.4 4.1 3.5 6.7 2.5 6.7-.8 2.3-2.5 1.7-3.8-1a66.6 66.6 0 0 1-2.1-17.4c-.5-4.6-1.1-14.4-4.2-17-1.8-2.4-4.5-1.2-5.5 1a82.4 82.4 0 0 0 .3 13.4c2 7.4 2.7 14 3.7 21.5.3 10.1-5.8 4.4-5.5-.7a45 45 0 0 0-.3-19.4c-1-2.6-2.1-3.2-4.6-2.8-1.9 0-6.8 5.3-8.2 14.3 0 0-1.2 4.6-1.7 8.7-.7 4.6-3.7 8-5.9-.6-1.8-6.3-3-21.6-6-18z",fill:"#fff"}),c.jsx("path",{d:"m99 194.2-32 15.4c.3-7.3 15.1-20.4 25.3-20.5 6.5.1 4.9 2.5 6.6 5.1z",fill:"#fff"}),c.jsx("path",{d:"M93.3 204.2c-16.8 43.5 39.5 49.6 45.8 1.8.6-2 3-3.9 3.4-.7-1.3 43.3-43.6 46.2-50.8 32.6a41.9 41.9 0 0 1-2.5-14.6c-1-8.5-5.5-5.2-6.2 3.2-.7 4.7-.5 6-.5 10.5 2.2 34.2 56.7 19.5 65.6-8.7 4.7-15.6-.8-27.1 1.7-27.1 5.4 5.8 13 .8 14.7-1.2.7-1 2.5-1.7 3.7-.4 4.2 3 11.6 1.6 13.2-3.7.9-5.3 1.6-10.7 1.8-16.2-3.5 1-6 1.7-6.3 3.2l-.7 4.6c-.3 1.5-3.2 1.5-3.4-.4-1.3-6-6.7-6.7-10 2.5-2.1 1.8-6.1 2.2-6.5-.5.5-6.2-2-7-7-4.1l-4.8-36.2c2 0 4 1.5 5.9-.9-2-6.5-6.5-19.7-9-20.7-1.1-1.4-2.1-.5-3.7-.1-2.6.8-5 3-4.2 7.4 3 18.8 5 33.1 8.1 52 .5 2.1-1.3 5-3.7 4.7-4-2.7-5-8.2-12-8-5 0-10.6 5.5-11.3 10.7-.9 4.2-1.2 8.7 0 12.3 3.5 4.2 7.7 3.8 11.4 2.9 3-1.3 5.5-4.3 6.6-3.6.7.9.1 10.9-14.3 18.5-8.7 4-15.7 4.8-19.4-2.3-2.3-4.5.2-21.4-5.6-17.5z",fill:"#fff"}),c.jsx("path",{d:"M165 160c3.3-1.2 19.3-19.6 19.3-19.6l-2.4-2c-.9-.7-.8-1.5 0-2.2 4-2.4 2.7-7.4.7-9.8a9.7 9.7 0 0 0-8.7.1c-2.8 2.7-3.4 7-1.2 9.6 2.1 1 4.2 3.2 2.8 4.4-6.6 7-24.5 19.1-22.4 19.5.4.6 11.5.6 11.8 0zm-97 65c-6 9.6-6.5 23.9-3.2 28.2 1.8 2 4.7 2.9 6.8 2.2 3.8-1.6 5.5-9.3 4.6-12-1.3-2-2.3-2.3-3.6-.7-2.6 5.4-3.7 1.7-4-1.3a70 70 0 0 1 .8-15.2c.7-4.2 0-3-1.4-1.2zm257.1-15.3c-5.8-12.6-13.9-25-16.4-29.7a557.6 557.6 0 0 0-24.8-36c-6.2-7.4 10.2 3.1-2-11.7l-8.9-7.5c-2-1.4-6.8-4-7.6.2-.4 3.8-.2 5.8.4 8.9.5 2 3.5 5.5 5 7.5a565 565 0 0 1 53.8 86.5c2.6-1.3 2-16.1.5-18.2z",fill:"#fff"}),c.jsx("path",{d:"M299.6 251.5c-1.2 1.3 2.8 6.8 8 6.8 8.6-1 16.2-5.8 23.2-18.6a33 33 0 0 0 5.3-14.2 317 317 0 0 0-5.8-72.4c-.3-2 0-4.4.2-5 .6-.7 2.5 0 3.5-1.7 1.5-1.5-4-14-7-18.7-1-2.2-1.5-3.6-3.3.2a27 27 0 0 0-3 13.6c4.1 28.5 5.4 53.4 8 81.9.3 2.8-.1 6.8-2 8.4a80.2 80.2 0 0 1-27.1 19.7zm116.5-.1c-6.2 3.6-6.2 7.7-1.2 7.8 8.6-1 18.8-1.7 25.8-12.3a41 41 0 0 0 4.2-16 303 303 0 0 0-4.7-71.4c-.2-2-1.1-6.7-.8-7.3.6-1.4 3.4.1 4.4-1.5 1.4-1.5-7.3-12.7-10.4-17.5-1-2.2-1.4-3.6-3.3.2a22.3 22.3 0 0 0-1.8 13.6c4.6 31 8 54.2 8.7 81.6-.4 2.6-.5 4-1.7 7.3-2.7 3.4-5.7 7.8-8.5 9.9-2.8 2-8.8 4-10.7 5.6z",fill:"#fff"}),c.jsx("path",{d:"M420.7 223.7c0-7.3.1-13.5-.1-19a34 34 0 0 0-3-13.5c-1.8-4.1-.7-7.4-1.6-11.8-.8-4.4-.6-11-1.8-16.1-.4-2-1.4-8.5-1.1-9.2.5-1.4 2.4 0 3.4-1.6 1.4-1.5-5-18-8.2-22.7-1.1-2.1-3.3-1.4-5.8 2-2.5 2.3-1.6 7.4-.6 12.3 6.1 32.3 10.8 61.6 9.8 92.3-.4 2.6 9-7.8 9-12.7zm-45.7-40c-3.9-.2-12-7.7-14.4-12a8 8 0 0 1 .4-6.5c1.5-1 3.7-2 5.4-1 0 0 1.7 2.4 1.4 2.7 2 1 3 .5 3.2-.4.1-1.5-.6-2.4-.6-4 .9-4.6 6-5.3 8-2.4 1.4 1.8 2 5.5 2.1 8 0 1.3-2-.2-3.3 0-1.1.4-1.4 1.8-1.5 3-.2 3.3-.6 8.6-.7 12.5zm-71.8 48c1-9.8-.4-27.3-.5-33.1A477 477 0 0 0 299 154c-1.2-8.4 3.4.9 2.8-4-1.5-8.3-6.1-14-11.6-21.5-1.7-2.5-1.7-3-4.4.6-3 6.7-.4 11.4.4 16.7 3.9 17.2 6.2 33 7.3 48.7a393.4 393.4 0 0 1 .4 49c3 .1 7.6-4.7 9.3-11.8z",fill:"#fff"}),c.jsx("path",{d:"M434 216c-6.9-11.6-17.2-24-20-28.7a658 658 0 0 0-29.2-37.8c-8.5-9 4-1.5-1.6-8.5-4.7-5.1-6-6.8-10.1-9.9-2-1.3-3.2-3.8-4 .5a83 83 0 0 0-.2 11.2c0 1.7 1.8 5 3.4 7 20.7 25.5 43.4 51.5 61.6 84.2 2.6-1.3 1.7-16 0-18z",fill:"#fff"}),c.jsx("path",{d:"M122.6 194.7c-.5.9-1.6 2-1.2 3.1.7 1 1.4 1.3 2.6 1.3 1.1 0 2.7.3 3-.3.6-.7 1-2 .6-3.3-1.2-3-4.4-1.8-5-.8z",fill:"#1ba400"}),c.jsx("path",{d:"M354.2 362.5c9.2.4 15.2.5 23.3 1.4l9.6-1c10.6-1 11 15.1 11 15.1 0 9.5-3.7 10-8.4 11-2.7.4-4-1.6-5.5-3.6a14 14 0 0 1-7 .4c-3.9-.2-7.7-.2-11.5-.5-4-.3-6.2.5-10.3.1-.8 1.3-2 3.1-4.4 2.6-2-.3-4.5-6-3.8-10.5 1.5-3.2 1-2.1 1-3.5-37.6-1-75.5-2.7-112.3-2.2-28.8.1-57.2 1.3-85.7 2.5-15.2-.2-26.8-2.6-34.8-14.3.8 0 38.8 2.1 49.9 1.4 20.5-.2 39.3-1.9 60.2-2.5 41.2.7 82.1.7 123.3 3.6-4-2.7-4-9 2-10.6.5-.4.8 3.1 1.7 3 4.9-.3 2.7 6.3 1.7 7.6zM188.6 135.3c-6.2 17.8 3.6 37.4 10.4 35.5 5 2 8-7.4 10-17.6 1.5-2.9 2.5-3.2 3.2-1.7-.2 13.6 1 16.7 4.5 20.8 7.8 6 14.3.8 14.8.3l6-6.1c1.4-1.5 3.2-1.5 5.1-.3 1.9 1.7 1.6 4.6 5.6 6.6 3.4 1.4 10.5.4 12.2-2.5 2.2-3.9 2.8-5.2 3.8-6.6 1.6-2.1 4.3-1.2 4.3-.5-.3 1.2-1.9 2.3-.8 4.5 2 1.4 2.4.5 3.5.2 4-2 7-10.6 7-10.6.1-3.2-1.7-3-2.9-2.2l-3.1 2.1c-2 .3-5.7 1.6-7.6-1.3-1.9-3.4-1.9-8.3-3.3-11.8 0-.2-2.6-5.5-.2-5.8 1.2.2 3.7.9 4.1-1.2 1.2-2.1-2.6-8-5.3-11-2.3-2.5-5.5-2.8-8.6-.2-2.2 2-1.9 4.2-2.3 6.3a9.8 9.8 0 0 0 2 8.7c2.2 4.2 6.1 9.7 4.8 17.5 0 0-2.3 3.6-6.3 3.1-1.7-.3-4.4-1-5.8-11.8-1.1-8 .2-19.4-3.2-24.7-1.3-3.3-2.2-6.4-5.2-.9-.8 2.2-4.3 5.5-1.8 12.2a36 36 0 0 1 2 19c-1.5 2.2-1.8 2.9-3.7 5-2.6 3-5.5 2.2-7.7 1.1-2-1.3-3.6-2-4.6-6.5.2-7 .6-18.5-.7-20.9-1.9-3.8-5-2.4-6.3-1.2a47.7 47.7 0 0 0-11.5 23.5c-1.8 5.8-3.7 4.1-5 1.8-3.2-3-3.5-26.7-7.4-22.8z",fill:"#fff"}),c.jsx("path",{d:"M207.4 174.1c2.9-2 1.6-3.4 5.8.8a72 72 0 0 1 9.2 31.3c-.2 2.6 1.6 4.2 2.5 3.6.4-6 15.1-14.4 28.6-15.6 2-.5 1-4.4 1.3-6.4-.8-7.5 4.2-14.3 11.2-14.8 9.6 1.4 12.8 6.5 13 14.2-1.1 15-16.7 17.5-25.4 18.7-1.3.5-1.9 1.1 0 1.8l36.6.2 1.9 1c.2 1-.6.2-2 2.6a29.5 29.5 0 0 0-3.7 11.5c-10.9 3.6-22.2 5-33.6 6.5-4 2-6 4.7-5.2 7.7 1.4 3.3 10.2 6.7 10.2 6.8 1.7 1 3.6 3.5-.5 8.6-17.8-.8-31.7-8.4-36.5-19.1-1.4-1.1-3 0-4 1.4-7 9-13.8 17-25.7 21.4-7 1.8-14.3-1.1-17.7-5.7-2.3-2.7-2.2-5.6-3-6.2-3.9 1.7-36.9 15.7-32.7 9.1 8-8.5 22-14.9 34.2-23.3.9-2.9 2.5-12.5 7.3-15.6.3 0-.7 5.6-.6 8 0 2-.2 2.7.2 2.2.9-.5 15.7-12.2 17-15.8 1.4-2 .3-7.2.3-7.4-2.8-7.2-6.7-7.8-8.1-11.4-1.3-4.7-.7-10.1 2-11.7 2.4-2.1 5.2-1.9 7.9.5 3 2.7 5.6 8 6.4 11.9-.5 1.5-4-1-5-.3a16 16 0 0 1 3.7 7.8c2 8.2 1.4 11.4-.6 16.7-6.6 13.9-15 18-22.4 23.2-.2 0-.3 3.5 2.4 5.4 1 1 4.9 1.5 9.4 0a54.5 54.5 0 0 0 22.3-23.3 51 51 0 0 0-2.4-22.2c-2.9-6.7-6.3-16.2-6.3-16.4-.1-4.2.2-5.6 2-7.7zm-95.8-38.6c4.2 2 12.2 1.1 11.8-5.7l-.2-3.1c-.8-2-3.2-1.5-3.7.5-.2.7.3 1.8-.3 2.1-.4.4-1.7.2-1.7-1.7 0-.6-.4-1.2-.7-1.6-.2-.2-.4-.2-.9-.2-.6 0-.6.1-.9.6-.1.5-.3 1-.3 1.6 0 .7-.4.9-.8 1-.6 0-.5 0-1-.2-.2-.3-.5-.4-.5-1l-.3-1.6c-.2-.3-.6-.5-1-.6-2.3 0-2.5 2.7-2.3 3.7-.2.2-.3 4.9 2.8 6.2z",fill:"#fff"}),c.jsx("path",{d:"M235.1 187.7c4.2 2 14.3.9 11.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.6-.2.6.3 1.7-.4 2-.3.4-1.7.2-1.6-1.6 0-.6-.4-1.3-.7-1.7-.3-.1-.4-.2-1-.2-.5 0-.5.2-.8.7-.2.5-.3 1-.3 1.6-.1.6-.4.8-.9 1-.5 0-.4 0-.8-.3-.3-.3-.6-.4-.6-.9l-.3-1.6c-.2-.3-.6-.5-1-.6-2.3 0-2.5 2.6-2.4 3.6-.1.2-.2 5 3 6.2zm72-21.6c4.2 2 12.1 1.1 11.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.5-.2.7.3 1.8-.4 2.2-.3.3-1.7.1-1.6-1.8 0-.6-.4-1.2-.7-1.6-.3-.2-.4-.2-1-.2-.5 0-.5.2-.8.7l-.3 1.5c-.1.7-.4 1-.9 1s-.4 0-.8-.2c-.3-.3-.6-.4-.6-.9s-.1-1.3-.3-1.7c-.2-.3-.6-.4-1-.5-2.3 0-2.5 2.6-2.4 3.6-.1.2-.2 4.9 3 6.2zm37.3 54.3c-7.3 8.3-4.1 22-2.4 25 2.4 4.8 4.3 7.9 9 10.3 4.3 3.1 7.7 1.2 9.5-1 4.3-4.5 4.4-16 6.4-18.2 1.4-4.2 5-3.5 6.7-1.6a16.5 16.5 0 0 0 6.2 5.3c4 3.5 8.8 4.2 13.6 1 3.2-1.9 5.3-4.2 7.2-8.9 2-5.6 1-31.6.5-47l-4.2-21.5c0-.2-.5-10.2-1-12.5 0-1-.3-1.3.7-1.2 1.1 1 1.2 1 2 1.3 1 .2 2-1.7 1.3-3.3l-10-18.6c-.8-.8-1.9-1.6-3.2.2a7.3 7.3 0 0 0-2.4 5.5c.3 4.4 1 8.9 1.3 13.3l4 22.6c1.3 16 1.6 29.2 2.9 45.3-.2 6.8-2.3 12.7-4.3 13.6 0 0-3 1.7-5-.2-1.5-.6-7.4-9.9-7.4-9.9-3-2.7-5-2-7.1 0-6 5.8-8.6 16.4-12.7 23.8-1 1.7-4 3-7.2-.1-8.2-11.3-3.4-27.3-4.4-23.2zM309 126.7c3.8 1.5 6.4 9.2 5.6 13-.8 4.5-2.8 9.5-4.2 8.9-1.6-.6 1-4.6-.5-8.8-.8-2.8-6-7.8-5.4-9.2-1-3.1 2.2-4.5 4.5-4z",fill:"#fff"}),c.jsx("path",{d:"M356.6 225c.7-9.2-.6-14.8-.8-20.2s-6.1-46.6-7.3-50.6c-1.5-7.8 5.7-1 4.9-5.6-2.5-5.6-8.6-13.9-10.5-18.8-1.2-2-.7-4-3.3-.5a42.3 42.3 0 0 0-2.3 19.2c6.2 32.3 12.5 59.1 11.5 89.8 3 0 6.3-6.7 7.8-13.3zm64.4-85.3c3.5 1.7 5.5 11.3 5.1 14-.7 5-2.5 10.4-3.8 9.7-1.5-.6.3-7.4-.4-9.5-.8-3-5.5-8.4-5-10-1-3.4 2-4.8 4.1-4.2zm-255.7 67.9c3.3 1.3 5.3 8.3 5 10.3-.8 3.7-2.5 7.7-3.8 7.1-1.3-.4.3-5.4-.3-7-.3-3.7-4.9-5.7-4.8-7.3-.8-3 2-3.5 4-3.1z",fill:"#fff"}),c.jsx("path",{d:"M244.9 218.2c4.2.2 6.3 3.6 2.4 5-4 1.3-7.7 2.4-7.8 8 1.5 8-2 5.2-4 4.2-2.4-1.8-9.2-6-10.2-15-.1-2.1 1.6-4 4.3-4 4 1.1 10 1.2 15.3 1.8z",fill:"#1b9d00"}),c.jsx("path",{d:"M77.4 124.4c4.8 1.4 5.1 8.6 4.8 10.7-.7 3.8-2.4 7.9-3.6 7.4-1.4-.5 0-5.7-.7-7.3-.7-2.2-4.8-6.4-4.4-7.6-.9-2.5 2-3.7 3.9-3.2zm95.9 33.6c-3.8 2-5.2 8-2.9 11.6 2.2 3 5.6 1.9 6 1.9 3.7.4 5.9-6.9 5.9-6.9s.1-2-4.2 1.9c-1.9.3-2-.4-2.5-1.4a9 9 0 0 1 .5-5.7c.7-1.8-.7-2.6-2.8-1.4zm28-36.4c-2 1.3-5.7 5.2-5.8 9.6-.1 2.5-.6 2.5 1 4 1.3 1.8 2.4 1.7 4.8.4a5.1 5.1 0 0 0 2.3-3.4c.6-2.8-3 1.4-3.4-1.8-.8-3 1.5-4.2 3.7-7 0-2 0-3.3-2.7-1.8zm22.4 4a59.5 59.5 0 0 0-1.6 11.1c-.6 2.8 3 4 4.5.4 2.4-6.5 2.4-9.3 2.6-12-.7-4.3-3.6-4.2-5.5.5zm142 72.3c.4-.5 20-14.4 20-14.4 2-.7 1.5 7.2.6 7.1a77.8 77.8 0 0 1-20.7 14.3c-1 .7-1.9-5.3 0-7zm17.7-.2c3.5 1.7 4.9 11.8 4.5 14.5 0 5.4-3.3 9.6-4.7 9-1.4-.7.2-6.7-.5-8.8-.8-3-3.7-8.5-3.2-10.1-1-3.4 1.8-5.2 4-4.6zm-116 43.4a26 26 0 0 1 5.6-4.9c2-1 3.8.8 3.7.7.3 2-1.2 3.7-.7 6.3.4 1 .7 2.2 2.6 1.8 3.1-2.5 6-2.7 9-2.8 2.5.1 2.6 4.2 1 4.2-5.7 1.2-8.2 2.8-12.3 4.3-2 1.2-3.6-.3-3.6-.4s-1.1-1.1-.4-3.7c.2-2-.6-3.2-2.4-3-1.2.8-2.4 1.2-3-.3-.3-1-.4-1.6.5-2.2zm136.6 5.4c.8 1 1.4 2-.1 3.8l-3.7 3.2c-.6 1-1 2.8 1 3.3 3.6 1 12-4.5 12-4.6 1.4-1 1-3 .8-3-.8-.9-2.6-.3-3.8-.5-.6 0-2.5-.2-1.6-2a11.4 11.4 0 0 0 1.6-2.9c.5-1.2 0-2-2-2.7-2.1-.4-3-.2-5.3 0-1.2.2-1.6.8-1.9 2.3.1 2.3 1.5 2.2 3 3z",fill:"#fff"}),c.jsx("path",{d:"M268.1 189.7c-.5 1-2.3 1-4 0s-2.7-2.6-2.1-3.5 2.3-.9 4 0 2.6 2.6 2.1 3.5zm-89-53.6c-1 .3-2.4-.6-3-2s-.3-2.6.7-2.9 2.3.7 3 2 .3 2.7-.8 3z",fill:"#259f00"}),c.jsx("path",{d:"M355.2 375c9.4.4 18.2 0 27.5.5 1.7 1.5.5 5-.6 4.8l-7.8-.3c-.1-3-7.7-2.5-7.5.1-4.1.5-7.8-.1-12-.3-1.2-1.5-1-4.2.4-4.8z",fill:"#209000"})]})]})}));exports.SA=s;
1
+ "use strict";var c=require("react/jsx-runtime"),a=require("react"),l=require("../flag-icon/_FlagIconBase.js"),f=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=a.forwardRef((function(a,s){var i=a.height,e=a.width,t=f.useStableUniqueId(1);return c.jsxs(l.FlagIconBase,{ref:s,height:i,viewBox:"0 0 640 480",width:e,children:[c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(t[0]),children:c.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),c.jsxs("g",{clipPath:"url(#".concat(t[0],")"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[c.jsx("path",{d:"M-128 0h768v512h-768z",fill:"#199d00"}),c.jsx("path",{d:"M65.5 145.1c-.8 12-2 33 8.3 35.2 12.3 1.2 5.5-20.8 10-24.8.8-2 2.3-2 2.4.5v18.7c0 6 4 7.8 7 9 3.2-.2 5.4 0 6.6 3l1.6 32.3s7.4 2.2 7.8-18.1c.3-12-2.4-21.9-.8-24.2 0-2.3 3-2.4 5-1.3 3.2 2.2 4.6 5 9.6 4 7.6-2.2 12.2-5.9 12.3-11.7a47 47 0 0 0-3.5-16.6c.4-1-1.4-3.7-1-4.7 1.3 2.2 3.4 2 3.8 0-1.3-4.2-3.3-8.3-6.5-10-2.7-2.4-6.7-2-8 3-.8 5.7 2 12.4 6.1 18 .9 2.1 2.1 5.7 1.6 8.9-2.2 1.3-4.4.7-6.3-1.2 0 0-6-4.5-6-5.6 1.6-10.2.3-11.4-.6-14.3-.6-3.9-2.5-5.2-4-7.8-1.5-1.6-3.5-1.6-4.5 0-2.7 4.6-1.4 14.5.5 19 1.4 4.1 3.5 6.7 2.5 6.7-.8 2.3-2.5 1.7-3.8-1a66.6 66.6 0 0 1-2.1-17.4c-.5-4.6-1.1-14.4-4.2-17-1.8-2.4-4.5-1.2-5.5 1a82.4 82.4 0 0 0 .3 13.4c2 7.4 2.7 14 3.7 21.5.3 10.1-5.8 4.4-5.5-.7a45 45 0 0 0-.3-19.4c-1-2.6-2.1-3.2-4.6-2.8-1.9 0-6.8 5.3-8.2 14.3 0 0-1.2 4.6-1.7 8.7-.7 4.6-3.7 8-5.9-.6-1.8-6.3-3-21.6-6-18z",fill:"#fff"}),c.jsx("path",{d:"m99 194.2-32 15.4c.3-7.3 15.1-20.4 25.3-20.5 6.5.1 4.9 2.5 6.6 5.1z",fill:"#fff"}),c.jsx("path",{d:"M93.3 204.2c-16.8 43.5 39.5 49.6 45.8 1.8.6-2 3-3.9 3.4-.7-1.3 43.3-43.6 46.2-50.8 32.6a41.9 41.9 0 0 1-2.5-14.6c-1-8.5-5.5-5.2-6.2 3.2-.7 4.7-.5 6-.5 10.5 2.2 34.2 56.7 19.5 65.6-8.7 4.7-15.6-.8-27.1 1.7-27.1 5.4 5.8 13 .8 14.7-1.2.7-1 2.5-1.7 3.7-.4 4.2 3 11.6 1.6 13.2-3.7.9-5.3 1.6-10.7 1.8-16.2-3.5 1-6 1.7-6.3 3.2l-.7 4.6c-.3 1.5-3.2 1.5-3.4-.4-1.3-6-6.7-6.7-10 2.5-2.1 1.8-6.1 2.2-6.5-.5.5-6.2-2-7-7-4.1l-4.8-36.2c2 0 4 1.5 5.9-.9-2-6.5-6.5-19.7-9-20.7-1.1-1.4-2.1-.5-3.7-.1-2.6.8-5 3-4.2 7.4 3 18.8 5 33.1 8.1 52 .5 2.1-1.3 5-3.7 4.7-4-2.7-5-8.2-12-8-5 0-10.6 5.5-11.3 10.7-.9 4.2-1.2 8.7 0 12.3 3.5 4.2 7.7 3.8 11.4 2.9 3-1.3 5.5-4.3 6.6-3.6.7.9.1 10.9-14.3 18.5-8.7 4-15.7 4.8-19.4-2.3-2.3-4.5.2-21.4-5.6-17.5z",fill:"#fff"}),c.jsx("path",{d:"M165 160c3.3-1.2 19.3-19.6 19.3-19.6l-2.4-2c-.9-.7-.8-1.5 0-2.2 4-2.4 2.7-7.4.7-9.8a9.7 9.7 0 0 0-8.7.1c-2.8 2.7-3.4 7-1.2 9.6 2.1 1 4.2 3.2 2.8 4.4-6.6 7-24.5 19.1-22.4 19.5.4.6 11.5.6 11.8 0zm-97 65c-6 9.6-6.5 23.9-3.2 28.2 1.8 2 4.7 2.9 6.8 2.2 3.8-1.6 5.5-9.3 4.6-12-1.3-2-2.3-2.3-3.6-.7-2.6 5.4-3.7 1.7-4-1.3a70 70 0 0 1 .8-15.2c.7-4.2 0-3-1.4-1.2zm257.1-15.3c-5.8-12.6-13.9-25-16.4-29.7a557.6 557.6 0 0 0-24.8-36c-6.2-7.4 10.2 3.1-2-11.7l-8.9-7.5c-2-1.4-6.8-4-7.6.2-.4 3.8-.2 5.8.4 8.9.5 2 3.5 5.5 5 7.5a565 565 0 0 1 53.8 86.5c2.6-1.3 2-16.1.5-18.2z",fill:"#fff"}),c.jsx("path",{d:"M299.6 251.5c-1.2 1.3 2.8 6.8 8 6.8 8.6-1 16.2-5.8 23.2-18.6a33 33 0 0 0 5.3-14.2 317 317 0 0 0-5.8-72.4c-.3-2 0-4.4.2-5 .6-.7 2.5 0 3.5-1.7 1.5-1.5-4-14-7-18.7-1-2.2-1.5-3.6-3.3.2a27 27 0 0 0-3 13.6c4.1 28.5 5.4 53.4 8 81.9.3 2.8-.1 6.8-2 8.4a80.2 80.2 0 0 1-27.1 19.7zm116.5-.1c-6.2 3.6-6.2 7.7-1.2 7.8 8.6-1 18.8-1.7 25.8-12.3a41 41 0 0 0 4.2-16 303 303 0 0 0-4.7-71.4c-.2-2-1.1-6.7-.8-7.3.6-1.4 3.4.1 4.4-1.5 1.4-1.5-7.3-12.7-10.4-17.5-1-2.2-1.4-3.6-3.3.2a22.3 22.3 0 0 0-1.8 13.6c4.6 31 8 54.2 8.7 81.6-.4 2.6-.5 4-1.7 7.3-2.7 3.4-5.7 7.8-8.5 9.9-2.8 2-8.8 4-10.7 5.6z",fill:"#fff"}),c.jsx("path",{d:"M420.7 223.7c0-7.3.1-13.5-.1-19a34 34 0 0 0-3-13.5c-1.8-4.1-.7-7.4-1.6-11.8-.8-4.4-.6-11-1.8-16.1-.4-2-1.4-8.5-1.1-9.2.5-1.4 2.4 0 3.4-1.6 1.4-1.5-5-18-8.2-22.7-1.1-2.1-3.3-1.4-5.8 2-2.5 2.3-1.6 7.4-.6 12.3 6.1 32.3 10.8 61.6 9.8 92.3-.4 2.6 9-7.8 9-12.7zm-45.7-40c-3.9-.2-12-7.7-14.4-12a8 8 0 0 1 .4-6.5c1.5-1 3.7-2 5.4-1 0 0 1.7 2.4 1.4 2.7 2 1 3 .5 3.2-.4.1-1.5-.6-2.4-.6-4 .9-4.6 6-5.3 8-2.4 1.4 1.8 2 5.5 2.1 8 0 1.3-2-.2-3.3 0-1.1.4-1.4 1.8-1.5 3-.2 3.3-.6 8.6-.7 12.5zm-71.8 48c1-9.8-.4-27.3-.5-33.1A477 477 0 0 0 299 154c-1.2-8.4 3.4.9 2.8-4-1.5-8.3-6.1-14-11.6-21.5-1.7-2.5-1.7-3-4.4.6-3 6.7-.4 11.4.4 16.7 3.9 17.2 6.2 33 7.3 48.7a393.4 393.4 0 0 1 .4 49c3 .1 7.6-4.7 9.3-11.8z",fill:"#fff"}),c.jsx("path",{d:"M434 216c-6.9-11.6-17.2-24-20-28.7a658 658 0 0 0-29.2-37.8c-8.5-9 4-1.5-1.6-8.5-4.7-5.1-6-6.8-10.1-9.9-2-1.3-3.2-3.8-4 .5a83 83 0 0 0-.2 11.2c0 1.7 1.8 5 3.4 7 20.7 25.5 43.4 51.5 61.6 84.2 2.6-1.3 1.7-16 0-18z",fill:"#fff"}),c.jsx("path",{d:"M122.6 194.7c-.5.9-1.6 2-1.2 3.1.7 1 1.4 1.3 2.6 1.3 1.1 0 2.7.3 3-.3.6-.7 1-2 .6-3.3-1.2-3-4.4-1.8-5-.8z",fill:"#1ba400"}),c.jsx("path",{d:"M354.2 362.5c9.2.4 15.2.5 23.3 1.4l9.6-1c10.6-1 11 15.1 11 15.1 0 9.5-3.7 10-8.4 11-2.7.4-4-1.6-5.5-3.6a14 14 0 0 1-7 .4c-3.9-.2-7.7-.2-11.5-.5-4-.3-6.2.5-10.3.1-.8 1.3-2 3.1-4.4 2.6-2-.3-4.5-6-3.8-10.5 1.5-3.2 1-2.1 1-3.5-37.6-1-75.5-2.7-112.3-2.2-28.8.1-57.2 1.3-85.7 2.5-15.2-.2-26.8-2.6-34.8-14.3.8 0 38.8 2.1 49.9 1.4 20.5-.2 39.3-1.9 60.2-2.5 41.2.7 82.1.7 123.3 3.6-4-2.7-4-9 2-10.6.5-.4.8 3.1 1.7 3 4.9-.3 2.7 6.3 1.7 7.6zM188.6 135.3c-6.2 17.8 3.6 37.4 10.4 35.5 5 2 8-7.4 10-17.6 1.5-2.9 2.5-3.2 3.2-1.7-.2 13.6 1 16.7 4.5 20.8 7.8 6 14.3.8 14.8.3l6-6.1c1.4-1.5 3.2-1.5 5.1-.3 1.9 1.7 1.6 4.6 5.6 6.6 3.4 1.4 10.5.4 12.2-2.5 2.2-3.9 2.8-5.2 3.8-6.6 1.6-2.1 4.3-1.2 4.3-.5-.3 1.2-1.9 2.3-.8 4.5 2 1.4 2.4.5 3.5.2 4-2 7-10.6 7-10.6.1-3.2-1.7-3-2.9-2.2l-3.1 2.1c-2 .3-5.7 1.6-7.6-1.3-1.9-3.4-1.9-8.3-3.3-11.8 0-.2-2.6-5.5-.2-5.8 1.2.2 3.7.9 4.1-1.2 1.2-2.1-2.6-8-5.3-11-2.3-2.5-5.5-2.8-8.6-.2-2.2 2-1.9 4.2-2.3 6.3a9.8 9.8 0 0 0 2 8.7c2.2 4.2 6.1 9.7 4.8 17.5 0 0-2.3 3.6-6.3 3.1-1.7-.3-4.4-1-5.8-11.8-1.1-8 .2-19.4-3.2-24.7-1.3-3.3-2.2-6.4-5.2-.9-.8 2.2-4.3 5.5-1.8 12.2a36 36 0 0 1 2 19c-1.5 2.2-1.8 2.9-3.7 5-2.6 3-5.5 2.2-7.7 1.1-2-1.3-3.6-2-4.6-6.5.2-7 .6-18.5-.7-20.9-1.9-3.8-5-2.4-6.3-1.2a47.7 47.7 0 0 0-11.5 23.5c-1.8 5.8-3.7 4.1-5 1.8-3.2-3-3.5-26.7-7.4-22.8z",fill:"#fff"}),c.jsx("path",{d:"M207.4 174.1c2.9-2 1.6-3.4 5.8.8a72 72 0 0 1 9.2 31.3c-.2 2.6 1.6 4.2 2.5 3.6.4-6 15.1-14.4 28.6-15.6 2-.5 1-4.4 1.3-6.4-.8-7.5 4.2-14.3 11.2-14.8 9.6 1.4 12.8 6.5 13 14.2-1.1 15-16.7 17.5-25.4 18.7-1.3.5-1.9 1.1 0 1.8l36.6.2 1.9 1c.2 1-.6.2-2 2.6a29.5 29.5 0 0 0-3.7 11.5c-10.9 3.6-22.2 5-33.6 6.5-4 2-6 4.7-5.2 7.7 1.4 3.3 10.2 6.7 10.2 6.8 1.7 1 3.6 3.5-.5 8.6-17.8-.8-31.7-8.4-36.5-19.1-1.4-1.1-3 0-4 1.4-7 9-13.8 17-25.7 21.4-7 1.8-14.3-1.1-17.7-5.7-2.3-2.7-2.2-5.6-3-6.2-3.9 1.7-36.9 15.7-32.7 9.1 8-8.5 22-14.9 34.2-23.3.9-2.9 2.5-12.5 7.3-15.6.3 0-.7 5.6-.6 8 0 2-.2 2.7.2 2.2.9-.5 15.7-12.2 17-15.8 1.4-2 .3-7.2.3-7.4-2.8-7.2-6.7-7.8-8.1-11.4-1.3-4.7-.7-10.1 2-11.7 2.4-2.1 5.2-1.9 7.9.5 3 2.7 5.6 8 6.4 11.9-.5 1.5-4-1-5-.3a16 16 0 0 1 3.7 7.8c2 8.2 1.4 11.4-.6 16.7-6.6 13.9-15 18-22.4 23.2-.2 0-.3 3.5 2.4 5.4 1 1 4.9 1.5 9.4 0a54.5 54.5 0 0 0 22.3-23.3 51 51 0 0 0-2.4-22.2c-2.9-6.7-6.3-16.2-6.3-16.4-.1-4.2.2-5.6 2-7.7zm-95.8-38.6c4.2 2 12.2 1.1 11.8-5.7l-.2-3.1c-.8-2-3.2-1.5-3.7.5-.2.7.3 1.8-.3 2.1-.4.4-1.7.2-1.7-1.7 0-.6-.4-1.2-.7-1.6-.2-.2-.4-.2-.9-.2-.6 0-.6.1-.9.6-.1.5-.3 1-.3 1.6 0 .7-.4.9-.8 1-.6 0-.5 0-1-.2-.2-.3-.5-.4-.5-1l-.3-1.6c-.2-.3-.6-.5-1-.6-2.3 0-2.5 2.7-2.3 3.7-.2.2-.3 4.9 2.8 6.2z",fill:"#fff"}),c.jsx("path",{d:"M235.1 187.7c4.2 2 14.3.9 11.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.6-.2.6.3 1.7-.4 2-.3.4-1.7.2-1.6-1.6 0-.6-.4-1.3-.7-1.7-.3-.1-.4-.2-1-.2-.5 0-.5.2-.8.7-.2.5-.3 1-.3 1.6-.1.6-.4.8-.9 1-.5 0-.4 0-.8-.3-.3-.3-.6-.4-.6-.9l-.3-1.6c-.2-.3-.6-.5-1-.6-2.3 0-2.5 2.6-2.4 3.6-.1.2-.2 5 3 6.2zm72-21.6c4.2 2 12.1 1.1 11.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.5-.2.7.3 1.8-.4 2.2-.3.3-1.7.1-1.6-1.8 0-.6-.4-1.2-.7-1.6-.3-.2-.4-.2-1-.2-.5 0-.5.2-.8.7l-.3 1.5c-.1.7-.4 1-.9 1s-.4 0-.8-.2c-.3-.3-.6-.4-.6-.9s-.1-1.3-.3-1.7c-.2-.3-.6-.4-1-.5-2.3 0-2.5 2.6-2.4 3.6-.1.2-.2 4.9 3 6.2zm37.3 54.3c-7.3 8.3-4.1 22-2.4 25 2.4 4.8 4.3 7.9 9 10.3 4.3 3.1 7.7 1.2 9.5-1 4.3-4.5 4.4-16 6.4-18.2 1.4-4.2 5-3.5 6.7-1.6a16.5 16.5 0 0 0 6.2 5.3c4 3.5 8.8 4.2 13.6 1 3.2-1.9 5.3-4.2 7.2-8.9 2-5.6 1-31.6.5-47l-4.2-21.5c0-.2-.5-10.2-1-12.5 0-1-.3-1.3.7-1.2 1.1 1 1.2 1 2 1.3 1 .2 2-1.7 1.3-3.3l-10-18.6c-.8-.8-1.9-1.6-3.2.2a7.3 7.3 0 0 0-2.4 5.5c.3 4.4 1 8.9 1.3 13.3l4 22.6c1.3 16 1.6 29.2 2.9 45.3-.2 6.8-2.3 12.7-4.3 13.6 0 0-3 1.7-5-.2-1.5-.6-7.4-9.9-7.4-9.9-3-2.7-5-2-7.1 0-6 5.8-8.6 16.4-12.7 23.8-1 1.7-4 3-7.2-.1-8.2-11.3-3.4-27.3-4.4-23.2zM309 126.7c3.8 1.5 6.4 9.2 5.6 13-.8 4.5-2.8 9.5-4.2 8.9-1.6-.6 1-4.6-.5-8.8-.8-2.8-6-7.8-5.4-9.2-1-3.1 2.2-4.5 4.5-4z",fill:"#fff"}),c.jsx("path",{d:"M356.6 225c.7-9.2-.6-14.8-.8-20.2s-6.1-46.6-7.3-50.6c-1.5-7.8 5.7-1 4.9-5.6-2.5-5.6-8.6-13.9-10.5-18.8-1.2-2-.7-4-3.3-.5a42.3 42.3 0 0 0-2.3 19.2c6.2 32.3 12.5 59.1 11.5 89.8 3 0 6.3-6.7 7.8-13.3zm64.4-85.3c3.5 1.7 5.5 11.3 5.1 14-.7 5-2.5 10.4-3.8 9.7-1.5-.6.3-7.4-.4-9.5-.8-3-5.5-8.4-5-10-1-3.4 2-4.8 4.1-4.2zm-255.7 67.9c3.3 1.3 5.3 8.3 5 10.3-.8 3.7-2.5 7.7-3.8 7.1-1.3-.4.3-5.4-.3-7-.3-3.7-4.9-5.7-4.8-7.3-.8-3 2-3.5 4-3.1z",fill:"#fff"}),c.jsx("path",{d:"M244.9 218.2c4.2.2 6.3 3.6 2.4 5-4 1.3-7.7 2.4-7.8 8 1.5 8-2 5.2-4 4.2-2.4-1.8-9.2-6-10.2-15-.1-2.1 1.6-4 4.3-4 4 1.1 10 1.2 15.3 1.8z",fill:"#1b9d00"}),c.jsx("path",{d:"M77.4 124.4c4.8 1.4 5.1 8.6 4.8 10.7-.7 3.8-2.4 7.9-3.6 7.4-1.4-.5 0-5.7-.7-7.3-.7-2.2-4.8-6.4-4.4-7.6-.9-2.5 2-3.7 3.9-3.2zm95.9 33.6c-3.8 2-5.2 8-2.9 11.6 2.2 3 5.6 1.9 6 1.9 3.7.4 5.9-6.9 5.9-6.9s.1-2-4.2 1.9c-1.9.3-2-.4-2.5-1.4a9 9 0 0 1 .5-5.7c.7-1.8-.7-2.6-2.8-1.4zm28-36.4c-2 1.3-5.7 5.2-5.8 9.6-.1 2.5-.6 2.5 1 4 1.3 1.8 2.4 1.7 4.8.4a5.1 5.1 0 0 0 2.3-3.4c.6-2.8-3 1.4-3.4-1.8-.8-3 1.5-4.2 3.7-7 0-2 0-3.3-2.7-1.8zm22.4 4a59.5 59.5 0 0 0-1.6 11.1c-.6 2.8 3 4 4.5.4 2.4-6.5 2.4-9.3 2.6-12-.7-4.3-3.6-4.2-5.5.5zm142 72.3c.4-.5 20-14.4 20-14.4 2-.7 1.5 7.2.6 7.1a77.8 77.8 0 0 1-20.7 14.3c-1 .7-1.9-5.3 0-7zm17.7-.2c3.5 1.7 4.9 11.8 4.5 14.5 0 5.4-3.3 9.6-4.7 9-1.4-.7.2-6.7-.5-8.8-.8-3-3.7-8.5-3.2-10.1-1-3.4 1.8-5.2 4-4.6zm-116 43.4a26 26 0 0 1 5.6-4.9c2-1 3.8.8 3.7.7.3 2-1.2 3.7-.7 6.3.4 1 .7 2.2 2.6 1.8 3.1-2.5 6-2.7 9-2.8 2.5.1 2.6 4.2 1 4.2-5.7 1.2-8.2 2.8-12.3 4.3-2 1.2-3.6-.3-3.6-.4s-1.1-1.1-.4-3.7c.2-2-.6-3.2-2.4-3-1.2.8-2.4 1.2-3-.3-.3-1-.4-1.6.5-2.2zm136.6 5.4c.8 1 1.4 2-.1 3.8l-3.7 3.2c-.6 1-1 2.8 1 3.3 3.6 1 12-4.5 12-4.6 1.4-1 1-3 .8-3-.8-.9-2.6-.3-3.8-.5-.6 0-2.5-.2-1.6-2a11.4 11.4 0 0 0 1.6-2.9c.5-1.2 0-2-2-2.7-2.1-.4-3-.2-5.3 0-1.2.2-1.6.8-1.9 2.3.1 2.3 1.5 2.2 3 3z",fill:"#fff"}),c.jsx("path",{d:"M268.1 189.7c-.5 1-2.3 1-4 0s-2.7-2.6-2.1-3.5 2.3-.9 4 0 2.6 2.6 2.1 3.5zm-89-53.6c-1 .3-2.4-.6-3-2s-.3-2.6.7-2.9 2.3.7 3 2 .3 2.7-.8 3z",fill:"#259f00"}),c.jsx("path",{d:"M355.2 375c9.4.4 18.2 0 27.5.5 1.7 1.5.5 5-.6 4.8l-7.8-.3c-.1-3-7.7-2.5-7.5.1-4.1.5-7.8-.1-12-.3-1.2-1.5-1-4.2.4-4.8z",fill:"#209000"})]})]})}));exports.SA=s;
package/icons/flags/SB.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var h=i.forwardRef((function(i,h){var t=i.height,s=i.width,a=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:h,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(a[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 507.2 987.4 0H0v507.2z",fill:"#0000d6"}),e.jsx("path",{d:"M1024 0 27.2 512H1024V0z",fill:"#006000"}),e.jsx("path",{d:"M1024 0h-54.9L0 485.4V512h54.9L1024 27.6V0z",fill:"#fc0"}),e.jsx("path",{d:"m71.4 9.1 11.8 34.5h38.5L90.6 64.7l11.9 34.4L71.4 78 40.3 99.2l11.9-34.4-31.1-21.3h38.4zm191.1 0 11.9 34.5h38.5l-31.2 21.2 12 34.4L262.4 78l-31 21.3 11.9-34.4-31.2-21.3h38.5zm0 144.5 11.9 34.5h38.5l-31.2 21.2 12 34.4-31.2-21.3-31 21.3 11.9-34.4-31.2-21.3h38.5zm-95-71.4 11.9 34.4h38.4l-31 21.3 11.8 34.4-31-21.3-31.2 21.3 12-34.4-31.2-21.3h38.5zm-96.1 71.4 11.8 34.5h38.5l-31.1 21.2 11.9 34.4-31.1-21.3-31.1 21.3 12-34.4L21 188h38.4z",fill:"#fff"})]})]})}));exports.SB=h;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var h=i.forwardRef((function(i,h){var t=i.height,s=i.width,a=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:h,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(a[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 507.2 987.4 0H0v507.2z",fill:"#0000d6"}),e.jsx("path",{d:"M1024 0 27.2 512H1024V0z",fill:"#006000"}),e.jsx("path",{d:"M1024 0h-54.9L0 485.4V512h54.9L1024 27.6V0z",fill:"#fc0"}),e.jsx("path",{d:"m71.4 9.1 11.8 34.5h38.5L90.6 64.7l11.9 34.4L71.4 78 40.3 99.2l11.9-34.4-31.1-21.3h38.4zm191.1 0 11.9 34.5h38.5l-31.2 21.2 12 34.4L262.4 78l-31 21.3 11.9-34.4-31.2-21.3h38.5zm0 144.5 11.9 34.5h38.5l-31.2 21.2 12 34.4-31.2-21.3-31 21.3 11.9-34.4-31.2-21.3h38.5zm-95-71.4 11.9 34.4h38.4l-31 21.3 11.8 34.4-31-21.3-31.2 21.3 12-34.4-31.2-21.3h38.5zm-96.1 71.4 11.8 34.5h38.5l-31.1 21.2 11.9 34.4-31.1-21.3-31.1 21.3 12-34.4L21 188h38.4z",fill:"#fff"})]})]})}));exports.SB=h;
package/icons/flags/SC.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var t=i.forwardRef((function(i,t){var s=i.height,a=i.width,h=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:t,height:s,viewBox:"0 0 640 480",width:a,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h992.1v512H0z",fill:"red"}),e.jsx("path",{d:"m0 512 992.1-170.7V512H0z",fill:"#090"}),e.jsx("path",{d:"m0 512 992.1-341.3v170.6L0 512z",fill:"#fff"}),e.jsx("path",{d:"M0 512V0h330.7L0 512z",fill:"#009"}),e.jsx("path",{d:"M0 512 330.7 0h330.7L0 512z",fill:"#ff0"})]})]})}));exports.SC=t;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var t=i.forwardRef((function(i,t){var s=i.height,a=i.width,h=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:t,height:s,viewBox:"0 0 640 480",width:a,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h992.1v512H0z",fill:"red"}),e.jsx("path",{d:"m0 512 992.1-170.7V512H0z",fill:"#090"}),e.jsx("path",{d:"m0 512 992.1-341.3v170.6L0 512z",fill:"#fff"}),e.jsx("path",{d:"M0 512V0h330.7L0 512z",fill:"#009"}),e.jsx("path",{d:"M0 512 330.7 0h330.7L0 512z",fill:"#ff0"})]})]})}));exports.SC=t;
package/icons/flags/SD.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=i.forwardRef((function(i,a){var l=i.height,s=i.width,h=t.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:l,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 341.3h1024V512H0z"}),e.jsx("path",{d:"M0 170.6h1024v170.7H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h1024.8v170.7H0z",fill:"red"}),e.jsx("path",{d:"M0 0v512l341.3-256L0 0z",fill:"#009a00"})]})]})}));exports.SD=a;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=i.forwardRef((function(i,a){var l=i.height,s=i.width,h=t.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:l,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 341.3h1024V512H0z"}),e.jsx("path",{d:"M0 170.6h1024v170.7H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h1024.8v170.7H0z",fill:"red"}),e.jsx("path",{d:"M0 0v512l341.3-256L0 0z",fill:"#009a00"})]})]})}));exports.SD=a;
package/icons/flags/SE.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var l=i.forwardRef((function(i,l){var t=i.height,s=i.width,h=a.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-53.4 0h682.6v512H-53.4z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(h[0],")"),transform:"translate(50) scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-121.1.3h256v204.8h-256zm0 306.9h256V512h-256z",fill:"#006aa7"}),e.jsx("path",{d:"M-121.1 205h256v102.4h-256z",fill:"#fecc00"}),e.jsx("path",{d:"M133.8 0h102.4v512H133.8z",fill:"#fecc00"}),e.jsx("path",{d:"M233 205h460.8v102.4H233z",fill:"#fecc00"}),e.jsx("path",{d:"M236.2 307.2H697V512H236.2zm0-306.9H697v204.8H236.2z",fill:"#006aa7"})]})})]})}));exports.SE=l;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var l=i.forwardRef((function(i,l){var t=i.height,s=i.width,h=a.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-53.4 0h682.6v512H-53.4z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(h[0],")"),transform:"translate(50) scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-121.1.3h256v204.8h-256zm0 306.9h256V512h-256z",fill:"#006aa7"}),e.jsx("path",{d:"M-121.1 205h256v102.4h-256z",fill:"#fecc00"}),e.jsx("path",{d:"M133.8 0h102.4v512H133.8z",fill:"#fecc00"}),e.jsx("path",{d:"M233 205h460.8v102.4H233z",fill:"#fecc00"}),e.jsx("path",{d:"M236.2 307.2H697V512H236.2zm0-306.9H697v204.8H236.2z",fill:"#006aa7"})]})})]})}));exports.SE=l;
package/icons/flags/SG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=i.forwardRef((function(i,a){var h=i.height,t=i.width,s=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:h,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(s[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(s[0],")"),fillRule:"evenodd",children:[e.jsx("path",{d:"M-20 0h720v480H-20z",fill:"#fff"}),e.jsx("path",{d:"M-20 0h720v240H-20z",fill:"#df0000"}),e.jsx("path",{d:"M146 40.2a84.4 84.4 0 0 0 .8 165.2 86 86 0 0 1-106.6-59 86 86 0 0 1 59-106c16-4.6 30.8-4.7 46.9-.2z",fill:"#fff"}),e.jsx("path",{d:"m133 110 4.9 15-13-9.2-12.8 9.4 4.7-15.2-12.8-9.3 15.9-.2 5-15 5 15h15.8zm17.5 52 5 15.1-13-9.2-12.9 9.3 4.8-15.1-12.8-9.4 15.9-.1 4.9-15.1 5 15h16zm58.5-.4 4.9 15.2-13-9.3-12.8 9.3 4.7-15.1-12.8-9.3 15.9-.2 5-15 5 15h15.8zm17.4-51.6 4.9 15.1-13-9.2-12.8 9.3 4.8-15.1-12.9-9.4 16-.1 4.8-15.1 5 15h16zm-46.3-34.3 5 15.2-13-9.3-12.9 9.4 4.8-15.2-12.8-9.4 15.8-.1 5-15.1 5 15h16z",fill:"#fff"})]})]})}));exports.SG=a;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=i.forwardRef((function(i,a){var h=i.height,t=i.width,s=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,height:h,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(s[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(s[0],")"),fillRule:"evenodd",children:[e.jsx("path",{d:"M-20 0h720v480H-20z",fill:"#fff"}),e.jsx("path",{d:"M-20 0h720v240H-20z",fill:"#df0000"}),e.jsx("path",{d:"M146 40.2a84.4 84.4 0 0 0 .8 165.2 86 86 0 0 1-106.6-59 86 86 0 0 1 59-106c16-4.6 30.8-4.7 46.9-.2z",fill:"#fff"}),e.jsx("path",{d:"m133 110 4.9 15-13-9.2-12.8 9.4 4.7-15.2-12.8-9.3 15.9-.2 5-15 5 15h15.8zm17.5 52 5 15.1-13-9.2-12.9 9.3 4.8-15.1-12.8-9.4 15.9-.1 4.9-15.1 5 15h16zm58.5-.4 4.9 15.2-13-9.3-12.8 9.3 4.7-15.1-12.8-9.3 15.9-.2 5-15 5 15h15.8zm17.4-51.6 4.9 15.1-13-9.2-12.8 9.3 4.8-15.1-12.9-9.4 16-.1 4.8-15.1 5 15h16zm-46.3-34.3 5 15.2-13-9.3-12.9 9.4 4.8-15.2-12.8-9.4 15.8-.1 5-15.1 5 15h16z",fill:"#fff"})]})]})}));exports.SG=a;
package/icons/flags/SH.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),h=require("react"),l=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=h.forwardRef((function(h,s){var d=h.height,t=h.width,a=i.useStableUniqueId(7);return e.jsxs(l.FlagIconBase,{ref:s,height:d,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(a[5],")"),children:[e.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(a[1],")"),children:[e.jsx("mask",{height:"7",id:"".concat(a[2]),maskUnits:"userSpaceOnUse",width:"9",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h9v7H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(a[2],")"),children:[e.jsx("path",{d:"m-1.002 6.5 1.98.868L9.045.944l1.045-1.29-2.118-.29-3.29 2.768-2.649 1.865L-1.002 6.5Z",fill:"#F7FCFF"}),e.jsx("path",{d:"m-.731 7.108 1.009.505 9.436-8.08H8.298L-.731 7.109Z",fill:"#F50100"}),e.jsx("path",{d:"m10.002 6.5-1.98.868L-.045.944-1.09-.346l2.118-.29 3.29 2.768 2.649 1.865L10.002 6.5Z",fill:"#F7FCFF"}),e.jsx("path",{d:"m9.935 6.937-1.01.504-4.018-3.46-1.19-.386L-1.19-.342H.227L5.13 3.502l1.303.463 3.502 2.972Z",fill:"#F50100"}),e.jsxs("mask",{fill:"#000",height:"9",id:"".concat(a[3]),maskUnits:"userSpaceOnUse",width:"11",x:"-1",y:"-1",children:[e.jsx("path",{d:"M-1-1h11v9H-1z",fill:"#fff"}),e.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fillRule:"evenodd"})]}),e.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fill:"#F50100",fillRule:"evenodd"}),e.jsx("path",{d:"M3.992 0v-.75h-.75V0h.75Zm1 0h.75v-.75h-.75V0Zm-1 3v.75h.75V3h-.75ZM0 3v-.75h-.75V3H0Zm0 1h-.75v.75H0V4Zm3.992 0h.75v-.75h-.75V4Zm0 3h-.75v.75h.75V7Zm1 0v.75h.75V7h-.75Zm0-3v-.75h-.75V4h.75ZM9 4v.75h.75V4H9Zm0-1h.75v-.75H9V3ZM4.992 3h-.75v.75h.75V3Zm-1-2.25h1v-1.5h-1v1.5ZM4.742 3V0h-1.5v3h1.5ZM0 3.75h3.992v-1.5H0v1.5ZM.75 4V3h-1.5v1h1.5Zm3.242-.75H0v1.5h3.992v-1.5ZM4.742 7V4h-1.5v3h1.5Zm.25-.75h-1v1.5h1v-1.5ZM4.242 4v3h1.5V4h-1.5ZM9 3.25H4.992v1.5H9v-1.5ZM8.25 3v1h1.5V3h-1.5Zm-3.258.75H9v-1.5H4.992v1.5ZM4.242 0v3h1.5V0h-1.5Z",fill:"#F7FCFF",mask:"url(#".concat(a[3],")")})]}),e.jsx("path",{d:"M10.023 4.895h-.125v.125c0 .26-.001.515-.003.763-.002.592-.005 1.15.01 1.661.019.727.072 1.372.209 1.91.137.539.36.98.728 1.286.369.307.867.463 1.528.463.667 0 1.18-.194 1.564-.544.382-.348.626-.838.779-1.41.305-1.14.26-2.65.176-4.137l-.007-.117h-4.859Z",fill:"#B7E1FF",stroke:"#F7FCFF",strokeWidth:".25"}),e.jsx("mask",{height:"8",id:"".concat(a[4]),maskUnits:"userSpaceOnUse",width:"7",x:"9",y:"4",children:e.jsx("path",{d:"M10.023 4.895h-.125v.125c0 .26-.001.515-.003.763-.002.592-.005 1.15.01 1.661.019.727.072 1.372.209 1.91.137.539.36.98.728 1.286.369.307.867.463 1.528.463.667 0 1.18-.194 1.564-.544.382-.348.626-.838.779-1.41.305-1.14.26-2.65.176-4.137l-.007-.117h-4.859Z",fill:"#fff",stroke:"#fff",strokeWidth:".25"})}),e.jsxs("g",{mask:"url(#".concat(a[4],")"),children:[e.jsx("path",{d:"M11.2 9.8h3.6V11h-3.6z",fill:"#2E42A5"}),e.jsx("g",{filter:"url(#".concat(a[6],")"),children:e.jsx("path",{d:"M8.8 3.8H16v3.6H8.8z",fill:"#FDFF00"})}),e.jsx("path",{clipRule:"evenodd",d:"M12.4 7.04a.84.84 0 1 0 0-1.68.84.84 0 0 0 0 1.68Z",fill:"#272727",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"m10.07 8.412.537-.494s.724-.073.809.087c.085.16.035-.074.17.293.137.367.191-.158.266.367.075.525.138.705.138.828 0 .122.682.485.42.735-.26.25-.273.828-.273.993 0 .165-.02.24-.285.202-.265-.037-.588.095-.652.095-.064 0-.842-.158-.842-.484 0-.326-.287-2.622-.287-2.622Z",fill:"#CE6201",fillRule:"evenodd"})]})]})]})]}),e.jsxs("defs",{children:[e.jsx("clipPath",{id:"".concat(a[5]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"3.85",id:"".concat(a[6]),width:"7.2",x:"8.8",y:"3.8",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),e.jsx("feOffset",{dy:".25"}),e.jsx("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"}),e.jsx("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_157_65947"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_157_65947",result:"shape"})]})]})]})}));exports.SH=s;
1
+ "use strict";var e=require("react/jsx-runtime"),h=require("react"),l=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=h.forwardRef((function(h,s){var d=h.height,t=h.width,a=i.useStableUniqueId(7);return e.jsxs(l.FlagIconBase,{ref:s,height:d,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(a[5],")"),children:[e.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(a[1],")"),children:[e.jsx("mask",{height:"7",id:"".concat(a[2]),maskUnits:"userSpaceOnUse",width:"9",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h9v7H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(a[2],")"),children:[e.jsx("path",{d:"m-1.002 6.5 1.98.868L9.045.944l1.045-1.29-2.118-.29-3.29 2.768-2.649 1.865L-1.002 6.5Z",fill:"#F7FCFF"}),e.jsx("path",{d:"m-.731 7.108 1.009.505 9.436-8.08H8.298L-.731 7.109Z",fill:"#F50100"}),e.jsx("path",{d:"m10.002 6.5-1.98.868L-.045.944-1.09-.346l2.118-.29 3.29 2.768 2.649 1.865L10.002 6.5Z",fill:"#F7FCFF"}),e.jsx("path",{d:"m9.935 6.937-1.01.504-4.018-3.46-1.19-.386L-1.19-.342H.227L5.13 3.502l1.303.463 3.502 2.972Z",fill:"#F50100"}),e.jsxs("mask",{fill:"#000",height:"9",id:"".concat(a[3]),maskUnits:"userSpaceOnUse",width:"11",x:"-1",y:"-1",children:[e.jsx("path",{d:"M-1-1h11v9H-1z",fill:"#fff"}),e.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fillRule:"evenodd"})]}),e.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fill:"#F50100",fillRule:"evenodd"}),e.jsx("path",{d:"M3.992 0v-.75h-.75V0h.75Zm1 0h.75v-.75h-.75V0Zm-1 3v.75h.75V3h-.75ZM0 3v-.75h-.75V3H0Zm0 1h-.75v.75H0V4Zm3.992 0h.75v-.75h-.75V4Zm0 3h-.75v.75h.75V7Zm1 0v.75h.75V7h-.75Zm0-3v-.75h-.75V4h.75ZM9 4v.75h.75V4H9Zm0-1h.75v-.75H9V3ZM4.992 3h-.75v.75h.75V3Zm-1-2.25h1v-1.5h-1v1.5ZM4.742 3V0h-1.5v3h1.5ZM0 3.75h3.992v-1.5H0v1.5ZM.75 4V3h-1.5v1h1.5Zm3.242-.75H0v1.5h3.992v-1.5ZM4.742 7V4h-1.5v3h1.5Zm.25-.75h-1v1.5h1v-1.5ZM4.242 4v3h1.5V4h-1.5ZM9 3.25H4.992v1.5H9v-1.5ZM8.25 3v1h1.5V3h-1.5Zm-3.258.75H9v-1.5H4.992v1.5ZM4.242 0v3h1.5V0h-1.5Z",fill:"#F7FCFF",mask:"url(#".concat(a[3],")")})]}),e.jsx("path",{d:"M10.023 4.895h-.125v.125c0 .26-.001.515-.003.763-.002.592-.005 1.15.01 1.661.019.727.072 1.372.209 1.91.137.539.36.98.728 1.286.369.307.867.463 1.528.463.667 0 1.18-.194 1.564-.544.382-.348.626-.838.779-1.41.305-1.14.26-2.65.176-4.137l-.007-.117h-4.859Z",fill:"#B7E1FF",stroke:"#F7FCFF",strokeWidth:".25"}),e.jsx("mask",{height:"8",id:"".concat(a[4]),maskUnits:"userSpaceOnUse",width:"7",x:"9",y:"4",children:e.jsx("path",{d:"M10.023 4.895h-.125v.125c0 .26-.001.515-.003.763-.002.592-.005 1.15.01 1.661.019.727.072 1.372.209 1.91.137.539.36.98.728 1.286.369.307.867.463 1.528.463.667 0 1.18-.194 1.564-.544.382-.348.626-.838.779-1.41.305-1.14.26-2.65.176-4.137l-.007-.117h-4.859Z",fill:"#fff",stroke:"#fff",strokeWidth:".25"})}),e.jsxs("g",{mask:"url(#".concat(a[4],")"),children:[e.jsx("path",{d:"M11.2 9.8h3.6V11h-3.6z",fill:"#2E42A5"}),e.jsx("g",{filter:"url(#".concat(a[6],")"),children:e.jsx("path",{d:"M8.8 3.8H16v3.6H8.8z",fill:"#FDFF00"})}),e.jsx("path",{clipRule:"evenodd",d:"M12.4 7.04a.84.84 0 1 0 0-1.68.84.84 0 0 0 0 1.68Z",fill:"#272727",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"m10.07 8.412.537-.494s.724-.073.809.087c.085.16.035-.074.17.293.137.367.191-.158.266.367.075.525.138.705.138.828 0 .122.682.485.42.735-.26.25-.273.828-.273.993 0 .165-.02.24-.285.202-.265-.037-.588.095-.652.095-.064 0-.842-.158-.842-.484 0-.326-.287-2.622-.287-2.622Z",fill:"#CE6201",fillRule:"evenodd"})]})]})]})]}),e.jsxs("defs",{children:[e.jsx("clipPath",{id:"".concat(a[5]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}),e.jsxs("filter",{colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse",height:"3.85",id:"".concat(a[6]),width:"7.2",x:"8.8",y:"3.8",children:[e.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsx("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),e.jsx("feOffset",{dy:".25"}),e.jsx("feColorMatrix",{values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"}),e.jsx("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_157_65947"}),e.jsx("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_157_65947",result:"shape"})]})]})]})}));exports.SH=s;
package/icons/flags/SI.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=e.forwardRef((function(e,a){var r=e.height,s=e.width,h=t.useStableUniqueId(1);return l.jsxs(i.FlagIconBase,{ref:a,height:r,viewBox:"0 0 640 480",width:s,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(h[0]),children:l.jsx("path",{d:"M-15 0h682.6v512H-15.1z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(14.1) scale(.9375)",children:[l.jsx("path",{d:"M-62 0H962v512H-62z",fill:"#fff"}),l.jsx("path",{d:"M-62 341.3H962V512H-62z",fill:"#de2918"}),l.jsx("path",{d:"M-62 170.7H962v170.6H-62z",fill:"#08399c"}),l.jsx("path",{d:"M228.4 93c-4 61.6-6.4 95.4-15.7 111-10.2 16.8-20 29.1-59.7 44-39.6-14.9-49.4-27.2-59.6-44-9.4-15.6-11.7-49.4-15.7-111l5.8-2c11.8-3.6 20.6-6.5 27.1-7.8 9.3-2 17.3-4.2 42.3-4.7 25 .4 33 2.8 42.3 4.8 6.4 1.4 15.6 4 27.3 7.7l5.9 2z",fill:"#de2918"}),l.jsx("path",{d:"M222.6 91c-3.8 61.5-7 89.7-12 103.2-9.6 23.2-24.8 35.9-57.6 48-32.8-12.1-48-24.8-57.7-48-5-13.6-8-41.7-11.8-103.3 11.6-3.6 20.6-6.4 27.1-7.7 9.3-2 17.3-4.3 42.3-4.7 25 .4 33 2.7 42.3 4.7a284 284 0 0 1 27.4 7.7z",fill:"#08399c"}),l.jsx("path",{d:"m153 109.8 1.5 3.7 7 1-4.5 2.7 4.3 2.9-6.3 1-2 3.4-2-3.5-6-.8 4-3-4.2-2.7 6.7-1 1.5-3.7z",fill:"#fc0"}),l.jsx("path",{d:"m208.3 179.6-3.9-3-2.7-4.6-5.4-4.7-2.9-4.7-5.4-4.9-2.6-4.7-3-2.3-1.8-1.9-5 4.3-2.6 4.7-3.3 3-3.7-2.9-2.7-4.8-10.3-18.3-10.3 18.3-2.7 4.8-3.7 2.9-3.3-3-2.7-4.7-4.9-4.3-1.9 1.8-2.9 2.4-2.6 4.7-5.4 4.9-2.9 4.7-5.4 4.7-2.7 4.6-3.9 3a65.8 65.8 0 0 0 18.6 36.3 107 107 0 0 0 36.6 20.5 104.1 104.1 0 0 0 36.8-20.5c5.8-6 16.6-19.3 18.6-36.3z",fill:"#fff"}),l.jsx("path",{d:"m169.4 83.9 1.6 3.7 7 1-4.6 2.7 4.4 2.9-6.3 1-2 3.4-2-3.5-6-.8 4-3-4.2-2.7 6.6-1 1.6-3.7zm-33 0 1.6 3.7 7 .9-4.5 2.7 4.3 2.9-6.3 1-2 3.4-2-3.4-6-.9 4-3-4.2-2.7 6.7-1 1.5-3.7z",fill:"#fc0"}),l.jsx("path",{d:"M199.7 203h-7.4l-7-.5-8.3-4h-9.4l-8.1 4-6.5.6-6.4-.6-8.1-4H129l-8.4 4-6.9.6-7.6-.1-3.6-6.2.1-.2 11.2 1.9 6.9-.5 8.3-4.1h9.4l8.2 4 6.4.6 6.5-.6 8.1-4h9.4l8.4 4 6.9.6 10.8-2 .2.4-3.7 6.1zm-86.4 9.5 7.4-.5 8.3-4h9.4l8.2 4 6.4.5 6.4-.5 8.2-4h9.4l8.3 4 7.5.5 4.8-6h-.1l-5.2 1.4-6.9-.5-8.3-4h-9.4l-8.2 4-6.4.6-6.5-.6-8.1-4H129l-8.4 4-6.9.6-5-1.3v.2l4.5 5.6z",fill:"#08399c"})]})]})}));exports.SI=a;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=e.forwardRef((function(e,a){var r=e.height,s=e.width,h=t.useStableUniqueId(1);return l.jsxs(i.FlagIconBase,{ref:a,height:r,viewBox:"0 0 640 480",width:s,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(h[0]),children:l.jsx("path",{d:"M-15 0h682.6v512H-15.1z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(14.1) scale(.9375)",children:[l.jsx("path",{d:"M-62 0H962v512H-62z",fill:"#fff"}),l.jsx("path",{d:"M-62 341.3H962V512H-62z",fill:"#de2918"}),l.jsx("path",{d:"M-62 170.7H962v170.6H-62z",fill:"#08399c"}),l.jsx("path",{d:"M228.4 93c-4 61.6-6.4 95.4-15.7 111-10.2 16.8-20 29.1-59.7 44-39.6-14.9-49.4-27.2-59.6-44-9.4-15.6-11.7-49.4-15.7-111l5.8-2c11.8-3.6 20.6-6.5 27.1-7.8 9.3-2 17.3-4.2 42.3-4.7 25 .4 33 2.8 42.3 4.8 6.4 1.4 15.6 4 27.3 7.7l5.9 2z",fill:"#de2918"}),l.jsx("path",{d:"M222.6 91c-3.8 61.5-7 89.7-12 103.2-9.6 23.2-24.8 35.9-57.6 48-32.8-12.1-48-24.8-57.7-48-5-13.6-8-41.7-11.8-103.3 11.6-3.6 20.6-6.4 27.1-7.7 9.3-2 17.3-4.3 42.3-4.7 25 .4 33 2.7 42.3 4.7a284 284 0 0 1 27.4 7.7z",fill:"#08399c"}),l.jsx("path",{d:"m153 109.8 1.5 3.7 7 1-4.5 2.7 4.3 2.9-6.3 1-2 3.4-2-3.5-6-.8 4-3-4.2-2.7 6.7-1 1.5-3.7z",fill:"#fc0"}),l.jsx("path",{d:"m208.3 179.6-3.9-3-2.7-4.6-5.4-4.7-2.9-4.7-5.4-4.9-2.6-4.7-3-2.3-1.8-1.9-5 4.3-2.6 4.7-3.3 3-3.7-2.9-2.7-4.8-10.3-18.3-10.3 18.3-2.7 4.8-3.7 2.9-3.3-3-2.7-4.7-4.9-4.3-1.9 1.8-2.9 2.4-2.6 4.7-5.4 4.9-2.9 4.7-5.4 4.7-2.7 4.6-3.9 3a65.8 65.8 0 0 0 18.6 36.3 107 107 0 0 0 36.6 20.5 104.1 104.1 0 0 0 36.8-20.5c5.8-6 16.6-19.3 18.6-36.3z",fill:"#fff"}),l.jsx("path",{d:"m169.4 83.9 1.6 3.7 7 1-4.6 2.7 4.4 2.9-6.3 1-2 3.4-2-3.5-6-.8 4-3-4.2-2.7 6.6-1 1.6-3.7zm-33 0 1.6 3.7 7 .9-4.5 2.7 4.3 2.9-6.3 1-2 3.4-2-3.4-6-.9 4-3-4.2-2.7 6.7-1 1.5-3.7z",fill:"#fc0"}),l.jsx("path",{d:"M199.7 203h-7.4l-7-.5-8.3-4h-9.4l-8.1 4-6.5.6-6.4-.6-8.1-4H129l-8.4 4-6.9.6-7.6-.1-3.6-6.2.1-.2 11.2 1.9 6.9-.5 8.3-4.1h9.4l8.2 4 6.4.6 6.5-.6 8.1-4h9.4l8.4 4 6.9.6 10.8-2 .2.4-3.7 6.1zm-86.4 9.5 7.4-.5 8.3-4h9.4l8.2 4 6.4.5 6.4-.5 8.2-4h9.4l8.3 4 7.5.5 4.8-6h-.1l-5.2 1.4-6.9-.5-8.3-4h-9.4l-8.2 4-6.4.6-6.5-.6-8.1-4H129l-8.4 4-6.9.6-5-1.3v.2l4.5 5.6z",fill:"#08399c"})]})]})}));exports.SI=a;