@gympass/yoga-icons 1.18.0 → 1.19.0

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 (147) hide show
  1. package/cjs/flags.js +280 -0
  2. package/cjs/svg/flag_argentina.js +35 -8
  3. package/cjs/svg/flag_argentina.native.js +35 -8
  4. package/cjs/svg/flag_australia.js +99 -0
  5. package/cjs/svg/flag_australia.native.js +101 -0
  6. package/cjs/svg/flag_austria.js +69 -0
  7. package/cjs/svg/flag_austria.native.js +71 -0
  8. package/cjs/svg/flag_belgium.js +72 -0
  9. package/cjs/svg/flag_belgium.native.js +74 -0
  10. package/cjs/svg/flag_brazil.js +33 -19
  11. package/cjs/svg/flag_brazil.native.js +33 -19
  12. package/cjs/svg/flag_bulgary.js +69 -0
  13. package/cjs/svg/flag_bulgary.native.js +71 -0
  14. package/cjs/svg/flag_canada.js +72 -0
  15. package/cjs/svg/flag_canada.native.js +74 -0
  16. package/cjs/svg/flag_chile.js +34 -11
  17. package/cjs/svg/flag_chile.native.js +34 -11
  18. package/cjs/svg/flag_china.js +78 -0
  19. package/cjs/svg/flag_china.native.js +80 -0
  20. package/cjs/svg/flag_colombia.js +69 -0
  21. package/cjs/svg/flag_colombia.native.js +71 -0
  22. package/cjs/svg/flag_costarica.js +72 -0
  23. package/cjs/svg/flag_costarica.native.js +74 -0
  24. package/cjs/svg/flag_croatia.js +128 -0
  25. package/cjs/svg/flag_croatia.native.js +130 -0
  26. package/cjs/svg/flag_czechrepublic.js +69 -0
  27. package/cjs/svg/flag_czechrepublic.native.js +71 -0
  28. package/cjs/svg/flag_denmark.js +66 -0
  29. package/cjs/svg/flag_denmark.native.js +68 -0
  30. package/cjs/svg/flag_dominicanrepublic.js +99 -0
  31. package/cjs/svg/flag_dominicanrepublic.native.js +101 -0
  32. package/cjs/svg/flag_ecuador.js +81 -0
  33. package/cjs/svg/flag_ecuador.native.js +83 -0
  34. package/cjs/svg/flag_elsalvador.js +78 -0
  35. package/cjs/svg/flag_elsalvador.native.js +80 -0
  36. package/cjs/svg/flag_finland.js +66 -0
  37. package/cjs/svg/flag_finland.native.js +68 -0
  38. package/cjs/svg/flag_france.js +69 -0
  39. package/cjs/svg/flag_france.native.js +71 -0
  40. package/cjs/svg/flag_germany.js +31 -8
  41. package/cjs/svg/flag_germany.native.js +31 -8
  42. package/cjs/svg/flag_guatemala.js +75 -0
  43. package/cjs/svg/flag_guatemala.native.js +77 -0
  44. package/cjs/svg/flag_honduras.js +84 -0
  45. package/cjs/svg/flag_honduras.native.js +86 -0
  46. package/cjs/svg/flag_hungary.js +69 -0
  47. package/cjs/svg/flag_hungary.native.js +71 -0
  48. package/cjs/svg/flag_india.js +81 -0
  49. package/cjs/svg/flag_india.native.js +83 -0
  50. package/cjs/svg/flag_indonesia.js +66 -0
  51. package/cjs/svg/flag_indonesia.native.js +68 -0
  52. package/cjs/svg/flag_ireland.js +30 -7
  53. package/cjs/svg/flag_ireland.native.js +30 -7
  54. package/cjs/svg/flag_israel.js +72 -0
  55. package/cjs/svg/flag_israel.native.js +74 -0
  56. package/cjs/svg/flag_italy.js +30 -7
  57. package/cjs/svg/flag_italy.native.js +30 -7
  58. package/cjs/svg/flag_japan.js +66 -0
  59. package/cjs/svg/flag_japan.native.js +68 -0
  60. package/cjs/svg/flag_luxembourg.js +69 -0
  61. package/cjs/svg/flag_luxembourg.native.js +71 -0
  62. package/cjs/svg/flag_mexico.js +36 -13
  63. package/cjs/svg/flag_mexico.native.js +36 -13
  64. package/cjs/svg/flag_netherlands.js +32 -9
  65. package/cjs/svg/flag_netherlands.native.js +32 -9
  66. package/cjs/svg/flag_panama.js +75 -0
  67. package/cjs/svg/flag_panama.native.js +77 -0
  68. package/cjs/svg/flag_paraguay.js +75 -0
  69. package/cjs/svg/flag_paraguay.native.js +77 -0
  70. package/cjs/svg/flag_peru.js +72 -0
  71. package/cjs/svg/flag_peru.native.js +74 -0
  72. package/cjs/svg/flag_poland.js +70 -0
  73. package/cjs/svg/flag_poland.native.js +72 -0
  74. package/cjs/svg/flag_portugal.js +34 -11
  75. package/cjs/svg/flag_portugal.native.js +34 -11
  76. package/cjs/svg/flag_puertorico.js +78 -0
  77. package/cjs/svg/flag_puertorico.native.js +80 -0
  78. package/cjs/svg/flag_singapore.js +84 -0
  79. package/cjs/svg/flag_singapore.native.js +86 -0
  80. package/cjs/svg/flag_southafrica.js +78 -0
  81. package/cjs/svg/flag_southafrica.native.js +80 -0
  82. package/cjs/svg/flag_southkorea.js +111 -0
  83. package/cjs/svg/flag_southkorea.native.js +113 -0
  84. package/cjs/svg/flag_spain.js +41 -9
  85. package/cjs/svg/flag_spain.native.js +41 -9
  86. package/cjs/svg/flag_sweden.js +66 -0
  87. package/cjs/svg/flag_sweden.native.js +68 -0
  88. package/cjs/svg/flag_switzerland.js +66 -0
  89. package/cjs/svg/flag_switzerland.native.js +68 -0
  90. package/cjs/svg/flag_turkey.js +66 -0
  91. package/cjs/svg/flag_turkey.native.js +68 -0
  92. package/cjs/svg/flag_uk.js +45 -23
  93. package/cjs/svg/flag_uk.native.js +45 -23
  94. package/cjs/svg/flag_uruguay.js +40 -17
  95. package/cjs/svg/flag_uruguay.native.js +40 -17
  96. package/cjs/svg/flag_us.js +79 -11
  97. package/cjs/svg/flag_us.native.js +79 -11
  98. package/esm/flags.js +36 -1
  99. package/esm/svg/flag_argentina.js +35 -8
  100. package/esm/svg/flag_australia.js +85 -0
  101. package/esm/svg/flag_austria.js +55 -0
  102. package/esm/svg/flag_belgium.js +58 -0
  103. package/esm/svg/flag_brazil.js +33 -19
  104. package/esm/svg/flag_bulgary.js +55 -0
  105. package/esm/svg/flag_canada.js +58 -0
  106. package/esm/svg/flag_chile.js +34 -11
  107. package/esm/svg/flag_china.js +64 -0
  108. package/esm/svg/flag_colombia.js +55 -0
  109. package/esm/svg/flag_costarica.js +58 -0
  110. package/esm/svg/flag_croatia.js +114 -0
  111. package/esm/svg/flag_czechrepublic.js +55 -0
  112. package/esm/svg/flag_denmark.js +52 -0
  113. package/esm/svg/flag_dominicanrepublic.js +85 -0
  114. package/esm/svg/flag_ecuador.js +67 -0
  115. package/esm/svg/flag_elsalvador.js +64 -0
  116. package/esm/svg/flag_finland.js +52 -0
  117. package/esm/svg/flag_france.js +55 -0
  118. package/esm/svg/flag_germany.js +31 -8
  119. package/esm/svg/flag_guatemala.js +61 -0
  120. package/esm/svg/flag_honduras.js +70 -0
  121. package/esm/svg/flag_hungary.js +55 -0
  122. package/esm/svg/flag_india.js +67 -0
  123. package/esm/svg/flag_indonesia.js +52 -0
  124. package/esm/svg/flag_ireland.js +30 -7
  125. package/esm/svg/flag_israel.js +58 -0
  126. package/esm/svg/flag_italy.js +30 -7
  127. package/esm/svg/flag_japan.js +52 -0
  128. package/esm/svg/flag_luxembourg.js +55 -0
  129. package/esm/svg/flag_mexico.js +36 -13
  130. package/esm/svg/flag_netherlands.js +32 -9
  131. package/esm/svg/flag_panama.js +61 -0
  132. package/esm/svg/flag_paraguay.js +61 -0
  133. package/esm/svg/flag_peru.js +58 -0
  134. package/esm/svg/flag_poland.js +56 -0
  135. package/esm/svg/flag_portugal.js +34 -11
  136. package/esm/svg/flag_puertorico.js +64 -0
  137. package/esm/svg/flag_singapore.js +70 -0
  138. package/esm/svg/flag_southafrica.js +64 -0
  139. package/esm/svg/flag_southkorea.js +97 -0
  140. package/esm/svg/flag_spain.js +41 -9
  141. package/esm/svg/flag_sweden.js +52 -0
  142. package/esm/svg/flag_switzerland.js +52 -0
  143. package/esm/svg/flag_turkey.js +52 -0
  144. package/esm/svg/flag_uk.js +45 -23
  145. package/esm/svg/flag_uruguay.js +40 -17
  146. package/esm/svg/flag_us.js +79 -11
  147. package/package.json +2 -2
@@ -25,33 +25,56 @@ var SvgComponent = function SvgComponent(props) {
25
25
  fill: "none",
26
26
  xmlns: "http://www.w3.org/2000/svg"
27
27
  }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
28
- clipPath: "url(#clip0_32168_262901)"
28
+ clipPath: "url(#clip0_14_1530)"
29
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Mask, {
30
+ id: "mask0_14_1530",
31
+ style: {
32
+ maskType: "alpha"
33
+ },
34
+ maskUnits: "userSpaceOnUse",
35
+ x: 0,
36
+ y: 0,
37
+ width: 12,
38
+ height: 12
39
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
40
+ cx: 6,
41
+ cy: 6,
42
+ r: 6,
43
+ fill: "#D9D9D9"
44
+ })), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
45
+ mask: "url(#mask0_14_1530)"
29
46
  }, /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
- d: "M6 11.9999C9.31371 11.9999 12 9.31365 12 5.99994C12 2.68623 9.31371 -6.10352e-05 6 -6.10352e-05C2.68629 -6.10352e-05 0 2.68623 0 5.99994C0 9.31365 2.68629 11.9999 6 11.9999Z",
31
- fill: "#F0F0F0"
47
+ d: "M17.0874 0H-0.912598V12H17.0874V0Z",
48
+ fill: "white"
32
49
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
33
- d: "M6 4.43473H11.7933C11.6429 3.87659 11.4142 3.35063 11.1194 2.86951H6V4.43473Z",
34
- fill: "#338AF3"
50
+ d: "M17.0874 1.33333H-0.912598V2.66667H17.0874V1.33333Z",
51
+ fill: "#0038A8"
35
52
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
36
- d: "M2.26504 10.6956H9.73488C10.2824 10.2595 10.752 9.72974 11.1193 9.13037H0.880615C1.2479 9.72971 1.7175 10.2595 2.26504 10.6956V10.6956Z",
37
- fill: "#338AF3"
53
+ d: "M17.0874 4H-0.912598V5.33333H17.0874V4Z",
54
+ fill: "#0038A8"
38
55
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
39
- d: "M6 -0.00012207V1.30422H9.73493C8.71001 0.48794 7.41209 -0.00012207 6 -0.00012207V-0.00012207Z",
40
- fill: "#338AF3"
56
+ d: "M17.0874 6.66667H-0.912598V8H17.0874V6.66667Z",
57
+ fill: "#0038A8"
41
58
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
42
- d: "M6 4.43473H11.7933C11.6429 3.87659 11.4142 3.35063 11.1194 2.86951H6V4.43473Z",
43
- fill: "#338AF3"
59
+ d: "M17.0874 9.33333H-0.912598V10.6667H17.0874V9.33333Z",
60
+ fill: "#0038A8"
44
61
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
45
- d: "M0 6C0 6.54157 0.0721875 7.06615 0.206695 7.56523H11.7933C11.9278 7.06615 12 6.54157 12 6H0Z",
46
- fill: "#338AF3"
62
+ d: "M8.0874 0H-0.912598V6.66667H8.0874V0Z",
63
+ fill: "white"
47
64
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
48
- d: "M5.2175 3.5114L4.4847 3.8561L4.87491 4.56579L4.07921 4.41358L3.97838 5.21737L3.42418 4.62618L2.86993 5.21737L2.76912 4.41358L1.97342 4.56574L2.36361 3.85607L1.63086 3.5114L2.36363 3.16675L1.97342 2.45707L2.7691 2.60927L2.86995 1.80548L3.42418 2.39667L3.97841 1.80548L4.07921 2.60927L4.87494 2.45707L4.48473 3.16678L5.2175 3.5114Z",
49
- fill: "#FFDA44"
50
- })), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
51
- id: "clip0_32168_262901"
65
+ d: "M3.58916 4.86667L3.05933 5.65965L2.926 4.71579L2.10495 5.2L2.39267 4.29123L1.43828 4.36842L2.09091 3.67368L1.20319 3.33333L2.09442 2.99298L1.43828 2.29825L2.38916 2.37895L2.10144 1.47018L2.92249 1.95439L3.05933 1.01053L3.58916 1.80351L4.11898 1.01053L4.25231 1.95439L5.07337 1.47018L4.78565 2.37895L5.73653 2.30175L5.08389 2.99649L5.97512 3.33684L5.08389 3.67719L5.73653 4.37193L4.78565 4.29474L5.07337 5.20351L4.25231 4.7193L4.11547 5.66316L3.58916 4.86667ZM3.58916 4.84912C4.42775 4.8807 5.13302 4.23158 5.1646 3.39298C5.19617 2.55439 4.54705 1.84912 3.70845 1.81754C3.66986 1.81754 3.62775 1.81754 3.58916 1.81754C2.75056 1.84561 2.09442 2.54737 2.12249 3.38246C2.14354 4.18246 2.78916 4.82456 3.58916 4.84912ZM3.58916 4.47719C2.92951 4.47719 2.39617 3.94386 2.39617 3.28421C2.39617 2.62456 2.92951 2.09123 3.58916 2.09123C4.24881 2.09123 4.78214 2.62456 4.78214 3.28421C4.78214 3.94386 4.2453 4.47719 3.58916 4.47719Z",
66
+ fill: "#FED443"
67
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
68
+ cx: 6,
69
+ cy: 6,
70
+ r: 6,
71
+ stroke: "#E1DED7"
72
+ }))), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
73
+ id: "clip0_14_1530"
52
74
  }, /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
53
75
  width: 12,
54
76
  height: 12,
77
+ rx: 1.12281,
55
78
  fill: "white"
56
79
  }))));
57
80
  };
@@ -23,30 +23,98 @@ var SvgComponent = function SvgComponent(props) {
23
23
  fill: "none",
24
24
  xmlns: "http://www.w3.org/2000/svg"
25
25
  }, props), /*#__PURE__*/React.createElement("g", {
26
- clipPath: "url(#clip0_23259_161472)"
26
+ clipPath: "url(#clip0_14_1496)"
27
+ }, /*#__PURE__*/React.createElement("mask", {
28
+ id: "mask0_14_1496",
29
+ style: {
30
+ maskType: "alpha"
31
+ },
32
+ maskUnits: "userSpaceOnUse",
33
+ x: 0,
34
+ y: 0,
35
+ width: 12,
36
+ height: 12
37
+ }, /*#__PURE__*/React.createElement("circle", {
38
+ cx: 6,
39
+ cy: 6,
40
+ r: 6,
41
+ fill: "#D9D9D9"
42
+ })), /*#__PURE__*/React.createElement("g", {
43
+ mask: "url(#mask0_14_1496)"
27
44
  }, /*#__PURE__*/React.createElement("path", {
28
- d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
29
- fill: "#F0F0F0"
45
+ d: "M14.9829 0H-3.01709V12H14.9829V0Z",
46
+ fill: "white"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M14.9829 0H-3.01709V0.922807H14.9829V0Z",
49
+ fill: "#D80027"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ d: "M14.9829 1.84561H-3.01709V2.76842H14.9829V1.84561Z",
52
+ fill: "#D80027"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ d: "M14.9829 3.69123H-3.01709V4.61404H14.9829V3.69123Z",
55
+ fill: "#D80027"
30
56
  }), /*#__PURE__*/React.createElement("path", {
31
- d: "M5.73926 5.99992H12.0001C12.0001 5.45837 11.9279 4.93375 11.7934 4.43469H5.73926V5.99992Z",
57
+ d: "M14.9829 5.53684H-3.01709V6.45965H14.9829V5.53684Z",
32
58
  fill: "#D80027"
33
59
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "M5.73926 2.86955H11.1195C10.7522 2.2702 10.2826 1.74045 9.73502 1.30432H5.73926V2.86955Z",
60
+ d: "M14.9829 7.38596H-3.01709V8.30877H14.9829V7.38596Z",
35
61
  fill: "#D80027"
36
62
  }), /*#__PURE__*/React.createElement("path", {
37
- d: "M6.00004 12C7.41213 12 8.71003 11.512 9.73495 10.6957H2.26514C3.29006 11.512 4.58796 12 6.00004 12Z",
63
+ d: "M14.9829 9.23158H-3.01709V10.1544H14.9829V9.23158Z",
38
64
  fill: "#D80027"
39
65
  }), /*#__PURE__*/React.createElement("path", {
40
- d: "M0.880732 9.13041H11.1194C11.4143 8.64927 11.643 8.12333 11.7934 7.56519H0.206787C0.357186 8.12333 0.585865 8.64927 0.880732 9.13041V9.13041Z",
66
+ d: "M14.9829 11.0772H-3.01709V12H14.9829V11.0772Z",
41
67
  fill: "#D80027"
42
68
  }), /*#__PURE__*/React.createElement("path", {
43
- d: "M2.77931 0.936984H3.32609L2.81749 1.30648L3.01177 1.90434L2.5032 1.53485L1.99463 1.90434L2.16244 1.38785C1.71464 1.76086 1.32216 2.19788 0.998719 2.68481H1.17391L0.850172 2.92001C0.799734 3.00415 0.751359 3.08963 0.705 3.17637L0.859594 3.65217L0.571172 3.44262C0.499477 3.59452 0.433899 3.74984 0.374953 3.90839L0.545274 4.43264H1.17391L0.66532 4.80213L0.859594 5.4L0.351023 5.03051L0.0463828 5.25185C0.0158906 5.49696 0 5.74662 0 6H6C6 2.68631 6 2.29566 6 0C4.81472 0 3.70981 0.343828 2.77931 0.936984V0.936984ZM3.01177 5.4L2.5032 5.03051L1.99463 5.4L2.1889 4.80213L1.6803 4.43264H2.30895L2.5032 3.83477L2.69745 4.43264H3.32609L2.81749 4.80213L3.01177 5.4ZM2.81749 3.0543L3.01177 3.65217L2.5032 3.28268L1.99463 3.65217L2.1889 3.0543L1.6803 2.68481H2.30895L2.5032 2.08695L2.69745 2.68481H3.32609L2.81749 3.0543ZM5.16394 5.4L4.65537 5.03051L4.1468 5.4L4.34107 4.80213L3.83248 4.43264H4.46112L4.65537 3.83477L4.84962 4.43264H5.47826L4.96966 4.80213L5.16394 5.4ZM4.96966 3.0543L5.16394 3.65217L4.65537 3.28268L4.1468 3.65217L4.34107 3.0543L3.83248 2.68481H4.46112L4.65537 2.08695L4.84962 2.68481H5.47826L4.96966 3.0543ZM4.96966 1.30648L5.16394 1.90434L4.65537 1.53485L4.1468 1.90434L4.34107 1.30648L3.83248 0.936984H4.46112L4.65537 0.339117L4.84962 0.936984H5.47826L4.96966 1.30648Z",
44
- fill: "#0052B4"
45
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
46
- id: "clip0_23259_161472"
69
+ d: "M5.98291 0H-3.01709V6.45965H5.98291V0Z",
70
+ fill: "#2E52B2"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ d: "M-1.3399 4.87368L-1.48025 4.42456L-1.63463 4.87368H-2.09779L-1.72235 5.14386L-1.8627 5.59298L-1.48025 5.31579L-1.10832 5.59298L-1.25218 5.14386L-0.869721 4.87368H-1.3399Z",
73
+ fill: "white"
74
+ }), /*#__PURE__*/React.createElement("path", {
75
+ d: "M0.635542 4.87368L0.491682 4.42456L0.344314 4.87368H-0.118844L0.256594 5.14386L0.116244 5.59298L0.491682 5.31579L0.87063 5.59298L0.730279 5.14386L1.10572 4.87368H0.635542Z",
76
+ fill: "white"
77
+ }), /*#__PURE__*/React.createElement("path", {
78
+ d: "M2.618 4.87368L2.46712 4.42456L2.32677 4.87368H1.85309L2.23905 5.14386L2.09168 5.59298L2.46712 5.31579L2.85309 5.59298L2.70572 5.14386L3.08116 4.87368H2.618Z",
79
+ fill: "white"
80
+ }), /*#__PURE__*/React.createElement("path", {
81
+ d: "M4.58993 4.87368L4.44958 4.42456L4.30221 4.87368H3.83554L4.21449 5.14386L4.07414 5.59298L4.44958 5.31579L4.82852 5.59298L4.67765 5.14386L5.06361 4.87368H4.58993Z",
82
+ fill: "white"
83
+ }), /*#__PURE__*/React.createElement("path", {
84
+ d: "M0.491682 2.64211L0.344314 3.09123H-0.118844L0.256594 3.36842L0.116244 3.81053L0.491682 3.53684L0.87063 3.81053L0.730279 3.36842L1.10572 3.09123H0.635542L0.491682 2.64211Z",
85
+ fill: "white"
86
+ }), /*#__PURE__*/React.createElement("path", {
87
+ d: "M-1.48025 2.64211L-1.63463 3.09123H-2.09779L-1.72235 3.36842L-1.8627 3.81053L-1.48025 3.53684L-1.10832 3.81053L-1.25218 3.36842L-0.869721 3.09123H-1.3399L-1.48025 2.64211Z",
88
+ fill: "white"
89
+ }), /*#__PURE__*/React.createElement("path", {
90
+ d: "M2.46712 2.64211L2.32677 3.09123H1.85309L2.23905 3.36842L2.09168 3.81053L2.46712 3.53684L2.85309 3.81053L2.70572 3.36842L3.08116 3.09123H2.618L2.46712 2.64211Z",
91
+ fill: "white"
92
+ }), /*#__PURE__*/React.createElement("path", {
93
+ d: "M4.44958 2.64211L4.30221 3.09123H3.83554L4.21449 3.36842L4.07414 3.81053L4.44958 3.53684L4.82852 3.81053L4.67765 3.36842L5.06361 3.09123H4.58993L4.44958 2.64211Z",
94
+ fill: "white"
95
+ }), /*#__PURE__*/React.createElement("path", {
96
+ d: "M-1.48025 0.866667L-1.63463 1.30877H-2.09779L-1.72235 1.58596L-1.8627 2.03158L-1.48025 1.75439L-1.10832 2.03158L-1.25218 1.58596L-0.869721 1.30877H-1.3399L-1.48025 0.866667Z",
97
+ fill: "white"
98
+ }), /*#__PURE__*/React.createElement("path", {
99
+ d: "M0.491682 0.866667L0.344314 1.30877H-0.118844L0.256594 1.58596L0.116244 2.03158L0.491682 1.75439L0.87063 2.03158L0.730279 1.58596L1.10572 1.30877H0.635542L0.491682 0.866667Z",
100
+ fill: "white"
101
+ }), /*#__PURE__*/React.createElement("path", {
102
+ d: "M2.46712 0.866667L2.32677 1.30877H1.85309L2.23905 1.58596L2.09168 2.03158L2.46712 1.75439L2.85309 2.03158L2.70572 1.58596L3.08116 1.30877H2.618L2.46712 0.866667Z",
103
+ fill: "white"
104
+ }), /*#__PURE__*/React.createElement("path", {
105
+ d: "M4.44958 0.866667L4.30221 1.30877H3.83554L4.21449 1.58596L4.07414 2.03158L4.44958 1.75439L4.82852 2.03158L4.67765 1.58596L5.06361 1.30877H4.58993L4.44958 0.866667Z",
106
+ fill: "white"
107
+ }), /*#__PURE__*/React.createElement("circle", {
108
+ cx: 6,
109
+ cy: 6,
110
+ r: 6,
111
+ stroke: "#E1DED7"
112
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
113
+ id: "clip0_14_1496"
47
114
  }, /*#__PURE__*/React.createElement("rect", {
48
115
  width: 12,
49
116
  height: 12,
117
+ rx: 1.12281,
50
118
  fill: "white"
51
119
  }))));
52
120
  };
@@ -25,30 +25,98 @@ var SvgComponent = function SvgComponent(props) {
25
25
  fill: "none",
26
26
  xmlns: "http://www.w3.org/2000/svg"
27
27
  }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
28
- clipPath: "url(#clip0_23259_161472)"
28
+ clipPath: "url(#clip0_14_1496)"
29
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Mask, {
30
+ id: "mask0_14_1496",
31
+ style: {
32
+ maskType: "alpha"
33
+ },
34
+ maskUnits: "userSpaceOnUse",
35
+ x: 0,
36
+ y: 0,
37
+ width: 12,
38
+ height: 12
39
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
40
+ cx: 6,
41
+ cy: 6,
42
+ r: 6,
43
+ fill: "#D9D9D9"
44
+ })), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
45
+ mask: "url(#mask0_14_1496)"
29
46
  }, /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
- d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
31
- fill: "#F0F0F0"
47
+ d: "M14.9829 0H-3.01709V12H14.9829V0Z",
48
+ fill: "white"
49
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
50
+ d: "M14.9829 0H-3.01709V0.922807H14.9829V0Z",
51
+ fill: "#D80027"
52
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
53
+ d: "M14.9829 1.84561H-3.01709V2.76842H14.9829V1.84561Z",
54
+ fill: "#D80027"
55
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
56
+ d: "M14.9829 3.69123H-3.01709V4.61404H14.9829V3.69123Z",
57
+ fill: "#D80027"
32
58
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
33
- d: "M5.73926 5.99992H12.0001C12.0001 5.45837 11.9279 4.93375 11.7934 4.43469H5.73926V5.99992Z",
59
+ d: "M14.9829 5.53684H-3.01709V6.45965H14.9829V5.53684Z",
34
60
  fill: "#D80027"
35
61
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
36
- d: "M5.73926 2.86955H11.1195C10.7522 2.2702 10.2826 1.74045 9.73502 1.30432H5.73926V2.86955Z",
62
+ d: "M14.9829 7.38596H-3.01709V8.30877H14.9829V7.38596Z",
37
63
  fill: "#D80027"
38
64
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
39
- d: "M6.00004 12C7.41213 12 8.71003 11.512 9.73495 10.6957H2.26514C3.29006 11.512 4.58796 12 6.00004 12Z",
65
+ d: "M14.9829 9.23158H-3.01709V10.1544H14.9829V9.23158Z",
40
66
  fill: "#D80027"
41
67
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
42
- d: "M0.880732 9.13041H11.1194C11.4143 8.64927 11.643 8.12333 11.7934 7.56519H0.206787C0.357186 8.12333 0.585865 8.64927 0.880732 9.13041V9.13041Z",
68
+ d: "M14.9829 11.0772H-3.01709V12H14.9829V11.0772Z",
43
69
  fill: "#D80027"
44
70
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
45
- d: "M2.77931 0.936984H3.32609L2.81749 1.30648L3.01177 1.90434L2.5032 1.53485L1.99463 1.90434L2.16244 1.38785C1.71464 1.76086 1.32216 2.19788 0.998719 2.68481H1.17391L0.850172 2.92001C0.799734 3.00415 0.751359 3.08963 0.705 3.17637L0.859594 3.65217L0.571172 3.44262C0.499477 3.59452 0.433899 3.74984 0.374953 3.90839L0.545274 4.43264H1.17391L0.66532 4.80213L0.859594 5.4L0.351023 5.03051L0.0463828 5.25185C0.0158906 5.49696 0 5.74662 0 6H6C6 2.68631 6 2.29566 6 0C4.81472 0 3.70981 0.343828 2.77931 0.936984V0.936984ZM3.01177 5.4L2.5032 5.03051L1.99463 5.4L2.1889 4.80213L1.6803 4.43264H2.30895L2.5032 3.83477L2.69745 4.43264H3.32609L2.81749 4.80213L3.01177 5.4ZM2.81749 3.0543L3.01177 3.65217L2.5032 3.28268L1.99463 3.65217L2.1889 3.0543L1.6803 2.68481H2.30895L2.5032 2.08695L2.69745 2.68481H3.32609L2.81749 3.0543ZM5.16394 5.4L4.65537 5.03051L4.1468 5.4L4.34107 4.80213L3.83248 4.43264H4.46112L4.65537 3.83477L4.84962 4.43264H5.47826L4.96966 4.80213L5.16394 5.4ZM4.96966 3.0543L5.16394 3.65217L4.65537 3.28268L4.1468 3.65217L4.34107 3.0543L3.83248 2.68481H4.46112L4.65537 2.08695L4.84962 2.68481H5.47826L4.96966 3.0543ZM4.96966 1.30648L5.16394 1.90434L4.65537 1.53485L4.1468 1.90434L4.34107 1.30648L3.83248 0.936984H4.46112L4.65537 0.339117L4.84962 0.936984H5.47826L4.96966 1.30648Z",
46
- fill: "#0052B4"
47
- })), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
48
- id: "clip0_23259_161472"
71
+ d: "M5.98291 0H-3.01709V6.45965H5.98291V0Z",
72
+ fill: "#2E52B2"
73
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
74
+ d: "M-1.3399 4.87368L-1.48025 4.42456L-1.63463 4.87368H-2.09779L-1.72235 5.14386L-1.8627 5.59298L-1.48025 5.31579L-1.10832 5.59298L-1.25218 5.14386L-0.869721 4.87368H-1.3399Z",
75
+ fill: "white"
76
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
77
+ d: "M0.635542 4.87368L0.491682 4.42456L0.344314 4.87368H-0.118844L0.256594 5.14386L0.116244 5.59298L0.491682 5.31579L0.87063 5.59298L0.730279 5.14386L1.10572 4.87368H0.635542Z",
78
+ fill: "white"
79
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
80
+ d: "M2.618 4.87368L2.46712 4.42456L2.32677 4.87368H1.85309L2.23905 5.14386L2.09168 5.59298L2.46712 5.31579L2.85309 5.59298L2.70572 5.14386L3.08116 4.87368H2.618Z",
81
+ fill: "white"
82
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
83
+ d: "M4.58993 4.87368L4.44958 4.42456L4.30221 4.87368H3.83554L4.21449 5.14386L4.07414 5.59298L4.44958 5.31579L4.82852 5.59298L4.67765 5.14386L5.06361 4.87368H4.58993Z",
84
+ fill: "white"
85
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
86
+ d: "M0.491682 2.64211L0.344314 3.09123H-0.118844L0.256594 3.36842L0.116244 3.81053L0.491682 3.53684L0.87063 3.81053L0.730279 3.36842L1.10572 3.09123H0.635542L0.491682 2.64211Z",
87
+ fill: "white"
88
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
89
+ d: "M-1.48025 2.64211L-1.63463 3.09123H-2.09779L-1.72235 3.36842L-1.8627 3.81053L-1.48025 3.53684L-1.10832 3.81053L-1.25218 3.36842L-0.869721 3.09123H-1.3399L-1.48025 2.64211Z",
90
+ fill: "white"
91
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
92
+ d: "M2.46712 2.64211L2.32677 3.09123H1.85309L2.23905 3.36842L2.09168 3.81053L2.46712 3.53684L2.85309 3.81053L2.70572 3.36842L3.08116 3.09123H2.618L2.46712 2.64211Z",
93
+ fill: "white"
94
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
95
+ d: "M4.44958 2.64211L4.30221 3.09123H3.83554L4.21449 3.36842L4.07414 3.81053L4.44958 3.53684L4.82852 3.81053L4.67765 3.36842L5.06361 3.09123H4.58993L4.44958 2.64211Z",
96
+ fill: "white"
97
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
98
+ d: "M-1.48025 0.866667L-1.63463 1.30877H-2.09779L-1.72235 1.58596L-1.8627 2.03158L-1.48025 1.75439L-1.10832 2.03158L-1.25218 1.58596L-0.869721 1.30877H-1.3399L-1.48025 0.866667Z",
99
+ fill: "white"
100
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
101
+ d: "M0.491682 0.866667L0.344314 1.30877H-0.118844L0.256594 1.58596L0.116244 2.03158L0.491682 1.75439L0.87063 2.03158L0.730279 1.58596L1.10572 1.30877H0.635542L0.491682 0.866667Z",
102
+ fill: "white"
103
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
104
+ d: "M2.46712 0.866667L2.32677 1.30877H1.85309L2.23905 1.58596L2.09168 2.03158L2.46712 1.75439L2.85309 2.03158L2.70572 1.58596L3.08116 1.30877H2.618L2.46712 0.866667Z",
105
+ fill: "white"
106
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
107
+ d: "M4.44958 0.866667L4.30221 1.30877H3.83554L4.21449 1.58596L4.07414 2.03158L4.44958 1.75439L4.82852 2.03158L4.67765 1.58596L5.06361 1.30877H4.58993L4.44958 0.866667Z",
108
+ fill: "white"
109
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
110
+ cx: 6,
111
+ cy: 6,
112
+ r: 6,
113
+ stroke: "#E1DED7"
114
+ }))), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
115
+ id: "clip0_14_1496"
49
116
  }, /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
50
117
  width: 12,
51
118
  height: 12,
119
+ rx: 1.12281,
52
120
  fill: "white"
53
121
  }))));
54
122
  };
package/esm/flags.js CHANGED
@@ -1,14 +1,49 @@
1
1
  import FlagArgentina from "./svg/flag_argentina";
2
+ import FlagAustralia from "./svg/flag_australia";
3
+ import FlagAustria from "./svg/flag_austria";
4
+ import FlagBelgium from "./svg/flag_belgium";
2
5
  import FlagBrazil from "./svg/flag_brazil";
6
+ import FlagBulgary from "./svg/flag_bulgary";
7
+ import FlagCanada from "./svg/flag_canada";
3
8
  import FlagChile from "./svg/flag_chile";
9
+ import FlagChina from "./svg/flag_china";
10
+ import FlagColombia from "./svg/flag_colombia";
11
+ import FlagCostaRica from "./svg/flag_costarica";
12
+ import FlagCroatia from "./svg/flag_croatia";
13
+ import FlagCzechRepublic from "./svg/flag_czechrepublic";
14
+ import FlagDenmark from "./svg/flag_denmark";
15
+ import FlagDominicanRepublic from "./svg/flag_dominicanrepublic";
16
+ import FlagEcuador from "./svg/flag_ecuador";
17
+ import FlagElSalvador from "./svg/flag_elsalvador";
18
+ import FlagFinland from "./svg/flag_finland";
19
+ import FlagFrance from "./svg/flag_france";
4
20
  import FlagGermany from "./svg/flag_germany";
21
+ import FlagGuatemala from "./svg/flag_guatemala";
22
+ import FlagHonduras from "./svg/flag_honduras";
23
+ import FlagHungary from "./svg/flag_hungary";
24
+ import FlagIndia from "./svg/flag_india";
25
+ import FlagIndonesia from "./svg/flag_indonesia";
5
26
  import FlagIreland from "./svg/flag_ireland";
27
+ import FlagIsrael from "./svg/flag_israel";
6
28
  import FlagItaly from "./svg/flag_italy";
29
+ import FlagJapan from "./svg/flag_japan";
30
+ import FlagLuxembourg from "./svg/flag_luxembourg";
7
31
  import FlagMexico from "./svg/flag_mexico";
8
32
  import FlagNetherlands from "./svg/flag_netherlands";
33
+ import FlagPanama from "./svg/flag_panama";
34
+ import FlagParaguay from "./svg/flag_paraguay";
35
+ import FlagPeru from "./svg/flag_peru";
36
+ import FlagPoland from "./svg/flag_poland";
9
37
  import FlagPortugal from "./svg/flag_portugal";
38
+ import FlagPuertoRico from "./svg/flag_puertorico";
39
+ import FlagSingapore from "./svg/flag_singapore";
40
+ import FlagSouthAfrica from "./svg/flag_southafrica";
41
+ import FlagSouthKorea from "./svg/flag_southkorea";
10
42
  import FlagSpain from "./svg/flag_spain";
43
+ import FlagSweden from "./svg/flag_sweden";
44
+ import FlagSwitzerland from "./svg/flag_switzerland";
45
+ import FlagTurkey from "./svg/flag_turkey";
11
46
  import FlagUK from "./svg/flag_uk";
12
47
  import FlagUruguay from "./svg/flag_uruguay";
13
48
  import FlagUS from "./svg/flag_us";
14
- export { FlagArgentina, FlagBrazil, FlagChile, FlagGermany, FlagIreland, FlagItaly, FlagMexico, FlagNetherlands, FlagPortugal, FlagSpain, FlagUK, FlagUruguay, FlagUS };
49
+ export { FlagArgentina, FlagAustralia, FlagAustria, FlagBelgium, FlagBrazil, FlagBulgary, FlagCanada, FlagChile, FlagChina, FlagColombia, FlagCostaRica, FlagCroatia, FlagCzechRepublic, FlagDenmark, FlagDominicanRepublic, FlagEcuador, FlagElSalvador, FlagFinland, FlagFrance, FlagGermany, FlagGuatemala, FlagHonduras, FlagHungary, FlagIndia, FlagIndonesia, FlagIreland, FlagIsrael, FlagItaly, FlagJapan, FlagLuxembourg, FlagMexico, FlagNetherlands, FlagPanama, FlagParaguay, FlagPeru, FlagPoland, FlagPortugal, FlagPuertoRico, FlagSingapore, FlagSouthAfrica, FlagSouthKorea, FlagSpain, FlagSweden, FlagSwitzerland, FlagTurkey, FlagUK, FlagUruguay, FlagUS };
@@ -10,24 +10,51 @@ var SvgComponent = function SvgComponent(props) {
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg"
12
12
  }, props), /*#__PURE__*/React.createElement("g", {
13
- clipPath: "url(#clip0_23259_161550)"
13
+ clipPath: "url(#clip0_14_1515)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1515",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 6,
26
+ cy: 6,
27
+ r: 6,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1515)"
14
31
  }, /*#__PURE__*/React.createElement("path", {
15
- d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
16
- fill: "#F0F0F0"
32
+ d: "M14.9473 0H-3.01758V12H14.9473V0Z",
33
+ fill: "white"
17
34
  }), /*#__PURE__*/React.createElement("path", {
18
- d: "M6.0001 0C3.62133 0 1.56596 1.38434 0.595459 3.39131H11.4047C10.4342 1.38434 8.37884 0 6.0001 0V0Z",
35
+ d: "M14.9473 0H-3.01758V4H14.9473V0Z",
19
36
  fill: "#338AF3"
20
37
  }), /*#__PURE__*/React.createElement("path", {
21
- d: "M6.0001 12C8.37884 12 10.4342 10.6156 11.4047 8.60864H0.595459C1.56596 10.6156 3.62133 12 6.0001 12Z",
38
+ d: "M14.9473 8H-3.01758V12H14.9473V8Z",
22
39
  fill: "#338AF3"
23
40
  }), /*#__PURE__*/React.createElement("path", {
24
- d: "M7.79343 6.00001L7.06066 6.34471L7.45087 7.05437L6.65516 6.90215L6.55434 7.70596L6.00011 7.11477L5.44586 7.70596L5.34505 6.90215L4.54935 7.05435L4.93954 6.34468L4.20679 6.00001L4.93956 5.65532L4.54935 4.94568L5.34503 5.09788L5.44588 4.29407L6.00011 4.88525L6.55436 4.29407L6.65516 5.09788L7.45089 4.94568L7.06068 5.65534L7.79343 6.00001Z",
41
+ d: "M5.98242 7.40351C6.75756 7.40351 7.38593 6.77514 7.38593 6C7.38593 5.22486 6.75756 4.59649 5.98242 4.59649C5.20729 4.59649 4.57891 5.22486 4.57891 6C4.57891 6.77514 5.20729 7.40351 5.98242 7.40351Z",
25
42
  fill: "#FFDA44"
26
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
27
- id: "clip0_23259_161550"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M14.9473 0H-3.01758M14.9473 0V12M14.9473 0V4H-3.01758V0M-3.01758 0V12M-3.01758 12H14.9473M-3.01758 12V8H14.9473V12M5.98242 7.40351C6.75756 7.40351 7.38593 6.77514 7.38593 6C7.38593 5.22486 6.75756 4.59649 5.98242 4.59649C5.20729 4.59649 4.57891 5.22486 4.57891 6C4.57891 6.77514 5.20729 7.40351 5.98242 7.40351Z",
45
+ stroke: "#D6AB00",
46
+ strokeWidth: 0.175439
47
+ }), /*#__PURE__*/React.createElement("circle", {
48
+ cx: 6,
49
+ cy: 6,
50
+ r: 6,
51
+ stroke: "#E1DED7"
52
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
53
+ id: "clip0_14_1515"
28
54
  }, /*#__PURE__*/React.createElement("rect", {
29
55
  width: 12,
30
56
  height: 12,
57
+ rx: 1.12281,
31
58
  fill: "white"
32
59
  }))));
33
60
  };
@@ -0,0 +1,85 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_14_1533)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1533",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 6.05232,
26
+ cy: 5.94783,
27
+ r: 5.94783,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1533)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.5041 0H-3.33936V11.8957H14.5041V0Z",
33
+ fill: "#10338C"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M3.43309 7.16211L3.73917 7.79933L4.42648 7.64072L4.12039 8.27515L4.67413 8.7148L3.98404 8.87063L3.98682 9.57741L3.43309 9.13498L2.88213 9.57741L2.88491 8.87063L2.19482 8.7148L2.74856 8.27515L2.43969 7.64072L3.12978 7.79933L3.43309 7.16211Z",
36
+ fill: "white"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M8.94001 7.95508L9.08471 8.25838L9.41305 8.18325L9.26558 8.48656L9.52992 8.69525L9.20158 8.7676V9.10708L8.94001 8.8956L8.67566 9.10708L8.67845 8.7676L8.3501 8.69525L8.61445 8.48656L8.46697 8.18325L8.79532 8.25838L8.94001 7.95508Z",
39
+ fill: "white"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M7.58781 4.72729L7.73251 5.0306L8.06086 4.95547L7.91338 5.25877L8.17773 5.46747L7.84938 5.5426V5.87929L7.58781 5.66782L7.32346 5.87929L7.32625 5.5426L6.99512 5.46747L7.25947 5.25877L7.11199 4.95547L7.44033 5.0306L7.58781 4.72729Z",
42
+ fill: "white"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M8.94001 2.88525L9.08471 3.18856L9.41305 3.11343L9.26558 3.41673L9.52992 3.62543L9.20158 3.70056V4.03725L8.94001 3.82578L8.67566 4.03725L8.67845 3.70056L8.3501 3.62543L8.61445 3.41673L8.46697 3.11343L8.79532 3.18856L8.94001 2.88525Z",
45
+ fill: "white"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M10.1225 4.26819L10.2672 4.57149L10.5955 4.49636L10.448 4.79967L10.7124 5.00836L10.384 5.08071V5.42019L10.1225 5.20871L9.85813 5.42019V5.08071L9.52979 5.00836L9.79413 4.79967L9.64665 4.49636L9.975 4.57149L10.1225 4.26819Z",
48
+ fill: "white"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M9.27665 5.87927L9.39074 6.23266H9.76083L9.46031 6.44971L9.57718 6.8031L9.27665 6.58327L8.97613 6.8031L9.09022 6.44971L8.79248 6.23266H9.16257L9.27665 5.87927Z",
51
+ fill: "white"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M5.96861 -0.296875V0.873908L4.24305 1.83426H5.96861V4.10313H3.70739L5.96861 5.35808V6.23426H4.94705L2.13487 4.66939V6.23426H0.00756715V4.37478L-3.33643 6.23426H-3.82617V5.06347L-2.09678 4.10313H-3.82617V1.83426H-1.56495L-3.82617 0.575473V-0.296875H-2.80461L0.00756715 1.26417V-0.296875H2.13487V1.5626L5.4827 -0.296875H5.96861Z",
54
+ fill: "white"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M1.68339 -0.296875H0.459046V2.3546H-3.82617V3.57895H0.459046V6.23426H1.68339V3.57895H5.96861V2.3546H1.68339V-0.296875Z",
57
+ fill: "#D80027"
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "M2.13477 4.10303L5.9685 6.23416V5.62964L3.22137 4.10303H2.13477Z",
60
+ fill: "#0052B4"
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ d: "M2.13477 4.10303L5.9685 6.23416V5.62964L3.22137 4.10303H2.13477Z",
63
+ fill: "white"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M2.13477 4.10303L5.9685 6.23416V5.62964L3.22137 4.10303H2.13477Z",
66
+ fill: "#D80027"
67
+ }), /*#__PURE__*/React.createElement("path", {
68
+ d: "M3.22137 1.83426L5.9685 0.303821V-0.296875L2.13477 1.83426H3.22137Z",
69
+ fill: "#D80027"
70
+ }), /*#__PURE__*/React.createElement("circle", {
71
+ cx: 6,
72
+ cy: 6,
73
+ r: 6,
74
+ stroke: "#E1DED7"
75
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
76
+ id: "clip0_14_1533"
77
+ }, /*#__PURE__*/React.createElement("rect", {
78
+ width: 12,
79
+ height: 11.8957,
80
+ rx: 1.11304,
81
+ fill: "white"
82
+ }))));
83
+ };
84
+
85
+ export default SvgComponent;
@@ -0,0 +1,55 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_14_1752)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1752",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 5.99978,
26
+ cy: 5.96512,
27
+ r: 5.96512,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1752)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.93 3.97681H-2.96533V7.95355H14.93V3.97681Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M14.93 0H-2.96533V3.97674H14.93V0Z",
36
+ fill: "#D80027"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.93 7.95349H-2.96533V11.9302H14.93V7.95349Z",
39
+ fill: "#D80027"
40
+ }), /*#__PURE__*/React.createElement("circle", {
41
+ cx: 6,
42
+ cy: 6,
43
+ r: 6,
44
+ stroke: "#E1DED7"
45
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
46
+ id: "clip0_14_1752"
47
+ }, /*#__PURE__*/React.createElement("rect", {
48
+ width: 12,
49
+ height: 11.9302,
50
+ rx: 1.11628,
51
+ fill: "white"
52
+ }))));
53
+ };
54
+
55
+ export default SvgComponent;
@@ -0,0 +1,58 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_14_1687)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1687",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 6,
26
+ cy: 6,
27
+ r: 6,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1687)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "#FDDA25"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M11.9824 15L11.9824 -3L-0.0175781 -3L-0.0175789 15L11.9824 15Z",
36
+ fill: "#FDDA25"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M11.9824 15L11.9824 -3L7.98242 -3L7.98242 15L11.9824 15Z",
39
+ fill: "#EF3340"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M4.03505 15L4.03505 -3L0.0350533 -3L0.0350525 15L4.03505 15Z",
42
+ fill: "black"
43
+ }), /*#__PURE__*/React.createElement("circle", {
44
+ cx: 6,
45
+ cy: 6,
46
+ r: 6,
47
+ stroke: "#E1DED7"
48
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
49
+ id: "clip0_14_1687"
50
+ }, /*#__PURE__*/React.createElement("rect", {
51
+ width: 12,
52
+ height: 12,
53
+ rx: 1.12281,
54
+ fill: "white"
55
+ }))));
56
+ };
57
+
58
+ export default SvgComponent;