mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-10 23:55:05 +01:00
add toki pona flag
This commit is contained in:
parent
0c1c793a04
commit
9678bd566e
76
public/tokiPona.svg
Normal file
76
public/tokiPona.svg
Normal file
@ -0,0 +1,76 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="600"
|
||||
height="400"
|
||||
version="1.1"
|
||||
id="svg838"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs842" />
|
||||
<rect
|
||||
style="fill:#c8e1ed;fill-opacity:1.0;stroke-width:5.66929;stroke-linecap:round;stroke-linejoin:bevel;stop-color:#000000"
|
||||
id="rect4684"
|
||||
width="600"
|
||||
height="400"
|
||||
x="0"
|
||||
y="0" />
|
||||
<g
|
||||
transform="matrix(0.33755415,0,0,-0.33755415,188.33065,342.42618)"
|
||||
fill="#000099"
|
||||
stroke="none"
|
||||
id="g1364">
|
||||
<g
|
||||
id="g1755"
|
||||
transform="matrix(1.0249506,0,0,1.0249506,-8.2541353,-9.3390257)">
|
||||
<path
|
||||
fill="#000099"
|
||||
stroke="none"
|
||||
d="m 302,838 c -14,-14 -16,-126 -3,-147 5,-8 16,-11 25,-8 12,5 16,21 16,71 0,89 -10,112 -38,84 z"
|
||||
id="path1352"
|
||||
style="fill:#11119a;fill-opacity:1" />
|
||||
<path
|
||||
fill="#000099"
|
||||
stroke="none"
|
||||
d="m 521,775 c -27,-57 -32,-108 -10,-113 18,-3 84,122 75,144 -11,30 -44,15 -65,-31 z"
|
||||
id="path1354"
|
||||
style="fill:#11119a;fill-opacity:1" />
|
||||
<path
|
||||
fill="#000099"
|
||||
stroke="none"
|
||||
d="M 34,797 C 26,775 93,639 110,643 148,650 99,810 59,810 48,810 37,804 34,797 Z"
|
||||
id="path1356"
|
||||
style="fill:#11119a;fill-opacity:1" />
|
||||
<path
|
||||
fill="#000099"
|
||||
stroke="none"
|
||||
d="M 254,590 C 204,583 126,538 79,490 -19,390 14,144 136,67 199,27 243,17 336,23 c 125,7 212,62 275,172 53,92 32,220 -51,317 -62,71 -170,99 -306,78 z"
|
||||
id="path1358"
|
||||
style="fill:#11119a;fill-opacity:1" />
|
||||
<path
|
||||
fill="#ffff63"
|
||||
stroke="none"
|
||||
d="M 443,539 C 490,526 555,469 581,419 605,371 607,272 584,229 562,186 502,121 467,104 330,33 190,49 116,145 77,197 65,237 65,320 c 1,77 19,113 82,161 80,63 198,86 296,58 z"
|
||||
id="path1360"
|
||||
style="fill:#ffff77;fill-opacity:1" />
|
||||
<path
|
||||
fill="#000099"
|
||||
stroke="none"
|
||||
d="m 462,367 c -5,-7 -15,-28 -21,-48 -21,-67 -100,-120 -144,-98 -30,15 -65,56 -88,102 -21,40 -51,48 -57,14 -5,-26 53,-111 96,-141 89,-62 204,-7 252,119 15,40 -15,81 -38,52 z"
|
||||
id="path1362"
|
||||
style="fill:#11119a;fill-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
<!--
|
||||
len pi toki pona
|
||||
|
||||
COPYRIGHT:
|
||||
Spencer van der Meulen (jan Pensa) ©2021
|
||||
Licence: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
|
||||
Based on:
|
||||
- original logo design by Sonja Lang.
|
||||
- Toki Pona logo vector image from https://commons.wikimedia.org/wiki/File:Toki_pona.svg by Eequor.
|
||||
- colors from image on https://www.teepublic.com/user/toki-pona by Sonja Lang.
|
||||
-->
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
@ -33,6 +33,13 @@ export function FlagIcon(props: FlagIconProps) {
|
||||
if (countryOverrides[countryCode])
|
||||
countryCode = countryOverrides[countryCode];
|
||||
|
||||
if (countryCode === "tok")
|
||||
return (
|
||||
<div className="w-8 h-6 rounded bg-[#c8e1ed] flex justify-center items-center">
|
||||
<img src="/tokiPona.svg" className="w-7 h-5" />
|
||||
</div>
|
||||
);
|
||||
|
||||
if (countryCode === "pirate")
|
||||
return (
|
||||
<div className="w-8 h-6 rounded bg-[#2E3439] flex justify-center items-center">
|
||||
|
Loading…
Reference in New Issue
Block a user