@nr1e/qwik-icons 0.0.0-snapshot-20251228155206 → 0.0.0-snapshot-20251229155304
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/lib/components/icons/flag-ae-1x1.qwik.cjs +30 -0
- package/lib/components/icons/flag-ae-1x1.qwik.mjs +30 -0
- package/lib/components/icons/flag-ae-4x3.qwik.cjs +30 -0
- package/lib/components/icons/flag-ae-4x3.qwik.mjs +30 -0
- package/lib/components/icons/flag-au-1x1.qwik.cjs +38 -0
- package/lib/components/icons/flag-au-1x1.qwik.mjs +38 -0
- package/lib/components/icons/flag-au-4x3.qwik.cjs +38 -0
- package/lib/components/icons/flag-au-4x3.qwik.mjs +38 -0
- package/lib/components/icons/flag-de-1x1.qwik.cjs +26 -0
- package/lib/components/icons/flag-de-1x1.qwik.mjs +26 -0
- package/lib/components/icons/flag-de-4x3.qwik.cjs +26 -0
- package/lib/components/icons/flag-de-4x3.qwik.mjs +26 -0
- package/lib/components/icons/flag-fr-1x1.qwik.cjs +26 -0
- package/lib/components/icons/flag-fr-1x1.qwik.mjs +26 -0
- package/lib/components/icons/flag-fr-4x3.qwik.cjs +26 -0
- package/lib/components/icons/flag-fr-4x3.qwik.mjs +26 -0
- package/lib/components/icons/flag-ie-1x1.qwik.cjs +30 -0
- package/lib/components/icons/flag-ie-1x1.qwik.mjs +30 -0
- package/lib/components/icons/flag-ie-4x3.qwik.cjs +30 -0
- package/lib/components/icons/flag-ie-4x3.qwik.mjs +30 -0
- package/lib/components/icons/flag-us-1x1.qwik.cjs +41 -0
- package/lib/components/icons/flag-us-1x1.qwik.mjs +41 -0
- package/lib/components/icons/flag-us-4x3.qwik.cjs +41 -0
- package/lib/components/icons/flag-us-4x3.qwik.mjs +41 -0
- package/lib/components/icons/flag-za-1x1.qwik.cjs +57 -0
- package/lib/components/icons/flag-za-1x1.qwik.mjs +57 -0
- package/lib/components/icons/flag-za-4x3.qwik.cjs +57 -0
- package/lib/components/icons/flag-za-4x3.qwik.mjs +57 -0
- package/lib/components/icons/mdi-brain-freeze-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-brain-freeze-outline.qwik.mjs +16 -0
- package/lib/index.qwik.cjs +30 -0
- package/lib/index.qwik.mjs +30 -0
- package/lib-types/components/icons/flag-ae-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-ae-4x3.d.ts +2 -0
- package/lib-types/components/icons/flag-au-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-au-4x3.d.ts +2 -0
- package/lib-types/components/icons/flag-de-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-de-4x3.d.ts +2 -0
- package/lib-types/components/icons/flag-fr-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-fr-4x3.d.ts +2 -0
- package/lib-types/components/icons/flag-ie-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-ie-4x3.d.ts +2 -0
- package/lib-types/components/icons/flag-us-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-us-4x3.d.ts +2 -0
- package/lib-types/components/icons/flag-za-1x1.d.ts +2 -0
- package/lib-types/components/icons/flag-za-4x3.d.ts +2 -0
- package/lib-types/components/icons/mdi-brain-freeze-outline.d.ts +2 -0
- package/lib-types/index.d.ts +15 -0
- package/package.json +1 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const FlagAe1x1 = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 512 512",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#00732f",
|
|
13
|
+
d: "M0 0h512v170.7H0z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#fff",
|
|
17
|
+
d: "M0 170.7h512v170.6H0z"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#000001",
|
|
21
|
+
d: "M0 341.3h512V512H0z"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
24
|
+
fill: "#f00",
|
|
25
|
+
d: "M0 0h180v512H0z"
|
|
26
|
+
})
|
|
27
|
+
]
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
exports.FlagAe1x1 = FlagAe1x1;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const FlagAe1x1 = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 512 512",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#00732f",
|
|
11
|
+
d: "M0 0h512v170.7H0z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#fff",
|
|
15
|
+
d: "M0 170.7h512v170.6H0z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#000001",
|
|
19
|
+
d: "M0 341.3h512V512H0z"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("path", {
|
|
22
|
+
fill: "#f00",
|
|
23
|
+
d: "M0 0h180v512H0z"
|
|
24
|
+
})
|
|
25
|
+
]
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
export {
|
|
29
|
+
FlagAe1x1
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const FlagAe4x3 = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 640 480",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#00732f",
|
|
13
|
+
d: "M0 0h640v160H0z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#fff",
|
|
17
|
+
d: "M0 160h640v160H0z"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#000001",
|
|
21
|
+
d: "M0 320h640v160H0z"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
24
|
+
fill: "#f00",
|
|
25
|
+
d: "M0 0h220v480H0z"
|
|
26
|
+
})
|
|
27
|
+
]
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
exports.FlagAe4x3 = FlagAe4x3;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const FlagAe4x3 = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 640 480",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#00732f",
|
|
11
|
+
d: "M0 0h640v160H0z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#fff",
|
|
15
|
+
d: "M0 160h640v160H0z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#000001",
|
|
19
|
+
d: "M0 320h640v160H0z"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("path", {
|
|
22
|
+
fill: "#f00",
|
|
23
|
+
d: "M0 0h220v480H0z"
|
|
24
|
+
})
|
|
25
|
+
]
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
export {
|
|
29
|
+
FlagAe4x3
|
|
30
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const FlagAu1x1 = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 512 512",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#00008b",
|
|
13
|
+
d: "M0 0h512v512H0z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#fff",
|
|
17
|
+
d: "M256 0v32l-95 96l95 93.5V256h-33.5L127 162l-93 94H0v-34l93-93.5L0 37V0h31l96 94l93-94z"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#f00",
|
|
21
|
+
d: "m92 162l5.5 17L21 256H0v-1.5zm62-6l27 4l75 73.5V256zM256 0l-96 98l-2-22l75-76zM0 .5L96.5 95L67 91L0 24.5z"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
24
|
+
fill: "#fff",
|
|
25
|
+
d: "M88 0v256h80V0zM0 88v80h256V88z"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
28
|
+
fill: "#f00",
|
|
29
|
+
d: "M0 104v48h256v-48zM104 0v256h48V0z"
|
|
30
|
+
}),
|
|
31
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
32
|
+
fill: "#fff",
|
|
33
|
+
d: "m202 402.8l-45.8 5.4l4.6 45.9l-32.8-32.4l-33 32.2l4.9-45.9l-45.8-5.8L93 377.4L69 338l43.6 15l15.8-43.4l15.5 43.5l43.7-14.7l-24.3 39.2l38.8 25.1Zm222.7 8l-20.5 2.6l2.2 20.5l-14.8-14.4l-14.7 14.5l2-20.5l-20.5-2.4l17.3-11.2l-10.9-17.5l19.6 6.5l6.9-19.5l7.1 19.4l19.5-6.7l-10.7 17.6zM415 293.6l2.7-13l-9.8-9l13.2-1.5l5.5-12.1l5.5 12.1l13.2 1.5l-9.8 9l2.7 13l-11.6-6.6zm-84.1-60l-20.3 2.2l1.8 20.3l-14.4-14.5l-14.8 14.1l2.4-20.3l-20.2-2.7l17.3-10.8l-10.5-17.5l19.3 6.8l7.2-19.1l6.7 19.3l19.4-6.3l-10.9 17.3zm175.8-32.8l-20.9 2.7l2.3 20.9l-15.1-14.7l-15 14.8l2.1-21l-20.9-2.4l17.7-11.5l-11.1-17.9l20 6.7l7-19.8l7.2 19.8l19.9-6.9l-11 18zm-82.1-83.5l-20.7 2.3l1.9 20.8l-14.7-14.8L376 140l2.4-20.7l-20.7-2.8l17.7-11l-10.7-17.9l19.7 6.9l7.3-19.5l6.8 19.7l19.8-6.5l-11.1 17.6z"
|
|
34
|
+
})
|
|
35
|
+
]
|
|
36
|
+
});
|
|
37
|
+
});
|
|
38
|
+
exports.FlagAu1x1 = FlagAu1x1;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const FlagAu1x1 = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 512 512",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#00008b",
|
|
11
|
+
d: "M0 0h512v512H0z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#fff",
|
|
15
|
+
d: "M256 0v32l-95 96l95 93.5V256h-33.5L127 162l-93 94H0v-34l93-93.5L0 37V0h31l96 94l93-94z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#f00",
|
|
19
|
+
d: "m92 162l5.5 17L21 256H0v-1.5zm62-6l27 4l75 73.5V256zM256 0l-96 98l-2-22l75-76zM0 .5L96.5 95L67 91L0 24.5z"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("path", {
|
|
22
|
+
fill: "#fff",
|
|
23
|
+
d: "M88 0v256h80V0zM0 88v80h256V88z"
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ jsx("path", {
|
|
26
|
+
fill: "#f00",
|
|
27
|
+
d: "M0 104v48h256v-48zM104 0v256h48V0z"
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsx("path", {
|
|
30
|
+
fill: "#fff",
|
|
31
|
+
d: "m202 402.8l-45.8 5.4l4.6 45.9l-32.8-32.4l-33 32.2l4.9-45.9l-45.8-5.8L93 377.4L69 338l43.6 15l15.8-43.4l15.5 43.5l43.7-14.7l-24.3 39.2l38.8 25.1Zm222.7 8l-20.5 2.6l2.2 20.5l-14.8-14.4l-14.7 14.5l2-20.5l-20.5-2.4l17.3-11.2l-10.9-17.5l19.6 6.5l6.9-19.5l7.1 19.4l19.5-6.7l-10.7 17.6zM415 293.6l2.7-13l-9.8-9l13.2-1.5l5.5-12.1l5.5 12.1l13.2 1.5l-9.8 9l2.7 13l-11.6-6.6zm-84.1-60l-20.3 2.2l1.8 20.3l-14.4-14.5l-14.8 14.1l2.4-20.3l-20.2-2.7l17.3-10.8l-10.5-17.5l19.3 6.8l7.2-19.1l6.7 19.3l19.4-6.3l-10.9 17.3zm175.8-32.8l-20.9 2.7l2.3 20.9l-15.1-14.7l-15 14.8l2.1-21l-20.9-2.4l17.7-11.5l-11.1-17.9l20 6.7l7-19.8l7.2 19.8l19.9-6.9l-11 18zm-82.1-83.5l-20.7 2.3l1.9 20.8l-14.7-14.8L376 140l2.4-20.7l-20.7-2.8l17.7-11l-10.7-17.9l19.7 6.9l7.3-19.5l6.8 19.7l19.8-6.5l-11.1 17.6z"
|
|
32
|
+
})
|
|
33
|
+
]
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
export {
|
|
37
|
+
FlagAu1x1
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const FlagAu4x3 = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 640 480",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#00008b",
|
|
13
|
+
d: "M0 0h640v480H0z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#fff",
|
|
17
|
+
d: "m37.5 0l122 90.5L281 0h39v31l-120 89.5l120 89V240h-40l-120-89.5L40.5 240H0v-30l119.5-89L0 32V0z"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#f00",
|
|
21
|
+
d: "M212 140.5L320 220v20l-135.5-99.5zm-92 10l3 17.5l-96 72H0zM320 0v1.5l-124.5 94l1-22L295 0zM0 0l119.5 88h-30L0 21z"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
24
|
+
fill: "#fff",
|
|
25
|
+
d: "M120.5 0v240h80V0zM0 80v80h320V80z"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
28
|
+
fill: "#f00",
|
|
29
|
+
d: "M0 96.5v48h320v-48zM136.5 0v240h48V0z"
|
|
30
|
+
}),
|
|
31
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
32
|
+
fill: "#fff",
|
|
33
|
+
d: "m527 396.7l-20.5 2.6l2.2 20.5l-14.8-14.4l-14.7 14.5l2-20.5l-20.5-2.4l17.3-11.2l-10.9-17.5l19.6 6.5l6.9-19.5l7.1 19.4l19.5-6.7l-10.7 17.6zm-3.7-117.2l2.7-13l-9.8-9l13.2-1.5l5.5-12.1l5.5 12.1l13.2 1.5l-9.8 9l2.7 13l-11.6-6.6zm-104.1-60l-20.3 2.2l1.8 20.3l-14.4-14.5l-14.8 14.1l2.4-20.3l-20.2-2.7l17.3-10.8l-10.5-17.5l19.3 6.8L387 178l6.7 19.3l19.4-6.3l-10.9 17.3l17.1 11.2ZM623 186.7l-20.9 2.7l2.3 20.9l-15.1-14.7l-15 14.8l2.1-21l-20.9-2.4l17.7-11.5l-11.1-17.9l20 6.7l7-19.8l7.2 19.8l19.9-6.9l-11 18zm-96.1-83.5l-20.7 2.3l1.9 20.8l-14.7-14.8l-15.1 14.4l2.4-20.7l-20.7-2.8l17.7-11L467 73.5l19.7 6.9l7.3-19.5l6.8 19.7l19.8-6.5l-11.1 17.6zM234 385.7l-45.8 5.4l4.6 45.9l-32.8-32.4l-33 32.2l4.9-45.9l-45.8-5.8l38.9-24.8l-24-39.4l43.6 15l15.8-43.4l15.5 43.5l43.7-14.7l-24.3 39.2l38.8 25.1Z"
|
|
34
|
+
})
|
|
35
|
+
]
|
|
36
|
+
});
|
|
37
|
+
});
|
|
38
|
+
exports.FlagAu4x3 = FlagAu4x3;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const FlagAu4x3 = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 640 480",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#00008b",
|
|
11
|
+
d: "M0 0h640v480H0z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#fff",
|
|
15
|
+
d: "m37.5 0l122 90.5L281 0h39v31l-120 89.5l120 89V240h-40l-120-89.5L40.5 240H0v-30l119.5-89L0 32V0z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#f00",
|
|
19
|
+
d: "M212 140.5L320 220v20l-135.5-99.5zm-92 10l3 17.5l-96 72H0zM320 0v1.5l-124.5 94l1-22L295 0zM0 0l119.5 88h-30L0 21z"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("path", {
|
|
22
|
+
fill: "#fff",
|
|
23
|
+
d: "M120.5 0v240h80V0zM0 80v80h320V80z"
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ jsx("path", {
|
|
26
|
+
fill: "#f00",
|
|
27
|
+
d: "M0 96.5v48h320v-48zM136.5 0v240h48V0z"
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsx("path", {
|
|
30
|
+
fill: "#fff",
|
|
31
|
+
d: "m527 396.7l-20.5 2.6l2.2 20.5l-14.8-14.4l-14.7 14.5l2-20.5l-20.5-2.4l17.3-11.2l-10.9-17.5l19.6 6.5l6.9-19.5l7.1 19.4l19.5-6.7l-10.7 17.6zm-3.7-117.2l2.7-13l-9.8-9l13.2-1.5l5.5-12.1l5.5 12.1l13.2 1.5l-9.8 9l2.7 13l-11.6-6.6zm-104.1-60l-20.3 2.2l1.8 20.3l-14.4-14.5l-14.8 14.1l2.4-20.3l-20.2-2.7l17.3-10.8l-10.5-17.5l19.3 6.8L387 178l6.7 19.3l19.4-6.3l-10.9 17.3l17.1 11.2ZM623 186.7l-20.9 2.7l2.3 20.9l-15.1-14.7l-15 14.8l2.1-21l-20.9-2.4l17.7-11.5l-11.1-17.9l20 6.7l7-19.8l7.2 19.8l19.9-6.9l-11 18zm-96.1-83.5l-20.7 2.3l1.9 20.8l-14.7-14.8l-15.1 14.4l2.4-20.7l-20.7-2.8l17.7-11L467 73.5l19.7 6.9l7.3-19.5l6.8 19.7l19.8-6.5l-11.1 17.6zM234 385.7l-45.8 5.4l4.6 45.9l-32.8-32.4l-33 32.2l4.9-45.9l-45.8-5.8l38.9-24.8l-24-39.4l43.6 15l15.8-43.4l15.5 43.5l43.7-14.7l-24.3 39.2l38.8 25.1Z"
|
|
32
|
+
})
|
|
33
|
+
]
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
export {
|
|
37
|
+
FlagAu4x3
|
|
38
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const FlagDe1x1 = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 512 512",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#fc0",
|
|
13
|
+
d: "M0 341.3h512V512H0z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#000001",
|
|
17
|
+
d: "M0 0h512v170.7H0z"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#f00",
|
|
21
|
+
d: "M0 170.7h512v170.6H0z"
|
|
22
|
+
})
|
|
23
|
+
]
|
|
24
|
+
});
|
|
25
|
+
});
|
|
26
|
+
exports.FlagDe1x1 = FlagDe1x1;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const FlagDe1x1 = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 512 512",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#fc0",
|
|
11
|
+
d: "M0 341.3h512V512H0z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#000001",
|
|
15
|
+
d: "M0 0h512v170.7H0z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#f00",
|
|
19
|
+
d: "M0 170.7h512v170.6H0z"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
FlagDe1x1
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const FlagDe4x3 = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 640 480",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#fc0",
|
|
13
|
+
d: "M0 320h640v160H0z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#000001",
|
|
17
|
+
d: "M0 0h640v160H0z"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#f00",
|
|
21
|
+
d: "M0 160h640v160H0z"
|
|
22
|
+
})
|
|
23
|
+
]
|
|
24
|
+
});
|
|
25
|
+
});
|
|
26
|
+
exports.FlagDe4x3 = FlagDe4x3;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const FlagDe4x3 = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 640 480",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#fc0",
|
|
11
|
+
d: "M0 320h640v160H0z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#000001",
|
|
15
|
+
d: "M0 0h640v160H0z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#f00",
|
|
19
|
+
d: "M0 160h640v160H0z"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
FlagDe4x3
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const FlagFr1x1 = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 512 512",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#fff",
|
|
13
|
+
d: "M0 0h512v512H0z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#000091",
|
|
17
|
+
d: "M0 0h170.7v512H0z"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#e1000f",
|
|
21
|
+
d: "M341.3 0H512v512H341.3z"
|
|
22
|
+
})
|
|
23
|
+
]
|
|
24
|
+
});
|
|
25
|
+
});
|
|
26
|
+
exports.FlagFr1x1 = FlagFr1x1;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const FlagFr1x1 = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 512 512",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#fff",
|
|
11
|
+
d: "M0 0h512v512H0z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#000091",
|
|
15
|
+
d: "M0 0h170.7v512H0z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#e1000f",
|
|
19
|
+
d: "M341.3 0H512v512H341.3z"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
FlagFr1x1
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const FlagFr4x3 = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 640 480",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#fff",
|
|
13
|
+
d: "M0 0h640v480H0z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#000091",
|
|
17
|
+
d: "M0 0h213.3v480H0z"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#e1000f",
|
|
21
|
+
d: "M426.7 0H640v480H426.7z"
|
|
22
|
+
})
|
|
23
|
+
]
|
|
24
|
+
});
|
|
25
|
+
});
|
|
26
|
+
exports.FlagFr4x3 = FlagFr4x3;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const FlagFr4x3 = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 640 480",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#fff",
|
|
11
|
+
d: "M0 0h640v480H0z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#000091",
|
|
15
|
+
d: "M0 0h213.3v480H0z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#e1000f",
|
|
19
|
+
d: "M426.7 0H640v480H426.7z"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
FlagFr4x3
|
|
26
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const FlagIe1x1 = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 512 512",
|
|
10
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("g", {
|
|
11
|
+
"fill-rule": "evenodd",
|
|
12
|
+
"stroke-width": "1",
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
15
|
+
fill: "#fff",
|
|
16
|
+
d: "M0 0h512v512H0z"
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
19
|
+
fill: "#009a49",
|
|
20
|
+
d: "M0 0h170.7v512H0z"
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
23
|
+
fill: "#ff7900",
|
|
24
|
+
d: "M341.3 0H512v512H341.3z"
|
|
25
|
+
})
|
|
26
|
+
]
|
|
27
|
+
})
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
exports.FlagIe1x1 = FlagIe1x1;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsx, jsxs } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const FlagIe1x1 = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 512 512",
|
|
8
|
+
children: /* @__PURE__ */ jsxs("g", {
|
|
9
|
+
"fill-rule": "evenodd",
|
|
10
|
+
"stroke-width": "1",
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", {
|
|
13
|
+
fill: "#fff",
|
|
14
|
+
d: "M0 0h512v512H0z"
|
|
15
|
+
}),
|
|
16
|
+
/* @__PURE__ */ jsx("path", {
|
|
17
|
+
fill: "#009a49",
|
|
18
|
+
d: "M0 0h170.7v512H0z"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ jsx("path", {
|
|
21
|
+
fill: "#ff7900",
|
|
22
|
+
d: "M341.3 0H512v512H341.3z"
|
|
23
|
+
})
|
|
24
|
+
]
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
export {
|
|
29
|
+
FlagIe1x1
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const FlagIe4x3 = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 640 480",
|
|
10
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("g", {
|
|
11
|
+
"fill-rule": "evenodd",
|
|
12
|
+
"stroke-width": "1",
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
15
|
+
fill: "#fff",
|
|
16
|
+
d: "M0 0h640v480H0z"
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
19
|
+
fill: "#009a49",
|
|
20
|
+
d: "M0 0h213.3v480H0z"
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
23
|
+
fill: "#ff7900",
|
|
24
|
+
d: "M426.7 0H640v480H426.7z"
|
|
25
|
+
})
|
|
26
|
+
]
|
|
27
|
+
})
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
exports.FlagIe4x3 = FlagIe4x3;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsx, jsxs } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const FlagIe4x3 = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 640 480",
|
|
8
|
+
children: /* @__PURE__ */ jsxs("g", {
|
|
9
|
+
"fill-rule": "evenodd",
|
|
10
|
+
"stroke-width": "1",
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ jsx("path", {
|
|
13
|
+
fill: "#fff",
|
|
14
|
+
d: "M0 0h640v480H0z"
|
|
15
|
+
}),
|
|
16
|
+
/* @__PURE__ */ jsx("path", {
|
|
17
|
+
fill: "#009a49",
|
|
18
|
+
d: "M0 0h213.3v480H0z"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ jsx("path", {
|
|
21
|
+
fill: "#ff7900",
|
|
22
|
+
d: "M426.7 0H640v480H426.7z"
|
|
23
|
+
})
|
|
24
|
+
]
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
export {
|
|
29
|
+
FlagIe4x3
|
|
30
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const FlagUs1x1 = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 512 512",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#bd3d44",
|
|
13
|
+
d: "M0 0h512v512H0"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
stroke: "#fff",
|
|
17
|
+
"stroke-width": "40",
|
|
18
|
+
d: "M0 58h512M0 137h512M0 216h512M0 295h512M0 374h512M0 453h512"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
21
|
+
fill: "#192f5d",
|
|
22
|
+
d: "M0 0h390v275H0z"
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ jsxRuntime.jsx("marker", {
|
|
25
|
+
id: "SVGEacbMe2y",
|
|
26
|
+
markerHeight: "30",
|
|
27
|
+
markerWidth: "30",
|
|
28
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
29
|
+
fill: "#fff",
|
|
30
|
+
d: "m15 0l9.3 28.6L0 11h30L5.7 28.6"
|
|
31
|
+
})
|
|
32
|
+
}),
|
|
33
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
34
|
+
fill: "none",
|
|
35
|
+
"marker-mid": "url(#SVGEacbMe2y)",
|
|
36
|
+
d: "m0 0l18 11h65h65h65h65h66L51 39h65h65h65h65L18 66h65h65h65h65h66L51 94h65h65h65h65L18 121h65h65h65h65h66L51 149h65h65h65h65L18 177h65h65h65h65h66L51 205h65h65h65h65L18 232h65h65h65h65h66z"
|
|
37
|
+
})
|
|
38
|
+
]
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
exports.FlagUs1x1 = FlagUs1x1;
|