@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/DM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var h=l.forwardRef((function(l,h){var d=l.height,t=l.width,a=s.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,{ref:h,height:d,viewBox:"0 0 16 12",width:t,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:"M0 0v12h16V0H0Z",fill:"#279E19",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",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(a[1],")"),children:[e.jsx("path",{d:"M8 0h1v7h7v1H9v4H8V8H0V7h8V0Z",fill:"#F7FCFF"}),e.jsx("path",{d:"M7 0h1v6h8v1H8v5H7V7H0V6h7V0Z",fill:"#272727"}),e.jsx("path",{d:"M6 0h1v5h9v1H7v6H6V6H0V5h6V0Z",fill:"#FECA00"}),e.jsx("path",{d:"M8 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z",fill:"#C51918"}),e.jsx("path",{d:"M7.363 4.207s.19-.617.631-.298c.692.34.92.732 1.188 1.175.267.444-.655.12-.827-.13-.172-.25-1.127-.331-.992-.54.135-.207 0-.207 0-.207Z",fill:"#804BFF"}),e.jsx("path",{d:"M7.207 7.363s-.47.643 0 .643 2.374-.139 2.146-.322c-.228-.183-1.92 0-1.92 0l-.226-.321Z",fill:"#A95601"}),e.jsx("path",{d:"M7.909 7.343c-.049-.055-.905-1.998-.507-2.402.398-.404.632-.166.632.44 0 .605.023 2.111-.125 1.962Z",fill:"#804BFF"}),e.jsx("path",{d:"M7.859 7.027s-.05.472.193 1.024c.243.55.733.54.733.089 0-.451.358-.028.496.273.137.301-.219-2.673-.724-3.339-.505-.666-.992-.708-.845-.278.147.43.147 2.231.147 2.231Z",fill:"#279E19"}),e.jsx("path",{d:"M7.564 3.8s-.214.137-.214.514c0 .378.506-.116.506-.116L7.564 3.8Zm.046-.143.44-.232.44.232-.083-.491.356-.348-.493-.071-.22-.447-.22.447-.493.071.356.348-.084.49Zm0 5.9.44-.232.44.232-.083-.491.356-.348-.493-.071-.22-.447-.22.447-.493.071.356.348-.084.49Zm2.8-2.8.083-.491-.356-.348.493-.071.22-.447.22.447.493.071-.356.348.084.49-.441-.231-.44.232Zm-5.7 0 .44-.232.44.232-.083-.491.356-.348-.493-.071-.22-.447-.22.447-.493.071.356.348-.084.49ZM6.233 4.35l-.14.478-.294-.401-.498.015.29-.405-.167-.468.474.151.394-.305.002.498.412.28-.473.157Zm4.104 4.38.14-.479.473-.156-.412-.28-.002-.499-.394.305-.474-.152.168.47-.29.404.497-.015.294.401Zm.07-4.438-.139.478-.294-.402-.498.015.29-.404-.167-.469.474.152.394-.305.002.498.412.28-.473.157ZM6.212 8.87l.14-.478.472-.156-.411-.28-.003-.499-.394.305-.474-.152.168.47-.29.404.497-.015.295.401Z",fill:"#FECA00"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.DM=h;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var h=l.forwardRef((function(l,h){var d=l.height,t=l.width,a=s.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,{ref:h,height:d,viewBox:"0 0 16 12",width:t,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:"M0 0v12h16V0H0Z",fill:"#279E19",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",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(a[1],")"),children:[e.jsx("path",{d:"M8 0h1v7h7v1H9v4H8V8H0V7h8V0Z",fill:"#F7FCFF"}),e.jsx("path",{d:"M7 0h1v6h8v1H8v5H7V7H0V6h7V0Z",fill:"#272727"}),e.jsx("path",{d:"M6 0h1v5h9v1H7v6H6V6H0V5h6V0Z",fill:"#FECA00"}),e.jsx("path",{d:"M8 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z",fill:"#C51918"}),e.jsx("path",{d:"M7.363 4.207s.19-.617.631-.298c.692.34.92.732 1.188 1.175.267.444-.655.12-.827-.13-.172-.25-1.127-.331-.992-.54.135-.207 0-.207 0-.207Z",fill:"#804BFF"}),e.jsx("path",{d:"M7.207 7.363s-.47.643 0 .643 2.374-.139 2.146-.322c-.228-.183-1.92 0-1.92 0l-.226-.321Z",fill:"#A95601"}),e.jsx("path",{d:"M7.909 7.343c-.049-.055-.905-1.998-.507-2.402.398-.404.632-.166.632.44 0 .605.023 2.111-.125 1.962Z",fill:"#804BFF"}),e.jsx("path",{d:"M7.859 7.027s-.05.472.193 1.024c.243.55.733.54.733.089 0-.451.358-.028.496.273.137.301-.219-2.673-.724-3.339-.505-.666-.992-.708-.845-.278.147.43.147 2.231.147 2.231Z",fill:"#279E19"}),e.jsx("path",{d:"M7.564 3.8s-.214.137-.214.514c0 .378.506-.116.506-.116L7.564 3.8Zm.046-.143.44-.232.44.232-.083-.491.356-.348-.493-.071-.22-.447-.22.447-.493.071.356.348-.084.49Zm0 5.9.44-.232.44.232-.083-.491.356-.348-.493-.071-.22-.447-.22.447-.493.071.356.348-.084.49Zm2.8-2.8.083-.491-.356-.348.493-.071.22-.447.22.447.493.071-.356.348.084.49-.441-.231-.44.232Zm-5.7 0 .44-.232.44.232-.083-.491.356-.348-.493-.071-.22-.447-.22.447-.493.071.356.348-.084.49ZM6.233 4.35l-.14.478-.294-.401-.498.015.29-.405-.167-.468.474.151.394-.305.002.498.412.28-.473.157Zm4.104 4.38.14-.479.473-.156-.412-.28-.002-.499-.394.305-.474-.152.168.47-.29.404.497-.015.294.401Zm.07-4.438-.139.478-.294-.402-.498.015.29-.404-.167-.469.474.152.394-.305.002.498.412.28-.473.157ZM6.212 8.87l.14-.478.472-.156-.411-.28-.003-.499-.394.305-.474-.152.168.47-.29.404.497-.015.295.401Z",fill:"#FECA00"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.DM=h;
package/icons/flags/DO.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=l.forwardRef((function(l,s){var c=l.height,d=l.width,t=h.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,{ref:s,height:c,viewBox:"0 0 16 12",width:d,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:"#C51918",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:"M7 0h2v5h7v2H9v5H7V7H0V5h7V0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("path",{d:"M0 0h7v5H0zm9 7h7v5H9z",fill:"#4257BF"}),e.jsx("path",{d:"m6.818 5.555.498.048c-.085.89.026 1.265.206 1.265v.5c-.623 0-.815-.65-.704-1.813Zm2.395 0-.497.048c.085.89-.026 1.265-.206 1.265v.5c.622 0 .815-.65.703-1.813Z",fill:"#309404"}),e.jsx("path",{d:"M7.364 5.346h.473v.738h-.473zm.726.877h.474v.375c0 .2-.163.364-.364.364h-.11v-.739Z",fill:"#003994"}),e.jsx("path",{d:"M8.055 5.3h.473v.738h-.473zm-.691.923h.472v.739h-.109a.364.364 0 0 1-.363-.364v-.375Z",fill:"#DE2110"}),e.jsx("path",{d:"m7.167 5.305-.334-.372c.353-.318.721-.483 1.1-.483.38 0 .747.165 1.1.483l-.334.372c-.267-.241-.521-.355-.766-.355-.244 0-.498.114-.766.355Z",fill:"#00319C"}),e.jsx("path",{d:"m7.204 7.797-.335-.372c.353-.318.721-.483 1.1-.483.38 0 .748.165 1.1.483l-.334.372c-.267-.24-.521-.355-.766-.355-.244 0-.498.114-.765.355Z",fill:"#DE2110"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(t[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.DO=s;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=l.forwardRef((function(l,s){var c=l.height,d=l.width,t=h.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,{ref:s,height:c,viewBox:"0 0 16 12",width:d,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:"#C51918",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:"M7 0h2v5h7v2H9v5H7V7H0V5h7V0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("path",{d:"M0 0h7v5H0zm9 7h7v5H9z",fill:"#4257BF"}),e.jsx("path",{d:"m6.818 5.555.498.048c-.085.89.026 1.265.206 1.265v.5c-.623 0-.815-.65-.704-1.813Zm2.395 0-.497.048c.085.89-.026 1.265-.206 1.265v.5c.622 0 .815-.65.703-1.813Z",fill:"#309404"}),e.jsx("path",{d:"M7.364 5.346h.473v.738h-.473zm.726.877h.474v.375c0 .2-.163.364-.364.364h-.11v-.739Z",fill:"#003994"}),e.jsx("path",{d:"M8.055 5.3h.473v.738h-.473zm-.691.923h.472v.739h-.109a.364.364 0 0 1-.363-.364v-.375Z",fill:"#DE2110"}),e.jsx("path",{d:"m7.167 5.305-.334-.372c.353-.318.721-.483 1.1-.483.38 0 .747.165 1.1.483l-.334.372c-.267-.241-.521-.355-.766-.355-.244 0-.498.114-.766.355Z",fill:"#00319C"}),e.jsx("path",{d:"m7.204 7.797-.335-.372c.353-.318.721-.483 1.1-.483.38 0 .748.165 1.1.483l-.334.372c-.267-.24-.521-.355-.766-.355-.244 0-.498.114-.765.355Z",fill:"#DE2110"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(t[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.DO=s;
@@ -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 s=i.forwardRef((function(i,s){var t=i.height,a=i.width,h=l.useStableUniqueId(2);return e.jsxs(r.FlagIconBase,{ref:s,height:t,viewBox:"0 0 16 12",width:a,children:[e.jsxs("g",{clipPath:"url(#".concat(h[1],")"),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",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(h[0],")"),children:[e.jsx("path",{d:"M0 0h16v12H0V0Z",fill:"#9898A0"}),e.jsx("path",{d:"M0 0v4h16V0H0Z",fill:"#D6D6D9"}),e.jsx("path",{d:"M0 8v4h16V8H0Z",fill:"#5B5B60"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.Default=s;
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 s=i.forwardRef((function(i,s){var t=i.height,a=i.width,h=l.useStableUniqueId(2);return e.jsxs(r.FlagIconBase,{ref:s,height:t,viewBox:"0 0 16 12",width:a,children:[e.jsxs("g",{clipPath:"url(#".concat(h[1],")"),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",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(h[0],")"),children:[e.jsx("path",{d:"M0 0h16v12H0V0Z",fill:"#9898A0"}),e.jsx("path",{d:"M0 0v4h16V0H0Z",fill:"#D6D6D9"}),e.jsx("path",{d:"M0 8v4h16V8H0Z",fill:"#5B5B60"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.Default=s;
package/icons/flags/EC.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=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,h=s.useStableUniqueId(4);return l.jsxs(i.FlagIconBase,{ref:d,height:c,viewBox:"0 0 16 12",width:t,children:[l.jsxs("g",{clipPath:"url(#".concat(h[3],")"),children:[l.jsx("mask",{height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(h[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(h[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(h[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v6h16V0H0Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M0 9v3h16V9H0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M4.606 2.896c-.06-.136 2.256-.823 2.43-.823.173 0 .392.412.392.412l1.408.113s-.166-.525 0-.525c.167 0 2.716.886 2.716.886s-3.187.384-3.187.47c0 .087.209.562.209.562l-.59.193s.035-.573-.061-.573-.381.685-.381.685l-.28-.867s-2.595-.397-2.656-.533Z",fill:"#7B2900",fillRule:"evenodd"}),l.jsx("path",{d:"m4.616 5.009.63.15c-.659 2.759-.05 4.082 1.828 4.205l-.042.646c-2.353-.154-3.157-1.9-2.416-5.001Z",fill:"#FECA00"}),l.jsx("path",{d:"m5 4.637.64.1c-.451 2.887-.09 4.192.924 4.156l.023.648C4.967 9.598 4.492 7.883 5 4.637Z",fill:"#07138E"}),l.jsx("path",{d:"m5.648 4.373.64.1c-.451 2.886-.09 4.191.925 4.156l.022.647c-1.62.057-2.095-1.657-1.587-4.903Z",fill:"#E10001"}),l.jsx("path",{d:"m6.851 9.637.645-.063c.053.546.013 1.017-.125 1.413l-.612-.214c.104-.299.137-.678.092-1.136Z",fill:"#07138E"}),l.jsx("path",{d:"M10.75 5.084S11.783 9.731 8.6 9.65",stroke:"#FECA00",strokeWidth:".648"}),l.jsx("path",{d:"m10.681 4.637-.64.1c.452 2.887.09 4.192-.924 4.156l-.023.648c1.62.057 2.095-1.658 1.587-4.904Z",fill:"#07138E"}),l.jsx("path",{d:"m10.033 4.373-.64.1c.451 2.886.09 4.191-.924 4.156l-.023.647c1.62.057 2.095-1.657 1.587-4.903Z",fill:"#E10001"}),l.jsx("path",{d:"m8.704 9.64-.644-.07c-.054.5-.013.931.13 1.295l.603-.236c-.1-.258-.132-.587-.089-.989Z",fill:"#07138E"}),l.jsx("path",{clipRule:"evenodd",d:"M6.933 8.75h1.945v.926H6.933V8.75Z",fill:"#908F89",fillRule:"evenodd"}),l.jsx("path",{d:"M7.906 9c.548 0 1.021-.309 1.348-.763.327-.454.522-1.07.522-1.737 0-.668-.195-1.283-.522-1.737C8.927 4.309 8.454 4 7.906 4c-.549 0-1.022.309-1.35.763-.326.454-.52 1.07-.52 1.737 0 .668.194 1.283.52 1.737.328.454.801.763 1.35.763Z",stroke:"#FEE901",strokeWidth:".5"}),l.jsx("mask",{height:"7",id:"".concat(h[2]),maskUnits:"userSpaceOnUse",width:"6",x:"5",y:"3",children:l.jsx("path",{d:"M7.906 9c.548 0 1.021-.309 1.348-.763.327-.454.522-1.07.522-1.737 0-.668-.195-1.283-.522-1.737C8.927 4.309 8.454 4 7.906 4c-.549 0-1.022.309-1.35.763-.326.454-.52 1.07-.52 1.737 0 .668.194 1.283.52 1.737.328.454.801.763 1.35.763Z",fill:"#fff",stroke:"#fff",strokeWidth:".5"})}),l.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(h[2],")"),children:[l.jsx("path",{d:"M9.08 7.702s-.789-.428-1.015-.581c-.226-.153-.095-.494-.485-.403-.39.092-.702.25-.702.685 0 .435-.306.693-.41.396-.104-.297-.594-1.687 0-1.687s1.983.312 2.392.312c.409 0 .647.212.647.596a.73.73 0 0 1-.428.682Z",fill:"#8DDD61"}),l.jsx("path",{d:"M7.906 5.441a.328.328 0 0 0 .324-.33.328.328 0 0 0-.324-.332.328.328 0 0 0-.325.331c0 .183.146.331.325.331Z",fill:"#FEE901"}),l.jsx("path",{d:"M6.835 5.47s.377-.091.898.26c.52.351 1.783.55 1.783.275v.537s-2.802-.174-2.952 0c-.15.174-.165-.974 0-1.072.165-.097.27 0 .27 0Z",fill:"#F7FCFF"})]})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(h[3]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.EC=d;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=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,h=s.useStableUniqueId(4);return l.jsxs(i.FlagIconBase,{ref:d,height:c,viewBox:"0 0 16 12",width:t,children:[l.jsxs("g",{clipPath:"url(#".concat(h[3],")"),children:[l.jsx("mask",{height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(h[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(h[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(h[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v6h16V0H0Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M0 9v3h16V9H0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M4.606 2.896c-.06-.136 2.256-.823 2.43-.823.173 0 .392.412.392.412l1.408.113s-.166-.525 0-.525c.167 0 2.716.886 2.716.886s-3.187.384-3.187.47c0 .087.209.562.209.562l-.59.193s.035-.573-.061-.573-.381.685-.381.685l-.28-.867s-2.595-.397-2.656-.533Z",fill:"#7B2900",fillRule:"evenodd"}),l.jsx("path",{d:"m4.616 5.009.63.15c-.659 2.759-.05 4.082 1.828 4.205l-.042.646c-2.353-.154-3.157-1.9-2.416-5.001Z",fill:"#FECA00"}),l.jsx("path",{d:"m5 4.637.64.1c-.451 2.887-.09 4.192.924 4.156l.023.648C4.967 9.598 4.492 7.883 5 4.637Z",fill:"#07138E"}),l.jsx("path",{d:"m5.648 4.373.64.1c-.451 2.886-.09 4.191.925 4.156l.022.647c-1.62.057-2.095-1.657-1.587-4.903Z",fill:"#E10001"}),l.jsx("path",{d:"m6.851 9.637.645-.063c.053.546.013 1.017-.125 1.413l-.612-.214c.104-.299.137-.678.092-1.136Z",fill:"#07138E"}),l.jsx("path",{d:"M10.75 5.084S11.783 9.731 8.6 9.65",stroke:"#FECA00",strokeWidth:".648"}),l.jsx("path",{d:"m10.681 4.637-.64.1c.452 2.887.09 4.192-.924 4.156l-.023.648c1.62.057 2.095-1.658 1.587-4.904Z",fill:"#07138E"}),l.jsx("path",{d:"m10.033 4.373-.64.1c.451 2.886.09 4.191-.924 4.156l-.023.647c1.62.057 2.095-1.657 1.587-4.903Z",fill:"#E10001"}),l.jsx("path",{d:"m8.704 9.64-.644-.07c-.054.5-.013.931.13 1.295l.603-.236c-.1-.258-.132-.587-.089-.989Z",fill:"#07138E"}),l.jsx("path",{clipRule:"evenodd",d:"M6.933 8.75h1.945v.926H6.933V8.75Z",fill:"#908F89",fillRule:"evenodd"}),l.jsx("path",{d:"M7.906 9c.548 0 1.021-.309 1.348-.763.327-.454.522-1.07.522-1.737 0-.668-.195-1.283-.522-1.737C8.927 4.309 8.454 4 7.906 4c-.549 0-1.022.309-1.35.763-.326.454-.52 1.07-.52 1.737 0 .668.194 1.283.52 1.737.328.454.801.763 1.35.763Z",stroke:"#FEE901",strokeWidth:".5"}),l.jsx("mask",{height:"7",id:"".concat(h[2]),maskUnits:"userSpaceOnUse",width:"6",x:"5",y:"3",children:l.jsx("path",{d:"M7.906 9c.548 0 1.021-.309 1.348-.763.327-.454.522-1.07.522-1.737 0-.668-.195-1.283-.522-1.737C8.927 4.309 8.454 4 7.906 4c-.549 0-1.022.309-1.35.763-.326.454-.52 1.07-.52 1.737 0 .668.194 1.283.52 1.737.328.454.801.763 1.35.763Z",fill:"#fff",stroke:"#fff",strokeWidth:".5"})}),l.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(h[2],")"),children:[l.jsx("path",{d:"M9.08 7.702s-.789-.428-1.015-.581c-.226-.153-.095-.494-.485-.403-.39.092-.702.25-.702.685 0 .435-.306.693-.41.396-.104-.297-.594-1.687 0-1.687s1.983.312 2.392.312c.409 0 .647.212.647.596a.73.73 0 0 1-.428.682Z",fill:"#8DDD61"}),l.jsx("path",{d:"M7.906 5.441a.328.328 0 0 0 .324-.33.328.328 0 0 0-.324-.332.328.328 0 0 0-.325.331c0 .183.146.331.325.331Z",fill:"#FEE901"}),l.jsx("path",{d:"M6.835 5.47s.377-.091.898.26c.52.351 1.783.55 1.783.275v.537s-2.802-.174-2.952 0c-.15.174-.165-.974 0-1.072.165-.097.27 0 .27 0Z",fill:"#F7FCFF"})]})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(h[3]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.EC=d;
package/icons/flags/EG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var d=l.forwardRef((function(l,d){var c=l.height,a=l.width,h=s.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,{ref:d,height:c,viewBox:"0 0 16 12",width:a,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:"#F7FCFF",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:"#BF2714",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#272727",fillRule:"evenodd"}),e.jsx("path",{d:"m6.13 5.11.5.023-.126 2.735-.5-.023.126-2.735Zm.522.17.5.028-.126 2.218-.5-.029.126-2.217Z",fill:"#C09302"}),e.jsx("path",{d:"m7.174 5.446.499.04-.126 1.529-.498-.04.125-1.529ZM9.87 5.11l-.5.023.126 2.735.5-.023L9.87 5.11Zm-.522.17-.5.028.126 2.218.5-.029-.126-2.217Z",fill:"#C09302"}),e.jsx("path",{d:"m8.826 5.446-.499.04.126 1.529.498-.04-.125-1.529Zm-.839 2.217-.488-.111.207-.9.487.111-.206.9Z",fill:"#C09302"}),e.jsx("path",{d:"m8.36 7.663.487-.111-.206-.9-.488.111.207.9Z",fill:"#C09302"}),e.jsx("path",{d:"M8.236 7.655h-.5v-.884h.5v.884Zm-.919-2.198.5.012-.029 1.19-.5-.012.03-1.19Zm.87 0 .5.012-.03 1.19-.5-.012.03-1.19Z",fill:"#C09302"}),e.jsx("path",{d:"m6.669 7.961.13-.482c.53.142.938.213 1.215.213.278 0 .686-.07 1.216-.213l.13.482c-.57.153-1.016.23-1.346.23-.33 0-.776-.077-1.345-.23Zm-.528-2.85c-.033-.33.16-.554.488-.525.108.01.229.041.39.096l.093.032c.221.079.281.1.294.102-.05-.011.095-.273.128-.317.004.028-.012.024-.052.016l-.451-.09.32-.33a.585.585 0 0 1 .433-.171c.018 0 .034-.001.088-.005l.085-.004c.312-.01.536.078.536.399 0 .115.015.3.039.44.008.046.023.09-.023.11.002-.017.111-.06.281-.13l.02-.01c.494-.206.552-.225.711-.128.106.065.207.18.32.353l-.418.274a.872.872 0 0 0-.159-.198c.063.044-.149.114-.26.16l-.02.01c-.385.16-.436.18-.546.18-.299 0-.406-.307-.436-.746-.092.304-.367.687-.594.687-.1 0-.052.016-.464-.13l-.086-.03a1.346 1.346 0 0 0-.272-.072.227.227 0 0 1 .02-.02l-.465.047Z",fill:"#C09302"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.EG=d;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var d=l.forwardRef((function(l,d){var c=l.height,a=l.width,h=s.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,{ref:d,height:c,viewBox:"0 0 16 12",width:a,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:"#F7FCFF",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:"#BF2714",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#272727",fillRule:"evenodd"}),e.jsx("path",{d:"m6.13 5.11.5.023-.126 2.735-.5-.023.126-2.735Zm.522.17.5.028-.126 2.218-.5-.029.126-2.217Z",fill:"#C09302"}),e.jsx("path",{d:"m7.174 5.446.499.04-.126 1.529-.498-.04.125-1.529ZM9.87 5.11l-.5.023.126 2.735.5-.023L9.87 5.11Zm-.522.17-.5.028.126 2.218.5-.029-.126-2.217Z",fill:"#C09302"}),e.jsx("path",{d:"m8.826 5.446-.499.04.126 1.529.498-.04-.125-1.529Zm-.839 2.217-.488-.111.207-.9.487.111-.206.9Z",fill:"#C09302"}),e.jsx("path",{d:"m8.36 7.663.487-.111-.206-.9-.488.111.207.9Z",fill:"#C09302"}),e.jsx("path",{d:"M8.236 7.655h-.5v-.884h.5v.884Zm-.919-2.198.5.012-.029 1.19-.5-.012.03-1.19Zm.87 0 .5.012-.03 1.19-.5-.012.03-1.19Z",fill:"#C09302"}),e.jsx("path",{d:"m6.669 7.961.13-.482c.53.142.938.213 1.215.213.278 0 .686-.07 1.216-.213l.13.482c-.57.153-1.016.23-1.346.23-.33 0-.776-.077-1.345-.23Zm-.528-2.85c-.033-.33.16-.554.488-.525.108.01.229.041.39.096l.093.032c.221.079.281.1.294.102-.05-.011.095-.273.128-.317.004.028-.012.024-.052.016l-.451-.09.32-.33a.585.585 0 0 1 .433-.171c.018 0 .034-.001.088-.005l.085-.004c.312-.01.536.078.536.399 0 .115.015.3.039.44.008.046.023.09-.023.11.002-.017.111-.06.281-.13l.02-.01c.494-.206.552-.225.711-.128.106.065.207.18.32.353l-.418.274a.872.872 0 0 0-.159-.198c.063.044-.149.114-.26.16l-.02.01c-.385.16-.436.18-.546.18-.299 0-.406-.307-.436-.746-.092.304-.367.687-.594.687-.1 0-.052.016-.464-.13l-.086-.03a1.346 1.346 0 0 0-.272-.072.227.227 0 0 1 .02-.02l-.465.047Z",fill:"#C09302"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.EG=d;
package/icons/flags/EH.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 a=i.forwardRef((function(i,a){var t=i.height,s=i.width,d=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-158.7 0H524v512h-682.7z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"translate(148.8) scale(.94)",children:[e.jsx("path",{d:"M-180 0H844v256H-180z"}),e.jsx("path",{d:"M-180 256H844v256H-180z",fill:"#107b00"}),e.jsx("path",{d:"M-180 169.3H844v176.1H-180z",fill:"#fff"}),e.jsx("path",{d:"M310 195.6c-45.2-19.5-84.1 20.6-84 58 0 39.2 38 81 86 62.5-34-10-48-35.3-48-60.7-.3-25.2 15.8-54.6 46-59.9z",fill:"#f0f"}),e.jsx("path",{d:"m363.1 294.2-25.8-18.9-26 19 10-30.5-26-18.8h32l9.9-30.5 9.8 30.4h32.1l-25.9 18.8",fill:"#ff1800"}),e.jsx("path",{d:"M314.3 315.6a65.2 65.2 0 0 1-89.2-59.4 65 65 0 0 1 89.5-60.9 60.6 60.6 0 0 0-51.2 59.2 61.3 61.3 0 0 0 51 61.1zM-180 0l348.6 256.6L-180 512V0z",fill:"red"})]})]})}));exports.EH=a;
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 a=i.forwardRef((function(i,a){var t=i.height,s=i.width,d=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-158.7 0H524v512h-682.7z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"translate(148.8) scale(.94)",children:[e.jsx("path",{d:"M-180 0H844v256H-180z"}),e.jsx("path",{d:"M-180 256H844v256H-180z",fill:"#107b00"}),e.jsx("path",{d:"M-180 169.3H844v176.1H-180z",fill:"#fff"}),e.jsx("path",{d:"M310 195.6c-45.2-19.5-84.1 20.6-84 58 0 39.2 38 81 86 62.5-34-10-48-35.3-48-60.7-.3-25.2 15.8-54.6 46-59.9z",fill:"#f0f"}),e.jsx("path",{d:"m363.1 294.2-25.8-18.9-26 19 10-30.5-26-18.8h32l9.9-30.5 9.8 30.4h32.1l-25.9 18.8",fill:"#ff1800"}),e.jsx("path",{d:"M314.3 315.6a65.2 65.2 0 0 1-89.2-59.4 65 65 0 0 1 89.5-60.9 60.6 60.6 0 0 0-51.2 59.2 61.3 61.3 0 0 0 51 61.1zM-180 0l348.6 256.6L-180 512V0z",fill:"red"})]})]})}));exports.EH=a;
package/icons/flags/ER.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 s=i.forwardRef((function(i,s){var a=i.height,t=i.width,h=r.useStableUniqueId(2);return e.jsxs(l.FlagIconBase,{ref:s,height:a,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(h[1],")"),children:[e.jsx("mask",{height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"17",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h17v12H0z",fill:"#fff"})}),e.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(h[0],")"),children:[e.jsx("path",{d:"M0 0v6h16V0H0Z",fill:"#43B764"}),e.jsx("path",{d:"M0 6v6h16V6H0Z",fill:"#B4D7F4"}),e.jsx("path",{d:"m0 0 16.5 6L0 12V0Z",fill:"#BE0027"}),e.jsx("path",{d:"m4.557 8.684-.477.01a4.742 4.742 0 0 1-.096-.128 3.157 3.157 0 0 1-.355-1.458v.13c-.002.58-.002.827.355 1.328.102.198.225.392.37.58l.616-.472-.413.01Z",fill:"#F3E294"}),e.jsx("path",{d:"M1 6.25a3.25 3.25 0 1 0 6.5 0 3.25 3.25 0 0 0-6.5 0Zm5.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z",fill:"#F3E294"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.ER=s;
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 s=i.forwardRef((function(i,s){var a=i.height,t=i.width,h=r.useStableUniqueId(2);return e.jsxs(l.FlagIconBase,{ref:s,height:a,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(h[1],")"),children:[e.jsx("mask",{height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"17",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h17v12H0z",fill:"#fff"})}),e.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(h[0],")"),children:[e.jsx("path",{d:"M0 0v6h16V0H0Z",fill:"#43B764"}),e.jsx("path",{d:"M0 6v6h16V6H0Z",fill:"#B4D7F4"}),e.jsx("path",{d:"m0 0 16.5 6L0 12V0Z",fill:"#BE0027"}),e.jsx("path",{d:"m4.557 8.684-.477.01a4.742 4.742 0 0 1-.096-.128 3.157 3.157 0 0 1-.355-1.458v.13c-.002.58-.002.827.355 1.328.102.198.225.392.37.58l.616-.472-.413.01Z",fill:"#F3E294"}),e.jsx("path",{d:"M1 6.25a3.25 3.25 0 1 0 6.5 0 3.25 3.25 0 0 0-6.5 0Zm5.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z",fill:"#F3E294"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.ER=s;
package/icons/flags/ES.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),d=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var h=e.forwardRef((function(e,h){var v=e.height,s=e.width,c=i.useStableUniqueId(4);return l.jsxs(d.FlagIconBase,{ref:h,height:v,viewBox:"0 0 16 12",width:s,children:[l.jsxs("g",{clipPath:"url(#".concat(c[3],")"),children:[l.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#FFB400",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(c[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v3h16V0H0Zm0 9v3h16V9H0Z",fill:"#C51918",fillRule:"evenodd"}),l.jsx("path",{d:"M2.504 5.136h.56v2.912h-.56z",fill:"#F1F9FF"}),l.jsx("path",{clipRule:"evenodd",d:"M3.288 4.632H2.28v.28h.168v.224h.672v-.224h.168v-.28ZM3.12 8.216h.168v.28H2.28v-.28h.168v-.224h.672v.224Z",fill:"#C88A02",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M2.784 4.688c.122 0 .134-.046.206-.114.056-.054.186-.12.186-.194 0-.17-.175-.308-.392-.308-.216 0-.392.138-.392.308 0 .083.09.138.157.194.072.058.124.114.235.114Z",fill:"#AD1619",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M2.28 8.496h1.008v.448s-.126-.056-.252-.056-.252.056-.252.056-.126-.056-.252-.056-.252.056-.252.056v-.448Z",fill:"#005BBF",fillRule:"evenodd"}),l.jsx("path",{d:"M7.992 5.136h.56v2.912h-.56z",fill:"#F1F9FF"}),l.jsx("path",{clipRule:"evenodd",d:"M8.776 4.632H7.768v.28h.168v.224h.672v-.224h.168v-.28Zm-.168 3.584h.168v.28H7.768v-.28h.168v-.224h.672v.224Z",fill:"#C88A02",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M8.272 4.688c.122 0 .134-.046.206-.114.056-.054.186-.12.186-.194 0-.17-.175-.308-.392-.308-.216 0-.392.138-.392.308 0 .083.09.138.157.194.072.058.124.114.235.114Z",fill:"#AD1619",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.768 8.496h1.008v.448s-.126-.056-.252-.056-.252.056-.252.056-.126-.056-.252-.056-.252.056-.252.056v-.448Z",fill:"#005BBF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M2.494 7.84c.101-.122.157-.234.157-.352a.316.316 0 0 0-.06-.192l.006-.003s.11-.048.15-.067c.072-.034.135-.07.197-.116.04-.028.092-.06.173-.103l.096-.051.096-.053a.62.62 0 0 0 .183-.144.268.268 0 0 0-.061-.399.728.728 0 0 0-.301-.096l-.197-.03a4.931 4.931 0 0 1-.177-.03c.345-.057.836-.036 1.052.076l.206-.398c-.44-.228-1.445-.204-1.82.054-.275.19-.238.476.048.6.12.05.276.085.564.131a1.431 1.431 0 0 0-.126.081.799.799 0 0 1-.127.075 6.71 6.71 0 0 1-.125.055l-.017.008c-.233.106-.346.252-.312.517l.018.143.033.01.344.284Zm-.288-.37v.002-.002Zm6.147.018c0 .118.056.23.157.352l.344-.284.033-.01.018-.143c.034-.265-.079-.411-.312-.517l-.016-.008a6.704 6.704 0 0 1-.125-.055.8.8 0 0 1-.128-.075 1.431 1.431 0 0 0-.126-.08c.289-.047.445-.081.564-.133.286-.123.323-.41.048-.6-.375-.257-1.379-.28-1.82-.053l.206.398c.216-.112.708-.133 1.052-.075l-.177.029-.196.03a.728.728 0 0 0-.301.096.268.268 0 0 0-.062.4.605.605 0 0 0 .183.143l.096.053.096.05c.081.044.134.076.173.104.062.045.126.082.198.116.039.02.15.068.15.067l.006.003a.316.316 0 0 0-.061.192Z",fill:"#AD1619",fillRule:"evenodd"}),l.jsx("path",{d:"m2.962 6.2.165.034v.247c-.176.14-.623.377-.623.377V6.2h.458Zm5.195 0-.165.034v.247c.176.14.623.377.623.377V6.2h-.458Z",fill:"#F1F9FF"}),l.jsx("path",{clipRule:"evenodd",d:"M7.388 3.603v-.082a1.53 1.53 0 0 0-.905-.31 1.806 1.806 0 0 0-.917-.157c-.466-.046-.935.157-.935.157-.473 0-.905.31-.905.31v.082l.565.567s.159.546 1.272.418v.001s.737-.02.79-.037l.063-.02c.144-.041.31-.09.407-.362l.565-.567Zm-1.825-.518Z",fill:"#AD1619",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m3.76 3.7.038-.042.513.483c.097-.026.626-.16 1.216-.168h.045a5.281 5.281 0 0 1 1.232.172s-.006.053-.021.116l.056-.11.006-.006.517-.487.038.041-.514.483c-.075.138-.112.23-.112.267 0 .058-.15.092-.444.128-.23.027-.5.046-.722.048h-.056a7.222 7.222 0 0 1-.722-.048c-.294-.036-.444-.07-.444-.128a.118.118 0 0 0-.004-.027.44.44 0 0 1-.064-.154 2.84 2.84 0 0 0-.044-.086L3.76 3.7Zm2.867.75c.039.019.07 0 .095-.035a.18.18 0 0 0-.004.027.541.541 0 0 1-.098.032 3.068 3.068 0 0 1-.296.047c-.238.029-.52.047-.744.049a7.095 7.095 0 0 1-.744-.049 3.067 3.067 0 0 1-.296-.047.633.633 0 0 1-.073-.02l.006-.003c.122-.058.93-.111 1.077-.12.145.009.954.062 1.077.12Zm.154-.01-.001.001Z",fill:"#C88A02",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.556 2.674a.168.168 0 1 0 0-.336.168.168 0 0 0 0 .336Z",fill:"#005BBF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.493 2.038h.117v.074h.076v.117H5.61v.233h.076v.117h-.27v-.117h.077v-.233h-.077v-.117h.077v-.074Z",fill:"#C88A02",fillRule:"evenodd"}),l.jsx("path",{d:"M5.472 2.672h.224V3.4h-.224z",fill:"#C88A02"}),l.jsx("path",{d:"m3.854 3.649-.308-.012c.145-.839.86-1.25 2.002-1.25 1.144 0 1.856.413 1.99 1.255l-.415.044c-.066-.41-.752-.78-1.569-.78-.818-.001-1.629.33-1.7.743Z",fill:"#C88A02"}),l.jsx("path",{clipRule:"evenodd",d:"M3.736 4.632h3.64v3.27S7.106 9 5.556 9s-1.82-1.126-1.82-1.126V4.632Z",fill:"#E1E5E8",fillRule:"evenodd",opacity:".3"}),l.jsx("mask",{height:"5",id:"".concat(c[2]),maskUnits:"userSpaceOnUse",width:"5",x:"3",y:"4",children:l.jsx("path",{clipRule:"evenodd",d:"M3.736 4.632h3.64v3.27S7.106 9 5.556 9s-1.82-1.126-1.82-1.126V4.632Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(c[2],")"),children:[l.jsx("path",{d:"M3.736 6.648h1.848v2.184H3.736z",fill:"#FFC034"}),l.jsx("path",{d:"M3.736 4.576h1.848v2.128H3.736z",fill:"#AD1619"}),l.jsx("path",{d:"M5.528 6.592h1.848V8.72H5.528z",fill:"#AD1619"}),l.jsx("path",{d:"M5.528 4.632h1.96v2.072h-1.96z",fill:"#F1F9FF"}),l.jsx("path",{clipRule:"evenodd",d:"M6.741 8.722s-1.186.093-1.186-.672c0 0-.011.672-1.25.672v.603h2.436v-.603Z",fill:"#F1F9FF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.556 7.096c.232 0 .42-.2.42-.448 0-.247-.188-.448-.42-.448-.232 0-.42.2-.42.448s.188.448.42.448Z",fill:"#005BBF",fillRule:"evenodd",stroke:"#AD1619",strokeWidth:".583"})]}),l.jsx("path",{clipRule:"evenodd",d:"M4.5 6a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#C88A02",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M6.5 6a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#C37C9C",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M6.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#FFC034",fillRule:"evenodd"}),l.jsx("path",{d:"M4.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#AD1619"})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(c[3]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.ES=h;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),d=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var h=e.forwardRef((function(e,h){var v=e.height,s=e.width,c=i.useStableUniqueId(4);return l.jsxs(d.FlagIconBase,{ref:h,height:v,viewBox:"0 0 16 12",width:s,children:[l.jsxs("g",{clipPath:"url(#".concat(c[3],")"),children:[l.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#FFB400",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(c[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v3h16V0H0Zm0 9v3h16V9H0Z",fill:"#C51918",fillRule:"evenodd"}),l.jsx("path",{d:"M2.504 5.136h.56v2.912h-.56z",fill:"#F1F9FF"}),l.jsx("path",{clipRule:"evenodd",d:"M3.288 4.632H2.28v.28h.168v.224h.672v-.224h.168v-.28ZM3.12 8.216h.168v.28H2.28v-.28h.168v-.224h.672v.224Z",fill:"#C88A02",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M2.784 4.688c.122 0 .134-.046.206-.114.056-.054.186-.12.186-.194 0-.17-.175-.308-.392-.308-.216 0-.392.138-.392.308 0 .083.09.138.157.194.072.058.124.114.235.114Z",fill:"#AD1619",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M2.28 8.496h1.008v.448s-.126-.056-.252-.056-.252.056-.252.056-.126-.056-.252-.056-.252.056-.252.056v-.448Z",fill:"#005BBF",fillRule:"evenodd"}),l.jsx("path",{d:"M7.992 5.136h.56v2.912h-.56z",fill:"#F1F9FF"}),l.jsx("path",{clipRule:"evenodd",d:"M8.776 4.632H7.768v.28h.168v.224h.672v-.224h.168v-.28Zm-.168 3.584h.168v.28H7.768v-.28h.168v-.224h.672v.224Z",fill:"#C88A02",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M8.272 4.688c.122 0 .134-.046.206-.114.056-.054.186-.12.186-.194 0-.17-.175-.308-.392-.308-.216 0-.392.138-.392.308 0 .083.09.138.157.194.072.058.124.114.235.114Z",fill:"#AD1619",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.768 8.496h1.008v.448s-.126-.056-.252-.056-.252.056-.252.056-.126-.056-.252-.056-.252.056-.252.056v-.448Z",fill:"#005BBF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M2.494 7.84c.101-.122.157-.234.157-.352a.316.316 0 0 0-.06-.192l.006-.003s.11-.048.15-.067c.072-.034.135-.07.197-.116.04-.028.092-.06.173-.103l.096-.051.096-.053a.62.62 0 0 0 .183-.144.268.268 0 0 0-.061-.399.728.728 0 0 0-.301-.096l-.197-.03a4.931 4.931 0 0 1-.177-.03c.345-.057.836-.036 1.052.076l.206-.398c-.44-.228-1.445-.204-1.82.054-.275.19-.238.476.048.6.12.05.276.085.564.131a1.431 1.431 0 0 0-.126.081.799.799 0 0 1-.127.075 6.71 6.71 0 0 1-.125.055l-.017.008c-.233.106-.346.252-.312.517l.018.143.033.01.344.284Zm-.288-.37v.002-.002Zm6.147.018c0 .118.056.23.157.352l.344-.284.033-.01.018-.143c.034-.265-.079-.411-.312-.517l-.016-.008a6.704 6.704 0 0 1-.125-.055.8.8 0 0 1-.128-.075 1.431 1.431 0 0 0-.126-.08c.289-.047.445-.081.564-.133.286-.123.323-.41.048-.6-.375-.257-1.379-.28-1.82-.053l.206.398c.216-.112.708-.133 1.052-.075l-.177.029-.196.03a.728.728 0 0 0-.301.096.268.268 0 0 0-.062.4.605.605 0 0 0 .183.143l.096.053.096.05c.081.044.134.076.173.104.062.045.126.082.198.116.039.02.15.068.15.067l.006.003a.316.316 0 0 0-.061.192Z",fill:"#AD1619",fillRule:"evenodd"}),l.jsx("path",{d:"m2.962 6.2.165.034v.247c-.176.14-.623.377-.623.377V6.2h.458Zm5.195 0-.165.034v.247c.176.14.623.377.623.377V6.2h-.458Z",fill:"#F1F9FF"}),l.jsx("path",{clipRule:"evenodd",d:"M7.388 3.603v-.082a1.53 1.53 0 0 0-.905-.31 1.806 1.806 0 0 0-.917-.157c-.466-.046-.935.157-.935.157-.473 0-.905.31-.905.31v.082l.565.567s.159.546 1.272.418v.001s.737-.02.79-.037l.063-.02c.144-.041.31-.09.407-.362l.565-.567Zm-1.825-.518Z",fill:"#AD1619",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m3.76 3.7.038-.042.513.483c.097-.026.626-.16 1.216-.168h.045a5.281 5.281 0 0 1 1.232.172s-.006.053-.021.116l.056-.11.006-.006.517-.487.038.041-.514.483c-.075.138-.112.23-.112.267 0 .058-.15.092-.444.128-.23.027-.5.046-.722.048h-.056a7.222 7.222 0 0 1-.722-.048c-.294-.036-.444-.07-.444-.128a.118.118 0 0 0-.004-.027.44.44 0 0 1-.064-.154 2.84 2.84 0 0 0-.044-.086L3.76 3.7Zm2.867.75c.039.019.07 0 .095-.035a.18.18 0 0 0-.004.027.541.541 0 0 1-.098.032 3.068 3.068 0 0 1-.296.047c-.238.029-.52.047-.744.049a7.095 7.095 0 0 1-.744-.049 3.067 3.067 0 0 1-.296-.047.633.633 0 0 1-.073-.02l.006-.003c.122-.058.93-.111 1.077-.12.145.009.954.062 1.077.12Zm.154-.01-.001.001Z",fill:"#C88A02",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.556 2.674a.168.168 0 1 0 0-.336.168.168 0 0 0 0 .336Z",fill:"#005BBF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.493 2.038h.117v.074h.076v.117H5.61v.233h.076v.117h-.27v-.117h.077v-.233h-.077v-.117h.077v-.074Z",fill:"#C88A02",fillRule:"evenodd"}),l.jsx("path",{d:"M5.472 2.672h.224V3.4h-.224z",fill:"#C88A02"}),l.jsx("path",{d:"m3.854 3.649-.308-.012c.145-.839.86-1.25 2.002-1.25 1.144 0 1.856.413 1.99 1.255l-.415.044c-.066-.41-.752-.78-1.569-.78-.818-.001-1.629.33-1.7.743Z",fill:"#C88A02"}),l.jsx("path",{clipRule:"evenodd",d:"M3.736 4.632h3.64v3.27S7.106 9 5.556 9s-1.82-1.126-1.82-1.126V4.632Z",fill:"#E1E5E8",fillRule:"evenodd",opacity:".3"}),l.jsx("mask",{height:"5",id:"".concat(c[2]),maskUnits:"userSpaceOnUse",width:"5",x:"3",y:"4",children:l.jsx("path",{clipRule:"evenodd",d:"M3.736 4.632h3.64v3.27S7.106 9 5.556 9s-1.82-1.126-1.82-1.126V4.632Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(c[2],")"),children:[l.jsx("path",{d:"M3.736 6.648h1.848v2.184H3.736z",fill:"#FFC034"}),l.jsx("path",{d:"M3.736 4.576h1.848v2.128H3.736z",fill:"#AD1619"}),l.jsx("path",{d:"M5.528 6.592h1.848V8.72H5.528z",fill:"#AD1619"}),l.jsx("path",{d:"M5.528 4.632h1.96v2.072h-1.96z",fill:"#F1F9FF"}),l.jsx("path",{clipRule:"evenodd",d:"M6.741 8.722s-1.186.093-1.186-.672c0 0-.011.672-1.25.672v.603h2.436v-.603Z",fill:"#F1F9FF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.556 7.096c.232 0 .42-.2.42-.448 0-.247-.188-.448-.42-.448-.232 0-.42.2-.42.448s.188.448.42.448Z",fill:"#005BBF",fillRule:"evenodd",stroke:"#AD1619",strokeWidth:".583"})]}),l.jsx("path",{clipRule:"evenodd",d:"M4.5 6a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#C88A02",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M6.5 6a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#C37C9C",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M6.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#FFC034",fillRule:"evenodd"}),l.jsx("path",{d:"M4.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#AD1619"})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(c[3]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.ES=h;
package/icons/flags/ET.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:"M-61.3 0h682.7v512H-61.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(57.5) scale(.94)",children:[e.jsx("path",{d:"M-238 3.5H800v498H-238z",fill:"#ffc621"}),e.jsx("path",{d:"M-240 342.5H799.3V512H-240z",fill:"#ef2118"}),e.jsx("path",{d:"M-238 0H800v180H-238z",fill:"#298c08"}),e.jsx("circle",{cx:"534.2",cy:"353",fill:"#006bc6",r:"199.7",transform:"matrix(.54 0 0 .54 -25.8 74)"}),e.jsx("path",{d:"m214.3 188.2-6.5 4.5 23.5 33 6.3-4-23.4-33.5zm29.4 78-9.7-6.8 4-12.7-48.1.7-14-10.7 65.7-.7 12.2-36.9 6.6 15-16.7 52zm76.5-70.7-6.3-4.8-24.3 32.4 5.6 4.7 25-32.3zM254.8 247l3.5-11.2h13.3L256.4 190l6-16.5 20.5 62.4 38.8.5-12.2 10.7-54.7-.2zm90.6 51.2 2.7-7.4-38.3-13.3-2.8 7 38.4 13.7zm-69.1-46.4 11.7-.1 4.1 12.6 38.8-28.5 17.6.6-53.1 38.7 11.5 37.2-14-8.4-16.6-52.1zm-19.8 102 7.9.2.3-40.5-7.4-.5-.8 40.9zm22-80.3 3.8 11.1-10.7 8 39.4 27.7 5 16.8-53.6-38-31.5 22.7 3.5-16 44-32.3zm-103.3 13 2.3 7.5 38.7-12.2-2-7.2-39 11.9zm83.2-4-9.4 7.1-10.8-7.7-14.2 46-14.4 10 19.5-62.7-31.4-23 16.3-1.6 44.4 31.9z",fill:"#ffc621"})]})]})}));exports.ET=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:"M-61.3 0h682.7v512H-61.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(57.5) scale(.94)",children:[e.jsx("path",{d:"M-238 3.5H800v498H-238z",fill:"#ffc621"}),e.jsx("path",{d:"M-240 342.5H799.3V512H-240z",fill:"#ef2118"}),e.jsx("path",{d:"M-238 0H800v180H-238z",fill:"#298c08"}),e.jsx("circle",{cx:"534.2",cy:"353",fill:"#006bc6",r:"199.7",transform:"matrix(.54 0 0 .54 -25.8 74)"}),e.jsx("path",{d:"m214.3 188.2-6.5 4.5 23.5 33 6.3-4-23.4-33.5zm29.4 78-9.7-6.8 4-12.7-48.1.7-14-10.7 65.7-.7 12.2-36.9 6.6 15-16.7 52zm76.5-70.7-6.3-4.8-24.3 32.4 5.6 4.7 25-32.3zM254.8 247l3.5-11.2h13.3L256.4 190l6-16.5 20.5 62.4 38.8.5-12.2 10.7-54.7-.2zm90.6 51.2 2.7-7.4-38.3-13.3-2.8 7 38.4 13.7zm-69.1-46.4 11.7-.1 4.1 12.6 38.8-28.5 17.6.6-53.1 38.7 11.5 37.2-14-8.4-16.6-52.1zm-19.8 102 7.9.2.3-40.5-7.4-.5-.8 40.9zm22-80.3 3.8 11.1-10.7 8 39.4 27.7 5 16.8-53.6-38-31.5 22.7 3.5-16 44-32.3zm-103.3 13 2.3 7.5 38.7-12.2-2-7.2-39 11.9zm83.2-4-9.4 7.1-10.8-7.7-14.2 46-14.4 10 19.5-62.7-31.4-23 16.3-1.6 44.4 31.9z",fill:"#ffc621"})]})]})}));exports.ET=t;
package/icons/flags/FJ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),s=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var d=l.forwardRef((function(l,d){var i=l.height,t=l.width,c=h.useStableUniqueId(6);return e.jsxs(s.FlagIconBase,{ref:d,height:i,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(c[5],")"),children:[e.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#67BFE5",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(c[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(c[1],")"),children:[e.jsx("mask",{height:"7",id:"".concat(c[2]),maskUnits:"userSpaceOnUse",width:"9",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h9v7H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(c[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(c[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(c[3],")")})]}),e.jsx("path",{clipRule:"evenodd",d:"M10 5h4.828v4.167S14.423 11 12.414 11C10.404 11 10 9.167 10 9.167V5Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"6",id:"".concat(c[4]),maskUnits:"userSpaceOnUse",width:"5",x:"10",y:"5",children:e.jsx("path",{clipRule:"evenodd",d:"M10 5h4.828v4.167S14.423 11 12.414 11C10.404 11 10 9.167 10 9.167V5Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(c[4],")"),children:[e.jsx("path",{d:"M10 5h4.828v1.5H10z",fill:"#C3352C"}),e.jsx("path",{d:"M12.069 6.333h.69V11h-.69z",fill:"#C3352C"}),e.jsx("path",{clipRule:"evenodd",d:"M10 8.167h4.828v.666H10v-.666Z",fill:"#C3352C",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M11.27 10.368c.29.41.527.571.694.33.118-.17.13-.34-.037-.374a2.795 2.795 0 0 1-.205-.287l.005-.005c.047-.046.05-.107.04-.13-.004-.03.02-.073.17-.188.137-.104.198-.203.108-.311-.047-.057-.09-.068-.223-.089l-.04-.006a.716.716 0 0 1-.087-.018l-.093-.178a1.145 1.145 0 0 0-.51.098l-.152.064c-.05.021-.06.026-.061.025l.002-.002c.004-.003.01-.008.001-.008-.035 0-.073-.004-.178-.017l-.02-.003c-.302-.038-.378-.037-.427.104-.074.214.367.605.6.652.118.024.258.136.413.343Zm.328-.294c.029 0 .05 0 .07-.006l.006-.013a.132.132 0 0 1-.076.02Zm-1.1-.59c-.007-.007-.009-.017-.005-.029 0 .003.002.008.008.016a.347.347 0 0 0 .026.029.06.06 0 0 1-.03-.016Zm.409.296c-.084-.016-.297-.194-.38-.28.022.006.051.01.083.013.014 0 .028.002.043.004l.02.003c.118.015.159.019.209.019.029 0 .023.01.02.016-.002.002-.003.003-.002.004a.761.761 0 0 0 .138-.055l.15-.064a.941.941 0 0 1 .259-.072c.01.042.034.08.074.11a.443.443 0 0 0 .216.076c-.128.106-.193.194-.213.28-.116.037-.105.167-.036.298.048.09.14.219.276.39l.098.046c-.03 0-.045-.013-.058-.023-.015-.013-.024-.02-.045.01-.002.002-.093-.06-.287-.334-.19-.254-.376-.402-.565-.44Zm.61.15v-.005.005Zm.08-.106h-.008.007Zm.001 0h-.002.002Z",fill:"#979797",fillRule:"evenodd"}),e.jsx("path",{d:"M10.828 8.055s-.239-.33-.239-.448",stroke:"#964C36",strokeWidth:".5"}),e.jsx("path",{d:"M10.68 7.771s-.306-.13-.306 0m.3-.137s-.214-.272-.375-.272c-.162 0-.158.136-.158.136m.411-.138s-.096-.445-.25-.445c-.152 0-.152.223-.152.223m.44.222s-.042-.382.155-.382",stroke:"#2A8E51",strokeWidth:".5"}),e.jsx("path",{d:"M11.13 7.99s-.11-.391-.07-.502",stroke:"#964C36",strokeWidth:".5"}),e.jsx("path",{d:"M11.088 7.673s-.242-.226-.286-.104m.328-.026s-.108-.33-.26-.385c-.15-.055-.194.074-.194.074m.433.012s.063-.452-.081-.505c-.144-.052-.22.158-.22.158m.338.36s.09-.374.276-.307",stroke:"#2A8E51",strokeWidth:".5"}),e.jsx("path",{d:"M11.376 8.13s.158-.375.132-.49",stroke:"#964C36",strokeWidth:".35"}),e.jsx("path",{d:"M11.457 7.82s.267-.195.297-.068m-.324-.066s.148-.314.305-.35c.158-.037.184.097.184.097m-.431-.041s-.007-.457.143-.491c.149-.035.2.183.2.183m-.381.316s-.044-.383-.236-.338m2.135.839s.121-.557.465-.557c.345 0 .499.588.499.588",stroke:"#2A8E51",strokeWidth:".35"}),e.jsx("path",{d:"M13.065 7.52s.185-.328.797-.301c.612.027.723.302.723.302m-1.644-.418s.336-.417.807-.064l.16.064s.16-.472.933 0",stroke:"#2A8E51",strokeWidth:".35"}),e.jsx("path",{d:"M13.87 8.018s.024-.52.106-.662m.574 1.801s-.31-.145-.402 0c-.093.145-1.207 1.48-1.207 1.48",stroke:"#964C36",strokeWidth:".5"}),e.jsx("path",{clipRule:"evenodd",d:"m13.482 9.298.69.482s.318-.226.16-.354c-.16-.128-.592-.354-.592-.354l-.258.226Z",fill:"#FFF203",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M13.458 9.322s-.16.168-.16.296c0 .128-.149.47-.149.47s.417.257.503.094c.087-.164.648-.066.549-.315-.1-.25-.743-.545-.743-.545Z",fill:"#00A651",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M10.528 5.591s.369-.189.551 0c.183.19.332-.016.332-.13s.29-.505.29-.188c0 .318-.09.498.165.498.254 0 1.401-.44 1.676-.31.275.13.486.098.416-.088-.07-.187-.25-.303-.596-.201-.346.101-.264.2-.563.2-.3 0-.632-.099-.632-.099s.093-.167.435-.048c.341.119.812-.147.94-.147.128 0 .48-.008.516.094.034.101.247.195.085.29-.162.094-.43.153-.246.275.184.121.608.098.628.224.02.126.221.315.14.315-.08 0-.225.178-.36.124-.136-.054-.152-.102-.022-.146s.128-.228.021-.228-.055.064-.299 0c-.244-.065-.567-.137-.547 0 .02.136.178.346-.115.374-.293.028-.43.14-.487.05-.057-.09-.261-.211-.1-.25.16-.038.313.131.37.104.058-.028.19-.043.08-.16-.11-.118-.29-.187-.123-.275.167-.088.035-.09-.284.092-.32.182-.497.337-.777.315-.28-.022-.386.008-.476-.022-.09-.03-.528.326-.655.236-.126-.09-.534-.125-.46-.236.073-.11.172-.168.281-.11.11.056.22.113.293.056.074-.057.288-.253.234-.292-.054-.04-.002-.171-.306-.171s-.412.147-.484.054c-.072-.092.08-.2.08-.2Z",fill:"#FFD100",fillRule:"evenodd"})]})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[5]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.FJ=d;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),s=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var d=l.forwardRef((function(l,d){var i=l.height,t=l.width,c=h.useStableUniqueId(6);return e.jsxs(s.FlagIconBase,{ref:d,height:i,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(c[5],")"),children:[e.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#67BFE5",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(c[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(c[1],")"),children:[e.jsx("mask",{height:"7",id:"".concat(c[2]),maskUnits:"userSpaceOnUse",width:"9",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h9v7H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(c[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(c[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(c[3],")")})]}),e.jsx("path",{clipRule:"evenodd",d:"M10 5h4.828v4.167S14.423 11 12.414 11C10.404 11 10 9.167 10 9.167V5Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"6",id:"".concat(c[4]),maskUnits:"userSpaceOnUse",width:"5",x:"10",y:"5",children:e.jsx("path",{clipRule:"evenodd",d:"M10 5h4.828v4.167S14.423 11 12.414 11C10.404 11 10 9.167 10 9.167V5Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{mask:"url(#".concat(c[4],")"),children:[e.jsx("path",{d:"M10 5h4.828v1.5H10z",fill:"#C3352C"}),e.jsx("path",{d:"M12.069 6.333h.69V11h-.69z",fill:"#C3352C"}),e.jsx("path",{clipRule:"evenodd",d:"M10 8.167h4.828v.666H10v-.666Z",fill:"#C3352C",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M11.27 10.368c.29.41.527.571.694.33.118-.17.13-.34-.037-.374a2.795 2.795 0 0 1-.205-.287l.005-.005c.047-.046.05-.107.04-.13-.004-.03.02-.073.17-.188.137-.104.198-.203.108-.311-.047-.057-.09-.068-.223-.089l-.04-.006a.716.716 0 0 1-.087-.018l-.093-.178a1.145 1.145 0 0 0-.51.098l-.152.064c-.05.021-.06.026-.061.025l.002-.002c.004-.003.01-.008.001-.008-.035 0-.073-.004-.178-.017l-.02-.003c-.302-.038-.378-.037-.427.104-.074.214.367.605.6.652.118.024.258.136.413.343Zm.328-.294c.029 0 .05 0 .07-.006l.006-.013a.132.132 0 0 1-.076.02Zm-1.1-.59c-.007-.007-.009-.017-.005-.029 0 .003.002.008.008.016a.347.347 0 0 0 .026.029.06.06 0 0 1-.03-.016Zm.409.296c-.084-.016-.297-.194-.38-.28.022.006.051.01.083.013.014 0 .028.002.043.004l.02.003c.118.015.159.019.209.019.029 0 .023.01.02.016-.002.002-.003.003-.002.004a.761.761 0 0 0 .138-.055l.15-.064a.941.941 0 0 1 .259-.072c.01.042.034.08.074.11a.443.443 0 0 0 .216.076c-.128.106-.193.194-.213.28-.116.037-.105.167-.036.298.048.09.14.219.276.39l.098.046c-.03 0-.045-.013-.058-.023-.015-.013-.024-.02-.045.01-.002.002-.093-.06-.287-.334-.19-.254-.376-.402-.565-.44Zm.61.15v-.005.005Zm.08-.106h-.008.007Zm.001 0h-.002.002Z",fill:"#979797",fillRule:"evenodd"}),e.jsx("path",{d:"M10.828 8.055s-.239-.33-.239-.448",stroke:"#964C36",strokeWidth:".5"}),e.jsx("path",{d:"M10.68 7.771s-.306-.13-.306 0m.3-.137s-.214-.272-.375-.272c-.162 0-.158.136-.158.136m.411-.138s-.096-.445-.25-.445c-.152 0-.152.223-.152.223m.44.222s-.042-.382.155-.382",stroke:"#2A8E51",strokeWidth:".5"}),e.jsx("path",{d:"M11.13 7.99s-.11-.391-.07-.502",stroke:"#964C36",strokeWidth:".5"}),e.jsx("path",{d:"M11.088 7.673s-.242-.226-.286-.104m.328-.026s-.108-.33-.26-.385c-.15-.055-.194.074-.194.074m.433.012s.063-.452-.081-.505c-.144-.052-.22.158-.22.158m.338.36s.09-.374.276-.307",stroke:"#2A8E51",strokeWidth:".5"}),e.jsx("path",{d:"M11.376 8.13s.158-.375.132-.49",stroke:"#964C36",strokeWidth:".35"}),e.jsx("path",{d:"M11.457 7.82s.267-.195.297-.068m-.324-.066s.148-.314.305-.35c.158-.037.184.097.184.097m-.431-.041s-.007-.457.143-.491c.149-.035.2.183.2.183m-.381.316s-.044-.383-.236-.338m2.135.839s.121-.557.465-.557c.345 0 .499.588.499.588",stroke:"#2A8E51",strokeWidth:".35"}),e.jsx("path",{d:"M13.065 7.52s.185-.328.797-.301c.612.027.723.302.723.302m-1.644-.418s.336-.417.807-.064l.16.064s.16-.472.933 0",stroke:"#2A8E51",strokeWidth:".35"}),e.jsx("path",{d:"M13.87 8.018s.024-.52.106-.662m.574 1.801s-.31-.145-.402 0c-.093.145-1.207 1.48-1.207 1.48",stroke:"#964C36",strokeWidth:".5"}),e.jsx("path",{clipRule:"evenodd",d:"m13.482 9.298.69.482s.318-.226.16-.354c-.16-.128-.592-.354-.592-.354l-.258.226Z",fill:"#FFF203",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M13.458 9.322s-.16.168-.16.296c0 .128-.149.47-.149.47s.417.257.503.094c.087-.164.648-.066.549-.315-.1-.25-.743-.545-.743-.545Z",fill:"#00A651",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M10.528 5.591s.369-.189.551 0c.183.19.332-.016.332-.13s.29-.505.29-.188c0 .318-.09.498.165.498.254 0 1.401-.44 1.676-.31.275.13.486.098.416-.088-.07-.187-.25-.303-.596-.201-.346.101-.264.2-.563.2-.3 0-.632-.099-.632-.099s.093-.167.435-.048c.341.119.812-.147.94-.147.128 0 .48-.008.516.094.034.101.247.195.085.29-.162.094-.43.153-.246.275.184.121.608.098.628.224.02.126.221.315.14.315-.08 0-.225.178-.36.124-.136-.054-.152-.102-.022-.146s.128-.228.021-.228-.055.064-.299 0c-.244-.065-.567-.137-.547 0 .02.136.178.346-.115.374-.293.028-.43.14-.487.05-.057-.09-.261-.211-.1-.25.16-.038.313.131.37.104.058-.028.19-.043.08-.16-.11-.118-.29-.187-.123-.275.167-.088.035-.09-.284.092-.32.182-.497.337-.777.315-.28-.022-.386.008-.476-.022-.09-.03-.528.326-.655.236-.126-.09-.534-.125-.46-.236.073-.11.172-.168.281-.11.11.056.22.113.293.056.074-.057.288-.253.234-.292-.054-.04-.002-.171-.306-.171s-.412.147-.484.054c-.072-.092.08-.2.08-.2Z",fill:"#FFD100",fillRule:"evenodd"})]})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[5]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.FJ=d;
package/icons/flags/FK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var h=require("react/jsx-runtime"),e=require("react"),l=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var i=e.forwardRef((function(e,i){var t=e.height,d=e.width,c=s.useStableUniqueId(6);return h.jsxs(l.FlagIconBase,{ref:i,height:t,viewBox:"0 0 16 12",width:d,children:[h.jsxs("g",{clipPath:"url(#".concat(c[5],")"),children:[h.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:h.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),h.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),h.jsx("mask",{height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),h.jsxs("g",{mask:"url(#".concat(c[1],")"),children:[h.jsx("mask",{height:"7",id:"".concat(c[2]),maskUnits:"userSpaceOnUse",width:"9",x:"0",y:"0",children:h.jsx("path",{d:"M0 0h9v7H0z",fill:"#fff"})}),h.jsxs("g",{mask:"url(#".concat(c[2],")"),children:[h.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"}),h.jsx("path",{d:"m-.731 7.108 1.009.505 9.436-8.08H8.298L-.731 7.109Z",fill:"#F50100"}),h.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"}),h.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"}),h.jsxs("mask",{fill:"#000",height:"9",id:"".concat(c[3]),maskUnits:"userSpaceOnUse",width:"11",x:"-1",y:"-1",children:[h.jsx("path",{d:"M-1-1h11v9H-1z",fill:"#fff"}),h.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fillRule:"evenodd"})]}),h.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fill:"#F50100",fillRule:"evenodd"}),h.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(c[3],")")})]}),h.jsx("path",{d:"M12.975 9.857c-.514 0-.872-.121-1.127-.333-.256-.213-.424-.53-.531-.952-.107-.423-.152-.94-.168-1.541-.011-.423-.01-.881-.007-1.373l.002-.517h3.708c.066 1.204.09 2.377-.146 3.257-.121.452-.308.815-.582 1.065-.272.247-.64.394-1.149.394Z",fill:"#6DC2FF",stroke:"#F7FCFF",strokeWidth:".25"}),h.jsx("mask",{height:"5",id:"".concat(c[4]),maskUnits:"userSpaceOnUse",width:"5",x:"11",y:"5",children:h.jsx("path",{d:"M12.975 9.857c-.514 0-.872-.121-1.127-.333-.256-.213-.424-.53-.531-.952-.107-.423-.152-.94-.168-1.541-.011-.423-.01-.881-.007-1.373l.002-.517h3.708c.066 1.204.09 2.377-.146 3.257-.121.452-.308.815-.582 1.065-.272.247-.64.394-1.149.394Z",fill:"#fff",stroke:"#fff",strokeWidth:".25"})}),h.jsxs("g",{mask:"url(#".concat(c[4],")"),children:[h.jsx("path",{clipRule:"evenodd",d:"M12.26 6.793s-.196-.146-.281-.382a8.832 8.832 0 0 1-.252-.92c0-.055-.223 0-.223 0s.003-.267.087-.267c.084 0 .088-.247.292-.184.204.062.364.29.572.29.208 0 1.077.066 1.216.066.14 0 .508.295.508.515 0 .221-.1.55-.18.55-.078 0-.178.191-.328.128-.15-.063-.508-.193-.83-.128-.32.065-.386.024-.386.128 0 .104-.194.204-.194.204Z",fill:"#E1E5E8",fillRule:"evenodd"}),h.jsx("path",{clipRule:"evenodd",d:"M11.8 6.64h2.578l-.444.573h-1.822l-.312-.574Z",fill:"#49801E",fillRule:"evenodd"}),h.jsx("path",{d:"M11.767 9.148s.445.16.631.14c.206-.022.389-.257.527-.257.137 0 .402.235.608.257.186.02.55-.14.55-.14m-2.806-.68c.154-.13.49-.14.49-.14s.445.16.631.14c.206-.022.389-.257.527-.257.137 0 .402.236.608.257.186.02.55-.14.55-.14s.203-.229.458.013",stroke:"#fff",strokeWidth:".533"}),h.jsx("path",{d:"m11.23 7.765-.337-.413c.132-.108.354-.215.678-.332l.158-.008c.336.087.56.124.643.116a.44.44 0 0 0 .155-.08c.235-.156.258-.169.398-.169.127 0 .154.013.42.157l.095.049c.057.027.097.04.12.043.063.006.192-.024.373-.096.235-.214.532-.192.788.042.17.155.308.28.411.376l-.362.392c-.102-.095-.239-.22-.408-.374-.068-.062-.053-.061-.083-.029l-.092.065c-.28.118-.502.173-.68.155a.883.883 0 0 1-.297-.093 2.674 2.674 0 0 1-.118-.061c-.129-.07-.178-.092-.167-.092.022 0-.009.017-.103.08-.152.1-.258.152-.397.166-.155.015-.396-.022-.748-.11-.229.087-.38.162-.447.216Z",fill:"#fff"})]}),h.jsx("path",{d:"M11.482 9.197s.492.471.195.79c-.297.32-.57.134-.57.134m3.418-.924s-.492.471-.195.79c.297.32.57.134.57.134",stroke:"#B85F3C",strokeWidth:".5"}),h.jsx("path",{d:"M11.16 9.576s.848.81 1.89.81c1.042 0 1.88-.618 1.88-.618",stroke:"#CB8B73",strokeWidth:".5"})]})]})]}),h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(c[5]),children:h.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.FK=i;
1
+ "use strict";var h=require("react/jsx-runtime"),e=require("react"),l=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var i=e.forwardRef((function(e,i){var t=e.height,d=e.width,c=s.useStableUniqueId(6);return h.jsxs(l.FlagIconBase,{ref:i,height:t,viewBox:"0 0 16 12",width:d,children:[h.jsxs("g",{clipPath:"url(#".concat(c[5],")"),children:[h.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:h.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),h.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),h.jsx("mask",{height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),h.jsxs("g",{mask:"url(#".concat(c[1],")"),children:[h.jsx("mask",{height:"7",id:"".concat(c[2]),maskUnits:"userSpaceOnUse",width:"9",x:"0",y:"0",children:h.jsx("path",{d:"M0 0h9v7H0z",fill:"#fff"})}),h.jsxs("g",{mask:"url(#".concat(c[2],")"),children:[h.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"}),h.jsx("path",{d:"m-.731 7.108 1.009.505 9.436-8.08H8.298L-.731 7.109Z",fill:"#F50100"}),h.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"}),h.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"}),h.jsxs("mask",{fill:"#000",height:"9",id:"".concat(c[3]),maskUnits:"userSpaceOnUse",width:"11",x:"-1",y:"-1",children:[h.jsx("path",{d:"M-1-1h11v9H-1z",fill:"#fff"}),h.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fillRule:"evenodd"})]}),h.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fill:"#F50100",fillRule:"evenodd"}),h.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(c[3],")")})]}),h.jsx("path",{d:"M12.975 9.857c-.514 0-.872-.121-1.127-.333-.256-.213-.424-.53-.531-.952-.107-.423-.152-.94-.168-1.541-.011-.423-.01-.881-.007-1.373l.002-.517h3.708c.066 1.204.09 2.377-.146 3.257-.121.452-.308.815-.582 1.065-.272.247-.64.394-1.149.394Z",fill:"#6DC2FF",stroke:"#F7FCFF",strokeWidth:".25"}),h.jsx("mask",{height:"5",id:"".concat(c[4]),maskUnits:"userSpaceOnUse",width:"5",x:"11",y:"5",children:h.jsx("path",{d:"M12.975 9.857c-.514 0-.872-.121-1.127-.333-.256-.213-.424-.53-.531-.952-.107-.423-.152-.94-.168-1.541-.011-.423-.01-.881-.007-1.373l.002-.517h3.708c.066 1.204.09 2.377-.146 3.257-.121.452-.308.815-.582 1.065-.272.247-.64.394-1.149.394Z",fill:"#fff",stroke:"#fff",strokeWidth:".25"})}),h.jsxs("g",{mask:"url(#".concat(c[4],")"),children:[h.jsx("path",{clipRule:"evenodd",d:"M12.26 6.793s-.196-.146-.281-.382a8.832 8.832 0 0 1-.252-.92c0-.055-.223 0-.223 0s.003-.267.087-.267c.084 0 .088-.247.292-.184.204.062.364.29.572.29.208 0 1.077.066 1.216.066.14 0 .508.295.508.515 0 .221-.1.55-.18.55-.078 0-.178.191-.328.128-.15-.063-.508-.193-.83-.128-.32.065-.386.024-.386.128 0 .104-.194.204-.194.204Z",fill:"#E1E5E8",fillRule:"evenodd"}),h.jsx("path",{clipRule:"evenodd",d:"M11.8 6.64h2.578l-.444.573h-1.822l-.312-.574Z",fill:"#49801E",fillRule:"evenodd"}),h.jsx("path",{d:"M11.767 9.148s.445.16.631.14c.206-.022.389-.257.527-.257.137 0 .402.235.608.257.186.02.55-.14.55-.14m-2.806-.68c.154-.13.49-.14.49-.14s.445.16.631.14c.206-.022.389-.257.527-.257.137 0 .402.236.608.257.186.02.55-.14.55-.14s.203-.229.458.013",stroke:"#fff",strokeWidth:".533"}),h.jsx("path",{d:"m11.23 7.765-.337-.413c.132-.108.354-.215.678-.332l.158-.008c.336.087.56.124.643.116a.44.44 0 0 0 .155-.08c.235-.156.258-.169.398-.169.127 0 .154.013.42.157l.095.049c.057.027.097.04.12.043.063.006.192-.024.373-.096.235-.214.532-.192.788.042.17.155.308.28.411.376l-.362.392c-.102-.095-.239-.22-.408-.374-.068-.062-.053-.061-.083-.029l-.092.065c-.28.118-.502.173-.68.155a.883.883 0 0 1-.297-.093 2.674 2.674 0 0 1-.118-.061c-.129-.07-.178-.092-.167-.092.022 0-.009.017-.103.08-.152.1-.258.152-.397.166-.155.015-.396-.022-.748-.11-.229.087-.38.162-.447.216Z",fill:"#fff"})]}),h.jsx("path",{d:"M11.482 9.197s.492.471.195.79c-.297.32-.57.134-.57.134m3.418-.924s-.492.471-.195.79c.297.32.57.134.57.134",stroke:"#B85F3C",strokeWidth:".5"}),h.jsx("path",{d:"M11.16 9.576s.848.81 1.89.81c1.042 0 1.88-.618 1.88-.618",stroke:"#CB8B73",strokeWidth:".5"})]})]})]}),h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(c[5]),children:h.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.FK=i;
package/icons/flags/FM.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:"M-81.3 0h682.6v512H-81.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(76.3) scale(.94)",children:[e.jsx("path",{d:"M-252 0H772v512H-252z",fill:"#6797d6"}),e.jsx("path",{d:"m259.8 123-32.4 22.2 12.4-35.9-32.5-22.2h40.1l12.4-35.9 12.4 36h40l-32.4 22.1 12.4 35.9M259.8 390l-32.4-22.2 12.4 36-32.5 22.1h40.1l12.4 35.9 12.4-36 40 .1-32.4-22.2 12.4-35.9m-188.4-92.4L79.3 306l1.4-38-37.5-11.7 38.4-11.7 1.3-38 22.3 30.8 38.4-11.8-24.6 30.7 22.4 30.7m274.2-11.7 24.6 30.7-1.4-38 37.5-11.7-38.4-11.7-1.3-38-22.3 30.8-38.4-11.8 24.6 30.7-22.4 30.7",fill:"#fff"})]})]})}));exports.FM=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:"M-81.3 0h682.6v512H-81.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(76.3) scale(.94)",children:[e.jsx("path",{d:"M-252 0H772v512H-252z",fill:"#6797d6"}),e.jsx("path",{d:"m259.8 123-32.4 22.2 12.4-35.9-32.5-22.2h40.1l12.4-35.9 12.4 36h40l-32.4 22.1 12.4 35.9M259.8 390l-32.4-22.2 12.4 36-32.5 22.1h40.1l12.4 35.9 12.4-36 40 .1-32.4-22.2 12.4-35.9m-188.4-92.4L79.3 306l1.4-38-37.5-11.7 38.4-11.7 1.3-38 22.3 30.8 38.4-11.8-24.6 30.7 22.4 30.7m274.2-11.7 24.6 30.7-1.4-38 37.5-11.7-38.4-11.7-1.3-38-22.3 30.8-38.4-11.8 24.6 30.7-22.4 30.7",fill:"#fff"})]})]})}));exports.FM=t;
package/icons/flags/FO.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:"M-78 32h640v480H-78z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"0",transform:"translate(78 -32)",children:[e.jsx("path",{d:"M-78 32h663.9v480H-78z",fill:"#fff"}),e.jsx("path",{d:"M-76 218.7h185.9V32H216v186.7h371.8v106.6H216V512H109.9V325.3h-186V218.7z",fill:"#003897"}),e.jsx("path",{d:"M-76 245.3h212.4V32h53.1v213.3H588v53.4H189.5V512h-53V298.7H-76v-53.4z",fill:"#d72828"})]})]})}));exports.FO=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:"M-78 32h640v480H-78z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"0",transform:"translate(78 -32)",children:[e.jsx("path",{d:"M-78 32h663.9v480H-78z",fill:"#fff"}),e.jsx("path",{d:"M-76 218.7h185.9V32H216v186.7h371.8v106.6H216V512H109.9V325.3h-186V218.7z",fill:"#003897"}),e.jsx("path",{d:"M-76 245.3h212.4V32h53.1v213.3H588v53.4H189.5V512h-53V298.7H-76v-53.4z",fill:"#d72828"})]})]})}));exports.FO=a;
package/icons/flags/GB.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 s=i.forwardRef((function(i,s){var a=i.height,l=i.width,h=t.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(h[0],")"),transform:"translate(80) scale(.94)",children:e.jsxs("g",{strokeWidth:"1pt",children:[e.jsx("path",{d:"M-256 0H768v512H-256z",fill:"#012169"}),e.jsx("path",{d:"M-256 0v57.2L653.5 512H768v-57.2L-141.5 0H-256zM768 0v57.2L-141.5 512H-256v-57.2L653.5 0H768z",fill:"#fff"}),e.jsx("path",{d:"M170.7 0v512h170.6V0H170.7zM-256 170.7v170.6H768V170.7H-256z",fill:"#fff"}),e.jsx("path",{d:"M-256 204.8v102.4H768V204.8H-256zM204.8 0v512h102.4V0H204.8zM-256 512 85.3 341.3h76.4L-179.7 512H-256zm0-512L85.3 170.7H9L-256 38.2V0zm606.4 170.7L691.7 0H768L426.7 170.7h-76.3zM768 512 426.7 341.3H503l265 132.5V512z",fill:"#c8102e"})]})})]})}));exports.GB=s;
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 s=i.forwardRef((function(i,s){var a=i.height,l=i.width,h=t.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:l,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(h[0],")"),transform:"translate(80) scale(.94)",children:e.jsxs("g",{strokeWidth:"1pt",children:[e.jsx("path",{d:"M-256 0H768v512H-256z",fill:"#012169"}),e.jsx("path",{d:"M-256 0v57.2L653.5 512H768v-57.2L-141.5 0H-256zM768 0v57.2L-141.5 512H-256v-57.2L653.5 0H768z",fill:"#fff"}),e.jsx("path",{d:"M170.7 0v512h170.6V0H170.7zM-256 170.7v170.6H768V170.7H-256z",fill:"#fff"}),e.jsx("path",{d:"M-256 204.8v102.4H768V204.8H-256zM204.8 0v512h102.4V0H204.8zM-256 512 85.3 341.3h76.4L-179.7 512H-256zm0-512L85.3 170.7H9L-256 38.2V0zm606.4 170.7L691.7 0H768L426.7 170.7h-76.3zM768 512 426.7 341.3H503l265 132.5V512z",fill:"#c8102e"})]})})]})}));exports.GB=s;
package/icons/flags/GD.js CHANGED
@@ -1 +1 @@
1
- "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var i=e.height,n=e.width,c=a.useStableUniqueId(4);return t.jsxs(r.FlagIconBase,{ref:s,height:i,viewBox:"0 0 640 480",width:n,children:[t.jsx("defs",{children:t.jsxs("g",{id:"".concat(c[0]),children:[t.jsxs("g",{id:"".concat(c[1]),children:[t.jsx("path",{d:"M0-1v1h.5",fill:"#fcd116",id:"".concat(c[2]),transform:"rotate(18 0 -1)"}),t.jsx("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(c[2])})]}),t.jsx("use",{transform:"rotate(72)",xlinkHref:"#".concat(c[1])}),t.jsx("use",{transform:"rotate(144)",xlinkHref:"#".concat(c[1])}),t.jsx("use",{transform:"rotate(216)",xlinkHref:"#".concat(c[1])}),t.jsx("use",{transform:"rotate(288)",xlinkHref:"#".concat(c[1])})]})}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#ce1126"}),t.jsx("path",{d:"M67.2 67.2h505.6v345.6H67.2z",fill:"#007a5e"}),t.jsx("path",{d:"M67.2 67.3h505.6L67.2 412.9h505.6z",fill:"#fcd116"}),t.jsx("circle",{cx:"319.9",cy:"240.1",fill:"#ce1126",r:"57.6"}),t.jsx("use",{height:"100%",transform:"matrix(52.8 0 0 52.8 320 240)",width:"100%",xlinkHref:"#".concat(c[0])}),t.jsx("use",{height:"100%",transform:"translate(-30.3)",width:"100%",x:"-100",xlinkHref:"#".concat(c[3])}),t.jsx("use",{height:"100%",id:"".concat(c[3]),transform:"matrix(31.2 0 0 31.2 320 33.6)",width:"100%",xlinkHref:"#".concat(c[0])}),t.jsx("use",{height:"100%",transform:"translate(30.3)",width:"100%",x:"100",xlinkHref:"#".concat(c[3])}),t.jsx("path",{d:"M102.3 240.7a80.4 80.4 0 0 0 33.5 33.2 111 111 0 0 0-11.3-45l-22.2 11.8z",fill:"#ce1126"}),t.jsx("path",{d:"M90.1 194.7c10.4 21.7-27.1 73.7 35.5 85.9a63.2 63.2 0 0 1-10.9-41.9 70 70 0 0 1 32.5 30.8c16.4-59.5-42-55.8-57.1-74.8z",fill:"#fcd116"}),t.jsx("use",{height:"100%",transform:"translate(-30.3 414.6)",width:"100%",x:"-100",xlinkHref:"#".concat(c[3])}),t.jsx("use",{height:"100%",transform:"matrix(31.2 0 0 31.2 320 448.2)",width:"100%",xlinkHref:"#".concat(c[0])}),t.jsx("use",{height:"100%",transform:"translate(30.3 414.6)",width:"100%",x:"100",xlinkHref:"#".concat(c[3])})]})}));exports.GD=s;
1
+ "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var i=e.height,n=e.width,c=a.useStableUniqueId(4);return t.jsxs(r.FlagIconBase,{ref:s,height:i,viewBox:"0 0 640 480",width:n,children:[t.jsx("defs",{children:t.jsxs("g",{id:"".concat(c[0]),children:[t.jsxs("g",{id:"".concat(c[1]),children:[t.jsx("path",{d:"M0-1v1h.5",fill:"#fcd116",id:"".concat(c[2]),transform:"rotate(18 0 -1)"}),t.jsx("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(c[2])})]}),t.jsx("use",{transform:"rotate(72)",xlinkHref:"#".concat(c[1])}),t.jsx("use",{transform:"rotate(144)",xlinkHref:"#".concat(c[1])}),t.jsx("use",{transform:"rotate(216)",xlinkHref:"#".concat(c[1])}),t.jsx("use",{transform:"rotate(288)",xlinkHref:"#".concat(c[1])})]})}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#ce1126"}),t.jsx("path",{d:"M67.2 67.2h505.6v345.6H67.2z",fill:"#007a5e"}),t.jsx("path",{d:"M67.2 67.3h505.6L67.2 412.9h505.6z",fill:"#fcd116"}),t.jsx("circle",{cx:"319.9",cy:"240.1",fill:"#ce1126",r:"57.6"}),t.jsx("use",{height:"100%",transform:"matrix(52.8 0 0 52.8 320 240)",width:"100%",xlinkHref:"#".concat(c[0])}),t.jsx("use",{height:"100%",transform:"translate(-30.3)",width:"100%",x:"-100",xlinkHref:"#".concat(c[3])}),t.jsx("use",{height:"100%",id:"".concat(c[3]),transform:"matrix(31.2 0 0 31.2 320 33.6)",width:"100%",xlinkHref:"#".concat(c[0])}),t.jsx("use",{height:"100%",transform:"translate(30.3)",width:"100%",x:"100",xlinkHref:"#".concat(c[3])}),t.jsx("path",{d:"M102.3 240.7a80.4 80.4 0 0 0 33.5 33.2 111 111 0 0 0-11.3-45l-22.2 11.8z",fill:"#ce1126"}),t.jsx("path",{d:"M90.1 194.7c10.4 21.7-27.1 73.7 35.5 85.9a63.2 63.2 0 0 1-10.9-41.9 70 70 0 0 1 32.5 30.8c16.4-59.5-42-55.8-57.1-74.8z",fill:"#fcd116"}),t.jsx("use",{height:"100%",transform:"translate(-30.3 414.6)",width:"100%",x:"-100",xlinkHref:"#".concat(c[3])}),t.jsx("use",{height:"100%",transform:"matrix(31.2 0 0 31.2 320 448.2)",width:"100%",xlinkHref:"#".concat(c[0])}),t.jsx("use",{height:"100%",transform:"translate(30.3 414.6)",width:"100%",x:"100",xlinkHref:"#".concat(c[3])})]})}));exports.GD=s;
package/icons/flags/GG.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),r=require("react"),t=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=r.forwardRef((function(r,a){var s=r.height,h=r.width,n=i.useStableUniqueId(1);return e.jsxs(t.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M256 0h128v480H256z",fill:"#e8112d"}),e.jsx("path",{d:"M0 176h640v128H0z",fill:"#e8112d"}),e.jsx("path",{d:"m110 286.7 23.3-23.4h210v-46.6h-210L110 193.3z",fill:"#f9dd16",id:"".concat(n[0])}),e.jsx("use",{height:"24",transform:"rotate(90 320 240)",width:"36",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"24",transform:"rotate(-90 320 240)",width:"36",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"24",transform:"rotate(180 320 240)",width:"36",xlinkHref:"#".concat(n[0])})]})}));exports.GG=a;
1
+ "use strict";var e=require("react/jsx-runtime"),r=require("react"),t=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=r.forwardRef((function(r,a){var s=r.height,h=r.width,n=i.useStableUniqueId(1);return e.jsxs(t.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M256 0h128v480H256z",fill:"#e8112d"}),e.jsx("path",{d:"M0 176h640v128H0z",fill:"#e8112d"}),e.jsx("path",{d:"m110 286.7 23.3-23.4h210v-46.6h-210L110 193.3z",fill:"#f9dd16",id:"".concat(n[0])}),e.jsx("use",{height:"24",transform:"rotate(90 320 240)",width:"36",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"24",transform:"rotate(-90 320 240)",width:"36",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"24",transform:"rotate(180 320 240)",width:"36",xlinkHref:"#".concat(n[0])})]})}));exports.GG=a;
package/icons/flags/GI.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 v=l.height,r=l.width,s=i.useStableUniqueId(2);return e.jsxs(h.FlagIconBase,{ref:d,height:v,viewBox:"0 0 16 12",width:r,children:[e.jsxs("g",{clipPath:"url(#".concat(s[1],")"),children:[e.jsx("mask",{height:"12",id:"".concat(s[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(s[0],")"),children:[e.jsx("path",{d:"M0 0h16v12H0z",fill:"#F7FCFF"}),e.jsx("path",{clipRule:"evenodd",d:"M0 8h16v4H0V8Z",fill:"#C51918",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M8.229.633h-.947v.848h.467l-.033 2.33H6.334V2.753h.474v-.847H5.86v.424h-.474v-.424h-.948v.847h.474v1.06h-.999v.847h.474v2.543h-.474v.848h9v-.848h-.947V4.66h.947v-.847h-.928l.023-1.06h.483v-.847h-.947v.424h-.474v-.424h-.947v.847h.464l-.023 1.06H9.137L9.17 1.48h.48V.633h-.947v.424h-.474V.633Z",fill:"#DB000B",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M5.808 6.845a.553.553 0 1 1 1.105 0v.914H5.808v-.914Zm4.052 0a.553.553 0 0 1 1.106 0v.914H9.86v-.914Zm-2.21-.182a.737.737 0 0 1 1.474 0v1.463H7.65V6.663Z",fill:"#272727",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"m8.661 7.599-.09.166-.169-.252-1.379.925 1.538.732 1.356-.887-1.256-.684Zm-.63.765.444-.297.469.255-.422.276-.49-.234Zm-.452 1.903h.737V11h-.737v-.733Z",fill:"#E8AA00",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M8 9h.874v2H8V9Z",fill:"#E8AA00",fillRule:"evenodd"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(s[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.GI=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 v=l.height,r=l.width,s=i.useStableUniqueId(2);return e.jsxs(h.FlagIconBase,{ref:d,height:v,viewBox:"0 0 16 12",width:r,children:[e.jsxs("g",{clipPath:"url(#".concat(s[1],")"),children:[e.jsx("mask",{height:"12",id:"".concat(s[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(s[0],")"),children:[e.jsx("path",{d:"M0 0h16v12H0z",fill:"#F7FCFF"}),e.jsx("path",{clipRule:"evenodd",d:"M0 8h16v4H0V8Z",fill:"#C51918",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M8.229.633h-.947v.848h.467l-.033 2.33H6.334V2.753h.474v-.847H5.86v.424h-.474v-.424h-.948v.847h.474v1.06h-.999v.847h.474v2.543h-.474v.848h9v-.848h-.947V4.66h.947v-.847h-.928l.023-1.06h.483v-.847h-.947v.424h-.474v-.424h-.947v.847h.464l-.023 1.06H9.137L9.17 1.48h.48V.633h-.947v.424h-.474V.633Z",fill:"#DB000B",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M5.808 6.845a.553.553 0 1 1 1.105 0v.914H5.808v-.914Zm4.052 0a.553.553 0 0 1 1.106 0v.914H9.86v-.914Zm-2.21-.182a.737.737 0 0 1 1.474 0v1.463H7.65V6.663Z",fill:"#272727",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"m8.661 7.599-.09.166-.169-.252-1.379.925 1.538.732 1.356-.887-1.256-.684Zm-.63.765.444-.297.469.255-.422.276-.49-.234Zm-.452 1.903h.737V11h-.737v-.733Z",fill:"#E8AA00",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M8 9h.874v2H8V9Z",fill:"#E8AA00",fillRule:"evenodd"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(s[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.GI=d;
package/icons/flags/GM.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,h=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(h[0]),children:e.jsx("path",{d:"M0-48h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(0 48)",children:[e.jsx("path",{d:"M0-128h640V85.3H0z",fill:"red"}),e.jsx("path",{d:"M0 85.3h640V121H0z",fill:"#fff"}),e.jsx("path",{d:"M0 120.9h640V263H0z",fill:"#009"}),e.jsx("path",{d:"M0 263.1h640v35.6H0z",fill:"#fff"}),e.jsx("path",{d:"M0 298.7h640V512H0z",fill:"#090"})]})]})}));exports.GM=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,h=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(h[0]),children:e.jsx("path",{d:"M0-48h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(0 48)",children:[e.jsx("path",{d:"M0-128h640V85.3H0z",fill:"red"}),e.jsx("path",{d:"M0 85.3h640V121H0z",fill:"#fff"}),e.jsx("path",{d:"M0 120.9h640V263H0z",fill:"#009"}),e.jsx("path",{d:"M0 263.1h640v35.6H0z",fill:"#fff"}),e.jsx("path",{d:"M0 298.7h640V512H0z",fill:"#090"})]})]})}));exports.GM=l;
package/icons/flags/GQ.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var d=l.forwardRef((function(l,d){var t=l.height,h=l.width,c=s.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,{ref:d,height:t,viewBox:"0 0 16 12",width:h,children:[e.jsxs("g",{clipPath:"url(#".concat(c[2],")"),children:[e.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12.288h16.384V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"13",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"17",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12.288h16.384V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(c[1],")"),children:[e.jsx("path",{d:"M0 0v4.096h16.384V0H0Z",fill:"#009D00"}),e.jsx("path",{d:"M0 4.096v4.096h16.384V4.096H0Z",fill:"#fff"}),e.jsx("path",{d:"M0 8.192v4.096h16.384V8.192H0Z",fill:"#F80000"})]}),e.jsx("path",{clipRule:"evenodd",d:"M0 0v12.288l4.096-6.066L0 0Z",fill:"#0075D5",fillRule:"evenodd"}),e.jsx("path",{d:"m7.46 4.55.003.011-.016-.014-.103-.095-.012.139.011.001-.019.01-.122.069.128.055.005-.01.004.02.028.138.092-.105-.009-.008.022.003.138.016-.071-.12-.01.006.01-.02.058-.126-.137.03Zm.512 0 .003.011-.016-.014-.103-.095-.012.139.011.001-.019.01-.122.069.128.055.005-.01.004.02.028.138.092-.105-.009-.008.022.003.138.016-.071-.12-.01.006.01-.02.058-.126-.137.03Zm.512 0 .003.011-.016-.014-.103-.095-.012.139.011.001-.019.01-.122.069.128.055.005-.01.004.02.028.138.092-.105-.009-.008.022.003.138.016-.071-.12-.01.006.01-.02.058-.126-.137.03Zm.512 0L9 4.561l-.016-.014-.103-.095-.012.139.011.001-.019.01-.122.069.128.055.005-.01.004.02.028.138.092-.105-.009-.008.022.003.138.016-.071-.12-.01.006.01-.02.058-.126-.137.03Zm.512 0 .003.011-.016-.014-.103-.095-.012.139.011.001-.019.01-.122.069.128.055.005-.01.004.02.028.138.092-.105-.009-.008.022.003.138.016-.071-.12-.01.006.01-.02.058-.126-.137.03Zm.512 0 .003.011-.016-.014-.103-.095-.012.139.011.001-.019.01-.122.069.128.055.005-.01.004.02.028.138.092-.105-.009-.008.022.003.138.016-.071-.12-.01.006.01-.02.058-.126-.137.03Z",fill:"#FFD500",stroke:"#000",strokeWidth:".03"}),e.jsx("path",{d:"M7.71 5.15h1.988v1.506a.994.994 0 0 1-1.988 0V5.15Z",stroke:"#373737",strokeWidth:".06"}),e.jsx("path",{clipRule:"evenodd",d:"M8.564 6.123s-.103 1.212-.206 1.285c-.104.073.494.11.55.055.058-.055-.26-1.042-.15-1.34.109-.297.285-.321.285-.321s-.222-.047-.286.042c-.063.09-.252-.042-.252-.042l.059.321Z",fill:"#6F3E1D",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M8.541 6.055h-.08s-.053.21-.176.105c-.124-.105-.298-.068-.298-.068s.016-.126.205-.176c.19-.05.27-.456.27-.456s.268-.1.431.105c.163.204.393.117.393.117s.168.095.084.234-.227.24-.352.139c-.125-.101-.477 0-.477 0Z",fill:"#009D29",fillRule:"evenodd"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.GQ=d;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var d=l.forwardRef((function(l,d){var t=l.height,h=l.width,c=s.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,{ref:d,height:t,viewBox:"0 0 16 12",width:h,children:[e.jsxs("g",{clipPath:"url(#".concat(c[2],")"),children:[e.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12.288h16.384V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",{height:"13",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"17",x:"0",y:"0",children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12.288h16.384V0H0Z",fill:"#fff",fillRule:"evenodd"})}),e.jsxs("g",{clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(c[1],")"),children:[e.jsx("path",{d:"M0 0v4.096h16.384V0H0Z",fill:"#009D00"}),e.jsx("path",{d:"M0 4.096v4.096h16.384V4.096H0Z",fill:"#fff"}),e.jsx("path",{d:"M0 8.192v4.096h16.384V8.192H0Z",fill:"#F80000"})]}),e.jsx("path",{clipRule:"evenodd",d:"M0 0v12.288l4.096-6.066L0 0Z",fill:"#0075D5",fillRule:"evenodd"}),e.jsx("path",{d:"m7.46 4.55.003.011-.016-.014-.103-.095-.012.139.011.001-.019.01-.122.069.128.055.005-.01.004.02.028.138.092-.105-.009-.008.022.003.138.016-.071-.12-.01.006.01-.02.058-.126-.137.03Zm.512 0 .003.011-.016-.014-.103-.095-.012.139.011.001-.019.01-.122.069.128.055.005-.01.004.02.028.138.092-.105-.009-.008.022.003.138.016-.071-.12-.01.006.01-.02.058-.126-.137.03Zm.512 0 .003.011-.016-.014-.103-.095-.012.139.011.001-.019.01-.122.069.128.055.005-.01.004.02.028.138.092-.105-.009-.008.022.003.138.016-.071-.12-.01.006.01-.02.058-.126-.137.03Zm.512 0L9 4.561l-.016-.014-.103-.095-.012.139.011.001-.019.01-.122.069.128.055.005-.01.004.02.028.138.092-.105-.009-.008.022.003.138.016-.071-.12-.01.006.01-.02.058-.126-.137.03Zm.512 0 .003.011-.016-.014-.103-.095-.012.139.011.001-.019.01-.122.069.128.055.005-.01.004.02.028.138.092-.105-.009-.008.022.003.138.016-.071-.12-.01.006.01-.02.058-.126-.137.03Zm.512 0 .003.011-.016-.014-.103-.095-.012.139.011.001-.019.01-.122.069.128.055.005-.01.004.02.028.138.092-.105-.009-.008.022.003.138.016-.071-.12-.01.006.01-.02.058-.126-.137.03Z",fill:"#FFD500",stroke:"#000",strokeWidth:".03"}),e.jsx("path",{d:"M7.71 5.15h1.988v1.506a.994.994 0 0 1-1.988 0V5.15Z",stroke:"#373737",strokeWidth:".06"}),e.jsx("path",{clipRule:"evenodd",d:"M8.564 6.123s-.103 1.212-.206 1.285c-.104.073.494.11.55.055.058-.055-.26-1.042-.15-1.34.109-.297.285-.321.285-.321s-.222-.047-.286.042c-.063.09-.252-.042-.252-.042l.059.321Z",fill:"#6F3E1D",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M8.541 6.055h-.08s-.053.21-.176.105c-.124-.105-.298-.068-.298-.068s.016-.126.205-.176c.19-.05.27-.456.27-.456s.268-.1.431.105c.163.204.393.117.393.117s.168.095.084.234-.227.24-.352.139c-.125-.101-.477 0-.477 0Z",fill:"#009D29",fillRule:"evenodd"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.GQ=d;
package/icons/flags/GR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),f=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var h=i.forwardRef((function(i,h){var a=i.height,s=i.width,t=f.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:h,height:a,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(t[0]),children:e.jsx("path",{d:"M0 0h120v90H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(t[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(5.33)",children:[e.jsx("path",{d:"M0 0h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 10h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 20h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 30h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 40h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 50h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 60h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 70h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 80h135v10H0zM0 0h50v50H0z",fill:"#0d5eaf"}),e.jsxs("g",{fill:"#fff",children:[e.jsx("path",{d:"M20 0h10v50H20z"}),e.jsx("path",{d:"M0 20h50v10H0z"})]})]})]})}));exports.GR=h;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),f=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var h=i.forwardRef((function(i,h){var a=i.height,s=i.width,t=f.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:h,height:a,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(t[0]),children:e.jsx("path",{d:"M0 0h120v90H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(t[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(5.33)",children:[e.jsx("path",{d:"M0 0h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 10h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 20h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 30h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 40h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 50h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 60h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 70h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 80h135v10H0zM0 0h50v50H0z",fill:"#0d5eaf"}),e.jsxs("g",{fill:"#fff",children:[e.jsx("path",{d:"M20 0h10v50H20z"}),e.jsx("path",{d:"M0 20h50v10H0z"})]})]})]})}));exports.GR=h;
package/icons/flags/GT.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,r=l.width,h=d.useStableUniqueId(2);return e.jsxs(i.FlagIconBase,{ref:s,height:c,viewBox:"0 0 16 12",width:r,children:[e.jsxs("g",{clipPath:"url(#".concat(h[1],")"),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:"M11 0h5v12h-5V0ZM0 0h6v12H0V0Z",fill:"#58A5FF",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M5 0h6v12H5V0Z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"m6.382 8.519-.363-.344 3.844-4.064.363.344-3.844 4.064Z",fill:"#C6C6C6"}),e.jsx("path",{clipRule:"evenodd",d:"M6.492 4.053s-1.23.742-1.23 2.604c0 1.861 2.996 2.113 2.996 2.113S6.465 7.677 6.23 6.894c-.234-.783.262-2.841.262-2.841Z",fill:"#5AB92D",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M9.527 4.053s1.23.742 1.23 2.604c0 1.861-2.995 2.113-2.995 2.113S9.646 7.69 9.91 6.657c.264-1.033-.383-2.604-.383-2.604Z",fill:"#5AB92D",fillRule:"evenodd"}),e.jsx("path",{d:"m7.404 3.8.498.045c-.017.18.082.364.326.561.784.635 1.206 1.426.875 2.325-.24.653-.565 1.204-.977 1.651l-.368-.339c.366-.397.658-.891.876-1.484.237-.646-.084-1.25-.72-1.764-.364-.294-.543-.629-.51-.995Z",fill:"#5AB92D"}),e.jsx("path",{clipRule:"evenodd",d:"m7.087 4.905.525 1.483h-.386s-.14.468.123.468h1.614s.176-.118.088-.468c-.088-.351-.532-1.32-.532-1.32s.19-.16.19-.279c0-.119-.19-.132-.19-.132H7.322c-.153.026-.235.248-.235.248Z",fill:"#EFE298",fillRule:"evenodd"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.GT=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,r=l.width,h=d.useStableUniqueId(2);return e.jsxs(i.FlagIconBase,{ref:s,height:c,viewBox:"0 0 16 12",width:r,children:[e.jsxs("g",{clipPath:"url(#".concat(h[1],")"),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:"M11 0h5v12h-5V0ZM0 0h6v12H0V0Z",fill:"#58A5FF",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M5 0h6v12H5V0Z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"m6.382 8.519-.363-.344 3.844-4.064.363.344-3.844 4.064Z",fill:"#C6C6C6"}),e.jsx("path",{clipRule:"evenodd",d:"M6.492 4.053s-1.23.742-1.23 2.604c0 1.861 2.996 2.113 2.996 2.113S6.465 7.677 6.23 6.894c-.234-.783.262-2.841.262-2.841Z",fill:"#5AB92D",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M9.527 4.053s1.23.742 1.23 2.604c0 1.861-2.995 2.113-2.995 2.113S9.646 7.69 9.91 6.657c.264-1.033-.383-2.604-.383-2.604Z",fill:"#5AB92D",fillRule:"evenodd"}),e.jsx("path",{d:"m7.404 3.8.498.045c-.017.18.082.364.326.561.784.635 1.206 1.426.875 2.325-.24.653-.565 1.204-.977 1.651l-.368-.339c.366-.397.658-.891.876-1.484.237-.646-.084-1.25-.72-1.764-.364-.294-.543-.629-.51-.995Z",fill:"#5AB92D"}),e.jsx("path",{clipRule:"evenodd",d:"m7.087 4.905.525 1.483h-.386s-.14.468.123.468h1.614s.176-.118.088-.468c-.088-.351-.532-1.32-.532-1.32s.19-.16.19-.279c0-.119-.19-.132-.19-.132H7.322c-.153.026-.235.248-.235.248Z",fill:"#EFE298",fillRule:"evenodd"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.GT=s;
package/icons/flags/GW.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var a=t.forwardRef((function(t,a){var s=t.height,h=t.width,n=i.useStableUniqueId(2);return e.jsxs(r.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h220v480H0z",fill:"#ce1126"}),e.jsx("path",{d:"M220 0h420v240H220z",fill:"#fcd116"}),e.jsx("path",{d:"M220 240h420v240H220z",fill:"#009e49"}),e.jsxs("g",{id:"".concat(n[0]),transform:"matrix(80 0 0 80 110 240)",children:[e.jsx("path",{d:"M0-1v1h.5",id:"".concat(n[1]),transform:"rotate(18 0 -1)"}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(n[1])})]}),e.jsx("use",{height:"100%",transform:"rotate(72 110 240)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",transform:"rotate(144 110 240)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",transform:"rotate(-144 110 240)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",transform:"rotate(-72 110 240)",width:"100%",xlinkHref:"#".concat(n[0])})]})}));exports.GW=a;
1
+ "use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var a=t.forwardRef((function(t,a){var s=t.height,h=t.width,n=i.useStableUniqueId(2);return e.jsxs(r.FlagIconBase,{ref:a,height:s,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h220v480H0z",fill:"#ce1126"}),e.jsx("path",{d:"M220 0h420v240H220z",fill:"#fcd116"}),e.jsx("path",{d:"M220 240h420v240H220z",fill:"#009e49"}),e.jsxs("g",{id:"".concat(n[0]),transform:"matrix(80 0 0 80 110 240)",children:[e.jsx("path",{d:"M0-1v1h.5",id:"".concat(n[1]),transform:"rotate(18 0 -1)"}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(n[1])})]}),e.jsx("use",{height:"100%",transform:"rotate(72 110 240)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",transform:"rotate(144 110 240)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",transform:"rotate(-144 110 240)",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"100%",transform:"rotate(-72 110 240)",width:"100%",xlinkHref:"#".concat(n[0])})]})}));exports.GW=a;
package/icons/flags/HK.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var r=i.forwardRef((function(i,r){var c=i.height,t=i.width,d=l.useStableUniqueId(3);return e.jsxs(s.FlagIconBase,{ref:r,height:c,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(d[2],")"),children:[e.jsx("mask",{height:"12",id:"".concat(d[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(d[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#EA1A1A",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(d[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(d[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M7.935 5.787s-2.895-2.581.56-4.085c0 0 1.004 1.108.25 2.352-.247.408-.455.7-.612.919-.321.448-.425.593-.198.814ZM3.662 3.934C3.464 7.696 7.067 6.26 7.067 6.26c-.3.104-.382-.054-.64-.541-.126-.238-.293-.555-.548-.959-.776-1.23-2.217-.827-2.217-.827Zm5.457 1.98s3.716 1.112 1.224 3.938c0 0-1.38-.579-1.224-2.025.051-.474.117-.826.166-1.091.1-.543.133-.718-.166-.822Zm-.977.867s.667 3.821-2.975 2.855c0 0-.1-1.492 1.264-2 .447-.166.791-.265 1.05-.34.53-.152.701-.2.661-.515Zm4.597-1.643c-2.277-3.001-4.102.421-4.102.421.162-.272.327-.206.838 0 .25.1.582.235 1.038.378 1.387.439 2.226-.8 2.226-.8Z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M5.08 5.104S5.81 6.25 7 6.25m.93-2.725s-.653 1.205-.093 2.258m3.218-.903s-1.525-.23-2.323.656m1.432 2.136S9.86 6.16 8.754 5.714M6.967 8.493S8.284 7.69 8.325 6.5",stroke:"#EA1A1A",strokeWidth:".5"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.HK=r;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var r=i.forwardRef((function(i,r){var c=i.height,t=i.width,d=l.useStableUniqueId(3);return e.jsxs(s.FlagIconBase,{ref:r,height:c,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(d[2],")"),children:[e.jsx("mask",{height:"12",id:"".concat(d[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),e.jsxs("g",{mask:"url(#".concat(d[0],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#EA1A1A",fillRule:"evenodd"}),e.jsx("mask",{height:"12",id:"".concat(d[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(d[1],")"),children:[e.jsx("path",{clipRule:"evenodd",d:"M7.935 5.787s-2.895-2.581.56-4.085c0 0 1.004 1.108.25 2.352-.247.408-.455.7-.612.919-.321.448-.425.593-.198.814ZM3.662 3.934C3.464 7.696 7.067 6.26 7.067 6.26c-.3.104-.382-.054-.64-.541-.126-.238-.293-.555-.548-.959-.776-1.23-2.217-.827-2.217-.827Zm5.457 1.98s3.716 1.112 1.224 3.938c0 0-1.38-.579-1.224-2.025.051-.474.117-.826.166-1.091.1-.543.133-.718-.166-.822Zm-.977.867s.667 3.821-2.975 2.855c0 0-.1-1.492 1.264-2 .447-.166.791-.265 1.05-.34.53-.152.701-.2.661-.515Zm4.597-1.643c-2.277-3.001-4.102.421-4.102.421.162-.272.327-.206.838 0 .25.1.582.235 1.038.378 1.387.439 2.226-.8 2.226-.8Z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M5.08 5.104S5.81 6.25 7 6.25m.93-2.725s-.653 1.205-.093 2.258m3.218-.903s-1.525-.23-2.323.656m1.432 2.136S9.86 6.16 8.754 5.714M6.967 8.493S8.284 7.69 8.325 6.5",stroke:"#EA1A1A",strokeWidth:".5"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[2]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.HK=r;
package/icons/flags/HN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var a=e.height,n=e.width,h=i.useStableUniqueId(3);return t.jsxs(r.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:n,children:[t.jsx("path",{d:"M0 0h640v480H0z",fill:"#0073cf"}),t.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),t.jsxs("g",{fill:"#0073cf",id:"".concat(h[0]),transform:"translate(320 240) scale(26.66665)",children:[t.jsxs("g",{id:"".concat(h[1]),children:[t.jsx("path",{d:"m-.3 0 .5.1L0-1z",id:"".concat(h[2])}),t.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(h[2])})]}),t.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(h[1])}),t.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(h[1])}),t.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(h[1])}),t.jsx("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(h[1])})]}),t.jsx("use",{height:"100%",transform:"translate(133.3 -42.7)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"translate(133.3 37.3)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"translate(-133.3 -42.7)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"translate(-133.3 37.3)",width:"100%",xlinkHref:"#".concat(h[0])})]})}));exports.HN=s;
1
+ "use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var a=e.height,n=e.width,h=i.useStableUniqueId(3);return t.jsxs(r.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:n,children:[t.jsx("path",{d:"M0 0h640v480H0z",fill:"#0073cf"}),t.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),t.jsxs("g",{fill:"#0073cf",id:"".concat(h[0]),transform:"translate(320 240) scale(26.66665)",children:[t.jsxs("g",{id:"".concat(h[1]),children:[t.jsx("path",{d:"m-.3 0 .5.1L0-1z",id:"".concat(h[2])}),t.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(h[2])})]}),t.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(h[1])}),t.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(h[1])}),t.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(h[1])}),t.jsx("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(h[1])})]}),t.jsx("use",{height:"100%",transform:"translate(133.3 -42.7)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"translate(133.3 37.3)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"translate(-133.3 -42.7)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"translate(-133.3 37.3)",width:"100%",xlinkHref:"#".concat(h[0])})]})}));exports.HN=s;
package/icons/flags/HR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=l.forwardRef((function(l,s){var d=l.height,t=l.width,a=h.useStableUniqueId(4);return e.jsxs(i.FlagIconBase,{ref:s,height:d,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(a[3],")"),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:"#F7FCFF",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("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#E31D1C",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#3D58DB",fillRule:"evenodd"}),e.jsx("path",{d:"M5.038 3.199h5.7v2h-5.7z",fill:"#E31D1C"}),e.jsx("path",{d:"M5.326 4.48h5.064c.009.384.011 1.055.011 1.7 0 .418 0 .82-.002 1.116l-.001.357v.113l-.001.002a2.472 2.472 0 0 1-.073.296 2.73 2.73 0 0 1-.346.716C9.63 9.286 9 9.808 7.825 9.808c-1.174 0-1.774-.52-2.093-1.023a2.584 2.584 0 0 1-.37-1.01v-.03l-.001-.098-.005-.354a1916.752 1916.752 0 0 1-.03-2.813Zm.035 3.28Z",fill:"#F7FCFF",stroke:"#E31D1C",strokeWidth:".563"}),e.jsx("mask",{height:"7",id:"".concat(a[2]),maskUnits:"userSpaceOnUse",width:"6",x:"5",y:"4",children:e.jsx("path",{d:"M5.326 4.48h5.064c.009.384.011 1.055.011 1.7 0 .418 0 .82-.002 1.116l-.001.357v.113l-.001.002a2.472 2.472 0 0 1-.073.296 2.73 2.73 0 0 1-.346.716C9.63 9.286 9 9.808 7.825 9.808c-1.174 0-1.774-.52-2.093-1.023a2.584 2.584 0 0 1-.37-1.01v-.03l-.001-.098-.005-.354a1916.752 1916.752 0 0 1-.03-2.813Zm.035 3.28Z",fill:"#fff",stroke:"#fff",strokeWidth:".563"})}),e.jsx("g",{mask:"url(#".concat(a[2],")"),children:e.jsx("path",{clipRule:"evenodd",d:"M5.25 4.52h1.054v1.071H5.249V4.52Zm2.109 1.071H6.304v1.07H5.249v1.072h1.055v1.07H5.249v1.072h1.055V8.804h1.055v1.07h1.054v-1.07h1.055v1.07h1.055v-1.07H9.468V7.733h1.055V6.662H9.468V5.59h1.055V4.52H9.468v1.071H8.413V4.52H7.36v1.071Zm0 1.07v-1.07h1.054v1.07H7.36Zm0 1.072V6.662H6.304v1.07h1.055Zm1.054 0v1.07H7.36v-1.07h1.054Zm0 0V6.662h1.055v1.07H8.413Z",fill:"#F50100",fillRule:"evenodd"})}),e.jsx("path",{clipRule:"evenodd",d:"M5.227 4.081s.326-.174.604-.264c.278-.09.498-.139.498-.139l-.414-1.526-.829-.31-.47.775.61 1.464Zm2.043-.543s.279-.025.57-.02c.293.006.54.009.54.009l.143-1.505-.626-.566-.696.58.07 1.502Z",fill:"#56C6F5",fillRule:"evenodd",stroke:"#fff",strokeWidth:".15"}),e.jsx("path",{d:"m6.234 3.666.022.073.073-.023h.003l.01-.004.04-.012.13-.037c.104-.03.23-.06.322-.073a4.597 4.597 0 0 1 .422-.036l.035-.001h.011v-.001l.08-.003-.008-.078-.126-1.463-.003-.034-.028-.02-.681-.484-.053-.037-.045.046-.62.642-.03.031.013.042.433 1.472Zm3.236-.002-.02.076-.075-.024h-.003l-.01-.004-.04-.012a5.925 5.925 0 0 0-.13-.037 2.826 2.826 0 0 0-.322-.073 4.598 4.598 0 0 0-.423-.036l-.034-.001h-.011v-.001l-.08-.003.007-.078.127-1.463.003-.034.028-.02.681-.484.054-.039.045.05.584.639.028.03-.011.04-.398 1.474Z",fill:"#2E42A5",stroke:"#fff",strokeWidth:".15"}),e.jsx("path",{d:"m10.63 4.073-.032.075-.072-.039-.003-.001-.01-.006-.04-.02a3.55 3.55 0 0 0-.538-.23 6.569 6.569 0 0 0-.455-.13l-.028-.006-.007-.002h-.002l-.078-.018.022-.076.423-1.488.01-.037.036-.013.829-.31.058-.021.032.053.47.774.02.033-.016.035-.619 1.427Z",fill:"#56C6F5",stroke:"#fff",strokeWidth:".15"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[3]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.HR=s;
1
+ "use strict";var e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=l.forwardRef((function(l,s){var d=l.height,t=l.width,a=h.useStableUniqueId(4);return e.jsxs(i.FlagIconBase,{ref:s,height:d,viewBox:"0 0 16 12",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(a[3],")"),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:"#F7FCFF",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("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#E31D1C",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#3D58DB",fillRule:"evenodd"}),e.jsx("path",{d:"M5.038 3.199h5.7v2h-5.7z",fill:"#E31D1C"}),e.jsx("path",{d:"M5.326 4.48h5.064c.009.384.011 1.055.011 1.7 0 .418 0 .82-.002 1.116l-.001.357v.113l-.001.002a2.472 2.472 0 0 1-.073.296 2.73 2.73 0 0 1-.346.716C9.63 9.286 9 9.808 7.825 9.808c-1.174 0-1.774-.52-2.093-1.023a2.584 2.584 0 0 1-.37-1.01v-.03l-.001-.098-.005-.354a1916.752 1916.752 0 0 1-.03-2.813Zm.035 3.28Z",fill:"#F7FCFF",stroke:"#E31D1C",strokeWidth:".563"}),e.jsx("mask",{height:"7",id:"".concat(a[2]),maskUnits:"userSpaceOnUse",width:"6",x:"5",y:"4",children:e.jsx("path",{d:"M5.326 4.48h5.064c.009.384.011 1.055.011 1.7 0 .418 0 .82-.002 1.116l-.001.357v.113l-.001.002a2.472 2.472 0 0 1-.073.296 2.73 2.73 0 0 1-.346.716C9.63 9.286 9 9.808 7.825 9.808c-1.174 0-1.774-.52-2.093-1.023a2.584 2.584 0 0 1-.37-1.01v-.03l-.001-.098-.005-.354a1916.752 1916.752 0 0 1-.03-2.813Zm.035 3.28Z",fill:"#fff",stroke:"#fff",strokeWidth:".563"})}),e.jsx("g",{mask:"url(#".concat(a[2],")"),children:e.jsx("path",{clipRule:"evenodd",d:"M5.25 4.52h1.054v1.071H5.249V4.52Zm2.109 1.071H6.304v1.07H5.249v1.072h1.055v1.07H5.249v1.072h1.055V8.804h1.055v1.07h1.054v-1.07h1.055v1.07h1.055v-1.07H9.468V7.733h1.055V6.662H9.468V5.59h1.055V4.52H9.468v1.071H8.413V4.52H7.36v1.071Zm0 1.07v-1.07h1.054v1.07H7.36Zm0 1.072V6.662H6.304v1.07h1.055Zm1.054 0v1.07H7.36v-1.07h1.054Zm0 0V6.662h1.055v1.07H8.413Z",fill:"#F50100",fillRule:"evenodd"})}),e.jsx("path",{clipRule:"evenodd",d:"M5.227 4.081s.326-.174.604-.264c.278-.09.498-.139.498-.139l-.414-1.526-.829-.31-.47.775.61 1.464Zm2.043-.543s.279-.025.57-.02c.293.006.54.009.54.009l.143-1.505-.626-.566-.696.58.07 1.502Z",fill:"#56C6F5",fillRule:"evenodd",stroke:"#fff",strokeWidth:".15"}),e.jsx("path",{d:"m6.234 3.666.022.073.073-.023h.003l.01-.004.04-.012.13-.037c.104-.03.23-.06.322-.073a4.597 4.597 0 0 1 .422-.036l.035-.001h.011v-.001l.08-.003-.008-.078-.126-1.463-.003-.034-.028-.02-.681-.484-.053-.037-.045.046-.62.642-.03.031.013.042.433 1.472Zm3.236-.002-.02.076-.075-.024h-.003l-.01-.004-.04-.012a5.925 5.925 0 0 0-.13-.037 2.826 2.826 0 0 0-.322-.073 4.598 4.598 0 0 0-.423-.036l-.034-.001h-.011v-.001l-.08-.003.007-.078.127-1.463.003-.034.028-.02.681-.484.054-.039.045.05.584.639.028.03-.011.04-.398 1.474Z",fill:"#2E42A5",stroke:"#fff",strokeWidth:".15"}),e.jsx("path",{d:"m10.63 4.073-.032.075-.072-.039-.003-.001-.01-.006-.04-.02a3.55 3.55 0 0 0-.538-.23 6.569 6.569 0 0 0-.455-.13l-.028-.006-.007-.002h-.002l-.078-.018.022-.076.423-1.488.01-.037.036-.013.829-.31.058-.021.032.053.47.774.02.033-.016.035-.619 1.427Z",fill:"#56C6F5",stroke:"#fff",strokeWidth:".15"})]})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[3]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.HR=s;
package/icons/flags/HT.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var h=e.height,c=e.width,a=d.useStableUniqueId(4);return l.jsxs(i.FlagIconBase,{ref:s,height:h,viewBox:"0 0 16 12",width:c,children:[l.jsxs("g",{clipPath:"url(#".concat(a[3],")"),children:[l.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(a[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 6v6h16V6H0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("path",{d:"M3 2h10v8H3z",fill:"#fff"}),l.jsx("mask",{height:"8",id:"".concat(a[2]),maskUnits:"userSpaceOnUse",width:"10",x:"3",y:"2",children:l.jsx("path",{d:"M3 2h10v8H3z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(a[2],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M3 8.385s2.4-1.064 5-.999c2.6.065 5 1.248 5 1.248V10H3V8.385Z",fill:"#279E19",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.72 3.51a.094.094 0 0 0-.006.111c.16.254.866 1.257 2.01 1.257 1.103 0 1.924-.93 2.157-1.226a.1.1 0 0 0-.026-.15C9.685 3.4 9.302 3.2 8.86 3.2c-.597 0-1.135.255-1.135.255S6.924 3.2 6.414 3.2a.893.893 0 0 0-.694.31Z",fill:"#026A16",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m7.895 7.407-.896-.567c-.524.242-.786.722-.786 1.44l.694 1.139h2.117l.5-1.14s.196-1.473-.5-1.71l-1.13.838Z",fill:"#C51918",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.934 5.816s-1.353.47-1.353 2.202l1.805.357s-.022-.993.518-1.458l-.97-1.101Z",fill:"#0A328C",fillRule:"evenodd"}),l.jsx("path",{d:"m5.268 5.264.215-.218L8 7.523l-.215.218-2.517-2.477Zm-.787.581.177-.252 3.237 2.463-.177.252L4.48 5.845Zm-.538.965.14-.276 3.676 2.004-.139.276-3.677-2.003Z",fill:"#FFD018"}),l.jsx("path",{clipRule:"evenodd",d:"m4.59 8.004 2.421.317-.136.396h-.384l.262.224.589.161v-.385h.516v.819H6.753l-.424-.595s-.357.411-.704.411c-.348 0-.69-.133-.69-.582v-.312L4.59 8.32v-.317Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M9.808 5.723s1.586.563 1.586 2.295l-1.82.356s-.083-1.28-.644-1.746l.878-.905Z",fill:"#0A328C",fillRule:"evenodd"}),l.jsx("path",{d:"m10.68 5.264-.225-.218-2.712 2.277.225.217 2.711-2.276Zm.819.581-.185-.252-3.37 2.463v.461l3.555-2.672Z",fill:"#FFD018"}),l.jsx("path",{d:"m12.058 6.811-.143-.278-4.058 1.972.143.278 4.058-1.972Z",fill:"#FFD018"}),l.jsx("path",{clipRule:"evenodd",d:"m11.385 8.004-2.522.317.142.396h.4l-.272.224-.614.161v-.385H7.98v.819h1.152l.441-.595s.371.411.733.411.72-.133.72-.582v-.312l.358-.137v-.317Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.692 4.679s-.164 1.203-.164 1.693.164 3.094.164 3.094h.42V6.372c0-.409-.247-1.693-.247-1.693h-.173Z",fill:"#FECA00",fillRule:"evenodd"})]})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(a[3]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.HT=s;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var h=e.height,c=e.width,a=d.useStableUniqueId(4);return l.jsxs(i.FlagIconBase,{ref:s,height:h,viewBox:"0 0 16 12",width:c,children:[l.jsxs("g",{clipPath:"url(#".concat(a[3],")"),children:[l.jsx("mask",{height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(a[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(a[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 6v6h16V6H0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("path",{d:"M3 2h10v8H3z",fill:"#fff"}),l.jsx("mask",{height:"8",id:"".concat(a[2]),maskUnits:"userSpaceOnUse",width:"10",x:"3",y:"2",children:l.jsx("path",{d:"M3 2h10v8H3z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(a[2],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M3 8.385s2.4-1.064 5-.999c2.6.065 5 1.248 5 1.248V10H3V8.385Z",fill:"#279E19",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.72 3.51a.094.094 0 0 0-.006.111c.16.254.866 1.257 2.01 1.257 1.103 0 1.924-.93 2.157-1.226a.1.1 0 0 0-.026-.15C9.685 3.4 9.302 3.2 8.86 3.2c-.597 0-1.135.255-1.135.255S6.924 3.2 6.414 3.2a.893.893 0 0 0-.694.31Z",fill:"#026A16",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m7.895 7.407-.896-.567c-.524.242-.786.722-.786 1.44l.694 1.139h2.117l.5-1.14s.196-1.473-.5-1.71l-1.13.838Z",fill:"#C51918",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5.934 5.816s-1.353.47-1.353 2.202l1.805.357s-.022-.993.518-1.458l-.97-1.101Z",fill:"#0A328C",fillRule:"evenodd"}),l.jsx("path",{d:"m5.268 5.264.215-.218L8 7.523l-.215.218-2.517-2.477Zm-.787.581.177-.252 3.237 2.463-.177.252L4.48 5.845Zm-.538.965.14-.276 3.676 2.004-.139.276-3.677-2.003Z",fill:"#FFD018"}),l.jsx("path",{clipRule:"evenodd",d:"m4.59 8.004 2.421.317-.136.396h-.384l.262.224.589.161v-.385h.516v.819H6.753l-.424-.595s-.357.411-.704.411c-.348 0-.69-.133-.69-.582v-.312L4.59 8.32v-.317Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M9.808 5.723s1.586.563 1.586 2.295l-1.82.356s-.083-1.28-.644-1.746l.878-.905Z",fill:"#0A328C",fillRule:"evenodd"}),l.jsx("path",{d:"m10.68 5.264-.225-.218-2.712 2.277.225.217 2.711-2.276Zm.819.581-.185-.252-3.37 2.463v.461l3.555-2.672Z",fill:"#FFD018"}),l.jsx("path",{d:"m12.058 6.811-.143-.278-4.058 1.972.143.278 4.058-1.972Z",fill:"#FFD018"}),l.jsx("path",{clipRule:"evenodd",d:"m11.385 8.004-2.522.317.142.396h.4l-.272.224-.614.161v-.385H7.98v.819h1.152l.441-.595s.371.411.733.411.72-.133.72-.582v-.312l.358-.137v-.317Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.692 4.679s-.164 1.203-.164 1.693.164 3.094.164 3.094h.42V6.372c0-.409-.247-1.693-.247-1.693h-.173Z",fill:"#FECA00",fillRule:"evenodd"})]})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(a[3]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.HT=s;
package/icons/flags/IL.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 a=i.forwardRef((function(i,a){var t=i.height,s=i.width,f=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(f[0]),children:e.jsx("path",{d:"M-87.6 0H595v512H-87.6z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"translate(82.1) scale(.94)",children:[e.jsx("path",{d:"M619.4 512H-112V0h731.4z",fill:"#fff"}),e.jsx("path",{d:"M619.4 115.2H-112V48h731.4zm0 350.5H-112v-67.2h731.4zm-483-275 110.1 191.6L359 191.6l-222.6-.8z",fill:"#00c"}),e.jsx("path",{d:"m225.8 317.8 20.9 35.5 21.4-35.3-42.4-.2z",fill:"#fff"}),e.jsx("path",{d:"M136 320.6 246.2 129l112.4 190.8-222.6.8z",fill:"#00c"}),e.jsx("path",{d:"m225.8 191.6 20.9-35.5 21.4 35.4-42.4.1zM182 271.1l-21.7 36 41-.1-19.3-36zm-21.3-66.5 41.2.3-19.8 36.3-21.4-36.6zm151.2 67 20.9 35.5-41.7-.5 20.8-35zm20.5-67-41.2.3 19.8 36.3 21.4-36.6zm-114.3 0L189.7 256l28.8 50.3 52.8 1.2 32-51.5-29.6-52-55.6.5z",fill:"#fff"})]})]})}));exports.IL=a;
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 a=i.forwardRef((function(i,a){var t=i.height,s=i.width,f=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:a,height:t,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(f[0]),children:e.jsx("path",{d:"M-87.6 0H595v512H-87.6z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"translate(82.1) scale(.94)",children:[e.jsx("path",{d:"M619.4 512H-112V0h731.4z",fill:"#fff"}),e.jsx("path",{d:"M619.4 115.2H-112V48h731.4zm0 350.5H-112v-67.2h731.4zm-483-275 110.1 191.6L359 191.6l-222.6-.8z",fill:"#00c"}),e.jsx("path",{d:"m225.8 317.8 20.9 35.5 21.4-35.3-42.4-.2z",fill:"#fff"}),e.jsx("path",{d:"M136 320.6 246.2 129l112.4 190.8-222.6.8z",fill:"#00c"}),e.jsx("path",{d:"m225.8 191.6 20.9-35.5 21.4 35.4-42.4.1zM182 271.1l-21.7 36 41-.1-19.3-36zm-21.3-66.5 41.2.3-19.8 36.3-21.4-36.6zm151.2 67 20.9 35.5-41.7-.5 20.8-35zm20.5-67-41.2.3 19.8 36.3 21.4-36.6zm-114.3 0L189.7 256l28.8 50.3 52.8 1.2 32-51.5-29.6-52-55.6.5z",fill:"#fff"})]})]})}));exports.IL=a;
package/icons/flags/IM.js CHANGED
@@ -1 +1 @@
1
- "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var c=e.height,a=e.width,n=d.useStableUniqueId(3);return l.jsxs(i.FlagIconBase,{ref:s,height:c,viewBox:"0 0 16 12",width:a,children:[l.jsxs("g",{clipPath:"url(#".concat(n[2],")"),children:[l.jsx("mask",{height:"12",id:"".concat(n[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(n[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(n[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(n[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M3.047 2.07c-.004-.046.051-.068.083-.034.224.246.818.858 1.16.858.43 0 2.117-1.421 2.616-1.19.498.232 1.508 2.653 1.508 2.653l-.658.825-.85-.464-.236-1.546s-1.561.782-2.38.477l-.459.167s-.442-.876-.617-1.144c-.115-.178-.154-.442-.167-.601Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m4 4.138-.588.309.112-.655-.475-.463.657-.096L4 2.638l.294.595.657.096-.475.463.112.655L4 4.137Zm2.566-2.37a.18.18 0 0 1 .36.03l-.11 1.381a.18.18 0 1 1-.36-.029l.11-1.382Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M12.61 2.552c.041.021.031.08-.015.088-.327.06-1.16.24-1.343.53-.227.365.084 2.548-.376 2.849-.46.3-3.049-.127-3.049-.127l-.35-.995.843-.476 1.481.59s.14-1.678.832-2.21l.08-.51s.979.09 1.298.084c.212-.004.457.104.6.177Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m10.253 2.428.049-.662.496.442.645-.158-.268.608.35.565-.661-.066-.43.506-.14-.648-.615-.252.574-.335Zm.724 3.172a.195.195 0 1 1-.235.31l-.962-.746a.177.177 0 0 1 .213-.282l.984.717Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.431 10.492c-.039.025-.085-.014-.069-.057.112-.314.373-1.125.212-1.428-.201-.38-2.248-1.202-2.278-1.75-.03-.55 1.634-2.577 1.634-2.577l1.037.193-.01.969-1.346.986s1.516.95 1.63 1.816l.363.335s-.566.803-.72 1.083c-.103.185-.319.344-.453.43Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m8.946 8.457.549.374-.63.208-.187.638-.393-.536-.663.02.387-.539-.224-.625.633.202.525-.406.003.664Zm-3.394-.979a.203.203 0 0 1-.147-.379l1.01-.394a.207.207 0 1 1 .148.385l-1.011.388Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{d:"M6.831 4.883a.123.123 0 0 1-.074-.155c.021-.064.121-.17.183-.149l.868.304a.121.121 0 0 1 .08.105l.078.952c.005.067-.092.121-.158.127a.12.12 0 0 1-.128-.112l-.072-.818-.777-.254Z",fill:"#FECA00"}),l.jsx("path",{d:"M8.34 4.384c.052-.042.145.006.185.06.04.053.031.13-.02.17l-.602.617c-.052.041-.168-.04-.209-.093-.04-.053-.052-.197 0-.239l.646-.515Z",fill:"#FECA00"})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(n[2]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.IM=s;
1
+ "use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var c=e.height,a=e.width,n=d.useStableUniqueId(3);return l.jsxs(i.FlagIconBase,{ref:s,height:c,viewBox:"0 0 16 12",width:a,children:[l.jsxs("g",{clipPath:"url(#".concat(n[2],")"),children:[l.jsx("mask",{height:"12",id:"".concat(n[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),l.jsxs("g",{mask:"url(#".concat(n[0],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("mask",{height:"12",id:"".concat(n[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),l.jsxs("g",{mask:"url(#".concat(n[1],")"),children:[l.jsx("path",{clipRule:"evenodd",d:"M3.047 2.07c-.004-.046.051-.068.083-.034.224.246.818.858 1.16.858.43 0 2.117-1.421 2.616-1.19.498.232 1.508 2.653 1.508 2.653l-.658.825-.85-.464-.236-1.546s-1.561.782-2.38.477l-.459.167s-.442-.876-.617-1.144c-.115-.178-.154-.442-.167-.601Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m4 4.138-.588.309.112-.655-.475-.463.657-.096L4 2.638l.294.595.657.096-.475.463.112.655L4 4.137Zm2.566-2.37a.18.18 0 0 1 .36.03l-.11 1.381a.18.18 0 1 1-.36-.029l.11-1.382Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M12.61 2.552c.041.021.031.08-.015.088-.327.06-1.16.24-1.343.53-.227.365.084 2.548-.376 2.849-.46.3-3.049-.127-3.049-.127l-.35-.995.843-.476 1.481.59s.14-1.678.832-2.21l.08-.51s.979.09 1.298.084c.212-.004.457.104.6.177Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m10.253 2.428.049-.662.496.442.645-.158-.268.608.35.565-.661-.066-.43.506-.14-.648-.615-.252.574-.335Zm.724 3.172a.195.195 0 1 1-.235.31l-.962-.746a.177.177 0 0 1 .213-.282l.984.717Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.431 10.492c-.039.025-.085-.014-.069-.057.112-.314.373-1.125.212-1.428-.201-.38-2.248-1.202-2.278-1.75-.03-.55 1.634-2.577 1.634-2.577l1.037.193-.01.969-1.346.986s1.516.95 1.63 1.816l.363.335s-.566.803-.72 1.083c-.103.185-.319.344-.453.43Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m8.946 8.457.549.374-.63.208-.187.638-.393-.536-.663.02.387-.539-.224-.625.633.202.525-.406.003.664Zm-3.394-.979a.203.203 0 0 1-.147-.379l1.01-.394a.207.207 0 1 1 .148.385l-1.011.388Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{d:"M6.831 4.883a.123.123 0 0 1-.074-.155c.021-.064.121-.17.183-.149l.868.304a.121.121 0 0 1 .08.105l.078.952c.005.067-.092.121-.158.127a.12.12 0 0 1-.128-.112l-.072-.818-.777-.254Z",fill:"#FECA00"}),l.jsx("path",{d:"M8.34 4.384c.052-.042.145.006.185.06.04.053.031.13-.02.17l-.602.617c-.052.041-.168-.04-.209-.093-.04-.053-.052-.197 0-.239l.646-.515Z",fill:"#FECA00"})]})]})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(n[2]),children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.IM=s;
package/icons/flags/IN.js CHANGED
@@ -1 +1 @@
1
- "use strict";var r=require("react/jsx-runtime"),e=require("react"),t=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var s=e.forwardRef((function(e,s){var a=e.height,c=e.width,l=i.useStableUniqueId(4);return r.jsxs(t.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:c,children:[r.jsx("path",{d:"M0 0h640v160H0z",fill:"#f93"}),r.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),r.jsx("path",{d:"M0 320h640v160H0z",fill:"#128807"}),r.jsxs("g",{transform:"matrix(3.2 0 0 3.2 320 240)",children:[r.jsx("circle",{fill:"#008",r:"20"}),r.jsx("circle",{fill:"#fff",r:"17.5"}),r.jsx("circle",{fill:"#008",r:"3.5"}),r.jsxs("g",{id:"".concat(l[0]),children:[r.jsxs("g",{id:"".concat(l[1]),children:[r.jsxs("g",{id:"".concat(l[2]),children:[r.jsxs("g",{fill:"#008",id:"".concat(l[3]),children:[r.jsx("circle",{r:".9",transform:"rotate(7.5 -8.8 133.5)"}),r.jsx("path",{d:"M0 17.5.6 7 0 2l-.6 5L0 17.5z"})]}),r.jsx("use",{height:"100%",transform:"rotate(15)",width:"100%",xlinkHref:"#".concat(l[3])})]}),r.jsx("use",{height:"100%",transform:"rotate(30)",width:"100%",xlinkHref:"#".concat(l[2])})]}),r.jsx("use",{height:"100%",transform:"rotate(60)",width:"100%",xlinkHref:"#".concat(l[1])})]}),r.jsx("use",{height:"100%",transform:"rotate(120)",width:"100%",xlinkHref:"#".concat(l[0])}),r.jsx("use",{height:"100%",transform:"rotate(-120)",width:"100%",xlinkHref:"#".concat(l[0])})]})]})}));exports.IN=s;
1
+ "use strict";var r=require("react/jsx-runtime"),e=require("react"),t=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var s=e.forwardRef((function(e,s){var a=e.height,c=e.width,l=i.useStableUniqueId(4);return r.jsxs(t.FlagIconBase,{ref:s,height:a,viewBox:"0 0 640 480",width:c,children:[r.jsx("path",{d:"M0 0h640v160H0z",fill:"#f93"}),r.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),r.jsx("path",{d:"M0 320h640v160H0z",fill:"#128807"}),r.jsxs("g",{transform:"matrix(3.2 0 0 3.2 320 240)",children:[r.jsx("circle",{fill:"#008",r:"20"}),r.jsx("circle",{fill:"#fff",r:"17.5"}),r.jsx("circle",{fill:"#008",r:"3.5"}),r.jsxs("g",{id:"".concat(l[0]),children:[r.jsxs("g",{id:"".concat(l[1]),children:[r.jsxs("g",{id:"".concat(l[2]),children:[r.jsxs("g",{fill:"#008",id:"".concat(l[3]),children:[r.jsx("circle",{r:".9",transform:"rotate(7.5 -8.8 133.5)"}),r.jsx("path",{d:"M0 17.5.6 7 0 2l-.6 5L0 17.5z"})]}),r.jsx("use",{height:"100%",transform:"rotate(15)",width:"100%",xlinkHref:"#".concat(l[3])})]}),r.jsx("use",{height:"100%",transform:"rotate(30)",width:"100%",xlinkHref:"#".concat(l[2])})]}),r.jsx("use",{height:"100%",transform:"rotate(60)",width:"100%",xlinkHref:"#".concat(l[1])})]}),r.jsx("use",{height:"100%",transform:"rotate(120)",width:"100%",xlinkHref:"#".concat(l[0])}),r.jsx("use",{height:"100%",transform:"rotate(-120)",width:"100%",xlinkHref:"#".concat(l[0])})]})]})}));exports.IN=s;
package/icons/flags/IR.js CHANGED
@@ -1 +1 @@
1
- "use strict";var h=require("react/jsx-runtime"),v=require("react"),e=require("../flag-icon/_FlagIconBase.js"),m=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var l=v.forwardRef((function(v,l){var i=v.height,s=v.width,c=m.useStableUniqueId(3);return h.jsxs(e.FlagIconBase,{ref:l,height:i,viewBox:"0 0 16 12",width:s,children:[h.jsxs("g",{clipPath:"url(#".concat(c[2],")"),children:[h.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:h.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),h.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),h.jsx("mask",{height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),h.jsxs("g",{mask:"url(#".concat(c[1],")"),children:[h.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#5EAA22",fillRule:"evenodd"}),h.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#E31D1C",fillRule:"evenodd"}),h.jsx("path",{d:"M.186 8.684H-.95m-.012.45v-.261h.37v.252h.374v-.252h-.194m.582.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.421H.572m1.566-.441H1m-.011.45v-.261h.37v.252h.374v-.252h-.194m.616.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.421H2.56m1.564-.441H2.987m-.012.45v-.261h.37v.252h.374v-.252h-.194m.581.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.421H4.51m1.565-.441H4.938m-.012.45v-.261h.37v.252h.374v-.252h-.194m.582.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.421H6.46m1.566-.441H6.889m-.012.45v-.261h.37v.252h.374v-.252h-.194m.617.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.421h-.187m1.565-.441H8.875m-.012.45v-.261h.37v.252h.374v-.252h-.194m.617.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.421h-.187m1.565-.441h-1.137m-.011.45v-.261h.37v.252h.374v-.252H11.4m.616.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.421h-.187m1.565-.441h-1.137m-.012.45v-.261h.37v.252h.375v-.252h-.194m.581.25h-.188v-.245h.396v-.2.445h.18v-.446m.202.027v.421h-.186m1.564-.441h-1.137m-.011.45v-.261h.37v.252h.374v-.252h-.194m.686.25h-.189v-.245h.397v-.2.445h.18v-.446M.186 2.583H-.95m-.012.451v-.261h.37v.252h.374v-.252h-.194m.582.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.42H.572m1.566-.441H1m-.011.451v-.261h.37v.252h.374v-.252h-.194m.616.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.42H2.56m1.564-.441H2.987m-.012.451v-.261h.37v.252h.374v-.252h-.194m.581.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.42H4.51m1.565-.441H4.938m-.012.451v-.261h.37v.252h.374v-.252h-.194m.582.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.42H6.46m1.566-.441H6.889m-.012.451v-.261h.37v.252h.374v-.252h-.194m.617.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.42h-.187m1.565-.441H8.875m-.012.451v-.261h.37v.252h.374v-.252h-.194m.617.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.42h-.187m1.565-.441h-1.137m-.011.451v-.261h.37v.252h.374v-.252H11.4m.616.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.42h-.187m1.565-.441h-1.137m-.012.451v-.261h.37v.252h.375v-.252h-.194m.581.25h-.188v-.245h.396v-.2.445h.18v-.446m.202.027v.42h-.186m1.564-.441h-1.137m-.011.451v-.261h.37v.252h.374v-.252h-.194m.686.25h-.189v-.245h.397v-.2.445h.18v-.446",stroke:"#F7FCFF",strokeWidth:".5"}),h.jsx("path",{clipRule:"evenodd",d:"M7.303 4.125s.214.112.432.112c.22 0 .44-.112.44-.112v.15s-.241.112-.454.112c-.213 0-.418-.112-.418-.112v-.15Zm-1.575 1.77c0-.889 1.221-1.47 1.221-1.47s-.706.378-.706 1.433c0 1.055.367 1.512.367 1.512s-.882-.586-.882-1.475Zm4.119-.049c0-.889-1.22-1.421-1.22-1.421s.706.378.706 1.433c0 1.055-.366 1.512-.366 1.512s.88-.635.88-1.524Zm-3.285.243c-.047-.888.692-1.684.692-1.684s-.27.366-.214 1.42c.02.361.162.9.341 1.217v-2.58h.75v2.602c.18-.296.318-.802.338-1.169.055-1.053-.201-1.49-.201-1.49s.738.796.692 1.684c-.028.529-.435 1.088-.76 1.454.158.035.37.078.66.135.007.032-.058.03-.187.028a4.118 4.118 0 0 0-.65.028c-.133.136-.225.216-.225.216l-.037-.047a1.24 1.24 0 0 0-.037.047s-.093-.08-.225-.216a4.118 4.118 0 0 0-.65-.028c-.13.003-.194.004-.188-.028.29-.057.502-.1.66-.135-.325-.366-.732-.925-.76-1.454Z",fill:"#E31D1C",fillRule:"evenodd"})]})]})]}),h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(c[2]),children:h.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.IR=l;
1
+ "use strict";var h=require("react/jsx-runtime"),v=require("react"),e=require("../flag-icon/_FlagIconBase.js"),m=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var l=v.forwardRef((function(v,l){var i=v.height,s=v.width,c=m.useStableUniqueId(3);return h.jsxs(e.FlagIconBase,{ref:l,height:i,viewBox:"0 0 16 12",width:s,children:[h.jsxs("g",{clipPath:"url(#".concat(c[2],")"),children:[h.jsx("mask",{height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:h.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})}),h.jsxs("g",{mask:"url(#".concat(c[0],")"),children:[h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),h.jsx("mask",{height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0",children:h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})}),h.jsxs("g",{mask:"url(#".concat(c[1],")"),children:[h.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#5EAA22",fillRule:"evenodd"}),h.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#E31D1C",fillRule:"evenodd"}),h.jsx("path",{d:"M.186 8.684H-.95m-.012.45v-.261h.37v.252h.374v-.252h-.194m.582.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.421H.572m1.566-.441H1m-.011.45v-.261h.37v.252h.374v-.252h-.194m.616.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.421H2.56m1.564-.441H2.987m-.012.45v-.261h.37v.252h.374v-.252h-.194m.581.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.421H4.51m1.565-.441H4.938m-.012.45v-.261h.37v.252h.374v-.252h-.194m.582.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.421H6.46m1.566-.441H6.889m-.012.45v-.261h.37v.252h.374v-.252h-.194m.617.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.421h-.187m1.565-.441H8.875m-.012.45v-.261h.37v.252h.374v-.252h-.194m.617.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.421h-.187m1.565-.441h-1.137m-.011.45v-.261h.37v.252h.374v-.252H11.4m.616.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.421h-.187m1.565-.441h-1.137m-.012.45v-.261h.37v.252h.375v-.252h-.194m.581.25h-.188v-.245h.396v-.2.445h.18v-.446m.202.027v.421h-.186m1.564-.441h-1.137m-.011.45v-.261h.37v.252h.374v-.252h-.194m.686.25h-.189v-.245h.397v-.2.445h.18v-.446M.186 2.583H-.95m-.012.451v-.261h.37v.252h.374v-.252h-.194m.582.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.42H.572m1.566-.441H1m-.011.451v-.261h.37v.252h.374v-.252h-.194m.616.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.42H2.56m1.564-.441H2.987m-.012.451v-.261h.37v.252h.374v-.252h-.194m.581.25h-.188v-.245h.397v-.2.445h.18v-.446m.201.027v.42H4.51m1.565-.441H4.938m-.012.451v-.261h.37v.252h.374v-.252h-.194m.582.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.42H6.46m1.566-.441H6.889m-.012.451v-.261h.37v.252h.374v-.252h-.194m.617.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.42h-.187m1.565-.441H8.875m-.012.451v-.261h.37v.252h.374v-.252h-.194m.617.25h-.19v-.245h.397v-.2.445h.18v-.446m.203.027v.42h-.187m1.565-.441h-1.137m-.011.451v-.261h.37v.252h.374v-.252H11.4m.616.25h-.189v-.245h.397v-.2.445h.18v-.446m.202.027v.42h-.187m1.565-.441h-1.137m-.012.451v-.261h.37v.252h.375v-.252h-.194m.581.25h-.188v-.245h.396v-.2.445h.18v-.446m.202.027v.42h-.186m1.564-.441h-1.137m-.011.451v-.261h.37v.252h.374v-.252h-.194m.686.25h-.189v-.245h.397v-.2.445h.18v-.446",stroke:"#F7FCFF",strokeWidth:".5"}),h.jsx("path",{clipRule:"evenodd",d:"M7.303 4.125s.214.112.432.112c.22 0 .44-.112.44-.112v.15s-.241.112-.454.112c-.213 0-.418-.112-.418-.112v-.15Zm-1.575 1.77c0-.889 1.221-1.47 1.221-1.47s-.706.378-.706 1.433c0 1.055.367 1.512.367 1.512s-.882-.586-.882-1.475Zm4.119-.049c0-.889-1.22-1.421-1.22-1.421s.706.378.706 1.433c0 1.055-.366 1.512-.366 1.512s.88-.635.88-1.524Zm-3.285.243c-.047-.888.692-1.684.692-1.684s-.27.366-.214 1.42c.02.361.162.9.341 1.217v-2.58h.75v2.602c.18-.296.318-.802.338-1.169.055-1.053-.201-1.49-.201-1.49s.738.796.692 1.684c-.028.529-.435 1.088-.76 1.454.158.035.37.078.66.135.007.032-.058.03-.187.028a4.118 4.118 0 0 0-.65.028c-.133.136-.225.216-.225.216l-.037-.047a1.24 1.24 0 0 0-.037.047s-.093-.08-.225-.216a4.118 4.118 0 0 0-.65-.028c-.13.003-.194.004-.188-.028.29-.057.502-.1.66-.135-.325-.366-.732-.925-.76-1.454Z",fill:"#E31D1C",fillRule:"evenodd"})]})]})]}),h.jsx("defs",{children:h.jsx("clipPath",{id:"".concat(c[2]),children:h.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.IR=l;
package/icons/flags/IS.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var t=i.forwardRef((function(i,t){var l=i.height,s=i.width,a=h.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:t,height:l,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 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(a[0],")"),fillRule:"evenodd",strokeWidth:"0",children:[e.jsx("path",{d:"M0 0h666.7v480H0z",fill:"#003897"}),e.jsx("path",{d:"M0 186.7h186.7V0h106.6v186.7h373.4v106.6H293.3V480H186.7V293.3H0V186.7z",fill:"#fff"}),e.jsx("path",{d:"M0 213.3h213.3V0h53.4v213.3h400v53.4h-400V480h-53.4V266.7H0v-53.4z",fill:"#d72828"})]})]})}));exports.IS=t;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var t=i.forwardRef((function(i,t){var l=i.height,s=i.width,a=h.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:t,height:l,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 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(a[0],")"),fillRule:"evenodd",strokeWidth:"0",children:[e.jsx("path",{d:"M0 0h666.7v480H0z",fill:"#003897"}),e.jsx("path",{d:"M0 186.7h186.7V0h106.6v186.7h373.4v106.6H293.3V480H186.7V293.3H0V186.7z",fill:"#fff"}),e.jsx("path",{d:"M0 213.3h213.3V0h53.4v213.3h400v53.4h-400V480h-53.4V266.7H0v-53.4z",fill:"#d72828"})]})]})}));exports.IS=t;
package/icons/flags/JE.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-ccfac372.js"),require("uuid");var r=i.forwardRef((function(i,r){var t=i.height,d=i.width,a=s.useStableUniqueId(2);return e.jsxs(l.FlagIconBase,{ref:r,height:t,viewBox:"0 0 16 12",width:d,children:[e.jsxs("g",{clipPath:"url(#".concat(a[1],")"),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 0h16v12H0V0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("path",{d:"M-1.35.622-2.376.003v12.394l1.024-.62 8.27-5 .954-.577-.955-.578-8.269-5Z",fill:"#F7FCFF",stroke:"#E31D1C",strokeWidth:"1.35"}),e.jsx("path",{d:"m17.46.616 1.014-.589v12.346l-1.014-.59-8.609-5L7.846 6.2l1.005-.584 8.61-5Z",fill:"#F7FCFF",stroke:"#E31D1C",strokeWidth:"1.35"}),e.jsx("path",{clipRule:"evenodd",d:"M6.837 2.351s-.429 1.9 1.053 2.629c0 0 1.423-.776 1.104-2.629 0 0-.611-.204-1.097-.204s-1.06.204-1.06.204Z",fill:"#E31D1C",fillRule:"evenodd"}),e.jsx("path",{d:"m6.71 2.548-.324-.946c.605-.208 1.128-.314 1.574-.314.458 0 .935.111 1.43.329l-.401.915c-.375-.164-.718-.244-1.029-.244-.322 0-.74.085-1.25.26ZM7.925 3.95a.625.625 0 1 0 0-1.25.625.625 0 0 0 0 1.25Z",fill:"#FECA00"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.JE=r;
1
+ "use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../_tslib-bd4862e8.js"),require("uuid");var r=i.forwardRef((function(i,r){var t=i.height,d=i.width,a=s.useStableUniqueId(2);return e.jsxs(l.FlagIconBase,{ref:r,height:t,viewBox:"0 0 16 12",width:d,children:[e.jsxs("g",{clipPath:"url(#".concat(a[1],")"),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 0h16v12H0V0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("path",{d:"M-1.35.622-2.376.003v12.394l1.024-.62 8.27-5 .954-.577-.955-.578-8.269-5Z",fill:"#F7FCFF",stroke:"#E31D1C",strokeWidth:"1.35"}),e.jsx("path",{d:"m17.46.616 1.014-.589v12.346l-1.014-.59-8.609-5L7.846 6.2l1.005-.584 8.61-5Z",fill:"#F7FCFF",stroke:"#E31D1C",strokeWidth:"1.35"}),e.jsx("path",{clipRule:"evenodd",d:"M6.837 2.351s-.429 1.9 1.053 2.629c0 0 1.423-.776 1.104-2.629 0 0-.611-.204-1.097-.204s-1.06.204-1.06.204Z",fill:"#E31D1C",fillRule:"evenodd"}),e.jsx("path",{d:"m6.71 2.548-.324-.946c.605-.208 1.128-.314 1.574-.314.458 0 .935.111 1.43.329l-.401.915c-.375-.164-.718-.244-1.029-.244-.322 0-.74.085-1.25.26ZM7.925 3.95a.625.625 0 1 0 0-1.25.625.625 0 0 0 0 1.25Z",fill:"#FECA00"})]})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(a[1]),children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})})})]})}));exports.JE=r;