@ultraviolet/icons 5.0.0 → 5.0.1
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/dist/components/Flags/__generated__/AustriaFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/AustriaFlag.js +60 -0
- package/dist/components/Flags/__generated__/BelgiumFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/BelgiumFlag.js +60 -0
- package/dist/components/Flags/__generated__/BulgariaFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/BulgariaFlag.js +60 -0
- package/dist/components/Flags/__generated__/CroatiaFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/CroatiaFlag.js +326 -0
- package/dist/components/Flags/__generated__/CyprusFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/CyprusFlag.js +60 -0
- package/dist/components/Flags/__generated__/CzechRepublicFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/CzechRepublicFlag.js +62 -0
- package/dist/components/Flags/__generated__/DenmarkFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/DenmarkFlag.js +88 -0
- package/dist/components/Flags/__generated__/EstoniaFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/EstoniaFlag.js +60 -0
- package/dist/components/Flags/__generated__/FinlandFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/FinlandFlag.js +46 -0
- package/dist/components/Flags/__generated__/GermanyFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/GermanyFlag.js +60 -0
- package/dist/components/Flags/__generated__/GreeceFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/GreeceFlag.js +102 -0
- package/dist/components/Flags/__generated__/HungaryFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/HungaryFlag.js +60 -0
- package/dist/components/Flags/__generated__/IrelandFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/IrelandFlag.js +60 -0
- package/dist/components/Flags/__generated__/LatviaFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/LatviaFlag.js +60 -0
- package/dist/components/Flags/__generated__/LithuaniaFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/LithuaniaFlag.js +60 -0
- package/dist/components/Flags/__generated__/LuxembourgFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/LuxembourgFlag.js +60 -0
- package/dist/components/Flags/__generated__/MaltaFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/MaltaFlag.js +60 -0
- package/dist/components/Flags/__generated__/PortugalFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/PortugalFlag.js +88 -0
- package/dist/components/Flags/__generated__/RomaniaFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/RomaniaFlag.js +60 -0
- package/dist/components/Flags/__generated__/SlovakiaFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/SlovakiaFlag.js +116 -0
- package/dist/components/Flags/__generated__/SloveniaFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/SloveniaFlag.js +74 -0
- package/dist/components/Flags/__generated__/SpainFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/SpainFlag.js +60 -0
- package/dist/components/Flags/__generated__/UnitedStatesFlag.d.ts +2 -0
- package/dist/components/Flags/__generated__/UnitedStatesFlag.js +102 -0
- package/dist/components/Flags/__generated__/index.d.ts +24 -1
- package/dist/components/Flags/index.js +47 -1
- package/dist/components/Icon/__generated__/DocIcon.js +1 -1
- package/dist/components/Icon/__generated__/DocOutlineIcon.js +2 -1
- package/dist/components/Icon/__generated__/DocPaperIcon.d.ts +2 -0
- package/dist/components/Icon/__generated__/DocPaperIcon.js +27 -0
- package/dist/components/Icon/__generated__/DocPaperOutlineIcon.d.ts +2 -0
- package/dist/components/Icon/__generated__/DocPaperOutlineIcon.js +30 -0
- package/dist/components/Icon/__generated__/index.d.ts +3 -1
- package/dist/index.js +4 -0
- package/package.json +2 -2
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const DenmarkFlag = ({ ...props }) => (
|
|
5
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: props.disabled ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
8
|
+
/* @__PURE__ */ jsx(
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
12
|
+
fill: "#F0F0F0"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M9.28963 10.4348H23.7967C23.0297 4.54697 17.9952 0 11.8983 0C11.0023 0 10.1296 0.0990469 9.28958 0.285234V10.4348H9.28963Z",
|
|
19
|
+
fill: "#454545"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M6.15928 10.4348V1.45911C2.8643 3.25695 0.505453 6.55465 0 10.4348H6.15928V10.4348Z",
|
|
26
|
+
fill: "#454545"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ jsx(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
d: "M6.15923 13.5652H0C0.505453 17.4454 2.8643 20.7431 6.15928 22.5409L6.15923 13.5652Z",
|
|
33
|
+
fill: "#454545"
|
|
34
|
+
}
|
|
35
|
+
),
|
|
36
|
+
/* @__PURE__ */ jsx(
|
|
37
|
+
"path",
|
|
38
|
+
{
|
|
39
|
+
d: "M9.28958 13.5652V23.7147C10.1296 23.9009 11.0023 24 11.8983 24C17.9952 24 23.0297 19.453 23.7967 13.5652H9.28958V13.5652Z",
|
|
40
|
+
fill: "#454545"
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
] }),
|
|
44
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_423", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
45
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
46
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
51
|
+
fill: "#F0F0F0"
|
|
52
|
+
}
|
|
53
|
+
),
|
|
54
|
+
/* @__PURE__ */ jsx(
|
|
55
|
+
"path",
|
|
56
|
+
{
|
|
57
|
+
d: "M9.39122 10.4348H23.8983C23.1313 4.54697 18.0968 0 11.9999 0C11.1038 0 10.2312 0.0990469 9.39117 0.285234V10.4348H9.39122Z",
|
|
58
|
+
fill: "#D80027"
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
/* @__PURE__ */ jsx(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
d: "M6.26084 10.4348V1.45911C2.96586 3.25695 0.607016 6.55465 0.101562 10.4348H6.26084V10.4348Z",
|
|
65
|
+
fill: "#D80027"
|
|
66
|
+
}
|
|
67
|
+
),
|
|
68
|
+
/* @__PURE__ */ jsx(
|
|
69
|
+
"path",
|
|
70
|
+
{
|
|
71
|
+
d: "M6.2608 13.5652H0.101562C0.607016 17.4454 2.96586 20.7431 6.26084 22.5409L6.2608 13.5652Z",
|
|
72
|
+
fill: "#D80027"
|
|
73
|
+
}
|
|
74
|
+
),
|
|
75
|
+
/* @__PURE__ */ jsx(
|
|
76
|
+
"path",
|
|
77
|
+
{
|
|
78
|
+
d: "M9.39117 13.5652V23.7147C10.2312 23.9009 11.1038 24 11.9999 24C18.0968 24 23.1313 19.453 23.8983 13.5652H9.39117V13.5652Z",
|
|
79
|
+
fill: "#D80027"
|
|
80
|
+
}
|
|
81
|
+
)
|
|
82
|
+
] }),
|
|
83
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_206", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
84
|
+
] }) })
|
|
85
|
+
);
|
|
86
|
+
export {
|
|
87
|
+
DenmarkFlag
|
|
88
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const EstoniaFlag = ({ ...props }) => (
|
|
5
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: props.disabled ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
8
|
+
/* @__PURE__ */ jsx(
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M0 12C0 13.4678 0.264047 14.8739 0.746391 16.1739L12 16.6956L23.2536 16.1739C23.736 14.8739 24 13.4678 24 12C24 10.5321 23.736 9.12607 23.2536 7.82609L12 7.30432L0.746391 7.82604C0.264047 9.12607 0 10.5321 0 12H0Z",
|
|
12
|
+
fill: "black"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M12.0001 0C6.84055 0 2.44204 3.2565 0.746521 7.82611H23.2538C21.5582 3.2565 17.1597 0 12.0001 0V0Z",
|
|
19
|
+
fill: "#444444"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M23.2537 16.174H0.746521C2.44204 20.7435 6.84055 24.0001 12.0001 24.0001C17.1597 24.0001 21.5582 20.7435 23.2537 16.174Z",
|
|
26
|
+
fill: "#F0F0F0"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_430", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
31
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
32
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
33
|
+
/* @__PURE__ */ jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M0 12C0 13.4678 0.264047 14.8739 0.746391 16.1739L12 16.6956L23.2536 16.1739C23.736 14.8739 24 13.4678 24 12C24 10.5321 23.736 9.12607 23.2536 7.82609L12 7.30432L0.746391 7.82604C0.264047 9.12607 0 10.5321 0 12H0Z",
|
|
37
|
+
fill: "black"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
d: "M12.0001 0C6.84055 0 2.44204 3.2565 0.746521 7.82611H23.2538C21.5582 3.2565 17.1597 0 12.0001 0V0Z",
|
|
44
|
+
fill: "#0052B4"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M23.2537 16.174H0.746521C2.44204 20.7435 6.84055 24.0001 12.0001 24.0001C17.1597 24.0001 21.5582 20.7435 23.2537 16.174Z",
|
|
51
|
+
fill: "#F0F0F0"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] }),
|
|
55
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_212", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
56
|
+
] }) })
|
|
57
|
+
);
|
|
58
|
+
export {
|
|
59
|
+
EstoniaFlag
|
|
60
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const FinlandFlag = ({ ...props }) => (
|
|
5
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: props.disabled ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
8
|
+
/* @__PURE__ */ jsx(
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
12
|
+
fill: "#F0F0F0"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M23.8984 10.4348H9.39136H9.39131V0.285278C8.28234 0.531185 7.23098 0.929763 6.26086 1.45912V10.4347V10.4348H0.101578C0.0347813 10.9472 0 11.4696 0 12C0 12.5305 0.0347813 13.0529 0.101578 13.5652H6.26081H6.26086V22.5409C7.23098 23.0702 8.28234 23.4689 9.39131 23.7148V13.5654V13.5653H23.8984C23.9651 13.0529 24 12.5305 24 12C24 11.4696 23.9651 10.9472 23.8984 10.4348V10.4348Z",
|
|
19
|
+
fill: "#444444"
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
] }),
|
|
23
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_381", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
24
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
25
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
26
|
+
/* @__PURE__ */ jsx(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
30
|
+
fill: "#F0F0F0"
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
/* @__PURE__ */ jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M23.8984 10.4348H9.39136H9.39131V0.285278C8.28234 0.531185 7.23098 0.929763 6.26086 1.45912V10.4347V10.4348H0.101578C0.0347813 10.9472 0 11.4696 0 12C0 12.5305 0.0347813 13.0529 0.101578 13.5652H6.26081H6.26086V22.5409C7.23098 23.0702 8.28234 23.4689 9.39131 23.7148V13.5654V13.5653H23.8984C23.9651 13.0529 24 12.5305 24 12C24 11.4696 23.9651 10.9472 23.8984 10.4348V10.4348Z",
|
|
37
|
+
fill: "#0052B4"
|
|
38
|
+
}
|
|
39
|
+
)
|
|
40
|
+
] }),
|
|
41
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_196", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
42
|
+
] }) })
|
|
43
|
+
);
|
|
44
|
+
export {
|
|
45
|
+
FinlandFlag
|
|
46
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const GermanyFlag = ({ ...props }) => (
|
|
5
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: props.disabled ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
8
|
+
/* @__PURE__ */ jsx(
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M0.746521 16.1739C2.44204 20.7435 6.84055 24 12.0001 24C17.1597 24 21.5582 20.7435 23.2537 16.1739L12.0001 15.1305L0.746521 16.1739Z",
|
|
12
|
+
fill: "#D5D5D5"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M12.0001 0C6.84055 0 2.44204 3.2565 0.746521 7.82611L12.0001 8.86955L23.2537 7.82606C21.5582 3.2565 17.1597 0 12.0001 0Z",
|
|
19
|
+
fill: "black"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M0.746391 7.82608C0.264047 9.12606 0 10.5321 0 12C0 13.4678 0.264047 14.8739 0.746391 16.1739H23.2537C23.736 14.8739 24 13.4678 24 12C24 10.5321 23.736 9.12606 23.2536 7.82608H0.746391Z",
|
|
26
|
+
fill: "#454545"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3070_54", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
31
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
32
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
33
|
+
/* @__PURE__ */ jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M0.746521 16.1739C2.44204 20.7435 6.84055 24 12.0001 24C17.1597 24 21.5582 20.7435 23.2537 16.1739L12.0001 15.1305L0.746521 16.1739Z",
|
|
37
|
+
fill: "#FFDA44"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
d: "M12.0001 0C6.84055 0 2.44204 3.2565 0.746521 7.82611L12.0001 8.86955L23.2537 7.82606C21.5582 3.2565 17.1597 0 12.0001 0Z",
|
|
44
|
+
fill: "black"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M0.746391 7.82608C0.264047 9.12606 0 10.5321 0 12C0 13.4678 0.264047 14.8739 0.746391 16.1739H23.2537C23.736 14.8739 24 13.4678 24 12C24 10.5321 23.736 9.12606 23.2536 7.82608H0.746391Z",
|
|
51
|
+
fill: "#D80027"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] }),
|
|
55
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3070_48", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
56
|
+
] }) })
|
|
57
|
+
);
|
|
58
|
+
export {
|
|
59
|
+
GermanyFlag
|
|
60
|
+
};
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const GreeceFlag = ({ ...props }) => (
|
|
5
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: props.disabled ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
8
|
+
/* @__PURE__ */ jsx(
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
12
|
+
fill: "#F0F0F0"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M12 8.86947H23.5866C23.2857 7.75319 22.8284 6.70127 22.2387 5.73901H12V8.86947Z",
|
|
19
|
+
fill: "#7B7B7B"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M4.52991 21.3913H19.4696C20.5647 20.5191 21.5039 19.4596 22.2384 18.2609H1.76105C2.49563 19.4596 3.43481 20.5191 4.52991 21.3913V21.3913Z",
|
|
26
|
+
fill: "#7B7B7B"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ jsx(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
d: "M4.17366 2.90344C3.23025 3.71583 2.41467 4.6725 1.76105 5.73919H4.17366V2.90344Z",
|
|
33
|
+
fill: "#7B7B7B"
|
|
34
|
+
}
|
|
35
|
+
),
|
|
36
|
+
/* @__PURE__ */ jsx(
|
|
37
|
+
"path",
|
|
38
|
+
{
|
|
39
|
+
d: "M12 12C12 10.7777 12 9.7547 12 8.86951H7.30434V12H4.17389V8.86951H0.413391C0.144375 9.86767 0 10.9168 0 12C0 13.0831 0.144375 14.1323 0.413391 15.1304H23.5867C23.8556 14.1323 24 13.0831 24 12H12Z",
|
|
40
|
+
fill: "#7B7B7B"
|
|
41
|
+
}
|
|
42
|
+
),
|
|
43
|
+
/* @__PURE__ */ jsx(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
d: "M11.9999 0C10.3335 0 8.74654 0.339984 7.3042 0.953812V5.73914H11.9999C11.9999 4.64639 11.9999 3.717 11.9999 2.60869H19.4697C17.4198 0.976125 14.824 0 11.9999 0V0Z",
|
|
47
|
+
fill: "#7B7B7B"
|
|
48
|
+
}
|
|
49
|
+
)
|
|
50
|
+
] }),
|
|
51
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_434", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
52
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
53
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
54
|
+
/* @__PURE__ */ jsx(
|
|
55
|
+
"path",
|
|
56
|
+
{
|
|
57
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
58
|
+
fill: "#F0F0F0"
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
/* @__PURE__ */ jsx(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
d: "M12 8.86947H23.5866C23.2857 7.75319 22.8284 6.70127 22.2387 5.73901H12V8.86947Z",
|
|
65
|
+
fill: "#338AF3"
|
|
66
|
+
}
|
|
67
|
+
),
|
|
68
|
+
/* @__PURE__ */ jsx(
|
|
69
|
+
"path",
|
|
70
|
+
{
|
|
71
|
+
d: "M4.52991 21.3913H19.4696C20.5647 20.5191 21.5039 19.4596 22.2384 18.2609H1.76105C2.49563 19.4596 3.43481 20.5191 4.52991 21.3913V21.3913Z",
|
|
72
|
+
fill: "#338AF3"
|
|
73
|
+
}
|
|
74
|
+
),
|
|
75
|
+
/* @__PURE__ */ jsx(
|
|
76
|
+
"path",
|
|
77
|
+
{
|
|
78
|
+
d: "M4.17366 2.90344C3.23025 3.71583 2.41467 4.6725 1.76105 5.73919H4.17366V2.90344Z",
|
|
79
|
+
fill: "#338AF3"
|
|
80
|
+
}
|
|
81
|
+
),
|
|
82
|
+
/* @__PURE__ */ jsx(
|
|
83
|
+
"path",
|
|
84
|
+
{
|
|
85
|
+
d: "M12 12C12 10.7777 12 9.7547 12 8.86951H7.30434V12H4.17389V8.86951H0.413391C0.144375 9.86767 0 10.9168 0 12C0 13.0831 0.144375 14.1323 0.413391 15.1304H23.5867C23.8556 14.1323 24 13.0831 24 12H12Z",
|
|
86
|
+
fill: "#338AF3"
|
|
87
|
+
}
|
|
88
|
+
),
|
|
89
|
+
/* @__PURE__ */ jsx(
|
|
90
|
+
"path",
|
|
91
|
+
{
|
|
92
|
+
d: "M11.9999 0C10.3335 0 8.74654 0.339984 7.3042 0.953812V5.73914H11.9999C11.9999 4.64639 11.9999 3.717 11.9999 2.60869H19.4697C17.4198 0.976125 14.824 0 11.9999 0V0Z",
|
|
93
|
+
fill: "#338AF3"
|
|
94
|
+
}
|
|
95
|
+
)
|
|
96
|
+
] }),
|
|
97
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_209", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
98
|
+
] }) })
|
|
99
|
+
);
|
|
100
|
+
export {
|
|
101
|
+
GreeceFlag
|
|
102
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const HungaryFlag = ({ ...props }) => (
|
|
5
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: props.disabled ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
8
|
+
/* @__PURE__ */ jsx(
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M0.746391 7.82608C0.264047 9.12611 0 10.5321 0 12C0 13.4678 0.264047 14.8739 0.746391 16.1739L12 17.2174L23.2536 16.1739C23.736 14.8739 24 13.4678 24 12C24 10.5321 23.736 9.12611 23.2536 7.82608L12 6.78259L0.746391 7.82608Z",
|
|
12
|
+
fill: "#F0F0F0"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M12.0001 0C6.84061 0 2.44205 3.2565 0.746582 7.82611H23.2538C21.5582 3.2565 17.1598 0 12.0001 0V0Z",
|
|
19
|
+
fill: "#454545"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M12.2536 23.8261C17.4132 23.8261 21.8117 20.5696 23.5072 16H1C2.69547 20.5696 7.09403 23.8261 12.2536 23.8261V23.8261Z",
|
|
26
|
+
fill: "#8A8A8A"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_384", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
31
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
32
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
33
|
+
/* @__PURE__ */ jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M0.746391 7.82608C0.264047 9.12611 0 10.5321 0 12C0 13.4678 0.264047 14.8739 0.746391 16.1739L12 17.2174L23.2536 16.1739C23.736 14.8739 24 13.4678 24 12C24 10.5321 23.736 9.12611 23.2536 7.82608L12 6.78259L0.746391 7.82608Z",
|
|
37
|
+
fill: "#F0F0F0"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
d: "M12.0001 0C6.84061 0 2.44205 3.2565 0.746582 7.82611H23.2538C21.5582 3.2565 17.1598 0 12.0001 0V0Z",
|
|
44
|
+
fill: "#D80027"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M12.0001 24.0001C17.1598 24.0001 21.5582 20.7436 23.2538 16.174H0.746582C2.44205 20.7436 6.84061 24.0001 12.0001 24.0001V24.0001Z",
|
|
51
|
+
fill: "#6DA544"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] }),
|
|
55
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_202", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
56
|
+
] }) })
|
|
57
|
+
);
|
|
58
|
+
export {
|
|
59
|
+
HungaryFlag
|
|
60
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const IrelandFlag = ({ ...props }) => (
|
|
5
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: props.disabled ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
8
|
+
/* @__PURE__ */ jsx(
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
12
|
+
fill: "#F0F0F0"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M24 12.0001C24 6.84061 20.7435 2.44205 16.1739 0.746582V23.2538C20.7435 21.5582 24 17.1598 24 12.0001V12.0001Z",
|
|
19
|
+
fill: "#A8A8A8"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M0 12.0001C0 17.1598 3.2565 21.5582 7.82611 23.2538V0.746582C3.2565 2.44205 0 6.84061 0 12.0001V12.0001Z",
|
|
26
|
+
fill: "#8A8A8A"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_442", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
31
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
32
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
33
|
+
/* @__PURE__ */ jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
37
|
+
fill: "#F0F0F0"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
d: "M24.0001 12.0001C24.0001 6.84061 20.7436 2.44205 16.174 0.746582V23.2538C20.7436 21.5582 24.0001 17.1598 24.0001 12.0001V12.0001Z",
|
|
44
|
+
fill: "#FF9811"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M0 12.0001C0 17.1598 3.2565 21.5582 7.82611 23.2538V0.746582C3.2565 2.44205 0 6.84061 0 12.0001V12.0001Z",
|
|
51
|
+
fill: "#6DA544"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] }),
|
|
55
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_204", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
56
|
+
] }) })
|
|
57
|
+
);
|
|
58
|
+
export {
|
|
59
|
+
IrelandFlag
|
|
60
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const LatviaFlag = ({ ...props }) => (
|
|
5
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: props.disabled ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
8
|
+
/* @__PURE__ */ jsx(
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
12
|
+
fill: "#F0F0F0"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M11.9997 0C6.45537 0 1.79009 3.76036 0.413086 8.86955H23.5864C22.2093 3.76036 17.544 0 11.9997 0Z",
|
|
19
|
+
fill: "#343434"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M11.9997 23.9998C17.544 23.9998 22.2093 20.2394 23.5863 15.1302H0.413086C1.79009 20.2394 6.45537 23.9998 11.9997 23.9998Z",
|
|
26
|
+
fill: "#343434"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_388", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
31
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
32
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
33
|
+
/* @__PURE__ */ jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
37
|
+
fill: "#F0F0F0"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
d: "M11.9997 0C6.45537 0 1.79009 3.76036 0.413086 8.86955H23.5864C22.2093 3.76036 17.544 0 11.9997 0Z",
|
|
44
|
+
fill: "#A2001D"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M11.9997 23.9998C17.544 23.9998 22.2093 20.2394 23.5863 15.1302H0.413086C1.79009 20.2394 6.45537 23.9998 11.9997 23.9998Z",
|
|
51
|
+
fill: "#A2001D"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] }),
|
|
55
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_203", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
56
|
+
] }) })
|
|
57
|
+
);
|
|
58
|
+
export {
|
|
59
|
+
LatviaFlag
|
|
60
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const LithuaniaFlag = ({ ...props }) => (
|
|
5
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: props.disabled ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
7
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
8
|
+
/* @__PURE__ */ jsx(
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M23.2536 16.1741C23.736 14.8742 24 13.4681 24 12.0002C24 10.5324 23.736 9.12626 23.2536 7.82632L12 6.78284L0.746391 7.82632C0.264 9.12626 0 10.5324 0 12.0002C0 13.4681 0.264 14.8742 0.746391 16.1741L12 17.2176L23.2536 16.1741Z",
|
|
12
|
+
fill: "#8A8A8A"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M23.2537 7.82611C21.5582 3.2565 17.1597 0 12.0001 0C6.84055 0 2.44204 3.2565 0.746521 7.82611H23.2537Z",
|
|
19
|
+
fill: "#D5D5D5"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M12.0001 24.0001C17.1597 24.0001 21.5582 20.7436 23.2537 16.174H0.746521C2.44204 20.7436 6.84055 24.0001 12.0001 24.0001Z",
|
|
26
|
+
fill: "#454545"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_446", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
31
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
32
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
33
|
+
/* @__PURE__ */ jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M23.2536 16.1741C23.736 14.8742 24 13.4681 24 12.0002C24 10.5324 23.736 9.12626 23.2536 7.82632L12 6.78284L0.746391 7.82632C0.264 9.12626 0 10.5324 0 12.0002C0 13.4681 0.264 14.8742 0.746391 16.1741L12 17.2176L23.2536 16.1741Z",
|
|
37
|
+
fill: "#6DA544"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
d: "M23.2537 7.82611C21.5582 3.2565 17.1597 0 12.0001 0C6.84055 0 2.44204 3.2565 0.746521 7.82611H23.2537Z",
|
|
44
|
+
fill: "#FFDA44"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M12.0001 24.0001C17.1597 24.0001 21.5582 20.7436 23.2537 16.174H0.746521C2.44204 20.7436 6.84055 24.0001 12.0001 24.0001Z",
|
|
51
|
+
fill: "#D80027"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] }),
|
|
55
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_205", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
56
|
+
] }) })
|
|
57
|
+
);
|
|
58
|
+
export {
|
|
59
|
+
LithuaniaFlag
|
|
60
|
+
};
|