@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.
- package/cjs/flags.js +280 -0
- package/cjs/svg/flag_argentina.js +35 -8
- package/cjs/svg/flag_argentina.native.js +35 -8
- package/cjs/svg/flag_australia.js +99 -0
- package/cjs/svg/flag_australia.native.js +101 -0
- package/cjs/svg/flag_austria.js +69 -0
- package/cjs/svg/flag_austria.native.js +71 -0
- package/cjs/svg/flag_belgium.js +72 -0
- package/cjs/svg/flag_belgium.native.js +74 -0
- package/cjs/svg/flag_brazil.js +33 -19
- package/cjs/svg/flag_brazil.native.js +33 -19
- package/cjs/svg/flag_bulgary.js +69 -0
- package/cjs/svg/flag_bulgary.native.js +71 -0
- package/cjs/svg/flag_canada.js +72 -0
- package/cjs/svg/flag_canada.native.js +74 -0
- package/cjs/svg/flag_chile.js +34 -11
- package/cjs/svg/flag_chile.native.js +34 -11
- package/cjs/svg/flag_china.js +78 -0
- package/cjs/svg/flag_china.native.js +80 -0
- package/cjs/svg/flag_colombia.js +69 -0
- package/cjs/svg/flag_colombia.native.js +71 -0
- package/cjs/svg/flag_costarica.js +72 -0
- package/cjs/svg/flag_costarica.native.js +74 -0
- package/cjs/svg/flag_croatia.js +128 -0
- package/cjs/svg/flag_croatia.native.js +130 -0
- package/cjs/svg/flag_czechrepublic.js +69 -0
- package/cjs/svg/flag_czechrepublic.native.js +71 -0
- package/cjs/svg/flag_denmark.js +66 -0
- package/cjs/svg/flag_denmark.native.js +68 -0
- package/cjs/svg/flag_dominicanrepublic.js +99 -0
- package/cjs/svg/flag_dominicanrepublic.native.js +101 -0
- package/cjs/svg/flag_ecuador.js +81 -0
- package/cjs/svg/flag_ecuador.native.js +83 -0
- package/cjs/svg/flag_elsalvador.js +78 -0
- package/cjs/svg/flag_elsalvador.native.js +80 -0
- package/cjs/svg/flag_finland.js +66 -0
- package/cjs/svg/flag_finland.native.js +68 -0
- package/cjs/svg/flag_france.js +69 -0
- package/cjs/svg/flag_france.native.js +71 -0
- package/cjs/svg/flag_germany.js +31 -8
- package/cjs/svg/flag_germany.native.js +31 -8
- package/cjs/svg/flag_guatemala.js +75 -0
- package/cjs/svg/flag_guatemala.native.js +77 -0
- package/cjs/svg/flag_honduras.js +84 -0
- package/cjs/svg/flag_honduras.native.js +86 -0
- package/cjs/svg/flag_hungary.js +69 -0
- package/cjs/svg/flag_hungary.native.js +71 -0
- package/cjs/svg/flag_india.js +81 -0
- package/cjs/svg/flag_india.native.js +83 -0
- package/cjs/svg/flag_indonesia.js +66 -0
- package/cjs/svg/flag_indonesia.native.js +68 -0
- package/cjs/svg/flag_ireland.js +30 -7
- package/cjs/svg/flag_ireland.native.js +30 -7
- package/cjs/svg/flag_israel.js +72 -0
- package/cjs/svg/flag_israel.native.js +74 -0
- package/cjs/svg/flag_italy.js +30 -7
- package/cjs/svg/flag_italy.native.js +30 -7
- package/cjs/svg/flag_japan.js +66 -0
- package/cjs/svg/flag_japan.native.js +68 -0
- package/cjs/svg/flag_luxembourg.js +69 -0
- package/cjs/svg/flag_luxembourg.native.js +71 -0
- package/cjs/svg/flag_mexico.js +36 -13
- package/cjs/svg/flag_mexico.native.js +36 -13
- package/cjs/svg/flag_netherlands.js +32 -9
- package/cjs/svg/flag_netherlands.native.js +32 -9
- package/cjs/svg/flag_panama.js +75 -0
- package/cjs/svg/flag_panama.native.js +77 -0
- package/cjs/svg/flag_paraguay.js +75 -0
- package/cjs/svg/flag_paraguay.native.js +77 -0
- package/cjs/svg/flag_peru.js +72 -0
- package/cjs/svg/flag_peru.native.js +74 -0
- package/cjs/svg/flag_poland.js +70 -0
- package/cjs/svg/flag_poland.native.js +72 -0
- package/cjs/svg/flag_portugal.js +34 -11
- package/cjs/svg/flag_portugal.native.js +34 -11
- package/cjs/svg/flag_puertorico.js +78 -0
- package/cjs/svg/flag_puertorico.native.js +80 -0
- package/cjs/svg/flag_singapore.js +84 -0
- package/cjs/svg/flag_singapore.native.js +86 -0
- package/cjs/svg/flag_southafrica.js +78 -0
- package/cjs/svg/flag_southafrica.native.js +80 -0
- package/cjs/svg/flag_southkorea.js +111 -0
- package/cjs/svg/flag_southkorea.native.js +113 -0
- package/cjs/svg/flag_spain.js +41 -9
- package/cjs/svg/flag_spain.native.js +41 -9
- package/cjs/svg/flag_sweden.js +66 -0
- package/cjs/svg/flag_sweden.native.js +68 -0
- package/cjs/svg/flag_switzerland.js +66 -0
- package/cjs/svg/flag_switzerland.native.js +68 -0
- package/cjs/svg/flag_turkey.js +66 -0
- package/cjs/svg/flag_turkey.native.js +68 -0
- package/cjs/svg/flag_uk.js +45 -23
- package/cjs/svg/flag_uk.native.js +45 -23
- package/cjs/svg/flag_uruguay.js +40 -17
- package/cjs/svg/flag_uruguay.native.js +40 -17
- package/cjs/svg/flag_us.js +79 -11
- package/cjs/svg/flag_us.native.js +79 -11
- package/esm/flags.js +36 -1
- package/esm/svg/flag_argentina.js +35 -8
- package/esm/svg/flag_australia.js +85 -0
- package/esm/svg/flag_austria.js +55 -0
- package/esm/svg/flag_belgium.js +58 -0
- package/esm/svg/flag_brazil.js +33 -19
- package/esm/svg/flag_bulgary.js +55 -0
- package/esm/svg/flag_canada.js +58 -0
- package/esm/svg/flag_chile.js +34 -11
- package/esm/svg/flag_china.js +64 -0
- package/esm/svg/flag_colombia.js +55 -0
- package/esm/svg/flag_costarica.js +58 -0
- package/esm/svg/flag_croatia.js +114 -0
- package/esm/svg/flag_czechrepublic.js +55 -0
- package/esm/svg/flag_denmark.js +52 -0
- package/esm/svg/flag_dominicanrepublic.js +85 -0
- package/esm/svg/flag_ecuador.js +67 -0
- package/esm/svg/flag_elsalvador.js +64 -0
- package/esm/svg/flag_finland.js +52 -0
- package/esm/svg/flag_france.js +55 -0
- package/esm/svg/flag_germany.js +31 -8
- package/esm/svg/flag_guatemala.js +61 -0
- package/esm/svg/flag_honduras.js +70 -0
- package/esm/svg/flag_hungary.js +55 -0
- package/esm/svg/flag_india.js +67 -0
- package/esm/svg/flag_indonesia.js +52 -0
- package/esm/svg/flag_ireland.js +30 -7
- package/esm/svg/flag_israel.js +58 -0
- package/esm/svg/flag_italy.js +30 -7
- package/esm/svg/flag_japan.js +52 -0
- package/esm/svg/flag_luxembourg.js +55 -0
- package/esm/svg/flag_mexico.js +36 -13
- package/esm/svg/flag_netherlands.js +32 -9
- package/esm/svg/flag_panama.js +61 -0
- package/esm/svg/flag_paraguay.js +61 -0
- package/esm/svg/flag_peru.js +58 -0
- package/esm/svg/flag_poland.js +56 -0
- package/esm/svg/flag_portugal.js +34 -11
- package/esm/svg/flag_puertorico.js +64 -0
- package/esm/svg/flag_singapore.js +70 -0
- package/esm/svg/flag_southafrica.js +64 -0
- package/esm/svg/flag_southkorea.js +97 -0
- package/esm/svg/flag_spain.js +41 -9
- package/esm/svg/flag_sweden.js +52 -0
- package/esm/svg/flag_switzerland.js +52 -0
- package/esm/svg/flag_turkey.js +52 -0
- package/esm/svg/flag_uk.js +45 -23
- package/esm/svg/flag_uruguay.js +40 -17
- package/esm/svg/flag_us.js +79 -11
- 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(#
|
|
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: "
|
|
31
|
-
fill: "
|
|
47
|
+
d: "M17.0874 0H-0.912598V12H17.0874V0Z",
|
|
48
|
+
fill: "white"
|
|
32
49
|
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
33
|
-
d: "
|
|
34
|
-
fill: "#
|
|
50
|
+
d: "M17.0874 1.33333H-0.912598V2.66667H17.0874V1.33333Z",
|
|
51
|
+
fill: "#0038A8"
|
|
35
52
|
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
36
|
-
d: "
|
|
37
|
-
fill: "#
|
|
53
|
+
d: "M17.0874 4H-0.912598V5.33333H17.0874V4Z",
|
|
54
|
+
fill: "#0038A8"
|
|
38
55
|
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
39
|
-
d: "
|
|
40
|
-
fill: "#
|
|
56
|
+
d: "M17.0874 6.66667H-0.912598V8H17.0874V6.66667Z",
|
|
57
|
+
fill: "#0038A8"
|
|
41
58
|
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
42
|
-
d: "
|
|
43
|
-
fill: "#
|
|
59
|
+
d: "M17.0874 9.33333H-0.912598V10.6667H17.0874V9.33333Z",
|
|
60
|
+
fill: "#0038A8"
|
|
44
61
|
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
45
|
-
d: "
|
|
46
|
-
fill: "
|
|
62
|
+
d: "M8.0874 0H-0.912598V6.66667H8.0874V0Z",
|
|
63
|
+
fill: "white"
|
|
47
64
|
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
48
|
-
d: "
|
|
49
|
-
fill: "#
|
|
50
|
-
})
|
|
51
|
-
|
|
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
|
};
|
package/cjs/svg/flag_us.js
CHANGED
|
@@ -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(#
|
|
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: "
|
|
29
|
-
fill: "
|
|
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: "
|
|
57
|
+
d: "M14.9829 5.53684H-3.01709V6.45965H14.9829V5.53684Z",
|
|
32
58
|
fill: "#D80027"
|
|
33
59
|
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
-
d: "
|
|
60
|
+
d: "M14.9829 7.38596H-3.01709V8.30877H14.9829V7.38596Z",
|
|
35
61
|
fill: "#D80027"
|
|
36
62
|
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
-
d: "
|
|
63
|
+
d: "M14.9829 9.23158H-3.01709V10.1544H14.9829V9.23158Z",
|
|
38
64
|
fill: "#D80027"
|
|
39
65
|
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
-
d: "
|
|
66
|
+
d: "M14.9829 11.0772H-3.01709V12H14.9829V11.0772Z",
|
|
41
67
|
fill: "#D80027"
|
|
42
68
|
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
-
d: "
|
|
44
|
-
fill: "#
|
|
45
|
-
})
|
|
46
|
-
|
|
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(#
|
|
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: "
|
|
31
|
-
fill: "
|
|
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: "
|
|
59
|
+
d: "M14.9829 5.53684H-3.01709V6.45965H14.9829V5.53684Z",
|
|
34
60
|
fill: "#D80027"
|
|
35
61
|
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
36
|
-
d: "
|
|
62
|
+
d: "M14.9829 7.38596H-3.01709V8.30877H14.9829V7.38596Z",
|
|
37
63
|
fill: "#D80027"
|
|
38
64
|
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
39
|
-
d: "
|
|
65
|
+
d: "M14.9829 9.23158H-3.01709V10.1544H14.9829V9.23158Z",
|
|
40
66
|
fill: "#D80027"
|
|
41
67
|
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
42
|
-
d: "
|
|
68
|
+
d: "M14.9829 11.0772H-3.01709V12H14.9829V11.0772Z",
|
|
43
69
|
fill: "#D80027"
|
|
44
70
|
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
45
|
-
d: "
|
|
46
|
-
fill: "#
|
|
47
|
-
})
|
|
48
|
-
|
|
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(#
|
|
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: "
|
|
16
|
-
fill: "
|
|
32
|
+
d: "M14.9473 0H-3.01758V12H14.9473V0Z",
|
|
33
|
+
fill: "white"
|
|
17
34
|
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
-
d: "
|
|
35
|
+
d: "M14.9473 0H-3.01758V4H14.9473V0Z",
|
|
19
36
|
fill: "#338AF3"
|
|
20
37
|
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
-
d: "
|
|
38
|
+
d: "M14.9473 8H-3.01758V12H14.9473V8Z",
|
|
22
39
|
fill: "#338AF3"
|
|
23
40
|
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
-
d: "
|
|
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
|
-
})
|
|
27
|
-
|
|
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;
|