@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,60 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const AustriaFlag = ({ ...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.8741 24 13.468 24 12.0002C24 10.5323 23.736 9.12633 23.2536 7.82629L12 6.78281L0.746391 7.82629C0.264047 9.12633 0 10.5323 0 12.0002C0 13.468 0.264047 14.8741 0.746391 16.1741L12 17.2176L23.2536 16.1741Z",
|
|
12
|
+
fill: "#F0F0F0"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M12.0001 24C17.1596 24 21.5582 20.7435 23.2537 16.1739H0.74646C2.44202 20.7435 6.84049 24 12.0001 24Z",
|
|
19
|
+
fill: "#454545"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M12.0001 0C6.84049 0 2.44202 3.2565 0.74646 7.82611H23.2537C21.5582 3.2565 17.1596 0 12.0001 0Z",
|
|
26
|
+
fill: "#454545"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_342", 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.8741 24 13.468 24 12.0002C24 10.5323 23.736 9.12633 23.2536 7.82629L12 6.78281L0.746391 7.82629C0.264047 9.12633 0 10.5323 0 12.0002C0 13.468 0.264047 14.8741 0.746391 16.1741L12 17.2176L23.2536 16.1741Z",
|
|
37
|
+
fill: "#F0F0F0"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
d: "M12.0001 24C17.1596 24 21.5582 20.7435 23.2537 16.1739H0.74646C2.44202 20.7435 6.84049 24 12.0001 24Z",
|
|
44
|
+
fill: "#D80027"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M12.0001 0C6.84049 0 2.44202 3.2565 0.74646 7.82611H23.2537C21.5582 3.2565 17.1596 0 12.0001 0Z",
|
|
51
|
+
fill: "#D80027"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] }),
|
|
55
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_201", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
56
|
+
] }) })
|
|
57
|
+
);
|
|
58
|
+
export {
|
|
59
|
+
AustriaFlag
|
|
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 BelgiumFlag = ({ ...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: "M16.1741 0.746391C14.8741 0.264047 13.4681 0 12.0002 0C10.5324 0 9.12631 0.264047 7.82632 0.746391L6.78284 12L7.82632 23.2536C9.12631 23.736 10.5324 24 12.0002 24C13.4681 24 14.8741 23.736 16.1741 23.2536L17.2176 12L16.1741 0.746391Z",
|
|
12
|
+
fill: "#D5D5D5"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M24 11.9999C24 6.84037 20.7435 2.44181 16.1739 0.746338V23.2536C20.7435 21.558 24 17.1595 24 11.9999V11.9999Z",
|
|
19
|
+
fill: "#454545"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M0 11.9999C0 17.1595 3.2565 21.558 7.82611 23.2536V0.746338C3.2565 2.44181 0 6.84037 0 11.9999V11.9999Z",
|
|
26
|
+
fill: "black"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_415", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
31
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
32
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
33
|
+
/* @__PURE__ */ jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M16.1741 0.746391C14.8741 0.264047 13.4681 0 12.0002 0C10.5324 0 9.12631 0.264047 7.82632 0.746391L6.78284 12L7.82632 23.2536C9.12631 23.736 10.5324 24 12.0002 24C13.4681 24 14.8741 23.736 16.1741 23.2536L17.2176 12L16.1741 0.746391Z",
|
|
37
|
+
fill: "#FFDA44"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
d: "M24.0001 11.9999C24.0001 6.84037 20.7436 2.44181 16.174 0.746338V23.2536C20.7436 21.558 24.0001 17.1595 24.0001 11.9999V11.9999Z",
|
|
44
|
+
fill: "#D80027"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M0 11.9999C0 17.1595 3.2565 21.558 7.82611 23.2536V0.746338C3.2565 2.44181 0 6.84037 0 11.9999V11.9999Z",
|
|
51
|
+
fill: "black"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] }),
|
|
55
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_217", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
56
|
+
] }) })
|
|
57
|
+
);
|
|
58
|
+
export {
|
|
59
|
+
BelgiumFlag
|
|
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 BulgariaFlag = ({ ...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: "M24 12.0001C24 10.5322 23.736 9.12611 23.2536 7.82618L12 7.30441L0.746391 7.82613C0.264047 9.12611 0 10.5322 0 12.0001C0 13.4679 0.264047 14.874 0.746391 16.1739L12 16.6957L23.2536 16.174C23.736 14.874 24 13.4679 24 12.0001Z",
|
|
12
|
+
fill: "#5C5C5C"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M12.0001 24C17.1597 24 21.5582 20.7435 23.2537 16.1739H0.746521C2.44204 20.7435 6.84055 24 12.0001 24Z",
|
|
19
|
+
fill: "#454545"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M0.746521 7.82611H23.2538C21.5582 3.2565 17.1597 0 12.0001 0C6.84055 0 2.44204 3.2565 0.746521 7.82611V7.82611Z",
|
|
26
|
+
fill: "#F0F0F0"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_347", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
31
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
32
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
33
|
+
/* @__PURE__ */ jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M24 12.0001C24 10.5322 23.736 9.12611 23.2536 7.82618L12 7.30441L0.746391 7.82613C0.264047 9.12611 0 10.5322 0 12.0001C0 13.4679 0.264047 14.874 0.746391 16.1739L12 16.6957L23.2536 16.174C23.736 14.874 24 13.4679 24 12.0001Z",
|
|
37
|
+
fill: "#496E2D"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
d: "M12.0001 24C17.1597 24 21.5582 20.7435 23.2537 16.1739H0.746521C2.44204 20.7435 6.84055 24 12.0001 24Z",
|
|
44
|
+
fill: "#D80027"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M0.746521 7.82611H23.2538C21.5582 3.2565 17.1597 0 12.0001 0C6.84055 0 2.44204 3.2565 0.746521 7.82611V7.82611Z",
|
|
51
|
+
fill: "#F0F0F0"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] }),
|
|
55
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_214", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
56
|
+
] }) })
|
|
57
|
+
);
|
|
58
|
+
export {
|
|
59
|
+
BulgariaFlag
|
|
60
|
+
};
|
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const CroatiaFlag = ({ ...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: "M24 12C24 10.5321 23.736 9.12602 23.2536 7.82609L12 7.30432L0.746391 7.82604C0.264047 9.12602 0 10.5321 0 12C0 13.4678 0.264047 14.8739 0.746391 16.1739L12 16.6956L23.2536 16.1739C23.736 14.8739 24 13.4678 24 12Z",
|
|
12
|
+
fill: "#F0F0F0"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
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",
|
|
19
|
+
fill: "#444444"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M0.746521 7.82611H23.2538C21.5582 3.2565 17.1597 0 12.0001 0C6.84055 0 2.44204 3.2565 0.746521 7.82611V7.82611Z",
|
|
26
|
+
fill: "#454545"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ jsx(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
d: "M15.1307 8.34792H13.0437L13.3916 5.73919L14.7828 4.69571L16.1741 5.73919V7.82616L15.1307 8.34792Z",
|
|
33
|
+
fill: "#7B7B7B"
|
|
34
|
+
}
|
|
35
|
+
),
|
|
36
|
+
/* @__PURE__ */ jsx(
|
|
37
|
+
"path",
|
|
38
|
+
{
|
|
39
|
+
d: "M8.86952 8.34792H10.9565L10.6086 5.73919L9.21733 4.69571L7.82608 5.73919V7.82616L8.86952 8.34792Z",
|
|
40
|
+
fill: "#7B7B7B"
|
|
41
|
+
}
|
|
42
|
+
),
|
|
43
|
+
/* @__PURE__ */ jsx(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
d: "M13.391 8.34792H10.6083V5.73919L11.9997 4.69571L13.391 5.73919V8.34792Z",
|
|
47
|
+
fill: "#454545"
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ jsx(
|
|
51
|
+
"path",
|
|
52
|
+
{
|
|
53
|
+
d: "M7.82608 7.82617V13.5653C7.82608 14.9318 8.48617 16.1471 9.5043 16.9089L10.2348 16.7262L11.1565 17.6535C11.4291 17.7096 11.7111 17.7392 12 17.7392C12.2874 17.7392 12.568 17.71 12.8391 17.6544L13.8913 16.7783L14.4956 16.9073C15.5133 16.1454 16.1739 14.9314 16.1739 13.5653V7.82617H7.82608Z",
|
|
54
|
+
fill: "#F0F0F0"
|
|
55
|
+
}
|
|
56
|
+
),
|
|
57
|
+
/* @__PURE__ */ jsx(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
d: "M7.82608 7.82605H9.49563V9.4956H7.82608V7.82605Z",
|
|
61
|
+
fill: "#454545"
|
|
62
|
+
}
|
|
63
|
+
),
|
|
64
|
+
/* @__PURE__ */ jsx(
|
|
65
|
+
"path",
|
|
66
|
+
{
|
|
67
|
+
d: "M11.1648 7.82605H12.8344V9.4956H11.1648V7.82605Z",
|
|
68
|
+
fill: "#454545"
|
|
69
|
+
}
|
|
70
|
+
),
|
|
71
|
+
/* @__PURE__ */ jsx(
|
|
72
|
+
"path",
|
|
73
|
+
{
|
|
74
|
+
d: "M14.5045 7.82605H16.1741V9.4956H14.5045V7.82605Z",
|
|
75
|
+
fill: "#454545"
|
|
76
|
+
}
|
|
77
|
+
),
|
|
78
|
+
/* @__PURE__ */ jsx(
|
|
79
|
+
"path",
|
|
80
|
+
{
|
|
81
|
+
d: "M9.49545 9.49567H11.165V11.1652H9.49545V9.49567Z",
|
|
82
|
+
fill: "#454545"
|
|
83
|
+
}
|
|
84
|
+
),
|
|
85
|
+
/* @__PURE__ */ jsx(
|
|
86
|
+
"path",
|
|
87
|
+
{
|
|
88
|
+
d: "M12.8352 9.49567H14.5047V11.1652H12.8352V9.49567Z",
|
|
89
|
+
fill: "#454545"
|
|
90
|
+
}
|
|
91
|
+
),
|
|
92
|
+
/* @__PURE__ */ jsx(
|
|
93
|
+
"path",
|
|
94
|
+
{
|
|
95
|
+
d: "M7.82608 11.1646H9.49563V12.8342H7.82608V11.1646Z",
|
|
96
|
+
fill: "#454545"
|
|
97
|
+
}
|
|
98
|
+
),
|
|
99
|
+
/* @__PURE__ */ jsx(
|
|
100
|
+
"path",
|
|
101
|
+
{
|
|
102
|
+
d: "M9.49545 12.8342H11.165V14.5038H9.49545V12.8342Z",
|
|
103
|
+
fill: "#454545"
|
|
104
|
+
}
|
|
105
|
+
),
|
|
106
|
+
/* @__PURE__ */ jsx(
|
|
107
|
+
"path",
|
|
108
|
+
{
|
|
109
|
+
d: "M11.1648 11.1646H12.8344V12.8342H11.1648V11.1646Z",
|
|
110
|
+
fill: "#454545"
|
|
111
|
+
}
|
|
112
|
+
),
|
|
113
|
+
/* @__PURE__ */ jsx(
|
|
114
|
+
"path",
|
|
115
|
+
{
|
|
116
|
+
d: "M14.5045 11.1646H16.1741V12.8342H14.5045V11.1646Z",
|
|
117
|
+
fill: "#454545"
|
|
118
|
+
}
|
|
119
|
+
),
|
|
120
|
+
/* @__PURE__ */ jsx(
|
|
121
|
+
"path",
|
|
122
|
+
{
|
|
123
|
+
d: "M12.8352 12.8342H14.5047V14.5038H12.8352V12.8342Z",
|
|
124
|
+
fill: "#454545"
|
|
125
|
+
}
|
|
126
|
+
),
|
|
127
|
+
/* @__PURE__ */ jsx(
|
|
128
|
+
"path",
|
|
129
|
+
{
|
|
130
|
+
d: "M11.1648 14.5038H12.8344V16.1733H11.1648V14.5038Z",
|
|
131
|
+
fill: "#454545"
|
|
132
|
+
}
|
|
133
|
+
),
|
|
134
|
+
/* @__PURE__ */ jsx(
|
|
135
|
+
"path",
|
|
136
|
+
{
|
|
137
|
+
d: "M9.49579 14.5039H7.93396C8.07721 15.1245 8.35884 15.6924 8.74499 16.1735H9.49579V14.5039Z",
|
|
138
|
+
fill: "#454545"
|
|
139
|
+
}
|
|
140
|
+
),
|
|
141
|
+
/* @__PURE__ */ jsx(
|
|
142
|
+
"path",
|
|
143
|
+
{
|
|
144
|
+
d: "M14.5045 16.1735H15.2553C15.6415 15.6924 15.9231 15.1245 16.0663 14.5039H14.5045V16.1735Z",
|
|
145
|
+
fill: "#454545"
|
|
146
|
+
}
|
|
147
|
+
),
|
|
148
|
+
/* @__PURE__ */ jsx(
|
|
149
|
+
"path",
|
|
150
|
+
{
|
|
151
|
+
d: "M9.49545 16.1735V16.902C9.98103 17.2674 10.5485 17.5294 11.165 17.6551V16.1735H9.49545Z",
|
|
152
|
+
fill: "#454545"
|
|
153
|
+
}
|
|
154
|
+
),
|
|
155
|
+
/* @__PURE__ */ jsx(
|
|
156
|
+
"path",
|
|
157
|
+
{
|
|
158
|
+
d: "M12.8352 16.1735V17.6551C13.4517 17.5295 14.0191 17.2674 14.5047 16.902V16.1735H12.8352Z",
|
|
159
|
+
fill: "#454545"
|
|
160
|
+
}
|
|
161
|
+
)
|
|
162
|
+
] }),
|
|
163
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_351", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
164
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
165
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
166
|
+
/* @__PURE__ */ jsx(
|
|
167
|
+
"path",
|
|
168
|
+
{
|
|
169
|
+
d: "M24 12C24 10.5321 23.736 9.12602 23.2536 7.82609L12 7.30432L0.746391 7.82604C0.264047 9.12602 0 10.5321 0 12C0 13.4678 0.264047 14.8739 0.746391 16.1739L12 16.6956L23.2536 16.1739C23.736 14.8739 24 13.4678 24 12Z",
|
|
170
|
+
fill: "#F0F0F0"
|
|
171
|
+
}
|
|
172
|
+
),
|
|
173
|
+
/* @__PURE__ */ jsx(
|
|
174
|
+
"path",
|
|
175
|
+
{
|
|
176
|
+
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",
|
|
177
|
+
fill: "#0052B4"
|
|
178
|
+
}
|
|
179
|
+
),
|
|
180
|
+
/* @__PURE__ */ jsx(
|
|
181
|
+
"path",
|
|
182
|
+
{
|
|
183
|
+
d: "M0.746521 7.82611H23.2538C21.5582 3.2565 17.1597 0 12.0001 0C6.84055 0 2.44204 3.2565 0.746521 7.82611V7.82611Z",
|
|
184
|
+
fill: "#D80027"
|
|
185
|
+
}
|
|
186
|
+
),
|
|
187
|
+
/* @__PURE__ */ jsx(
|
|
188
|
+
"path",
|
|
189
|
+
{
|
|
190
|
+
d: "M15.1307 8.34792H13.0437L13.3916 5.73919L14.7828 4.69571L16.1741 5.73919V7.82616L15.1307 8.34792Z",
|
|
191
|
+
fill: "#338AF3"
|
|
192
|
+
}
|
|
193
|
+
),
|
|
194
|
+
/* @__PURE__ */ jsx(
|
|
195
|
+
"path",
|
|
196
|
+
{
|
|
197
|
+
d: "M8.86949 8.34792H10.9565L10.6086 5.73919L9.2173 4.69571L7.82605 5.73919V7.82616L8.86949 8.34792Z",
|
|
198
|
+
fill: "#338AF3"
|
|
199
|
+
}
|
|
200
|
+
),
|
|
201
|
+
/* @__PURE__ */ jsx(
|
|
202
|
+
"path",
|
|
203
|
+
{
|
|
204
|
+
d: "M13.391 8.34792H10.6083V5.73919L11.9996 4.69571L13.391 5.73919V8.34792Z",
|
|
205
|
+
fill: "#0052B4"
|
|
206
|
+
}
|
|
207
|
+
),
|
|
208
|
+
/* @__PURE__ */ jsx(
|
|
209
|
+
"path",
|
|
210
|
+
{
|
|
211
|
+
d: "M7.82605 7.82617V13.5653C7.82605 14.9318 8.48614 16.1471 9.50427 16.9089L10.2347 16.7262L11.1565 17.6535C11.429 17.7096 11.7111 17.7392 12 17.7392C12.2873 17.7392 12.568 17.71 12.8391 17.6544L13.8913 16.7783L14.4956 16.9073C15.5133 16.1454 16.1739 14.9314 16.1739 13.5653V7.82617H7.82605Z",
|
|
212
|
+
fill: "#F0F0F0"
|
|
213
|
+
}
|
|
214
|
+
),
|
|
215
|
+
/* @__PURE__ */ jsx(
|
|
216
|
+
"path",
|
|
217
|
+
{
|
|
218
|
+
d: "M7.82605 7.82605H9.4956V9.4956H7.82605V7.82605Z",
|
|
219
|
+
fill: "#D80027"
|
|
220
|
+
}
|
|
221
|
+
),
|
|
222
|
+
/* @__PURE__ */ jsx(
|
|
223
|
+
"path",
|
|
224
|
+
{
|
|
225
|
+
d: "M11.1648 7.82605H12.8344V9.4956H11.1648V7.82605Z",
|
|
226
|
+
fill: "#D80027"
|
|
227
|
+
}
|
|
228
|
+
),
|
|
229
|
+
/* @__PURE__ */ jsx(
|
|
230
|
+
"path",
|
|
231
|
+
{
|
|
232
|
+
d: "M14.5045 7.82605H16.1741V9.4956H14.5045V7.82605Z",
|
|
233
|
+
fill: "#D80027"
|
|
234
|
+
}
|
|
235
|
+
),
|
|
236
|
+
/* @__PURE__ */ jsx(
|
|
237
|
+
"path",
|
|
238
|
+
{
|
|
239
|
+
d: "M9.49542 9.49567H11.165V11.1652H9.49542V9.49567Z",
|
|
240
|
+
fill: "#D80027"
|
|
241
|
+
}
|
|
242
|
+
),
|
|
243
|
+
/* @__PURE__ */ jsx(
|
|
244
|
+
"path",
|
|
245
|
+
{
|
|
246
|
+
d: "M12.8351 9.49567H14.5047V11.1652H12.8351V9.49567Z",
|
|
247
|
+
fill: "#D80027"
|
|
248
|
+
}
|
|
249
|
+
),
|
|
250
|
+
/* @__PURE__ */ jsx(
|
|
251
|
+
"path",
|
|
252
|
+
{
|
|
253
|
+
d: "M7.82605 11.1646H9.4956V12.8342H7.82605V11.1646Z",
|
|
254
|
+
fill: "#D80027"
|
|
255
|
+
}
|
|
256
|
+
),
|
|
257
|
+
/* @__PURE__ */ jsx(
|
|
258
|
+
"path",
|
|
259
|
+
{
|
|
260
|
+
d: "M9.49542 12.8342H11.165V14.5038H9.49542V12.8342Z",
|
|
261
|
+
fill: "#D80027"
|
|
262
|
+
}
|
|
263
|
+
),
|
|
264
|
+
/* @__PURE__ */ jsx(
|
|
265
|
+
"path",
|
|
266
|
+
{
|
|
267
|
+
d: "M11.1648 11.1646H12.8344V12.8342H11.1648V11.1646Z",
|
|
268
|
+
fill: "#D80027"
|
|
269
|
+
}
|
|
270
|
+
),
|
|
271
|
+
/* @__PURE__ */ jsx(
|
|
272
|
+
"path",
|
|
273
|
+
{
|
|
274
|
+
d: "M14.5045 11.1646H16.1741V12.8342H14.5045V11.1646Z",
|
|
275
|
+
fill: "#D80027"
|
|
276
|
+
}
|
|
277
|
+
),
|
|
278
|
+
/* @__PURE__ */ jsx(
|
|
279
|
+
"path",
|
|
280
|
+
{
|
|
281
|
+
d: "M12.8351 12.8342H14.5047V14.5038H12.8351V12.8342Z",
|
|
282
|
+
fill: "#D80027"
|
|
283
|
+
}
|
|
284
|
+
),
|
|
285
|
+
/* @__PURE__ */ jsx(
|
|
286
|
+
"path",
|
|
287
|
+
{
|
|
288
|
+
d: "M11.1648 14.5038H12.8344V16.1733H11.1648V14.5038Z",
|
|
289
|
+
fill: "#D80027"
|
|
290
|
+
}
|
|
291
|
+
),
|
|
292
|
+
/* @__PURE__ */ jsx(
|
|
293
|
+
"path",
|
|
294
|
+
{
|
|
295
|
+
d: "M9.49573 14.5039H7.9339C8.07715 15.1245 8.35877 15.6924 8.74493 16.1735H9.49573V14.5039Z",
|
|
296
|
+
fill: "#D80027"
|
|
297
|
+
}
|
|
298
|
+
),
|
|
299
|
+
/* @__PURE__ */ jsx(
|
|
300
|
+
"path",
|
|
301
|
+
{
|
|
302
|
+
d: "M14.5045 16.1735H15.2553C15.6415 15.6924 15.923 15.1245 16.0663 14.5039H14.5045V16.1735Z",
|
|
303
|
+
fill: "#D80027"
|
|
304
|
+
}
|
|
305
|
+
),
|
|
306
|
+
/* @__PURE__ */ jsx(
|
|
307
|
+
"path",
|
|
308
|
+
{
|
|
309
|
+
d: "M9.49542 16.1735V16.902C9.981 17.2674 10.5485 17.5294 11.165 17.6551V16.1735H9.49542Z",
|
|
310
|
+
fill: "#D80027"
|
|
311
|
+
}
|
|
312
|
+
),
|
|
313
|
+
/* @__PURE__ */ jsx(
|
|
314
|
+
"path",
|
|
315
|
+
{
|
|
316
|
+
d: "M12.8351 16.1735V17.6551C13.4517 17.5295 14.0191 17.2674 14.5047 16.902V16.1735H12.8351Z",
|
|
317
|
+
fill: "#D80027"
|
|
318
|
+
}
|
|
319
|
+
)
|
|
320
|
+
] }),
|
|
321
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_200", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
322
|
+
] }) })
|
|
323
|
+
);
|
|
324
|
+
export {
|
|
325
|
+
CroatiaFlag
|
|
326
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const CyprusFlag = ({ ...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: "#FCFCFC"
|
|
13
|
+
}
|
|
14
|
+
),
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M18.7825 10.4348C18.4173 10.4348 17.9651 10.4348 17.2173 10.4348C17.2173 13.3163 14.8813 15.6522 11.9999 15.6522C9.11838 15.6522 6.78255 13.3163 6.78255 10.4348C6.27817 10.4348 5.72163 10.4348 5.21735 10.4348C5.21735 13.5386 7.30216 16.1555 10.1479 16.9615C9.83594 17.5541 9.88347 18.3003 10.3292 18.8565C10.9145 18.3873 11.5206 17.9017 12.0347 17.4897C12.5488 17.9017 13.1549 18.3874 13.7403 18.8565C14.1903 18.2948 14.2346 17.5391 13.9123 16.9436C16.7269 16.1179 18.7825 13.5166 18.7825 10.4348V10.4348Z",
|
|
19
|
+
fill: "#8A8A8A"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ jsx(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M7.82608 9.91304C7.82608 9.91304 7.82608 12.5217 10.4348 12.5217L10.9565 13.0434H12C12 13.0434 12.5217 11.4782 13.5652 11.4782C13.5652 11.4782 13.5652 10.4348 14.6087 10.4348C15.6521 10.4348 16.1739 10.4348 16.1739 10.4348C16.1739 10.4348 15.6521 8.34779 18.2608 6.78258L17.2173 6.26086C17.2173 6.26086 13.5652 8.86955 10.9565 8.34783V9.39132H9.913L9.39128 8.8696L7.82608 9.91304Z",
|
|
26
|
+
fill: "#D5D5D5"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_419", 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: "#FCFCFC"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
d: "M18.7825 10.4348C18.4173 10.4348 17.9651 10.4348 17.2173 10.4348C17.2173 13.3163 14.8813 15.6522 11.9999 15.6522C9.11838 15.6522 6.78255 13.3163 6.78255 10.4348C6.27817 10.4348 5.72163 10.4348 5.21735 10.4348C5.21735 13.5386 7.30216 16.1555 10.1479 16.9615C9.83594 17.5541 9.88347 18.3003 10.3292 18.8565C10.9145 18.3873 11.5206 17.9017 12.0347 17.4897C12.5488 17.9017 13.1549 18.3874 13.7403 18.8565C14.1903 18.2948 14.2346 17.5391 13.9123 16.9436C16.7269 16.1179 18.7825 13.5166 18.7825 10.4348V10.4348Z",
|
|
44
|
+
fill: "#6DA544"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ jsx(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
d: "M7.82605 9.91304C7.82605 9.91304 7.82605 12.5217 10.4347 12.5217L10.9565 13.0434H11.9999C11.9999 13.0434 12.5217 11.4782 13.5651 11.4782C13.5651 11.4782 13.5651 10.4348 14.6086 10.4348C15.6521 10.4348 16.1738 10.4348 16.1738 10.4348C16.1738 10.4348 15.6521 8.34779 18.2608 6.78258L17.2173 6.26086C17.2173 6.26086 13.5651 8.86955 10.9565 8.34783V9.39132H9.91297L9.39125 8.8696L7.82605 9.91304Z",
|
|
51
|
+
fill: "#FFDA44"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] }),
|
|
55
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_198", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
56
|
+
] }) })
|
|
57
|
+
);
|
|
58
|
+
export {
|
|
59
|
+
CyprusFlag
|
|
60
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "../Icon.js";
|
|
4
|
+
const CzechRepublicFlag = ({
|
|
5
|
+
...props
|
|
6
|
+
}) => (
|
|
7
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
8
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: props.disabled ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
9
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
10
|
+
/* @__PURE__ */ jsx(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
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",
|
|
14
|
+
fill: "#F0F0F0"
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ jsx(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M10.9565 12C10.9565 12 3.52174 20.487 3.51471 20.4853C5.68624 22.6568 8.68629 24 12 24C18.6274 24 24 18.6274 24 12H10.9565Z",
|
|
21
|
+
fill: "#454545"
|
|
22
|
+
}
|
|
23
|
+
),
|
|
24
|
+
/* @__PURE__ */ jsx(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
d: "M3.51471 3.51471C-1.17157 8.20099 -1.17157 15.799 3.51471 20.4853C5.45126 18.5488 7.31374 16.6863 12 12L3.51471 3.51471Z",
|
|
28
|
+
fill: "#444444"
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
] }),
|
|
32
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_411", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
33
|
+
] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
34
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
35
|
+
/* @__PURE__ */ jsx(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
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",
|
|
39
|
+
fill: "#F0F0F0"
|
|
40
|
+
}
|
|
41
|
+
),
|
|
42
|
+
/* @__PURE__ */ jsx(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
d: "M10.9565 12C10.9565 12 3.52174 20.487 3.51471 20.4853C5.68624 22.6568 8.68629 24 12 24C18.6274 24 24 18.6274 24 12H10.9565Z",
|
|
46
|
+
fill: "#D80027"
|
|
47
|
+
}
|
|
48
|
+
),
|
|
49
|
+
/* @__PURE__ */ jsx(
|
|
50
|
+
"path",
|
|
51
|
+
{
|
|
52
|
+
d: "M3.51471 3.51471C-1.17157 8.20099 -1.17157 15.799 3.51471 20.4853C5.45126 18.5488 7.31374 16.6863 12 12L3.51471 3.51471Z",
|
|
53
|
+
fill: "#0052B4"
|
|
54
|
+
}
|
|
55
|
+
)
|
|
56
|
+
] }),
|
|
57
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_3072_208", children: /* @__PURE__ */ jsx("rect", { fill: "white" }) }) })
|
|
58
|
+
] }) })
|
|
59
|
+
);
|
|
60
|
+
export {
|
|
61
|
+
CzechRepublicFlag
|
|
62
|
+
};
|