Compare commits

...

25 commits

Author SHA1 Message Date
16c92cc451 Reduce icon size on load / error screens
Some checks are pending
myip.wtf / build (push) Waiting to run
myip.wtf / tests (push) Waiting to run
2024-09-03 01:30:31 -03:00
690925421a Update etc/ 2024-09-03 01:29:42 -03:00
26cd2802f4 Fix a few typos 2024-09-03 01:03:58 -03:00
515db811c5 Add etc/ 2024-09-03 00:53:13 -03:00
81dad6117e LICENSE: MIT 2024-09-03 00:40:57 -03:00
bbe1f3dbf4 Move xpi files under xpi/ directory 2024-09-03 00:28:51 -03:00
dd1a7082ff v0.7.0 2024-09-02 21:25:41 -03:00
ebe5d1616a Add red glow on error screen 2024-09-02 19:52:46 -03:00
b96824f86f Rotate icon on loader screen 2024-09-02 19:18:01 -03:00
b5d643f8f1 Add improvements 2024-09-02 16:53:24 -03:00
372881cead Refresh flag icons 2024-09-02 01:31:55 -03:00
c8ca96633b Add linebreak 2024-09-01 18:02:27 -03:00
71ab00331a Add XPI 2024-09-01 17:53:23 -03:00
c925c8241f v0.6.1 2024-09-01 17:33:56 -03:00
bd7257663f Update CHANGELOG 2024-09-01 17:16:43 -03:00
a2322e9ba5 Rewrite project (and rename as wimi) 2024-09-01 17:14:01 -03:00
536486f6ac Add src/images/flags/ 2024-09-01 10:20:30 -03:00
0x1eef
151d0589e6 Merge pull request 'Rename project as wimi (= What Is My Ip Address)' (#3) from feat/rebrand into main
Reviewed-on: http://git.bastion.home.network/0x1eef/wimi/pulls/3
2024-09-01 10:00:17 -03:00
e2d1341867 Rename project as wimi (= What Is My Ip Address) 2024-09-01 09:58:25 -03:00
6613340367 Drop unneccessary punctuation 2024-09-01 09:37:28 -03:00
6167da246e Update README 2024-09-01 09:34:13 -03:00
34d6832046 Bump VERSION 2024-09-01 09:25:46 -03:00
1580a11a97 v0.5.1 2024-09-01 01:56:26 -03:00
c0c41a0ee1 v0.5.0 2024-09-01 01:36:43 -03:00
8a8cecd4bb Replace React with preact 2024-08-31 10:39:18 -03:00
288 changed files with 14928 additions and 381 deletions

5
.gitignore vendored
View file

@ -1,2 +1,3 @@
build/ /build/
node_modules/ /node_modules/
/web-ext-artifacts/

15
LICENSE
View file

@ -1,15 +0,0 @@
Copyright (C) 2023 by 0x1eef <0x1eef@protonmail.com>
Permission to use, copy, modify, and/or distribute this
software for any purpose with or without fee is hereby
granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS
ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.

View file

@ -1,15 +1,21 @@
## About <p align="center">
<img src="src/images/icon128x128.png"></img>
<br>
<strong>wimi</strong>
</p>
myip.wtf relays information about your public IP address wimi relays information about your public IP address
from from
[clean.myip.wtf/json](https://clean.myip.wtf/json) [clean.myip.wtf/json](https://clean.myip.wtf/json)
to your browser. to your browser. The primary development and runtime
dependencies are
## Example [TypeScript](https://www.typescriptlang.org/),
[preact](https://preactjs.com/),
<p align="center"> and
<img src="https://raw.githubusercontent.com/0x1eef/myip.wtf/main/share/myip.wtf/myip.wtf.png"> [webpack](https://webpack.js.org/).
</p> The extension can be built locally and installed as a
developer extension / addon on both Chromium and FireFox.
There are XPI files provided for FireFox users as well.
## Install ## Install
@ -17,31 +23,37 @@ to your browser.
* Produce the `build/` directory * Produce the `build/` directory
$ git clone https://github.com/0x1eef/myip.wtf $ git clone https://github.com/0x1eef/wimi
$ cd myip.wtf $ cd wimi
$ npm i $ npm i
$ npm run build:production $ npm run build:production
* Load the extension * Load the extension
* Visit `chrome://extensions`. * Visit `chrome://extensions`
* Check `Developer mode` (top right hand corner). * Check `Developer mode` (top right hand corner)
* Click `Load unpacked extension`. * Click `Load unpacked extension`
* Choose the `build/production/` directory from the file dialog. * Choose the `build/production/` directory from the file dialog
* Done. * Done
**Firefox** **Firefox**
The [share/myip.wtf/xpi](share/myip.wtf/xpi) directory contains The [share/wimi/xpi/](share/wimi/xpi/) directory contains
signed XPI files for Firefox users. After downloading an XPI file signed XPI files for Firefox users. After downloading an XPI file
the extension can be added to the browser from `about:addons`. the extension can be added to the browser from `about:addons`.
## Sources ## Sources
* [GitHub](https://github.com/0x1eef/myip.wtf#readme) * [GitHub](https://github.com/0x1eef/wimi#readme)
* [GitLab](https://gitlab.com/0x1eef/myip.wtf#about) * [GitLab](https://gitlab.com/0x1eef/wimi#about)
## Credit
The extension includes icons that have been downloaded
via my premium account on [flaticon](https://www.flaticon.com).
Credit to the original graphic artists
## License ## License
[BSD Zero Clause](https://choosealicense.com/licenses/0bsd/) [MIT](https://choosealicense.com/licenses/MIT/)
<br> <br>
See [LICENSE](./LICENSE) See [LICENSE](./share/wimi/LICENSE)

View file

@ -1 +0,0 @@
v0.4.1

View file

@ -1,15 +0,0 @@
#!/bin/sh
set -e
sizes="16x16 48x48 64x64 128x128 256x256"
dir="src/images/icons"
for size in ${sizes}; do
convert ${dir}/icon.svg \
-resize ${size} \
-background none \
-trim +repage \
-fuzz 5% \
-transparent white \
-gravity center \
-extent $size \
${dir}/wtf${size}.png
done

22
bin/mkicons Executable file
View file

@ -0,0 +1,22 @@
#!/bin/sh
set -e
##
# variables
sizes="16x16 48x48 64x64 128x128 256x256"
dir="src/images/"
##
# main
for size in ${sizes}; do
gm convert \
"${dir}"/icon.svg \
-resize "${size}" \
-background none \
-trim +repage \
-fuzz 5% \
-transparent white \
-gravity center \
-extent "${size}" \
"${dir}"/icon"${size}".png
done

View file

@ -1,13 +1,19 @@
{ {
"include": [
"../src/js/typings/globals.d.ts",
"../src/**/*.ts",
"../src/**/*.tsx",
],
"exclude": ["../node_modules"],
"compilerOptions": { "compilerOptions": {
"strict": true, "strict": true,
"module": "commonjs", "module": "commonjs",
"target": "ES2020", "target": "ES2020",
"moduleResolution": "node", "moduleResolution": "node",
"esModuleInterop": true, "esModuleInterop": true,
"jsx": "react", "jsx": "react-jsx",
"lib": [ "ES2020", "DOM" ], "lib": [ "ES2020", "DOM" ],
"baseUrl": "src/", "baseUrl": "../src/",
"paths": { "~/*": ["js/*"] }, "paths": { "~/*": ["js/*"] },
"types": ["node", "jest", "@testing-library/jest-dom", "@types/chrome"] "types": ["node", "jest", "@testing-library/jest-dom", "@types/chrome"]
} }

View file

@ -1,5 +1,6 @@
const path = require("path"); const path = require("path");
const process = require("process"); const process = require("process");
const webpack = require("webpack");
const CopyPlugin = require("copy-webpack-plugin"); const CopyPlugin = require("copy-webpack-plugin");
const { CleanWebpackPlugin } = require("clean-webpack-plugin"); const { CleanWebpackPlugin } = require("clean-webpack-plugin");
@ -9,12 +10,16 @@ module.exports = {
}, },
output: { output: {
filename: "js/[name].js", filename: "js/[name].js",
path: path.resolve(__dirname, "build") path: path.resolve(__dirname, "..", "build")
}, },
resolve: { resolve: {
alias: { "~": [path.resolve("src/js/")] }, alias: {
roots: [path.resolve("src/js"), path.resolve("node_modules")], "~": [path.resolve(__dirname, "..", "src", "js")],
modules: [path.resolve("src/js"), path.resolve("node_modules")], "react": "preact/compat",
"react-dom": "preact/compat",
"react/jsx-runtime": "preact/jsx-runtime",
},
modules: [path.resolve(__dirname, "..", "node_modules")],
extensions: [".ts", ".tsx"] extensions: [".ts", ".tsx"]
}, },
module: { module: {
@ -42,5 +47,8 @@ module.exports = {
], ],
}), }),
new CleanWebpackPlugin(), new CleanWebpackPlugin(),
new webpack.ProvidePlugin({
React: ['preact/compat']
}),
], ],
} }

View file

@ -6,6 +6,6 @@ module.exports = merge(
{ {
mode: "development", mode: "development",
devtool: "inline-source-map", devtool: "inline-source-map",
output: {path: path.resolve(__dirname, "build", "development")} output: {path: path.resolve(__dirname, "..", "build", "development")}
} }
) )

View file

@ -8,6 +8,6 @@ module.exports = merge(
mode: "production", mode: "production",
devtool: false, devtool: false,
optimization: { minimize: true }, optimization: { minimize: true },
output: {path: path.resolve(__dirname, "build", "production")} output: {path: path.resolve(__dirname, "..", "build", "production")}
} }
) )

58
package-lock.json generated
View file

@ -1,15 +1,14 @@
{ {
"name": "myip.wtf", "name": "wimi",
"version": "0.4.2", "version": "0.7.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "myip.wtf", "name": "wimi",
"version": "0.4.2", "version": "0.7.0",
"dependencies": { "dependencies": {
"react": "^18.3", "preact": "^10.23.2"
"react-dom": "^18.3"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^6.4", "@testing-library/jest-dom": "^6.4",
@ -1973,22 +1972,13 @@
"integrity": "sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==", "integrity": "sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"optional": true,
"peer": true,
"dependencies": { "dependencies": {
"@types/estree": "*", "@types/estree": "*",
"@types/json-schema": "*" "@types/json-schema": "*"
} }
}, },
"node_modules/@types/eslint-scope": {
"version": "3.7.7",
"resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
"integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/eslint": "*",
"@types/estree": "*"
}
},
"node_modules/@types/estree": { "node_modules/@types/estree": {
"version": "1.0.5", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
@ -6405,6 +6395,7 @@
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
"dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/js-yaml": { "node_modules/js-yaml": {
@ -6647,7 +6638,9 @@
"version": "1.4.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
"dev": true,
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"js-tokens": "^3.0.0 || ^4.0.0" "js-tokens": "^3.0.0 || ^4.0.0"
}, },
@ -6740,9 +6733,9 @@
} }
}, },
"node_modules/micromatch": { "node_modules/micromatch": {
"version": "4.0.7", "version": "4.0.8",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
"integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -7214,6 +7207,16 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/preact": {
"version": "10.23.2",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.23.2.tgz",
"integrity": "sha512-kKYfePf9rzKnxOAKDpsWhg/ysrHPqT+yQ7UW4JjdnqjFIeNUnNcEJvhuA8fDenxAGWzUqtd51DfVg7xp/8T9NA==",
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/preact"
}
},
"node_modules/prelude-ls": { "node_modules/prelude-ls": {
"version": "1.2.1", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
@ -7373,7 +7376,9 @@
"version": "18.3.1", "version": "18.3.1",
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
"dev": true,
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"loose-envify": "^1.1.0" "loose-envify": "^1.1.0"
}, },
@ -7385,7 +7390,9 @@
"version": "18.3.1", "version": "18.3.1",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
"integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
"dev": true,
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"loose-envify": "^1.1.0", "loose-envify": "^1.1.0",
"scheduler": "^0.23.2" "scheduler": "^0.23.2"
@ -7628,7 +7635,9 @@
"version": "0.23.2", "version": "0.23.2",
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
"dev": true,
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"loose-envify": "^1.1.0" "loose-envify": "^1.1.0"
} }
@ -8476,13 +8485,12 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.93.0", "version": "5.94.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz",
"integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", "integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3",
"@types/estree": "^1.0.5", "@types/estree": "^1.0.5",
"@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/ast": "^1.12.1",
"@webassemblyjs/wasm-edit": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1",
@ -8491,7 +8499,7 @@
"acorn-import-attributes": "^1.9.5", "acorn-import-attributes": "^1.9.5",
"browserslist": "^4.21.10", "browserslist": "^4.21.10",
"chrome-trace-event": "^1.0.2", "chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^5.17.0", "enhanced-resolve": "^5.17.1",
"es-module-lexer": "^1.2.1", "es-module-lexer": "^1.2.1",
"eslint-scope": "5.1.1", "eslint-scope": "5.1.1",
"events": "^3.2.0", "events": "^3.2.0",

View file

@ -1,13 +1,9 @@
{ {
"name": "myip.wtf", "name": "wimi",
"version": "0.4.2", "version": "0.7.0",
"webExt": { "webExt": {
"sourceDir": "build/production" "sourceDir": "build/production"
}, },
"dependencies": {
"react": "^18.3",
"react-dom": "^18.3"
},
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^6.4", "@testing-library/jest-dom": "^6.4",
"@testing-library/react": "^16.0", "@testing-library/react": "^16.0",
@ -32,9 +28,12 @@
"webpack-merge": "^6.0" "webpack-merge": "^6.0"
}, },
"scripts": { "scripts": {
"build:production": "npx webpack --config webpack.production.js", "build:production": "npx webpack --config etc/webpack.production.js",
"build:development": "npx webpack --config webpack.development.js", "build:development": "npx webpack --config etc/webpack.development.js",
"test": "npx jest test", "test": "npx jest --config etc/jest.config.js test",
"eslint": "npx eslint src/" "eslint": "npx eslint --config etc/eslint.config.mjs src/"
},
"dependencies": {
"preact": "^10.23.2"
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

81
share/wimi/CHANGELOG Normal file
View file

@ -0,0 +1,81 @@
# -*- mode: org -*-
** vNEXT
**** Add ~etc/~
Move (most) configuration files to the ~etc/~ directory
**** License: MIT
The license has been changed from 0BSD to MIT.
The motivating factor is the AMO store not appearing
to recognize the 0BSD license slug
** v0.7.0
**** Add red glow on error screen
The icon shown on the error screen how has an animation
that adds a red glow
**** Rotate icon on loader screen
The icon shown on the loader screen now slowly rotates
to help indicate the loading state
**** Replace ISP details with location details
Show the city and country associated with an IP
**** Add ~src/fonts/kanit-regular.ttf~
Add a custom font
**** Center-align content
Align content to the center.
Both horizontal and vertical
**** Apply minimum width
A minimum width is now applied
to ~browseraction.html~ via ~App.tsx~
**** Remove horizontal scrollbar
Remove a horizontal scrollbar that could appear
when the extension's browser action appeared for
the first time
**** Change primary color
Change the primary / background color to ~#FFF~
**** Re-import flag icons
The flag icons have been re-imported
** v0.6.1
**** Remove unneccessary translations
Remove translations not in use anymore
**** Replace UI
The new UI is focused on being simple but useful
**** Add bin/mkicons
Replace the previous script
**** Add new icons
Replace the previous set of icons with wimi icons
**** Hello wimi
The project is now known as wimi - short for:
what is my ip address
** v0.5.1
**** Shorten description in manifest
Shorten the addon description
** v0.5.0
**** Replace React with preact
This change replaces React with a lightweight alternative
known as preact
**** eslint v9
This change upgrades our version of eslint to v9
**** Fix ~$ npm outdated~
This change upgrades outdated dependencies

23
share/wimi/LICENSE Normal file
View file

@ -0,0 +1,23 @@
Copyright (C) 2024 0x1eef
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Except as contained in this notice, the name of 0x1eef shall not be used
in advertising or otherwise to promote the sale, use or other dealings in
this Software without prior written authorization from 0x1eef.

1
share/wimi/VERSION Normal file
View file

@ -0,0 +1 @@
v0.7.0

BIN
share/wimi/xpi/0.6.1.xpi Normal file

Binary file not shown.

View file

@ -1,27 +1,6 @@
{ {
"ip_address": {
"message": "IP Address"
},
"isp": {
"message": "ISP"
},
"location": {
"message": "Location"
},
"tor_exit_node": {
"message": "Tor exit node"
},
"loading": { "loading": {
"message": "Loading..." "message": "Loading"
},
"clean.myip.wtf": {
"message": "clean.myip.wtf"
},
"yes": {
"message": "Yes"
},
"no": {
"message": "No"
}, },
"error": { "error": {
"message": "Error" "message": "Error"

9
src/amo.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": { "en-US": "wimi" },
"summary": { "en-US": "Your public IP address from clean.myip.wtf/json to your browser" },
"homepage": { "en-US": "https://github.com/0x1eef/wimi#readme" },
"support_email": { "en-US": "0x1eef@protonmail.com" },
"requires_payment": false,
"version": { "license": "MIT" },
"categories": { "firefox": ["privacy-security"] }
}

View file

@ -1,17 +0,0 @@
.label {
padding: 4px;
}
.label-rounded {
border-radius: 5px;
}
.label-error {
background: var(--primary-red);
color: var(--primary-white);
}
.label-success {
background: var(--primary-green);
color: var(--primary-white);
}

View file

@ -1,45 +1,37 @@
:root { :root {
/* Defaults */
--default-font-size: 1.15em;
/* Colors */ /* Colors */
--primary-red: #d73e48; --primary-color: #FFF;
--primary-green: #32b643; --secondary-color: #333333;
--primary-blue: #302ecd; --accent-color: #007BFF;
--secondary-blue: #807fe2; --error-color: #FF0000;
--primary-white: #FFF; }
--secondary-white: #f1f1fc;
@font-face {
font-family: "Kanit Regular";
src: url("/fonts/kanit-regular.ttf") format("truetype");
} }
body { body {
font-size: small; font-family: "Kanit Regular";
width: 400px; background: var(--primary-color);
color: var(--secondary-color);
} }
#root, .loader { @keyframes rotate {
height: 100%; 0% {
} transform: rotate(0deg);
a { }
color: var(--primary-blue) !important; 100% {
text-decoration: none; transform: rotate(360deg);
} }
a:visited {
color: var(--primary-blue) !important;
}
a:active, a:focus, a:hover {
color: var(--primary-blue) !important;
text-decoration: underline;
} }
footer { img[data-testid="spin"] {
background: var(--secondary-white); animation: rotate 2s linear infinite;
color: var(--primary-red);
width: 100%;
} }
.loader { img[data-testid="error"] {
display: flex; transition: filter 0.3s ease;
flex-direction: column; filter: drop-shadow(0 0 20px var(--error-color))
align-items: center; drop-shadow(0 0 10px var(--error-color));
place-content: center;
} }

BIN
src/fonts/kanit-regular.ttf Normal file

Binary file not shown.

View file

@ -3,10 +3,9 @@
<title></title> <title></title>
<link rel="stylesheet" href="/css/tail.min.css"/> <link rel="stylesheet" href="/css/tail.min.css"/>
<link rel="stylesheet" href="/css/index.css"/> <link rel="stylesheet" href="/css/index.css"/>
<link rel="stylesheet" href="/css/components/BooleanLabel.css"/>
</head> </head>
<body class="h-60"> <body>
<div id="root" class="h-full font-sans"></div> <main></main>
<script src="/js/index.js"></script> <script src="/js/index.js"></script>
</body> </body>
</html> </html>

57
src/images/flags/AD.svg Normal file
View file

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="173.419" y="90.839" style="fill:#FFE000;" width="165.161" height="330.323"/>
<path style="fill:#ED1F34;" d="M468.324,90.839H338.581v330.323h129.743c19.561,0,35.418-15.857,35.418-35.418V126.256
C503.742,106.695,487.884,90.839,468.324,90.839z"/>
<path style="fill:#164FCE;" d="M43.676,90.839c-19.561,0-35.418,15.857-35.418,35.417v259.487c0,19.561,15.858,35.418,35.418,35.418
h129.743V90.839H43.676z"/>
<rect x="206.452" y="206.408" style="fill:#FFE000;" width="49.548" height="55.373"/>
<path style="fill:#ED1F34;" d="M206.451,261.781v14.92c0,37.77,32.961,28.63,49.549,40.458v-55.378H206.451z"/>
<path style="fill:#FFE000;" d="M305.549,261.781v14.92c0,37.77-32.961,28.63-49.549,40.458v-55.378H305.549z"/>
<rect x="256" y="206.408" style="fill:#ED1F34;" width="49.548" height="55.373"/>
<g>
<path style="fill:#121B21;" d="M235.215,318.167c6.225,1.514,12.105,2.944,15.991,5.715c1.435,1.023,3.114,1.535,4.794,1.535
s3.359-0.511,4.794-1.535c3.886-2.77,9.765-4.201,15.991-5.715c15.624-3.8,37.021-9.005,37.021-41.467v-70.297
c0-4.561-3.697-8.258-8.258-8.258h-99.098c-4.561,0-8.258,3.697-8.258,8.258V276.7
C198.192,309.162,219.591,314.367,235.215,318.167z M214.709,214.661h82.582V276.7c0,19.481-9.187,21.717-24.409,25.418
c-5.701,1.387-11.551,2.81-16.882,5.458c-5.33-2.648-11.18-4.071-16.882-5.458c-15.221-3.702-24.41-5.937-24.41-25.418V214.661z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.676,43.676h424.648c24.083,0,43.675-19.593,43.675-43.676V126.256
C512,102.173,492.407,82.581,468.324,82.581z M16.516,385.743V126.256c0-14.976,12.183-27.159,27.16-27.159h121.485v57.806
c0,4.561,3.697,8.258,8.258,8.258s8.258-3.697,8.258-8.258V99.097h148.645v313.806H181.677V189.935
c0-4.561-3.697-8.258-8.258-8.258s-8.258,3.697-8.258,8.258v222.968H43.676C28.7,412.903,16.516,400.72,16.516,385.743z
M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H346.839V99.097h121.485c14.977,0,27.16,12.183,27.16,27.159V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

47
src/images/flags/AE.svg Normal file
View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="173.419" y="200.946" style="fill:#FFFFFF;" width="330.323" height="110.108"/>
<path style="fill:#259245;" d="M173.419,200.946h330.323v-74.873c0-19.459-15.775-35.234-35.234-35.234H173.419V200.946z"/>
<path style="fill:#333333;" d="M173.419,421.161h295.088c19.459,0,35.234-15.775,35.234-35.234v-74.873H173.419V421.161z"/>
<path style="fill:#ED1F34;" d="M173.419,90.839v330.323H43.492c-19.459,0-35.234-15.775-35.234-35.234V126.073
c0-19.459,15.775-35.234,35.234-35.234H173.419z"/>
<path style="fill:#111A21;" d="M468.324,82.581H43.675C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.675,43.676h424.648c24.084,0,43.676-19.593,43.676-43.676V126.256
C512,102.173,492.407,82.581,468.324,82.581z M495.484,126.256v66.432H240.376c-4.561,0-8.258,3.697-8.258,8.258
s3.697,8.258,8.258,8.258h255.108v93.591H181.677v-93.591h25.666c4.561,0,8.258-3.697,8.258-8.258s-3.697-8.258-8.258-8.258h-25.666
V99.097h286.646C483.3,99.097,495.484,111.28,495.484,126.256z M16.516,385.743V126.256c0-14.976,12.183-27.159,27.159-27.159
h121.486v313.806H43.675C28.7,412.903,16.516,400.72,16.516,385.743z M468.324,412.903H181.677v-93.591h313.806v66.431
C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

53
src/images/flags/AF.svg Normal file
View file

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="173.419" y="90.839" style="fill:#ED1F34;" width="165.161" height="330.323"/>
<path style="fill:#333333;" d="M173.419,90.839v330.323H44.594c-20.067,0-36.335-16.268-36.335-36.335V127.174
c0-20.067,16.268-36.335,36.335-36.335H173.419z"/>
<path style="fill:#259245;" d="M503.742,127.174v257.652c0,20.067-16.268,36.335-36.335,36.335H338.581V90.839h128.826
C487.474,90.839,503.742,107.107,503.742,127.174z"/>
<g>
<path style="fill:#FFFFFF;" d="M256,313.806c-31.875,0-57.806-25.931-57.806-57.806s25.931-57.806,57.806-57.806
c31.874,0,57.806,25.931,57.806,57.806S287.874,313.806,256,313.806z M256,214.71c-22.768,0-41.29,18.522-41.29,41.29
s18.522,41.29,41.29,41.29s41.29-18.522,41.29-41.29S278.768,214.71,256,214.71z"/>
<path style="fill:#FFFFFF;" d="M256,231.226c-13.66,0-24.774,11.114-24.774,24.774S242.34,280.774,256,280.774
S280.774,269.66,280.774,256S269.66,231.226,256,231.226z"/>
</g>
<path style="fill:#111A21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.173,0,126.257v259.487
c0,24.083,19.593,43.675,43.676,43.675h424.648c24.082,0,43.675-19.593,43.675-43.676V126.257
C512,102.173,492.406,82.581,468.324,82.581z M16.516,385.743V126.257c0-14.977,12.183-27.16,27.16-27.16h121.485v313.806H43.676
C28.7,412.903,16.516,400.72,16.516,385.743z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H346.839V189.935
c0-4.561-3.696-8.258-8.258-8.258s-8.258,3.697-8.258,8.258v222.968H181.677V99.097h148.645v57.806c0,4.561,3.696,8.258,8.258,8.258
s8.258-3.697,8.258-8.258V99.097h121.485c14.977,0,27.16,12.183,27.16,27.16V385.743z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

73
src/images/flags/AG.svg Normal file
View file

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#333333;" d="M8.258,126.281v259.438c0,19.574,15.869,35.443,35.443,35.443h424.599
c19.574,0,35.443-15.868,35.443-35.443V126.281c0-19.574-15.868-35.443-35.443-35.443H43.701
C24.127,90.839,8.258,106.706,8.258,126.281z"/>
<rect x="8.258" y="222.968" style="fill:#3DB4EA;" width="495.484" height="99.097"/>
<rect x="8.258" y="322.065" style="fill:#FFFFFF;" width="495.484" height="99.097"/>
<g>
<path style="fill:#ED1F34;" d="M256,421.161h217.994c16.429,0,29.748-13.319,29.748-29.748V113.301
c0-7.196-9.16-10.249-13.477-4.492L256,421.161z"/>
<path style="fill:#ED1F34;" d="M8.258,114.732v272.112c0,18.953,15.364,34.317,34.317,34.317H256L22.594,109.953
C18.001,103.83,8.258,107.078,8.258,114.732z"/>
</g>
<polygon style="fill:#FFE000;" points="358.4,222.968 320.094,210.218 350.605,183.78 310.336,186.662 328.408,150.56
292.306,168.632 295.187,128.362 268.749,158.874 256,120.568 243.251,158.874 216.814,128.362 219.694,168.632 183.592,150.56
201.664,186.662 161.395,183.78 191.906,210.218 153.6,222.968 "/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676c-12.841,0-24.403,5.573-32.402,14.424c-0.233,0.241-0.451,0.49-0.651,0.752
C4.012,105.411,0,115.372,0,126.257v259.486c0,24.083,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.594,43.676-43.676
V126.257C512,102.174,492.406,82.581,468.324,82.581z M43.676,99.097h424.647c5.686,0,10.967,1.76,15.334,4.758L400.516,214.71
h-40.778l-23.277-7.747l19.552-16.941c2.688-2.328,3.583-6.116,2.222-9.401c-1.359-3.285-4.672-5.349-8.218-5.076l-25.805,1.845
l11.581-23.132c1.591-3.18,0.969-7.022-1.545-9.536c-2.515-2.513-6.359-3.135-9.536-1.545l-23.132,11.581l1.845-25.805
c0.253-3.548-1.791-6.859-5.076-8.218c-3.283-1.363-7.074-0.468-9.401,2.222l-16.941,19.552l-8.17-24.546
c-1.123-3.374-4.28-5.651-7.835-5.651c-3.555,0-6.713,2.276-7.835,5.651l-8.17,24.546l-16.941-19.552
c-2.329-2.688-6.116-3.584-9.401-2.222c-3.285,1.36-5.33,4.671-5.076,8.218l1.845,25.805l-23.132-11.581
c-3.179-1.589-7.022-0.968-9.536,1.545c-2.514,2.515-3.137,6.357-1.545,9.536l11.581,23.132l-25.805-1.845
c-3.538-0.276-6.859,1.791-8.218,5.076c-1.361,3.285-0.467,7.073,2.222,9.401l19.552,16.941l-23.279,7.747h-40.778L28.343,103.853
C32.71,100.856,37.99,99.097,43.676,99.097z M311.994,211.829c0.208,1.044,0.618,2.016,1.178,2.88H198.826
c0.562-0.864,0.971-1.837,1.178-2.88c0.579-2.911-0.448-5.908-2.691-7.852l-11.759-10.189l15.521,1.11
c2.973,0.229,5.807-1.18,7.455-3.648c1.648-2.467,1.846-5.631,0.519-8.286l-6.964-13.912l13.912,6.964
c2.655,1.327,5.818,1.128,8.286-0.519c2.467-1.649,3.86-4.496,3.648-7.455l-1.11-15.521l10.189,11.759
c1.943,2.244,4.936,3.277,7.852,2.691c2.91-0.578,5.287-2.676,6.224-5.491l4.914-14.764l4.914,14.764
c0.938,2.817,3.314,4.913,6.224,5.491c2.912,0.585,5.908-0.446,7.852-2.691l10.189-11.759l-1.11,15.521
c-0.211,2.96,1.18,5.806,3.648,7.455c2.469,1.648,5.629,1.847,8.284,0.519l13.912-6.964l-6.964,13.912
c-1.328,2.654-1.13,5.817,0.519,8.286c1.648,2.468,4.49,3.878,7.456,3.648l15.521-1.11l-11.759,10.189
C312.443,205.921,311.415,208.918,311.994,211.829z M43.676,412.903c-14.977,0-27.16-12.183-27.16-27.16V126.257
c0-3.05,0.513-5.981,1.445-8.719l221.523,295.366H43.676z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H272.516l9.91-13.213
c2.736-3.649,1.997-8.825-1.652-11.561c-3.65-2.736-8.825-1.998-11.561,1.652L256,407.398L123.871,231.226h29.82
c0.034,0,0.067,0.001,0.1,0h204.582c0.009,0,0.018,0.002,0.026,0.002c0.009,0,0.018-0.002,0.028-0.002h29.702l-99.097,132.129
c-2.736,3.649-1.997,8.825,1.652,11.561c1.486,1.114,3.224,1.652,4.948,1.652c2.51,0,4.99-1.14,6.613-3.303L494.04,117.538
c0.932,2.739,1.444,5.669,1.444,8.719V385.743z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

69
src/images/flags/AI.svg Normal file
View file

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#103B9B;" d="M503.68,126.177v259.519c0,19.584-15.872,35.392-35.392,35.392H43.712
c-19.584,0-35.392-15.872-35.392-35.392v-259.52c0-19.584,15.872-35.392,35.392-35.392h424.576
C487.872,90.72,503.68,106.592,503.68,126.177z"/>
<path style="fill:#FFFFFF;" d="M327.808,184.288c5.888,9.216,15.424,15.296,26.112,15.296c10.688,0,20.224-6.016,26.112-15.296
c5.888,9.216,15.424,15.296,26.112,15.296s20.224-6.016,26.112-15.296c5.824,12.928,9.216,28.224,9.216,44.608
c0,66.432-61.376,98.496-61.376,98.496s-61.376-32.192-61.376-98.496C318.528,212.577,321.92,197.28,327.808,184.288z"/>
<path style="fill:#3DB4EA;" d="M327.104,270.177c16.896,38.528,52.672,57.216,52.672,57.216s35.776-18.816,52.672-57.28
L327.104,270.177L327.104,270.177z"/>
<path style="fill:#FFE000;" d="M379.903,262.153c-13.22,0-23.977-10.757-23.977-23.977s10.757-23.977,23.977-23.977
c13.221,0,23.978,10.757,23.978,23.977S393.125,262.153,379.903,262.153z M379.903,229.129c-4.989,0-9.047,4.059-9.047,9.047
s4.058,9.047,9.047,9.047c4.989,0,9.048-4.059,9.048-9.047S384.892,229.129,379.903,229.129z"/>
<path style="fill:#FFFFFF;" d="M256,90.72h-40.192l-83.712,55.808L48.513,90.72c0,0-9.92,0.448-13.248,1.088
c-13.888,2.881-24.32,17.088-26.048,26.304l-0.896-0.64l83.712,55.808L8.321,229.088v26.816h40.192l83.712-55.808l83.712,55.808H256
v-26.816l-83.712-55.808L256,117.471V90.72z"/>
<path style="fill:#ED1F34;" d="M145.472,182.304L256,255.904v-17.472l-110.592-73.92L256,90.72h-26.816L118.72,164.383L20.8,99.104
c-3.776,3.2-6.912,7.232-9.088,11.776l106.88,71.424L8.32,255.904h26.816L145.472,182.304z"/>
<polygon style="fill:#FFFFFF;" points="256,151.008 154.368,151.008 154.368,90.72 109.824,90.72 109.824,151.008 8.32,151.008
8.32,195.616 109.824,195.616 109.824,255.904 154.368,255.904 154.368,195.616 256,195.616 "/>
<polygon style="fill:#ED1F34;" points="256,161.312 144.128,161.312 144.128,90.72 120.192,90.72 120.192,161.312 8.32,161.312
8.32,185.312 120.192,185.312 120.192,255.904 144.128,255.904 144.128,185.312 256,185.312 "/>
<path style="fill:#1A1C20;" d="M432.704,176.097c-3.072-0.192-5.888,1.216-7.616,3.776c-4.608,7.296-11.584,11.392-19.072,11.392
c-7.488,0-14.528-4.224-19.072-11.392c-1.472-2.432-4.096-3.776-6.976-3.776l0,0c-2.816,0-5.376,1.408-6.976,3.776
c-4.672,7.296-11.584,11.52-19.072,11.52c-7.488,0-14.528-4.224-19.072-11.392c-1.6-2.624-4.48-4.032-7.488-3.776
c-3.008,0.192-5.696,2.112-6.912,4.8c-6.592,14.399-9.984,30.976-9.984,48c0,29.312,11.392,56.896,32.896,79.808
c16.128,17.216,32.192,25.728,32.896,25.984c1.216,0.576,2.496,0.896,3.776,0.896c1.28,0,2.624-0.32,3.776-0.896
c0.704-0.384,16.768-8.896,32.896-25.984c21.504-22.912,32.896-50.496,32.896-79.808c0-16.896-3.392-33.472-9.92-48
C438.272,178.208,435.712,176.288,432.704,176.097z M379.904,317.92c-12.8-8.128-53.12-37.632-53.12-88.896
c0-10.112,1.408-20.032,4.096-29.121c6.72,5.184,14.72,8,22.976,8c9.6,0,18.816-3.904,26.112-10.688
c7.232,6.784,16.512,10.688,26.112,10.688c8.32,0,16.32-2.88,22.976-8c2.688,9.216,4.032,19.072,4.032,29.121
C433.024,280.032,392.576,309.728,379.904,317.92z M468.288,82.528H43.712C19.584,82.528,0,102.112,0,126.24V385.76
c0,24.128,19.584,43.712,43.712,43.712h424.576c24.128,0,43.712-19.584,43.712-43.712V126.24
C512,102.112,492.416,82.528,468.288,82.528z M495.488,385.632c0,14.976-12.224,27.201-27.199,27.201H43.712
c-14.976,0-27.2-12.224-27.2-27.201V126.24c0-14.976,12.224-27.2,27.2-27.2h424.576c14.976,0,27.199,12.224,27.199,27.2v259.392
H495.488z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

62
src/images/flags/AL.svg Normal file
View file

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#ED1F34;" d="M8.258,387.212V124.788c0-18.749,15.2-33.949,33.949-33.949h427.584
c18.75,0,33.949,15.2,33.949,33.949v262.423c0,18.75-15.2,33.949-33.949,33.949H42.208C23.458,421.161,8.258,405.961,8.258,387.212z
"/>
<path style="fill:#333333;" d="M345.887,190.882H294.72c0,21.385-17.335,38.72-38.72,38.72s-38.72-17.336-38.72-38.72h-51.167
c0,44.167,31.865,80.867,73.854,88.433l-8.899,50.303h49.867l-8.9-50.303C314.022,271.75,345.887,235.05,345.887,190.882z"/>
<path style="fill:#121B21;" d="M367.909,228.617c4.562,0,8.258-3.697,8.258-8.258s-3.696-8.258-8.258-8.258H351.83
c0.933-4.233,1.603-8.558,1.971-12.961h14.108c4.562,0,8.258-3.697,8.258-8.258s-3.696-8.258-8.258-8.258h-22.022H294.72
c-4.562,0-8.258,3.697-8.258,8.258c0,8.428-3.441,16.066-8.991,21.587v-47.256h15.966c4.562,0,8.258-3.697,8.258-8.258
s-3.696-8.258-8.258-8.258h-24.224c-4.562,0-8.258,3.697-8.258,8.258v63.98c-1.613,0.265-3.267,0.41-4.955,0.41
c-1.688,0-3.342-0.144-4.955-0.41v-63.98c0-4.561-3.696-8.258-8.258-8.258h-24.224c-4.562,0-8.258,3.697-8.258,8.258
s3.696,8.258,8.258,8.258h15.966v47.256c-5.549-5.521-8.991-13.159-8.991-21.587c0-4.561-3.696-8.258-8.258-8.258h-51.167h-22.022
c-4.562,0-8.258,3.697-8.258,8.258s3.696,8.258,8.258,8.258h14.108c0.368,4.404,1.038,8.728,1.971,12.961h-16.079
c-4.562,0-8.258,3.697-8.258,8.258s3.696,8.258,8.258,8.258h21.297c1.87,4.492,4.056,8.825,6.55,12.961h-27.846
c-4.562,0-8.258,3.697-8.258,8.258s3.696,8.258,8.258,8.258h40.37c12.209,12.999,27.978,22.726,45.999,27.55l-6.318,35.714h-15.096
c-4.562,0-8.258,3.697-8.258,8.258c0,4.561,3.696,8.258,8.258,8.258h22.021h16.674v17.169c0,4.561,3.696,8.258,8.258,8.258
c4.562,0,8.258-3.697,8.258-8.258v-17.168h16.676h22.022c4.562,0,8.258-3.697,8.258-8.258c0-4.561-3.696-8.258-8.258-8.258H287.86
l-6.318-35.715c18.019-4.824,33.79-14.551,45.999-27.55h40.37c4.562,0,8.258-3.697,8.258-8.258s-3.696-8.258-8.258-8.258h-27.846
c2.494-4.136,4.681-8.468,6.55-12.961h21.295V228.617z M270.569,271.188c-4.478,0.807-7.46,5.085-6.668,9.566l7.183,40.605h-30.172
l7.183-40.605c0.793-4.481-2.189-8.759-6.668-9.566c-18.675-3.365-34.878-12.926-46.682-26.326
c-0.262-0.346-0.547-0.672-0.859-0.972c-10.546-12.362-17.405-27.863-19.105-44.75h34.965c2.94,16.51,14.534,30.063,29.907,35.786
c0.26,0.107,0.526,0.198,0.798,0.279c4.869,1.713,10.099,2.656,15.546,2.656s10.677-0.943,15.546-2.656
c0.272-0.08,0.54-0.173,0.799-0.28c15.372-5.723,26.966-19.277,29.906-35.786h34.965c-1.7,16.887-8.559,32.388-19.105,44.75
c-0.312,0.301-0.597,0.625-0.859,0.972C305.447,258.263,289.245,267.822,270.569,271.188z M468.324,429.419H43.676
C19.594,429.419,0,409.827,0,385.743V126.257c0-24.084,19.594-43.676,43.676-43.676h424.647c24.083,0,43.676,19.593,43.676,43.676
v259.487C512,409.827,492.406,429.419,468.324,429.419z M43.676,99.097c-14.977,0-27.16,12.183-27.16,27.16v259.487
c0,14.976,12.183,27.159,27.16,27.159h424.647c14.977,0,27.16-12.183,27.16-27.16V126.257c0-14.977-12.183-27.16-27.16-27.16H43.676
z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

46
src/images/flags/AM.svg Normal file
View file

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="200.946" style="fill:#103B9B;" width="495.484" height="110.108"/>
<path style="fill:#ED1F34;" d="M503.742,200.946H8.258v-73.222c0-20.372,16.515-36.886,36.886-36.886h421.712
c20.371,0,36.886,16.514,36.886,36.886V200.946z"/>
<path style="fill:#F2A643;" d="M466.856,421.161H45.144c-20.371,0-36.886-16.515-36.886-36.886v-73.221h495.484v73.221
C503.742,404.646,487.227,421.161,466.856,421.161z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.676,43.676h424.648c24.082,0,43.675-19.593,43.675-43.676V126.256
C512,102.173,492.406,82.581,468.324,82.581z M43.676,99.097h424.648c14.976,0,27.159,12.183,27.159,27.159v66.432h-57.806
c-4.562,0-8.258,3.697-8.258,8.258s3.696,8.258,8.258,8.258h57.806v93.591H16.516v-93.591h388.129c4.562,0,8.258-3.697,8.258-8.258
s-3.696-8.258-8.258-8.258H16.516v-66.432C16.516,111.28,28.7,99.097,43.676,99.097z M468.324,412.903H43.676
c-14.977,0-27.16-12.183-27.16-27.16v-66.431h478.968v66.431C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

63
src/images/flags/AO.svg Normal file
View file

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#ED1F34;" d="M468.324,90.839H43.676c-19.561,0-35.418,15.857-35.418,35.418V256h495.484V126.257
C503.742,106.695,487.885,90.839,468.324,90.839z"/>
<path style="fill:#333333;" d="M8.258,385.743c0,19.562,15.858,35.418,35.418,35.418h424.648c19.561,0,35.418-15.857,35.418-35.418
V256H8.258V385.743z"/>
<path style="fill:#111A21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M468.324,412.903H43.676c-14.977,0-27.16-12.183-27.16-27.16V264.258H41.29
c4.562,0,8.258-3.696,8.258-8.258c0-4.562-3.696-8.258-8.258-8.258H16.516V126.257c0-14.977,12.183-27.16,27.16-27.16h424.647
c14.977,0,27.16,12.183,27.16,27.16v121.485H74.323c-4.562,0-8.258,3.696-8.258,8.258c0,4.562,3.696,8.258,8.258,8.258h421.161
v121.485C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
<path style="fill:#FFE000;" d="M375.961,355.681c-1.635,0-3.287-0.486-4.729-1.495c-3.737-2.616-4.644-7.766-2.028-11.501
l7.158-10.222c2.616-3.736,7.765-4.644,11.501-2.028c3.737,2.616,4.644,7.766,2.028,11.501l-7.158,10.222
C381.127,354.454,378.565,355.681,375.961,355.681z"/>
<path style="fill:#FFE000;" d="M410.177,364.406c-1.635,0-3.287-0.486-4.729-1.494L234.147,242.964
c-0.716,6.163,1.883,12.52,7.311,16.321l98.581,69.026c3.737,2.616,4.644,7.766,2.028,11.501
c-2.615,3.737-7.763,4.645-11.501,2.028l-98.581-69.026c-15.335-10.738-19.074-31.95-8.336-47.282
c2.616-3.736,7.766-4.643,11.501-2.028l179.773,125.878c3.737,2.616,4.644,7.766,2.028,11.501
C415.343,363.179,412.781,364.405,410.177,364.406z"/>
<path style="fill:#FFE000;" d="M265.275,329.754c-18.693,0-36.908-5.707-52.539-16.652c-10.305-7.216-18.87-16.274-25.455-26.925
c-2.399-3.879-1.199-8.969,2.681-11.366c3.879-2.399,8.969-1.198,11.366,2.68c5.399,8.732,12.423,16.16,20.881,22.082
c16.503,11.556,36.517,15.993,56.359,12.495c19.839-3.499,37.13-14.514,48.686-31.017c11.556-16.503,15.992-36.518,12.495-56.359
c-3.498-19.84-14.513-37.13-31.016-48.686c-8.457-5.922-17.842-9.982-27.891-12.069c-4.466-0.928-7.334-5.299-6.407-9.764
c0.928-4.468,5.312-7.331,9.764-6.407c12.26,2.547,23.702,7.496,34.008,14.711c20.118,14.086,33.544,35.162,37.809,59.347
c4.263,24.184-1.145,48.582-15.231,68.699c-14.086,20.118-35.163,33.544-59.347,37.809
C276.044,329.284,270.639,329.754,265.275,329.754z"/>
<circle style="fill:#FFE000;" cx="256.462" cy="193.063" r="21.471"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

49
src/images/flags/AR.svg Normal file
View file

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="200.946" style="fill:#FFFFFF;" width="495.484" height="110.108"/>
<path style="fill:#F2A643;" d="M256,225.72c-16.696,0-30.28,13.584-30.28,30.28c0,16.696,13.584,30.28,30.28,30.28
c16.696,0,30.28-13.584,30.28-30.28C286.28,239.304,272.696,225.72,256,225.72z"/>
<g>
<path style="fill:#3DB4EA;" d="M8.258,311.054h495.484v74.597c0,19.612-15.9,35.511-35.511,35.511H43.769
c-19.611,0-35.511-15.9-35.511-35.511V311.054z"/>
<path style="fill:#3DB4EA;" d="M43.769,90.839H468.23c19.612,0,35.511,15.898,35.511,35.512v74.596H8.258v-74.596
C8.258,106.737,24.158,90.839,43.769,90.839z"/>
</g>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M16.516,209.204h478.968v93.591H16.516V209.204z M43.676,99.097h424.647
c14.977,0,27.16,12.183,27.16,27.16v66.431H16.516v-66.431C16.516,111.28,28.7,99.097,43.676,99.097z M468.324,412.903H43.676
c-14.977,0-27.16-12.183-27.16-27.16v-66.431h478.968v66.431C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

60
src/images/flags/AS.svg Normal file
View file

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#103B9B;" d="M38.045,421.161h435.91c16.451,0,29.787-13.336,29.787-29.787V120.626
c0-16.451-13.336-29.787-29.787-29.787H38.045c-16.451,0-29.787,13.336-29.787,29.787v270.749
C8.258,407.825,21.594,421.161,38.045,421.161z"/>
<path style="fill:#FFFFFF;" d="M503.742,118.655v274.689c0,13.623-13.419,23.19-26.297,18.749L24.774,256L477.445,99.907
C490.323,95.465,503.742,105.033,503.742,118.655z"/>
<path style="fill:#ED1F34;" d="M485.987,424.698c-0.9,0-1.815-0.149-2.713-0.46L22.061,263.8c-3.324-1.157-5.549-4.292-5.545-7.811
s2.238-6.649,5.566-7.796L480.984,89.951c4.314-1.486,9.013,0.803,10.499,5.114c1.488,4.312-0.804,9.013-5.114,10.499
L50.008,256.034L488.7,408.638c4.307,1.499,6.584,6.206,5.087,10.513C492.601,422.561,489.404,424.698,485.987,424.698z"/>
<path style="fill:#F2A643;" d="M344.467,207.919c-13.185,0-23.876,10.689-23.876,23.876s10.689,23.876,23.876,23.876
c0,13.186,10.689,24.205,23.876,24.205h31.715V256l46.067-48.081L344.467,207.919L344.467,207.919z"/>
<path style="fill:#1A1C20;" d="M446.124,247.742h-26.719l32.681-34.11c2.289-2.388,2.931-5.912,1.633-8.955
c-1.299-3.042-4.289-5.016-7.595-5.016H344.467c-17.719,0-32.134,14.415-32.134,32.135c0,5.803,1.556,11.243,4.257,15.946h-8.289
c-4.562,0-8.258,3.696-8.258,8.258s3.696,8.258,8.258,8.258h29.051c3.736,13.746,16.212,23.876,30.99,23.876h31.715
c4.562,0,8.258-3.696,8.258-8.258v-15.617h37.809c4.562,0,8.258-3.696,8.258-8.258C454.382,251.438,450.686,247.742,446.124,247.742
z M391.799,271.618h-23.457c-6.474,0-12.167-4.277-14.493-10.152c1.289-1.457,2.079-3.367,2.079-5.466
c0-4.562-3.696-8.258-8.258-8.258h-0.911c-0.728-0.21-1.495-0.329-2.291-0.329c-8.612,0-15.618-7.005-15.618-15.618
c0-8.611,7.005-15.619,15.618-15.619h82.309l-30.242,31.566h-7.487c-4.562,0-8.258,3.696-8.258,8.258
c0,4.562,3.696,8.258,8.258,8.258h2.753V271.618z"/>
<path style="fill:#FFE000;" d="M418.404,312.705h-82.384c-4.562,0-8.258-3.696-8.258-8.258s3.696-8.258,8.258-8.258h82.384
c4.562,0,8.258,3.696,8.258,8.258S422.966,312.705,418.404,312.705z"/>
<path style="fill:#1A1C20;" d="M468.324,429.419H43.676C19.594,429.419,0,409.826,0,385.743V126.257
c0-24.083,19.594-43.676,43.676-43.676h424.647c24.083,0,43.676,19.594,43.676,43.676v259.486
C512,409.826,492.406,429.419,468.324,429.419z M43.676,99.097c-14.977,0-27.16,12.183-27.16,27.16v259.486
c0,14.977,12.183,27.16,27.16,27.16h424.647c14.977,0,27.16-12.183,27.16-27.16V126.257c0-14.977-12.183-27.16-27.16-27.16H43.676z"
/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

48
src/images/flags/AT.svg Normal file
View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="200.946" style="fill:#FFFFFF;" width="495.484" height="110.108"/>
<g>
<path style="fill:#ED1F34;" d="M8.258,385.743c0,19.561,15.858,35.418,35.418,35.418h424.648c19.561,0,35.418-15.858,35.418-35.418
v-74.689H8.258V385.743z"/>
<path style="fill:#ED1F34;" d="M468.324,90.839H43.676c-19.561,0-35.418,15.857-35.418,35.418v74.689h495.484v-74.689
C503.742,106.695,487.885,90.839,468.324,90.839z"/>
</g>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.173,0,126.257v259.487
c0,24.083,19.594,43.675,43.676,43.675h424.647c24.083,0,43.676-19.593,43.676-43.676V126.257
C512,102.173,492.406,82.581,468.324,82.581z M43.676,99.097h424.647c14.977,0,27.16,12.183,27.16,27.16v66.431H107.355
c-4.562,0-8.258,3.697-8.258,8.258s3.696,8.258,8.258,8.258h388.129v93.591H16.516v-93.591h57.806c4.562,0,8.258-3.697,8.258-8.258
s-3.696-8.258-8.258-8.258H16.516v-66.431C16.516,111.28,28.7,99.097,43.676,99.097z M468.324,412.903H43.676
c-14.977,0-27.16-12.183-27.16-27.16v-66.431h478.968v66.431C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

59
src/images/flags/AU.svg Normal file
View file

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#103B9B;" d="M8.258,390.882V121.118c0-16.723,13.556-30.28,30.28-30.28h434.925
c16.723,0,30.28,13.556,30.28,30.28v269.763c0,16.723-13.556,30.28-30.28,30.28H38.538C21.815,421.161,8.258,407.605,8.258,390.882z
"/>
<path style="fill:#FFFFFF;" d="M132.129,200.216L215.804,256H256v-26.797l-83.675-55.784L256,117.636V90.839h-40.196l-83.675,55.784
L48.454,90.839h-4.779c-16.806,0-30.868,11.709-34.498,27.411l82.756,55.169L8.258,229.203V256h40.196L132.129,200.216z"/>
<path style="fill:#ED1F34;" d="M145.528,182.352L256,256v-17.484L145.373,164.59L256,90.839h-26.797l-110.466,73.652L20.818,99.211
c-3.815,3.228-6.941,7.245-9.118,11.804l106.889,71.431L8.258,256h26.797L145.528,182.352z"/>
<polygon style="fill:#FFFFFF;" points="256,151.123 154.426,151.123 154.426,90.839 109.832,90.839 109.832,151.123 8.258,151.123
8.258,195.716 109.832,195.716 109.832,256 154.426,256 154.426,195.716 256,195.716 "/>
<polygon style="fill:#ED1F34;" points="256,161.445 144.103,161.445 144.103,90.839 120.155,90.839 120.155,161.445 8.258,161.445
8.258,185.394 120.155,185.394 120.155,256 144.103,256 144.103,185.394 256,185.394 "/>
<g>
<circle style="fill:#FFFFFF;" cx="132.129" cy="338.581" r="33.032"/>
<circle style="fill:#FFFFFF;" cx="379.871" cy="156.903" r="16.516"/>
<circle style="fill:#FFFFFF;" cx="379.871" cy="355.097" r="16.516"/>
<circle style="fill:#FFFFFF;" cx="429.419" cy="198.194" r="16.516"/>
<circle style="fill:#FFFFFF;" cx="330.323" cy="239.484" r="16.516"/>
<circle style="fill:#FFFFFF;" cx="404.645" cy="276.645" r="11.011"/>
</g>
<path style="fill:#111A21;" d="M468.324,429.419H43.676C19.594,429.419,0,409.827,0,385.743V126.256
c0-24.083,19.594-43.675,43.676-43.675h424.647c24.083,0,43.676,19.593,43.676,43.675v259.487
C512,409.827,492.406,429.419,468.324,429.419z M43.676,99.097c-14.977,0-27.16,12.183-27.16,27.159v259.487
c0,14.977,12.183,27.16,27.16,27.16h424.647c14.977,0,27.16-12.183,27.16-27.16V126.256c0-14.976-12.183-27.159-27.16-27.159H43.676
z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

55
src/images/flags/AW.svg Normal file
View file

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#3DB4EA;" d="M8.258,381.523V130.477c0-21.892,17.747-39.639,39.639-39.639h416.206
c21.892,0,39.639,17.747,39.639,39.639v251.045c0,21.892-17.747,39.639-39.639,39.639H47.897
C26.005,421.161,8.258,403.414,8.258,381.523z"/>
<g>
<rect x="8.258" y="350.692" style="fill:#FFE000;" width="495.484" height="19.819"/>
<rect x="8.258" y="311.054" style="fill:#FFE000;" width="495.484" height="19.819"/>
</g>
<polygon style="fill:#ED1F34;" points="115.062,137.084 130.079,182.627 175.622,197.643 130.079,212.659 115.062,258.202
100.046,212.659 54.503,197.643 100.046,182.627 "/>
<path style="fill:#FFFFFF;" d="M115.062,266.46c-3.564,0-6.726-2.287-7.843-5.672l-13.713-41.59l-41.589-13.713
c-3.386-1.117-5.673-4.279-5.673-7.843s2.287-6.726,5.672-7.843l41.589-13.713l13.713-41.59c1.116-3.385,4.279-5.672,7.843-5.672
c3.564,0,6.726,2.287,7.843,5.672l13.713,41.59l41.589,13.713c3.385,1.117,5.672,4.279,5.672,7.843s-2.287,6.726-5.672,7.843
l-41.589,13.713l-13.713,41.59C121.789,264.173,118.627,266.46,115.062,266.46z M80.875,197.643l21.757,7.173
c2.486,0.82,4.436,2.77,5.257,5.257l7.174,21.756l7.174-21.756c0.82-2.486,2.771-4.437,5.257-5.257l21.757-7.173l-21.757-7.174
c-2.486-0.82-4.436-2.77-5.257-5.257l-7.174-21.756l-7.174,21.756c-0.82,2.486-2.771,4.437-5.257,5.257L80.875,197.643z"/>
<path style="fill:#1A1C20;" d="M468.324,429.419H43.676C19.594,429.419,0,409.827,0,385.743V126.256
c0-24.083,19.594-43.675,43.676-43.675h424.647c24.083,0,43.676,19.593,43.676,43.675v259.487
C512,409.827,492.406,429.419,468.324,429.419z M43.676,99.097c-14.977,0-27.16,12.183-27.16,27.159v259.487
c0,14.977,12.183,27.16,27.16,27.16h424.647c14.977,0,27.16-12.183,27.16-27.16V126.256c0-14.976-12.183-27.159-27.16-27.159H43.676
z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

52
src/images/flags/AX.svg Normal file
View file

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#164FCE;" d="M503.742,126.257v259.487c0,19.561-15.858,35.418-35.418,35.418H43.676
c-19.562-0.001-35.418-15.858-35.418-35.419V126.257c0-19.562,15.857-35.418,35.418-35.418h424.648
C487.884,90.839,503.742,106.695,503.742,126.257z"/>
<polygon style="fill:#FFE000;" points="503.742,211.406 239.915,211.406 239.915,90.839 150.728,90.839 150.728,211.406
8.258,211.406 8.258,300.594 150.728,300.594 150.728,421.161 239.915,421.161 239.915,300.594 503.742,300.594 "/>
<polygon style="fill:#ED1F34;" points="503.742,232.052 219.27,232.052 219.27,90.839 171.374,90.839 171.374,232.052
8.258,232.052 8.258,279.948 171.374,279.948 171.374,421.161 219.27,421.161 219.27,279.948 503.742,279.948 "/>
<path style="fill:#1A1C20;" d="M468.324,82.581H43.675C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.675,43.676h424.648c24.084,0,43.676-19.593,43.676-43.676V126.256
C512,102.173,492.407,82.581,468.324,82.581z M495.484,126.256v97.538H470.71c-4.561,0-8.258,3.697-8.258,8.258
s3.697,8.258,8.258,8.258h24.774v31.381H219.271c-4.561,0-8.258,3.697-8.258,8.258v132.955h-31.381V279.948
c0-4.561-3.697-8.258-8.258-8.258H16.516V240.31h154.859c4.561,0,8.258-3.697,8.258-8.258V99.097h31.381v132.955
c0,4.561,3.697,8.258,8.258,8.258h218.406c4.561,0,8.258-3.697,8.258-8.258s-3.697-8.258-8.258-8.258H227.53V99.097h240.795
C483.3,99.097,495.484,111.28,495.484,126.256z M43.675,99.097h119.44v124.697H16.516v-97.538
C16.516,111.28,28.7,99.097,43.675,99.097z M16.516,385.743v-97.537h146.6v124.697H43.675
C28.7,412.903,16.516,400.72,16.516,385.743z M468.324,412.903H227.53V288.206h267.954v97.537
C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

55
src/images/flags/AZ.svg Normal file
View file

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="200.946" style="fill:#ED1F34;" width="495.484" height="110.108"/>
<path style="fill:#259245;" d="M8.258,385.743c0,19.561,15.857,35.418,35.418,35.418h424.648c19.561,0,35.418-15.857,35.418-35.418
v-74.689H8.258V385.743z"/>
<path style="fill:#3DB4EA;" d="M468.324,90.839H43.676c-19.562,0-35.418,15.857-35.418,35.417v74.69h495.484v-74.69
C503.742,106.695,487.885,90.839,468.324,90.839z"/>
<g>
<path style="fill:#FFFFFF;" d="M244.259,289.583c-18.517,0-33.583-15.065-33.583-33.583s15.066-33.583,33.583-33.583
c7.15,0,13.977,2.22,19.746,6.419c3.688,2.686,4.499,7.85,1.815,11.537c-2.684,3.686-7.848,4.499-11.537,1.815
c-2.923-2.129-6.39-3.255-10.023-3.255c-9.411,0-17.067,7.656-17.067,17.067s7.656,17.067,17.067,17.067
c3.634,0,7.099-1.126,10.024-3.255c3.686-2.684,8.852-1.874,11.537,1.813c2.684,3.686,1.873,8.853-1.815,11.537
C258.238,287.362,251.41,289.583,244.259,289.583z"/>
<circle style="fill:#FFFFFF;" cx="281.974" cy="256" r="9.435"/>
</g>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.593,43.676-43.676V126.256
C512,102.173,492.406,82.581,468.324,82.581z M43.676,99.097h424.647c14.977,0,27.16,12.183,27.16,27.159v66.432H16.516v-66.432
C16.516,111.28,28.7,99.097,43.676,99.097z M468.324,412.903H43.676c-14.977,0-27.16-12.183-27.16-27.16v-66.431h388.129
c4.562,0,8.258-3.697,8.258-8.258c0-4.561-3.696-8.258-8.258-8.258H16.516v-93.591h478.968v93.591h-57.806
c-4.562,0-8.258,3.697-8.258,8.258c0,4.561,3.696,8.258,8.258,8.258h57.806v66.431C495.484,400.72,483.3,412.903,468.324,412.903z"
/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

57
src/images/flags/BA.svg Normal file
View file

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#103B9B;" d="M8.258,385.009V126.99c0-19.966,16.186-36.152,36.152-36.152h423.18
c19.966,0,36.152,16.186,36.152,36.152v258.018c0,19.966-16.186,36.152-36.152,36.152H44.41
C24.444,421.161,8.258,404.975,8.258,385.009z"/>
<g>
<path style="fill:#FFFFFF;" d="M364.196,399.99c-7.297,0-13.213,5.916-13.213,13.213c0,2.993,1.006,5.743,2.683,7.959h21.059
c1.677-2.215,2.683-4.966,2.683-7.959C377.409,405.906,371.493,399.99,364.196,399.99z"/>
<circle style="fill:#FFFFFF;" cx="321.03" cy="360.8" r="13.213"/>
<circle style="fill:#FFFFFF;" cx="277.856" cy="308.4" r="13.213"/>
<circle style="fill:#FFFFFF;" cx="234.683" cy="256" r="13.213"/>
<circle style="fill:#FFFFFF;" cx="191.521" cy="203.6" r="13.213"/>
<circle style="fill:#FFFFFF;" cx="148.348" cy="151.2" r="13.213"/>
<path style="fill:#FFFFFF;" d="M91.962,98.797c0,7.297,5.916,13.213,13.213,13.213c7.298,0,13.213-5.916,13.213-13.213
c0-2.993-1.006-5.743-2.683-7.959H94.645C92.968,93.053,91.962,95.805,91.962,98.797z"/>
</g>
<polygon style="fill:#FFE000;" points="144.025,90.839 415.634,421.161 415.634,90.839 "/>
<path style="fill:#121B21;" d="M468.324,82.581H144.038c-0.003,0-0.006,0-0.009,0H43.676C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.083,19.593,43.676,43.676,43.676h371.951c0.003,0,0.007,0,0.01,0c0.004,0,0.009,0,0.013,0h52.674
c24.082,0,43.675-19.594,43.675-43.676V126.256C512,102.173,492.406,82.581,468.324,82.581z M16.516,385.743V126.256
c0-14.976,12.183-27.159,27.16-27.159h96.448l258.029,313.806H43.676C28.7,412.903,16.516,400.719,16.516,385.743z M495.484,385.743
c0,14.976-12.183,27.16-27.16,27.16h-44.432v-256c0-4.561-3.697-8.258-8.258-8.258c-4.562,0-8.258,3.697-8.258,8.258v241.213
L161.506,99.097h245.87v24.774c0,4.561,3.696,8.258,8.258,8.258c4.561,0,8.258-3.697,8.258-8.258V99.097h44.432
c14.977,0,27.16,12.183,27.16,27.159V385.743z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

56
src/images/flags/BB.svg Normal file
View file

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="173.419" y="90.839" style="fill:#FFE000;" width="165.161" height="330.323"/>
<g>
<path style="fill:#103B9B;" d="M173.419,90.839v330.323H43.835c-19.649,0-35.577-15.928-35.577-35.577V126.416
c0-19.649,15.928-35.577,35.577-35.577H173.419z"/>
<path style="fill:#103B9B;" d="M503.742,123.906v264.188c0,18.262-14.805,33.068-33.068,33.068H338.581V90.839h132.094
C488.937,90.839,503.742,105.644,503.742,123.906z"/>
</g>
<g>
<path style="fill:#121B21;" d="M216.521,281.488c0.357,2.666,1.991,4.991,4.378,6.231c2.388,1.241,5.23,1.241,7.616,0l19.227-9.993
v37.733c0,4.562,3.696,8.258,8.258,8.258c4.562,0,8.258-3.696,8.258-8.258v-37.733l19.227,9.992c1.195,0.62,2.501,0.93,3.809,0.93
c1.306,0,2.614-0.309,3.808-0.93c2.387-1.24,4.02-3.565,4.378-6.231l8.941-66.737c0.606-4.52-2.568-8.676-7.089-9.282
c-4.52-0.603-8.676,2.568-9.282,7.089l-7.379,55.085l-16.412-8.529v-62.57c0-4.562-3.696-8.258-8.258-8.258
c-4.562,0-8.258,3.696-8.258,8.258v62.57l-16.412,8.529l-7.379-55.085c-0.606-4.52-4.77-7.691-9.282-7.089
c-4.52,0.606-7.693,4.761-7.089,9.282L216.521,281.488z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M16.516,385.743V126.257c0-14.977,12.183-27.16,27.16-27.16h121.485v24.774
c0,4.562,3.696,8.258,8.258,8.258c4.562,0,8.258-3.696,8.258-8.258V99.097h148.645v313.806H181.677v-256
c0-4.562-3.696-8.258-8.258-8.258c-4.562,0-8.258,3.696-8.258,8.258v256H43.676C28.7,412.903,16.516,400.72,16.516,385.743z
M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H346.839V99.097h121.485c14.977,0,27.16,12.183,27.16,27.16V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

51
src/images/flags/BD.svg Normal file
View file

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#259245;" d="M42.268,90.839h427.464c18.783,0,34.01,15.227,34.01,34.01v262.303
c0,18.783-15.227,34.01-34.01,34.01H42.268c-18.783,0-34.01-15.227-34.01-34.01V124.849C8.258,106.065,23.485,90.839,42.268,90.839z
"/>
<circle style="fill:#ED1F34;" cx="220.942" cy="256" r="82.581"/>
<g>
<path style="fill:#111A21;" d="M220.94,181.677c35.209,0,65.84,25.002,72.833,59.449c0.907,4.47,5.269,7.36,9.736,6.45
c4.469-0.907,7.357-5.266,6.45-9.736c-8.55-42.114-45.988-72.68-89.019-72.68c-50.089,0-90.839,40.75-90.839,90.839
s40.75,90.839,90.839,90.839c43.032,0,80.469-30.566,89.019-72.68c0.907-4.469-1.981-8.828-6.45-9.736
c-4.473-0.908-8.828,1.981-9.736,6.45c-6.993,34.447-37.624,59.449-72.833,59.449c-40.982,0-74.323-33.341-74.323-74.323
S179.958,181.677,220.94,181.677z"/>
<path style="fill:#111A21;" d="M468.324,82.581H43.675C19.593,82.581,0,102.173,0,126.257v259.487
c0,24.083,19.593,43.675,43.675,43.675h424.648c24.084,0,43.676-19.593,43.676-43.676V126.257
C512,102.173,492.407,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.675
c-14.976,0-27.159-12.183-27.159-27.16V126.257c0-14.977,12.183-27.16,27.159-27.16h424.648c14.977,0,27.16,12.183,27.16,27.16
V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

46
src/images/flags/BE.svg Normal file
View file

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="173.419" y="90.839" style="fill:#FFE000;" width="165.161" height="330.323"/>
<path style="fill:#ED1F34;" d="M468.324,90.839H338.581v330.323h129.743c19.561,0,35.418-15.858,35.418-35.418V126.257
C503.742,106.695,487.884,90.839,468.324,90.839z"/>
<path style="fill:#333333;" d="M43.676,90.839c-19.562,0-35.418,15.857-35.418,35.418v259.487c0,19.561,15.857,35.418,35.418,35.418
h129.743V90.84H43.676V90.839z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.675C19.593,82.581,0,102.173,0,126.257v259.487
c0,24.083,19.593,43.675,43.675,43.675h424.648c24.084,0,43.676-19.593,43.676-43.676V126.257
C512,102.173,492.407,82.581,468.324,82.581z M16.516,385.743V126.257c0-14.977,12.183-27.16,27.159-27.16h121.486v313.806H43.675
C28.7,412.903,16.516,400.72,16.516,385.743z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H346.839V189.935
c0-4.561-3.697-8.258-8.258-8.258c-4.561,0-8.258,3.697-8.258,8.258v222.968H181.677V99.097h148.645v57.806
c0,4.561,3.697,8.258,8.258,8.258c4.561,0,8.258-3.697,8.258-8.258V99.097h121.485c14.977,0,27.16,12.183,27.16,27.16V385.743z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

57
src/images/flags/BF.svg Normal file
View file

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#259245;" d="M8.258,385.743c0,19.561,15.858,35.418,35.418,35.418h424.648c19.561,0,35.418-15.857,35.418-35.418
V256H8.258V385.743z"/>
<path style="fill:#ED1F34;" d="M468.324,90.839H43.676c-19.561,0-35.418,15.857-35.418,35.417V256h495.484V126.256
C503.742,106.695,487.885,90.839,468.324,90.839z"/>
<polygon style="fill:#FFE000;" points="169.169,236.505 233.102,233.202 256,173.419 278.898,233.202 342.831,236.505
293.049,276.756 309.664,338.581 256,303.674 202.336,338.581 218.951,276.756 "/>
<g>
<path style="fill:#111A21;" d="M343.256,228.258l-58.567-3.026l-20.977-54.766c-1.223-3.194-4.29-5.304-7.712-5.304
c-3.422,0-6.489,2.11-7.712,5.304l-20.977,54.766l-58.567,3.026c-3.418,0.176-6.371,2.442-7.428,5.696s0.001,6.822,2.661,8.974
l45.604,36.873l-15.221,56.638c-0.889,3.303,0.353,6.813,3.122,8.824c2.768,2.011,6.489,2.107,9.357,0.242L256,313.528
l49.161,31.977c1.372,0.893,2.939,1.336,4.503,1.336c1.707,0,3.41-0.527,4.854-1.578c2.768-2.011,4.01-5.521,3.122-8.824
l-15.221-56.638l45.604-36.873c2.66-2.15,3.718-5.719,2.661-8.974C349.627,230.701,346.674,228.435,343.256,228.258z
M287.857,270.335c-2.54,2.054-3.63,5.411-2.782,8.564l11.02,41.003l-35.59-23.15c-1.369-0.891-2.937-1.336-4.503-1.336
c-1.567,0-3.135,0.445-4.503,1.336l-35.59,23.15l11.02-41.003c0.848-3.153-0.243-6.511-2.782-8.564L191.13,243.64l42.4-2.19
c3.262-0.168,6.119-2.244,7.286-5.294l15.186-39.649l15.186,39.649c1.167,3.05,4.023,5.124,7.286,5.294l42.4,2.19L287.857,270.335z
"/>
<path style="fill:#111A21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.676
c-14.977,0-27.16-12.183-27.16-27.16V126.257c0-14.977,12.183-27.16,27.16-27.16h424.647c14.977,0,27.16,12.183,27.16,27.16
V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

46
src/images/flags/BG.svg Normal file
View file

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="200.946" style="fill:#048B7D;" width="495.484" height="110.108"/>
<path style="fill:#FFFFFF;" d="M468.324,90.839H43.676c-19.561,0-35.418,15.857-35.418,35.417v74.69h495.484v-74.69
C503.742,106.695,487.885,90.839,468.324,90.839z"/>
<path style="fill:#ED1F34;" d="M8.258,385.743c0,19.561,15.858,35.418,35.418,35.418h424.648c19.561,0,35.418-15.858,35.418-35.418
v-74.689H8.258V385.743z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.676,43.676h424.648c24.082,0,43.675-19.593,43.675-43.676V126.256
C512,102.173,492.406,82.581,468.324,82.581z M43.676,99.097h424.648c14.976,0,27.159,12.183,27.159,27.159v66.432h-57.806
c-4.562,0-8.258,3.697-8.258,8.258s3.696,8.258,8.258,8.258h57.806v93.591H16.516v-93.591h388.129c4.562,0,8.258-3.697,8.258-8.258
s-3.696-8.258-8.258-8.258H16.516v-66.432C16.516,111.28,28.7,99.097,43.676,99.097z M468.324,412.903H43.676
c-14.977,0-27.16-12.183-27.16-27.16v-66.431h478.968v66.431C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

53
src/images/flags/BH.svg Normal file
View file

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve">
<path style="fill:#ED1F34;" d="M468.324,90.838H133.781l79.277,41.29l-79.277,41.301l79.277,41.29l-79.277,41.29l79.277,41.29
l-79.277,41.29l79.277,41.279l-79.277,41.29h334.543c19.561,0,35.418-15.858,35.418-35.418V126.257
C503.742,106.696,487.884,90.838,468.324,90.838z"/>
<path style="fill:#FFFFFF;" d="M133.781,338.591l79.277-41.29l-79.277-41.29l79.277-41.29l-79.277-41.29l79.277-41.301
l-79.277-41.29H43.676c-19.561,0-35.418,15.858-35.418,35.418v259.487c0,19.561,15.858,35.418,35.418,35.418h90.104l79.277-41.29
L133.781,338.591z"/>
<path style="fill:#111A21;" d="M468.324,82.58h-334.64c-0.02,0-0.04-0.001-0.061,0H43.676C19.593,82.58,0,102.174,0,126.257v259.487
c0,24.083,19.593,43.675,43.676,43.675h90.088c0.008,0,0.015,0.002,0.024,0.002c0.009,0,0.019-0.002,0.028-0.002h334.509
c24.083,0,43.676-19.593,43.676-43.675V126.257C512,102.174,492.407,82.58,468.324,82.58z M16.516,385.744V126.257
c0-14.976,12.183-27.159,27.16-27.159h88.083l63.424,33.038l-65.217,33.971c-2.731,1.423-4.443,4.246-4.443,7.324
c0,3.079,1.713,5.902,4.444,7.324l65.216,33.966l-65.216,33.967c-2.731,1.423-4.444,4.246-4.444,7.324
c0,3.079,1.713,5.902,4.444,7.324l65.214,33.965l-65.214,33.965c-2.731,1.423-4.444,4.246-4.444,7.324
c0,3.079,1.713,5.902,4.444,7.324l65.213,33.96l-63.421,33.03H43.676C28.7,412.903,16.516,400.72,16.516,385.744z M495.484,385.744
c0,14.976-12.183,27.159-27.16,27.159H167.514l49.358-25.706c2.731-1.423,4.444-4.245,4.444-7.324c0-3.079-1.713-5.902-4.444-7.324
l-65.213-33.96l65.213-33.964c2.731-1.423,4.444-4.245,4.444-7.324c0-3.079-1.713-5.902-4.444-7.324l-65.216-33.965l65.216-33.967
c2.731-1.423,4.444-4.246,4.444-7.324c0-3.079-1.713-5.902-4.444-7.324l-65.216-33.966l65.216-33.971
c2.731-1.423,4.443-4.246,4.443-7.324c0-3.079-1.712-5.902-4.443-7.324l-49.363-25.713h300.815c14.976,0,27.16,12.183,27.16,27.159
L495.484,385.744L495.484,385.744z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

70
src/images/flags/BI.svg Normal file
View file

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve">
<path style="fill:#B21727;" d="M8.259,126.624v258.752c0,19.763,16.022,35.785,35.785,35.785h423.913
c19.763,0,35.785-16.022,35.785-35.785V126.625c0-19.763-16.022-35.785-35.785-35.785H44.044
C24.281,90.84,8.259,106.86,8.259,126.624z"/>
<path style="fill:#FFFFFF;" d="M21.526,413.369L255.634,275.88l234.529,137.737c6.462-5.07,11.123-12.332,12.846-20.673v-18.099
L300.647,256.001l202.361-118.844v-18.099c-1.723-8.341-6.384-15.602-12.846-20.673L255.633,236.121L21.526,98.631
c-8.085,6.492-13.267,16.451-13.267,27.627v10.898L210.62,256.001L8.259,374.844v10.898
C8.259,396.918,13.441,406.878,21.526,413.369z"/>
<g>
<polygon style="fill:#259245;" points="8.259,137.156 8.259,374.844 210.62,256.001 "/>
<polygon style="fill:#259245;" points="503.009,374.844 503.009,137.156 300.647,256.001 "/>
</g>
<g>
<path style="fill:#111A21;" d="M503.001,383.103c-1.421,0-2.861-0.367-4.174-1.138L296.465,263.12
c-2.525-1.483-4.076-4.193-4.076-7.121s1.551-5.637,4.076-7.121l202.362-118.844c3.931-2.312,8.992-0.994,11.303,2.939
c2.31,3.932,0.993,8.992-2.939,11.303L316.955,256.001l190.236,111.724c3.932,2.31,5.249,7.369,2.939,11.303
C508.591,381.645,505.833,383.103,503.001,383.103z"/>
<path style="fill:#111A21;" d="M8.267,383.103c-2.832,0-5.59-1.458-7.128-4.077c-2.31-3.932-0.993-8.992,2.939-11.303
l190.236-111.724L4.077,144.277c-3.932-2.31-5.249-7.369-2.939-11.303c2.31-3.934,7.372-5.248,11.303-2.939L214.803,248.88
c2.525,1.483,4.076,4.193,4.076,7.121c0,2.928-1.551,5.637-4.076,7.121L12.441,381.964C11.127,382.736,9.688,383.103,8.267,383.103
z"/>
</g>
<circle style="fill:#FFFFFF;" cx="255.999" cy="255.999" r="82.58"/>
<g>
<polygon style="fill:#B21727;" points="222.968,260.955 228.338,270.924 239.656,270.59 233.707,280.224 239.656,289.859
228.338,289.524 222.968,299.493 217.6,289.524 206.282,289.859 212.231,280.224 206.282,270.59 217.6,270.924 "/>
<polygon style="fill:#B21727;" points="289.033,260.955 294.403,270.924 305.721,270.59 299.772,280.224 305.721,289.859
294.403,289.524 289.033,299.493 283.664,289.524 272.346,289.859 278.295,280.224 272.346,270.59 283.664,270.924 "/>
<polygon style="fill:#B21727;" points="256.001,205.902 261.371,215.871 272.688,215.536 266.739,225.171 272.688,234.805
261.371,234.47 256.001,244.439 250.632,234.47 239.314,234.805 245.263,225.171 239.314,215.536 250.632,215.871 "/>
</g>
<path style="fill:#111A21;" d="M468.325,429.42H43.677c-24.083,0-43.676-19.594-43.676-43.676V126.258
c0-24.083,19.592-43.676,43.676-43.676h424.647c24.083,0,43.676,19.594,43.676,43.676v259.485
C512,409.826,492.408,429.42,468.325,429.42z M43.677,99.098c-14.976,0-27.16,12.183-27.16,27.16v259.485
c0,14.977,12.183,27.16,27.16,27.16h424.647c14.976,0,27.16-12.183,27.16-27.16V126.258c0-14.977-12.183-27.16-27.16-27.16H43.677z"
/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

46
src/images/flags/BJ.svg Normal file
View file

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#ED1F34;" d="M173.419,421.161h294.904c19.561,0,35.418-15.857,35.418-35.418V256H173.419V421.161z"/>
<path style="fill:#FFE000;" d="M468.324,90.839H173.419V256h330.323V126.256C503.742,106.695,487.885,90.839,468.324,90.839z"/>
<path style="fill:#259245;" d="M173.419,90.839H43.676c-19.561,0-35.418,15.857-35.418,35.417v259.487
c0,19.561,15.858,35.418,35.418,35.418h129.743V256V90.839z"/>
<path style="fill:#111A21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.593,43.676,43.676,43.676h424.648c24.082,0,43.675-19.594,43.675-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M495.484,126.257v121.485H181.677V99.097h286.646
C483.3,99.097,495.484,111.28,495.484,126.257z M468.324,412.903H181.677v-24.774c0-4.562-3.697-8.258-8.258-8.258
s-8.258,3.696-8.258,8.258v24.774H43.676c-14.977,0-27.16-12.183-27.16-27.16V126.257c0-14.977,12.183-27.16,27.16-27.16h121.485
v256c0,4.562,3.697,8.258,8.258,8.258s8.258-3.696,8.258-8.258v-90.839h313.806v121.485
C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

105
src/images/flags/BL.svg Normal file
View file

@ -0,0 +1,105 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
<path style="fill:#FFFFFF;" d="M8.258,385.927V126.073c0-19.459,15.775-35.234,35.234-35.234h425.015
c19.459,0,35.234,15.775,35.234,35.234v259.854c0,19.459-15.775,35.234-35.234,35.234H43.492
C24.033,421.161,8.258,405.386,8.258,385.927z"/>
<path style="fill:#FFFFFF;" d="M154.212,241.736c-18.217,0-32.985-14.775-32.985-32.993H77.64
c0,34.272,22.522,63.267,53.571,73.032l-18.629,45.152h41.631v-38.942c12.488-0.333,22.511-10.553,22.511-23.12
C176.723,252.296,166.699,242.068,154.212,241.736z"/>
<path style="fill:#FFFFFF;" d="M357.788,241.736c18.217,0,32.985-14.775,32.985-32.993h43.587
c0,34.272-22.522,63.267-53.571,73.032l18.629,45.152h-41.631v-38.942c-12.488-0.333-22.512-10.553-22.512-23.12
C335.277,252.296,345.301,242.068,357.788,241.736z"/>
</g>
<path style="fill:#ED1F34;" d="M306.175,235.865v20.161c0,8.811-1.325,16.517-3.552,23.251h-93.246
c-2.227-6.733-3.552-14.441-3.552-23.251v-20.161H306.175z"/>
<g>
<path style="fill:#164FCE;" d="M209.377,279.276h93.246C291.202,313.977,256,322.677,256,322.677S220.798,313.977,209.377,279.276z
"/>
<rect x="205.824" y="192.457" style="fill:#164FCE;" width="100.352" height="43.404"/>
</g>
<g>
<path style="fill:#FFE000;" d="M256,149.312c-21.062,0-41.35,3.315-60.371,9.449c0,0.001,10.196,33.702,10.196,33.702h100.351
l10.196-33.701C297.35,152.627,277.062,149.312,256,149.312z"/>
<path style="fill:#FFE000;" d="M256,370.947c-24.836,0-48.043-10.498-64.337-28.616l-8.069,15.868
c-2.068,4.066-7.039,5.687-11.104,3.618c-4.065-2.068-5.685-7.039-3.618-11.104l14-27.53c1.339-2.632,3.979-4.348,6.928-4.503
c2.962-0.155,5.756,1.276,7.362,3.754c12.996,20.037,34.991,31.999,58.839,31.999s45.843-11.962,58.839-31.999
c1.606-2.476,4.411-3.904,7.361-3.754c2.949,0.155,5.589,1.872,6.928,4.503l14,27.53c2.067,4.065,0.447,9.037-3.618,11.104
c-4.064,2.069-9.036,0.448-11.104-3.618l-8.069-15.868C304.043,360.449,280.836,370.947,256,370.947z"/>
</g>
<g>
<path style="fill:#1A1C20;" d="M183.942,211.991c2.214-3.987,0.778-9.014-3.209-11.229l-33.767-18.759
c-3.142-1.745-7.053-1.257-9.672,1.207c-2.617,2.464-3.34,6.339-1.786,9.582l19.512,40.72c-0.197-0.009-0.392-0.024-0.59-0.03
c-0.073-0.001-0.146-0.003-0.219-0.003c-13.635,0-24.727-11.097-24.727-24.735c0-4.561-3.696-8.258-8.258-8.258H77.64
c-0.003,0-0.007,0-0.011,0H58.881c-4.562,0-8.258,3.697-8.258,8.258c0,4.561,3.696,8.258,8.258,8.258h10.909
c2.952,30.749,22.233,57.258,50.531,69.517l-15.372,37.259c-1.052,2.547-0.762,5.451,0.77,7.742
c1.534,2.291,4.107,3.665,6.863,3.665h41.631c4.562,0,8.258-3.697,8.258-8.258v-31.929c13.111-3.795,22.51-15.789,22.51-30.134
c0-5.712-1.497-11.049-4.118-15.647l-19.258-40.188l11.108,6.17C176.699,217.414,181.726,215.977,183.942,211.991z
M168.465,264.865c0,8.119-6.357,14.65-14.473,14.866c-4.474,0.119-8.039,3.78-8.039,8.255v30.684h-21.032l13.922-33.745
c0.883-2.139,0.828-4.551-0.153-6.647c-0.981-2.096-2.796-3.685-5.003-4.38c-25.926-8.155-44.137-30.451-47.3-56.897h27.411
c3.827,18.76,20.429,32.932,40.285,32.993C162.155,250.257,168.465,256.771,168.465,264.865z"/>
<path style="fill:#1A1C20;" d="M453.119,200.485h-18.748c-0.003,0-0.007,0-0.011,0h-43.587c-4.562,0-8.258,3.697-8.258,8.258
c0,13.639-11.092,24.735-24.727,24.735c-0.073,0-0.146,0.001-0.219,0.003c-0.198,0.006-0.393,0.022-0.59,0.03l19.512-40.72
c1.554-3.243,0.831-7.117-1.786-9.582c-2.617-2.464-6.528-2.952-9.672-1.207l-33.767,18.759c-3.987,2.215-5.423,7.243-3.209,11.229
c2.215,3.988,7.245,5.423,11.23,3.209l11.108-6.17l-19.258,40.188c-2.622,4.598-4.119,9.935-4.119,15.647
c0,14.345,9.4,26.339,22.51,30.134v31.929c0,4.561,3.696,8.258,8.258,8.258h41.631c0.009,0,0.017,0,0.022,0
c4.562,0,8.258-3.697,8.258-8.258c0-1.33-0.314-2.588-0.873-3.701l-15.145-36.708c28.298-12.259,47.579-38.768,50.531-69.518
h10.909c4.562,0,8.258-3.697,8.258-8.258C461.377,204.182,457.681,200.485,453.119,200.485z M378.312,273.898
c-2.208,0.694-4.022,2.284-5.003,4.38c-0.981,2.096-1.035,4.508-0.153,6.647l13.921,33.745h-21.032v-30.684
c0-4.475-3.564-8.136-8.039-8.255c-8.115-0.216-14.473-6.746-14.473-14.866c0-8.094,6.308-14.608,14.38-14.87
c19.856-0.062,36.458-14.232,40.285-32.993h27.411C422.448,243.447,404.238,265.743,378.312,273.898z"/>
<path style="fill:#1A1C20;" d="M330.209,163.619c1.542-4.292-0.688-9.022-4.981-10.564c-2.055-0.738-4.122-1.43-6.196-2.101
c-0.091-0.031-0.177-0.069-0.27-0.097c-0.043-0.013-0.086-0.02-0.129-0.032c-20.181-6.479-41.214-9.771-62.634-9.771
s-42.453,3.292-62.634,9.772c-0.043,0.012-0.086,0.019-0.129,0.032c-0.092,0.028-0.179,0.066-0.27,0.097
c-2.073,0.671-4.14,1.363-6.196,2.101c-4.292,1.541-6.523,6.271-4.98,10.564c1.276,3.554,4.738,5.686,8.325,5.443l7.45,24.623
v62.342c0,9.736,1.483,18.247,3.913,25.663c0.009,0.027,0.018,0.056,0.026,0.084c5.397,16.407,15.432,27.429,24.296,34.412
c13.785,10.859,27.634,14.368,28.216,14.512c0.651,0.161,1.316,0.241,1.982,0.241s1.331-0.08,1.982-0.241
c0.582-0.144,14.431-3.652,28.216-14.512c8.864-6.983,18.899-18.005,24.296-34.412c0.009-0.028,0.018-0.056,0.026-0.084
c2.429-7.416,3.913-15.927,3.913-25.663v-62.342l7.449-24.621c0.185,0.012,0.37,0.023,0.555,0.023
C325.822,169.088,328.998,166.989,330.209,163.619z M256,157.569c4.035,0,8.054,0.129,12.056,0.381l-2.647,26.251h-18.852
l-2.647-26.249C247.921,157.699,251.954,157.569,256,157.569z M205.934,164.306c7.088-1.952,14.279-3.487,21.554-4.593l2.47,24.488
h-18.004L205.934,164.306z M256,314.074c-5.967-1.946-23.441-8.932-33.848-26.54h67.696
C279.441,305.142,261.967,312.128,256,314.074z M297.917,256.026c0,5.473-0.586,10.448-1.602,14.991h-80.631
c-1.016-4.543-1.602-9.518-1.602-14.991v-11.904h83.835V256.026z M297.917,227.607h-83.835v-26.888h24.917
c0.026,0.001,0.053,0.003,0.079,0.003c0.025,0,0.051-0.003,0.075-0.003h33.654c0.024,0,0.05,0.003,0.074,0.003
c0.026,0,0.053-0.003,0.079-0.003h24.954v26.888H297.917z M300.046,184.201h-18.039l2.471-24.493
c7.286,1.104,14.488,2.646,21.588,4.601L300.046,184.201z"/>
<path style="fill:#1A1C20;" d="M468.324,82.581H43.676C19.594,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.593,43.676-43.676V126.256
C512,102.173,492.406,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.676
c-14.977,0-27.16-12.183-27.16-27.16V126.256c0-14.976,12.183-27.159,27.16-27.159h424.647c14.977,0,27.16,12.183,27.16,27.159
V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

70
src/images/flags/BM.svg Normal file
View file

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve">
<path style="fill:#ED1F34;" d="M8.258,385.387V126.63c0-19.762,16.021-35.783,35.783-35.783H467.96
c19.762,0,35.783,16.021,35.783,35.783v258.758c0,19.762-16.021,35.783-35.783,35.783H44.041
C24.279,421.17,8.258,405.149,8.258,385.387z"/>
<path style="fill:#103B9B;" d="M256,256.008H8.258V126.354c0-19.61,15.897-35.507,35.507-35.507H256V256.008z"/>
<g>
<path style="fill:#FFFFFF;" d="M256,90.847h-40.196l-83.675,55.784L48.454,90.847c-19.861-0.916-36.997,12.459-39.297,27.397
l82.777,55.184L8.258,229.211v26.797h40.196l83.675-55.784l83.675,55.784H256v-26.797l-83.675-55.784L256,117.644V90.847z"/>
<path style="fill:#FFFFFF;" d="M9.1,118.576c0.015-0.111,0.04-0.221,0.057-0.333l-0.9-0.6L9.1,118.576z"/>
</g>
<path style="fill:#ED1F34;" d="M256,90.847h-26.798l-110.466,73.652l-95.602-63.736C19.819,97.998,11.8,103.449,11.8,111.09
l106.789,71.364L8.258,256.008h26.797l110.472-73.648L256,256.008v-17.484l-110.627-73.926L256,90.847z"/>
<polygon style="fill:#FFFFFF;" points="256,151.131 154.426,151.131 154.426,90.847 109.832,90.847 109.832,151.131 8.258,151.131
8.258,195.724 109.832,195.724 109.832,256.008 154.426,256.008 154.426,195.724 256,195.724 "/>
<polygon style="fill:#ED1F34;" points="256,161.453 144.103,161.453 144.103,90.847 120.155,90.847 120.155,161.453 8.258,161.453
8.258,185.402 120.155,185.402 120.155,256.008 144.103,256.008 144.103,185.402 256,185.402 "/>
<path style="fill:#FFFFFF;" d="M324.817,177.961v100.131c0,41.967,36.622,42.822,55.054,55.964
c18.432-13.142,55.054-13.998,55.054-55.964V177.961H324.817z"/>
<path style="fill:#259245;" d="M324.817,278.091c0,41.967,36.622,42.822,55.054,55.964c18.432-13.142,55.054-13.998,55.054-55.964
H324.817L324.817,278.091z"/>
<path style="fill:#ED1F34;" d="M379.871,209.396c-12.579,0-22.776,10.197-22.776,22.776v45.92h45.55v-45.92
C402.647,219.593,392.45,209.396,379.871,209.396z"/>
<g>
<path style="fill:#1A1C20;" d="M434.925,169.703H324.817c-4.561,0-8.258,3.697-8.258,8.258v100.131
c0,36.452,24.779,47.069,42.87,54.82c5.944,2.547,11.557,4.952,15.647,7.868c1.435,1.023,3.114,1.535,4.794,1.535
s3.359-0.511,4.794-1.535c4.09-2.916,9.704-5.32,15.646-7.868c18.093-7.752,42.871-18.369,42.871-54.82V177.961
C443.183,173.4,439.485,169.703,434.925,169.703z M426.667,278.091c0,25.559-15.228,32.084-32.859,39.64
c-4.706,2.016-9.528,4.083-13.936,6.573c-4.408-2.491-9.23-4.557-13.936-6.573c-17.633-7.554-32.859-14.079-32.859-39.64v-91.873
h93.591V278.091z"/>
<path style="fill:#1A1C20;" d="M468.324,82.583H256.107c-0.036,0-0.07-0.006-0.107-0.006c-0.036,0-0.07,0.004-0.107,0.006H43.676
C19.593,82.583,0,102.177,0,126.26v259.487c0,24.083,19.593,43.676,43.676,43.676h424.648c24.083,0,43.676-19.593,43.676-43.676
V126.26C512,102.177,492.407,82.583,468.324,82.583z M16.516,126.26c0-14.976,12.183-27.16,27.16-27.16h204.066V247.75
l-231.226-0.006V126.26z M495.484,385.747c0,14.976-12.183,27.16-27.16,27.16H43.676c-14.977-0.001-27.16-12.184-27.16-27.16
V264.262L256,264.267c2.19,0,4.291-0.87,5.839-2.419c1.549-1.548,2.419-3.649,2.419-5.839V99.1h204.066
c14.976,0,27.16,12.183,27.16,27.16V385.747z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

54
src/images/flags/BN.svg Normal file
View file

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FFE000;" d="M8.32,123.232v265.408c0,17.92,14.528,32.513,32.513,32.513h430.528
c17.92,0,32.512-14.528,32.512-32.513V123.232c0-17.92-14.528-32.513-32.512-32.513H40.704C22.784,90.72,8.32,105.312,8.32,123.232z
"/>
<polygon style="fill:#333333;" points="503.681,324.704 503.681,388 8.32,255.904 8.32,189.792 "/>
<polygon style="fill:#FFFFFF;" points="503.681,261.408 503.681,324.704 8.32,189.792 8.32,123.808 "/>
<path style="fill:#121B21;" d="M468.288,82.528H43.712C19.584,82.528,0,102.112,0,126.24v259.52
c0,24.128,19.584,43.712,43.712,43.712h424.576c24.128,0,43.712-19.584,43.712-43.712V126.24
C512,102.112,492.416,82.528,468.288,82.528z M43.712,98.977h424.576c14.976,0,27.2,12.224,27.2,27.2v187.712L16.512,183.52v-57.408
C16.512,111.2,28.672,98.977,43.712,98.977z M468.288,412.832H43.712c-14.976,0-27.2-12.224-27.2-27.2V200.608L495.487,331.04
v54.592C495.488,400.609,483.328,412.832,468.288,412.832z"/>
<g>
<path style="fill:#ED1F34;" d="M322.112,248.736c-4.608,0-8.32,3.712-8.32,8.32c0,31.872-25.984,57.92-57.92,57.92
s-57.92-25.984-57.92-57.92c0-4.608-3.712-8.32-8.32-8.32c-4.608,0-8.32,3.712-8.32,8.32c0,41.024,33.408,74.432,74.432,74.432
s74.368-33.408,74.368-74.432C330.432,252.385,326.72,248.736,322.112,248.736z"/>
<path style="fill:#ED1F34;" d="M256,303.776c25.92,0,46.912-21.12,46.912-46.912c0-23.104-16.704-42.304-38.72-46.208v-21.952
c0-4.608-3.712-8.32-8.32-8.32s-8.32,3.712-8.32,8.32v22.016c-21.888,3.904-38.72,23.104-38.72,46.208
C209.088,282.784,230.08,303.776,256,303.776z M256,287.328c-16.832,0-30.4-13.632-30.4-30.4l0,0h60.8l0,0
C286.4,273.696,272.768,287.328,256,287.328z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

47
src/images/flags/BO.svg Normal file
View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="200.946" style="fill:#FFE000;" width="495.484" height="110.108"/>
<path style="fill:#259245;" d="M8.258,385.743c0,19.561,15.857,35.418,35.418,35.418h424.648c19.561,0,35.418-15.857,35.418-35.418
v-74.689H8.258V385.743z"/>
<path style="fill:#ED1F34;" d="M468.324,90.839H43.676c-19.562,0-35.418,15.857-35.418,35.417v74.69h495.484v-74.69
C503.742,106.695,487.884,90.839,468.324,90.839z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.675C19.593,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.593,43.676,43.675,43.676h424.648c24.084,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.407,82.581,468.324,82.581z M43.675,99.097h424.648c14.977,0,27.16,12.183,27.16,27.16v66.431H107.355
c-4.561,0-8.258,3.696-8.258,8.258c0,4.562,3.697,8.258,8.258,8.258h388.129v93.591H16.516v-93.591h57.806
c4.561,0,8.258-3.696,8.258-8.258c0-4.562-3.697-8.258-8.258-8.258H16.516v-66.431C16.516,111.28,28.7,99.097,43.675,99.097z
M468.324,412.903H43.675c-14.976,0-27.159-12.183-27.159-27.16v-66.431h478.968v66.431
C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

56
src/images/flags/BQ.svg Normal file
View file

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#ED1F34;" d="M395.901,7.286H116.099C56.003,7.286,7.286,56.004,7.286,116.099v279.803
c0,60.095,48.717,108.812,108.812,108.812h279.803c60.095,0,108.812-48.717,108.812-108.812V116.099
C504.714,56.004,455.997,7.286,395.901,7.286z"/>
<path style="fill:#103B9B;" d="M31.605,390.072V121.928c0-49.884,40.439-90.323,90.323-90.323h268.144
c49.884,0,90.323,40.439,90.323,90.323v268.144c0,49.884-40.439,90.323-90.323,90.323H121.928
C72.044,480.395,31.605,439.956,31.605,390.072z"/>
<polygon style="fill:#FFFFFF;" points="421.809,256 256,366.539 90.191,256 256,145.461 "/>
<path style="fill:#259245;" d="M321.78,222.286c-33.566,0-60.938,26.482-62.385,59.691H227.45
c-5.163-10.768-16.165-18.204-28.905-18.204c-0.546,0-1.089,0.014-1.628,0.041c-7.196-8.815-18.145-14.446-30.411-14.446
c-19.136,0-35.053,13.704-38.521,31.829l52.571,35.047h150.886l52.664-35.109C382.236,248.323,355.06,222.286,321.78,222.286z"/>
<path style="fill:#ED1F34;" d="M504.714,248.714h-80.699L263.286,141.561V7.286C263.286,3.262,260.024,0,256,0
s-7.286,3.262-7.286,7.286v134.275L87.985,248.714H7.286C3.262,248.714,0,251.976,0,256c0,4.025,3.262,7.286,7.286,7.286h80.699
l160.728,107.152v134.275c0,4.025,3.262,7.286,7.286,7.286c4.024,0,7.286-3.262,7.286-7.286V370.438l160.728-107.152h80.699
c4.024,0,7.286-3.262,7.286-7.286C512,251.976,508.738,248.714,504.714,248.714z M256,357.782L103.327,256L256,154.218L408.673,256
L256,357.782z"/>
<path d="M395.901,512H116.099C52.082,512,0,459.918,0,395.901V116.099C0,52.082,52.082,0,116.099,0h279.803
C459.918,0,512,52.082,512,116.099v279.803C512,459.918,459.918,512,395.901,512z M116.099,14.573
c-55.982,0-101.526,45.544-101.526,101.526v279.803c0,55.981,45.544,101.526,101.526,101.526h279.803
c55.981,0,101.526-45.545,101.526-101.526V116.099c0-55.982-45.544-101.526-101.526-101.526
C395.902,14.573,116.099,14.573,116.099,14.573z"/>
<circle style="fill:#FFE000;" cx="256.05" cy="205.18" r="24.848"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

59
src/images/flags/BR.svg Normal file
View file

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#259245;" d="M503.742,126.073v259.854c0,19.459-15.775,35.234-35.234,35.234H43.492
c-19.459,0-35.234-15.775-35.234-35.234V126.073c0-19.459,15.775-35.234,35.234-35.234h425.015
C487.967,90.839,503.742,106.614,503.742,126.073z"/>
<polygon style="fill:#FFE000;" points="256,374.346 52.301,256 256,137.654 459.699,256 "/>
<circle style="fill:#103B9B;" cx="256" cy="256" r="67.199"/>
<path style="fill:#FFFFFF;" d="M316.031,294.63c-3.06,0-5.999-1.708-7.43-4.642c-9.946-20.411-27.004-36.404-48.031-45.033
c-21.025-8.628-44.396-9.231-65.809-1.696c-4.302,1.508-9.017-0.748-10.531-5.05c-1.513-4.302,0.748-9.017,5.05-10.531
c25.238-8.88,52.784-8.171,77.562,1.996c24.781,10.171,44.884,29.02,56.607,53.076c1.997,4.1,0.294,9.044-3.805,11.042
C318.476,294.361,317.244,294.63,316.031,294.63z"/>
<g>
<path style="fill:#121B21;" d="M463.848,248.86L260.149,130.514c-2.566-1.491-5.731-1.491-8.297,0L48.153,248.86
c-2.545,1.478-4.11,4.198-4.11,7.14c0,2.942,1.566,5.663,4.109,7.14l203.699,118.346c1.283,0.745,2.715,1.118,4.149,1.118
s2.865-0.372,4.149-1.118l142.96-83.059c3.944-2.291,5.283-7.346,2.993-11.289c-2.294-3.945-7.347-5.283-11.289-2.993L256,364.796
L68.74,256L256,147.204L443.26,256l-19.887,11.554c-3.944,2.291-5.283,7.346-2.993,11.289c2.291,3.944,7.345,5.282,11.289,2.993
l32.177-18.695c2.543-1.479,4.109-4.198,4.109-7.14C467.956,253.058,466.391,250.337,463.848,248.86z"/>
<path style="fill:#121B21;" d="M180.539,256c0,41.61,33.851,75.461,75.461,75.461S331.461,297.61,331.461,256
S297.61,180.539,256,180.539S180.539,214.39,180.539,256z M314.945,256c0,32.503-26.443,58.945-58.945,58.945
S197.055,288.502,197.055,256s26.443-58.945,58.945-58.945S314.945,223.497,314.945,256z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.676
c-14.977,0-27.16-12.183-27.16-27.16V126.257c0-14.977,12.183-27.16,27.16-27.16h424.647c14.977,0,27.16,12.183,27.16,27.16
V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

53
src/images/flags/BS.svg Normal file
View file

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="200.946" style="fill:#FFE000;" width="495.484" height="110.108"/>
<g>
<path style="fill:#3DB4EA;" d="M8.258,385.743c0,19.561,15.858,35.418,35.418,35.418h424.648c19.561,0,35.418-15.857,35.418-35.418
v-74.689H8.258V385.743z"/>
<path style="fill:#3DB4EA;" d="M468.324,90.839H43.676c-19.561,0-35.418,15.857-35.418,35.417v74.69h495.484v-74.69
C503.742,106.695,487.885,90.839,468.324,90.839z"/>
</g>
<path style="fill:#333333;" d="M8.258,120.422v271.156c0,12.645,14.093,20.188,24.615,13.173L256,256L32.873,107.248
C22.351,100.234,8.258,107.777,8.258,120.422z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676c-10.548,0-20.234,3.759-27.791,10.008c-0.338,0.252-0.662,0.527-0.962,0.834
C5.786,101.433,0,113.18,0,126.257v259.486c0,13.164,5.863,24.978,15.105,32.992c0.196,0.188,0.401,0.364,0.612,0.53
c7.581,6.334,17.331,10.155,27.96,10.155h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M21.994,402.079c-3.436-4.549-5.478-10.208-5.478-16.336V126.257
c0-6.127,2.041-11.787,5.478-16.336l146.792,97.861c0.012,0.009,0.024,0.017,0.037,0.025L241.113,256l-72.29,48.193
c-0.012,0.008-0.024,0.017-0.037,0.024L21.994,402.079z M260.58,262.871c2.298-1.532,3.678-4.109,3.678-6.871
s-1.38-5.34-3.678-6.871l-59.887-39.925h294.791v93.591H200.693L260.58,262.871z M468.324,99.097c14.977,0,27.16,12.183,27.16,27.16
v66.431H175.919L36.841,99.97c2.185-0.569,4.475-0.873,6.835-0.873H468.324z M468.324,412.903H43.676
c-2.361,0-4.651-0.304-6.835-0.873l139.078-92.718h319.565v66.431C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

73
src/images/flags/BT.svg Normal file
View file

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FFE000;" d="M468.324,90.839H43.676c-19.561,0-35.418,15.858-35.418,35.418v259.487
c0,10.847,4.881,20.548,12.559,27.045L491.183,99.211C485.013,93.992,477.039,90.839,468.324,90.839z"/>
<path style="fill:#FF7900;" d="M491.183,99.211L20.817,412.789c6.169,5.22,14.144,8.373,22.858,8.373h424.648
c19.561,0,35.418-15.857,35.418-35.418V126.257C503.742,115.41,498.861,105.709,491.183,99.211z"/>
<path style="fill:#FFFFFF;" d="M279.515,234.236c32.925,0,59.617,26.691,59.617,59.617s-26.691,59.617-59.617,59.617H139.579
c-12.02,0-21.764-9.745-21.764-21.764c0-12.02,9.745-21.764,21.764-21.764h139.935c8.886,0,16.088-7.203,16.088-16.089
c0-8.886-7.203-16.088-16.088-16.088h-47.028c-32.925,0-59.617-26.691-59.617-59.617s26.691-59.617,59.617-59.617h156.879v21.764
c0,12.02-9.745,21.764-21.764,21.764H232.487c-8.886,0-16.088,7.203-16.088,16.088c0,8.885,7.203,16.088,16.088,16.088
L279.515,234.236z"/>
<g>
<path style="fill:#111A21;" d="M397.623,173.699v-15.168v-8.784c0-4.561-3.697-8.258-8.258-8.258c-4.562,0-8.258,3.697-8.258,8.258
v0.526h-39.223v-11.011c0-4.561-3.696-8.258-8.258-8.258c-4.562,0-8.258,3.697-8.258,8.258v11.011h-6.24v-11.011
c0-4.561-3.696-8.258-8.258-8.258s-8.258,3.697-8.258,8.258v11.011h-6.239v-22.022c0-4.561-3.696-8.258-8.258-8.258
c-4.562,0-8.258,3.697-8.258,8.258v22.022h-6.24v-22.022c0-4.561-3.696-8.258-8.258-8.258c-4.562,0-8.258,3.697-8.258,8.258v22.022
h-24.616c-37.427,0-67.875,30.449-67.875,67.875c0,37.427,30.448,67.875,67.875,67.875h47.029c4.317,0,7.83,3.512,7.83,7.83
c0,4.317-3.512,7.831-7.83,7.831H139.579h-29.471c-4.561,0-8.258,3.697-8.258,8.258c0,4.561,3.697,8.258,8.258,8.258h2.671
c-0.843,1.667-1.535,3.422-2.058,5.248H99.097c-4.561,0-8.258,3.697-8.258,8.258c0,4.561,3.697,8.258,8.258,8.258h11.624
c0.523,1.827,1.214,3.582,2.058,5.248h-2.671c-4.561,0-8.258,3.697-8.258,8.258c0,4.561,3.697,8.258,8.258,8.258h29.471h38.795
v5.505c0,13.66,11.113,24.774,24.774,24.774h22.572c4.561,0,8.258-3.697,8.258-8.258c0-4.561-3.697-8.258-8.258-8.258h-22.572
c-4.554,0-8.258-3.705-8.258-8.258v-5.505h49.548v5.505c0,13.66,11.113,24.774,24.774,24.774h22.572
c4.562,0,8.258-3.697,8.258-8.258c0-4.561-3.696-8.258-8.258-8.258h-22.572c-4.554,0-8.258-3.705-8.258-8.258v-5.505h18.559
c37.427,0,67.876-30.449,67.876-67.875c0-37.427-30.448-67.875-67.876-67.875h-47.029c-4.317,0-7.83-3.512-7.83-7.83
s3.512-7.831,7.83-7.831h92.883v5.519c0,13.66,11.114,24.774,24.774,24.774h22.572c4.562,0,8.258-3.697,8.258-8.258
s-3.696-8.258-8.258-8.258h-22.572c-4.554,0-8.258-3.705-8.258-8.258v-5.519H367.6c14.083,0,25.926-9.749,29.15-22.85
c2.492-1.421,4.175-4.098,4.175-7.172C400.926,177.596,399.625,175.206,397.623,173.699z M381.106,172.036h-14.448
c-4.562,0-8.258,3.697-8.258,8.258s3.696,8.258,8.258,8.258h11.605c-2.473,3.187-6.328,5.248-10.664,5.248H232.485
c-13.424,0-24.346,10.922-24.346,24.347s10.922,24.346,24.346,24.346h47.029c28.32,0,51.36,23.04,51.36,51.359
c0,28.32-23.04,51.359-51.36,51.359H194.89v-0.551c0-4.561-3.697-8.258-8.258-8.258s-8.258,3.697-8.258,8.258v0.551h-38.795
c-7.448,0-13.506-6.059-13.506-13.506c0-7.448,6.058-13.506,13.506-13.506h139.935c13.424,0,24.346-10.922,24.346-24.347
c0-13.424-10.922-24.346-24.346-24.346h-47.029c-28.32,0-51.359-23.04-51.359-51.359c0-28.32,23.039-51.359,51.359-51.359h70.293
c0.765,3.769,4.097,6.606,8.092,6.606c3.995,0,7.327-2.837,8.092-6.606h6.571c0.765,3.769,4.097,6.606,8.092,6.606
s7.328-2.837,8.092-6.606h39.389v5.248H381.106z"/>
<path style="fill:#111A21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.173,0,126.257v259.487
c0,24.083,19.593,43.675,43.676,43.675h424.648c24.082,0,43.675-19.593,43.675-43.676V126.257
C512,102.173,492.406,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.676
c-14.977,0-27.16-12.183-27.16-27.16V126.257c0-14.977,12.183-27.16,27.16-27.16h424.648c14.976,0,27.159,12.183,27.159,27.16
V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

48
src/images/flags/BW.svg Normal file
View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#3DB4EA;" d="M46.245,90.839h419.51c20.98,0,37.987,17.007,37.987,37.987v254.348
c0,20.98-17.007,37.987-37.987,37.987H46.245c-20.98,0-37.987-17.007-37.987-37.987V128.826
C8.258,107.846,25.265,90.839,46.245,90.839z"/>
<rect x="8.258" y="214.71" style="fill:#333333;" width="495.484" height="82.581"/>
<g>
<rect x="8.258" y="187.194" style="fill:#FFFFFF;" width="495.484" height="27.52"/>
<rect x="8.258" y="297.29" style="fill:#FFFFFF;" width="495.484" height="27.52"/>
</g>
<path style="fill:#111A21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M16.516,222.968h478.968v66.065H16.516V222.968z M43.676,99.097h424.647
c14.977,0,27.16,12.183,27.16,27.16v80.195H16.516v-80.195C16.516,111.28,28.7,99.097,43.676,99.097z M468.324,412.903H43.676
c-14.977,0-27.16-12.183-27.16-27.16v-80.195h478.968v80.195C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

81
src/images/flags/BY.svg Normal file
View file

@ -0,0 +1,81 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve">
<path style="fill:#FFFFFF;" d="M96.345,421.07H38.622c-16.769,0-30.363-13.594-30.363-30.363v-265.86
c0-18.833,15.266-34.099,34.099-34.099h53.987V421.07z"/>
<g>
<path style="fill:#ED1F34;" d="M52.302,388.354c-2.031,0-4.062-0.745-5.652-2.236L2.658,344.826
c-0.314-0.29-0.603-0.601-0.867-0.934c-0.263-0.333-0.501-0.684-0.71-1.05c0-0.001-0.001-0.003-0.002-0.003
c-0.001-0.001-0.001-0.003-0.002-0.004c-0.683-1.203-1.067-2.582-1.077-4.022l0,0c0-0.004,0-0.009,0-0.013l0,0
c0-0.004,0-0.008,0-0.012c0-0.001,0-0.001,0-0.002c0-0.003,0-0.007,0-0.01c0-0.001,0-0.002,0-0.003c0-0.003,0-0.008,0-0.012l0,0
v-82.673c0-3.292,1.956-6.271,4.978-7.579c3.022-1.309,6.53-0.696,8.932,1.557l88.086,82.672c1.664,1.561,2.606,3.74,2.606,6.022
c0,2.28-0.943,4.46-2.606,6.022l-44.043,41.338C56.364,387.609,54.334,388.354,52.302,388.354z M20.326,338.758l31.976,30.012
l31.976-30.012l-67.761-63.597v44.521l6-5.631c3.326-3.123,8.553-2.955,11.674,0.37c1.496,1.594,2.237,3.626,2.236,5.653
c-0.001,2.201-0.875,4.396-2.606,6.02L20.326,338.758z"/>
<path style="fill:#ED1F34;" d="M96.173,429.51c-0.008,0-0.017,0-0.022,0H43.677c-11.376,0-22.15-4.358-30.341-12.271
c-0.003-0.003-0.008-0.008-0.012-0.012c-8.591-8.308-13.323-19.456-13.323-31.392v-47.076c0-3.292,1.956-6.271,4.978-7.579
c3.022-1.309,6.533-0.696,8.932,1.557l87.538,82.162c1.822,1.515,2.983,3.799,2.983,6.354
C104.431,425.814,100.734,429.51,96.173,429.51z M32.082,410.401c3.586,1.698,7.529,2.594,11.595,2.594h31.609l-58.769-55.161v28
c0,4.735,1.199,9.272,3.457,13.279l2.543-2.388c3.326-3.123,8.553-2.954,11.674,0.37c1.496,1.594,2.237,3.627,2.236,5.653
c-0.001,2.2-0.875,4.395-2.606,6.02L32.082,410.401z"/>
<path style="fill:#ED1F34;" d="M468.325,429.51H96.151c-2.1,0-4.12-0.8-5.652-2.236L46.65,386.117
c-1.664-1.561-2.606-3.74-2.606-6.022c0-2.28,0.943-4.46,2.606-6.021l37.628-35.317l-37.593-35.282
c-0.02-0.019-0.04-0.036-0.059-0.055l-43.97-41.268c-0.281-0.259-0.542-0.536-0.783-0.83l0,0c-0.001-0.002-0.003-0.003-0.004-0.006
c-0.003-0.003-0.006-0.007-0.009-0.01l0,0c-0.322-0.394-0.604-0.815-0.847-1.257c0-0.001-0.001-0.002-0.001-0.003
c-0.002-0.003-0.004-0.007-0.007-0.011c-0.001-0.002-0.003-0.005-0.004-0.009c0-0.001-0.001-0.001-0.001-0.001
c-0.627-1.155-0.982-2.464-0.999-3.831c0-0.001,0-0.003,0-0.006c0-0.003,0-0.007-0.001-0.01c0-0.004,0-0.009,0-0.014
c0-0.002,0-0.004,0-0.008c0-0.003,0-0.007,0-0.01c0-0.002,0-0.003,0-0.007c0-0.006,0-0.011,0-0.017c0-0.001,0-0.002,0-0.003
c0-0.004,0-0.01,0-0.014c0-0.001,0-0.003,0-0.004c0-0.006,0-0.011,0-0.018V126.348c0-11.933,4.73-23.08,13.319-31.387
c0.003-0.002,0.006-0.004,0.008-0.007c8.191-7.919,18.97-12.281,30.35-12.281h424.647c24.083,0,43.676,19.593,43.676,43.676
v259.487C512.001,409.918,492.407,429.51,468.325,429.51z M99.42,412.994h368.904c14.977,0,27.16-12.183,27.16-27.16V126.348
c0-14.976-12.183-27.16-27.16-27.16H99.419L64.37,132.081l37.627,35.311c1.664,1.561,2.606,3.74,2.606,6.022
c0,2.281-0.943,4.46-2.606,6.022L64.369,214.75l37.628,35.314c1.664,1.56,2.606,3.74,2.606,6.022c0,2.281-0.943,4.46-2.606,6.022
l-37.628,35.315l37.628,35.315c1.664,1.561,2.606,3.74,2.606,6.022c0,2.281-0.943,4.46-2.606,6.022l-37.628,35.317L99.42,412.994z
M20.326,256.085l31.976,30.011l31.975-30.011l-37.592-35.281c-0.02-0.019-0.04-0.036-0.059-0.055l-30.109-28.259v44.519
l5.999-5.631c3.326-3.123,8.553-2.954,11.674,0.37c1.493,1.591,2.234,3.618,2.236,5.64c0.002,2.204-0.872,4.405-2.606,6.033
L20.326,256.085z M20.327,173.415l31.975,30.01l31.975-30.01l-37.604-35.292c-0.008-0.007-0.015-0.013-0.023-0.021l-26.676-25.035
c-2.258,4.007-3.457,8.544-3.457,13.28v27.992l5.998-5.63c3.326-3.12,8.551-2.956,11.673,0.37c1.494,1.591,2.234,3.618,2.236,5.641
c0.002,2.204-0.872,4.404-2.606,6.033L20.327,173.415z M32.084,101.782l20.218,18.975l22.983-21.568H43.677
C39.612,99.188,35.669,100.084,32.084,101.782z"/>
<path style="fill:#ED1F34;" d="M503.743,310.963H96.345V90.748h370.853c20.183,0,36.545,16.362,36.545,36.545V310.963z"/>
</g>
<path style="fill:#259245;" d="M466.806,421.07H96.345V310.963h407.398v73.171C503.743,404.533,487.206,421.07,466.806,421.07z"/>
<path style="fill:#121B21;" d="M468.325,82.671H98.064c-0.555-0.118-1.129-0.182-1.719-0.182s-1.164,0.064-1.719,0.182H43.677
c-24.083,0-43.676,19.594-43.676,43.676v259.487c0,24.083,19.594,43.676,43.676,43.676h424.647
c24.083,0,43.676-19.593,43.676-43.676V126.348C512.001,102.265,492.407,82.671,468.325,82.671z M16.517,385.835V126.348
c0-14.976,12.183-27.16,27.16-27.16h44.41v313.806h-44.41C28.701,412.994,16.517,400.811,16.517,385.835z M468.325,412.994H104.603
v-93.773h57.806c4.562,0,8.258-3.697,8.258-8.258c0-4.561-3.696-8.258-8.258-8.258h-57.806V99.188h363.721
c14.977,0,27.16,12.183,27.16,27.16v176.358H195.442c-4.562,0-8.258,3.697-8.258,8.258c0,4.561,3.696,8.258,8.258,8.258h300.043
v66.613C495.485,400.811,483.302,412.994,468.325,412.994z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

60
src/images/flags/BZ.svg Normal file
View file

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="138.735" style="fill:#103B9B;" width="495.484" height="234.529"/>
<g>
<path style="fill:#ED1F34;" d="M503.742,138.735H8.258v-14.021c0-18.709,15.166-33.876,33.875-33.876h427.734
c18.708,0,33.876,15.166,33.876,33.876V138.735z"/>
<path style="fill:#ED1F34;" d="M469.866,421.161H42.133c-18.708,0-33.875-15.166-33.875-33.876v-14.021h495.484v14.021
C503.742,405.995,488.576,421.161,469.866,421.161z"/>
</g>
<circle style="fill:#FFFFFF;" cx="256" cy="256" r="84.232"/>
<path style="fill:#259245;" d="M256,329.222c-40.374,0-73.221-32.847-73.221-73.222s32.847-73.221,73.221-73.221
s73.222,32.847,73.222,73.221S296.374,329.222,256,329.222z M256,199.295c-31.268,0-56.705,25.437-56.705,56.705
s25.437,56.705,56.705,56.705s56.705-25.438,56.705-56.705S287.267,199.295,256,199.295z"/>
<path style="fill:#FFE000;" d="M232.723,227.444v37.159c0,14.669,12.314,23.18,23.277,26.56
c10.962-3.379,23.277-11.892,23.277-26.56v-37.159H232.723z"/>
<g>
<path style="fill:#121B21;" d="M253.567,299.054c0.793,0.244,1.613,0.367,2.433,0.367s1.641-0.122,2.433-0.367
c14.067-4.337,29.101-15.665,29.101-34.45v-37.159c0-4.562-3.696-8.258-8.258-8.258h-46.553c-4.562,0-8.258,3.696-8.258,8.258
v37.159C224.465,283.389,239.499,294.717,253.567,299.054z M240.981,235.702h30.036v28.901c0,10.454-9.601,15.693-15.019,17.814
c-5.417-2.122-15.019-7.361-15.019-17.814v-28.901H240.981z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M495.484,365.006h-57.806c-4.562,0-8.258,3.696-8.258,8.258s3.696,8.258,8.258,8.258
h57.806v4.22c0,14.977-12.183,27.16-27.16,27.16H43.676c-14.977,0-27.16-12.183-27.16-27.16v-4.22h388.129
c4.562,0,8.258-3.696,8.258-8.258s-3.696-8.258-8.258-8.258H16.516V146.994h478.968V365.006z M495.484,130.477H16.516v-4.22
c0-14.977,12.183-27.16,27.16-27.16h424.647c14.977,0,27.16,12.183,27.16,27.16V130.477z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

66
src/images/flags/CA.svg Normal file
View file

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="118.366" y="90.839" style="fill:#FFFFFF;" width="275.269" height="330.323"/>
<g>
<path style="fill:#ED1F34;" d="M118.366,90.839v330.323H43.751c-19.602,0-35.493-15.891-35.493-35.493V126.332
c0-19.602,15.891-35.493,35.493-35.493H118.366z"/>
<path style="fill:#ED1F34;" d="M503.742,126.332v259.336c0,19.602-15.891,35.493-35.493,35.493h-74.614V90.839h74.614
C487.851,90.839,503.742,106.729,503.742,126.332z"/>
<polygon style="fill:#ED1F34;" points="349.15,210.847 306.621,213.137 278.607,247.431 284.453,189.43 256,157.738
227.547,189.43 233.393,247.431 205.379,213.137 162.85,210.847 165.14,253.376 207.989,288.378 207.989,310.456 304.011,310.456
304.011,288.378 346.86,253.376 "/>
</g>
<path style="fill:#121B21;" d="M356.108,235.225l1.288-23.933c0.126-2.341-0.749-4.626-2.407-6.284s-3.94-2.526-6.284-2.407
l-23.934,1.288c2.269-3.487,1.595-8.196-1.701-10.89c-3.532-2.885-8.734-2.361-11.62,1.17l-11.221,13.736
c-0.001,0.002-0.003,0.003-0.005,0.006l-10.648,13.037l3.094-30.691l1.779-17.655c0.457-4.538-2.851-8.587-7.388-9.044
c-4.231-0.438-8.042,2.426-8.903,6.497l-16.013-17.835c-1.566-1.744-3.8-2.741-6.145-2.741c-2.344,0-4.578,0.996-6.145,2.741
l-16.013,17.835c-0.862-4.073-4.681-6.936-8.903-6.497c-4.539,0.457-7.845,4.507-7.388,9.044l1.779,17.655l3.094,30.691
l-10.648-13.037c-0.002-0.002-0.003-0.003-0.006-0.006l-11.221-13.736c-2.885-3.531-8.089-4.056-11.62-1.17
c-3.297,2.693-3.97,7.403-1.701,10.89l-23.934-1.288c-2.341-0.124-4.626,0.749-6.283,2.407c-1.658,1.658-2.532,3.943-2.407,6.284
l1.288,23.933c-3.487-2.269-8.198-1.594-10.89,1.701c-2.885,3.532-2.361,8.735,1.172,11.621l13.737,11.221
c0.002,0.001,0.003,0.003,0.004,0.004l39.815,32.524v18.159c0,4.562,3.697,8.258,8.258,8.258h39.754v35.548
c0,4.562,3.697,8.258,8.258,8.258c4.561,0,8.258-3.696,8.258-8.258v-35.548h39.753c4.561,0,8.258-3.696,8.258-8.258v-18.159
l39.815-32.524c0.001-0.001,0.003-0.003,0.004-0.004l13.737-11.221c3.532-2.886,4.056-8.088,1.172-11.621
C364.305,233.631,359.596,232.956,356.108,235.225z M338.81,249.289l-40.023,32.693c-1.92,1.569-3.033,3.917-3.033,6.396v13.818
h-79.508v-13.818c0-2.48-1.114-4.827-3.033-6.396l-40.023-32.693l-1.599-29.702l29.702,1.599l25.706,31.469
c2.306,2.822,6.19,3.802,9.556,2.405c3.367-1.395,5.422-4.832,5.056-8.457l-5.481-54.371L256,170.098l19.871,22.133l-5.481,54.371
c-0.364,3.626,1.689,7.062,5.056,8.457c3.367,1.396,7.251,0.418,9.556-2.405l25.706-31.469l29.702-1.599L338.81,249.289z
M468.324,82.581H43.675C19.593,82.581,0,102.174,0,126.257v259.486c0,24.083,19.593,43.676,43.675,43.676h424.648
c24.084,0,43.676-19.594,43.676-43.676V126.257C512,102.174,492.407,82.581,468.324,82.581z M110.108,412.903H43.675
c-14.976,0-27.159-12.183-27.159-27.16V126.257c0-14.977,12.183-27.16,27.159-27.16h66.432V412.903z M495.484,385.743
c0,14.977-12.183,27.16-27.16,27.16h-66.431V167.914c0-4.562-3.697-8.258-8.258-8.258c-4.561,0-8.258,3.696-8.258,8.258v244.989
H126.624V99.097h258.753v35.785c0,4.562,3.697,8.258,8.258,8.258c4.561,0,8.258-3.696,8.258-8.258V99.097h66.431
c14.977,0,27.16,12.183,27.16,27.16V385.743z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

68
src/images/flags/CC.svg Normal file
View file

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#103B9B;" d="M8.258,385.101V126.899c0-19.915,16.145-36.06,36.06-36.06h423.363
c19.915,0,36.06,16.145,36.06,36.06v258.202c0,19.915-16.145,36.06-36.06,36.06H44.318C24.403,421.161,8.258,405.016,8.258,385.101z
"/>
<g>
<path style="fill:#FFE000;" d="M313.92,328.104c-39.823,0-72.105-32.282-72.105-72.105s32.282-72.104,72.105-72.104
c1.198,0,2.388,0.033,3.573,0.089c-11.947-6.718-25.723-10.566-40.405-10.566c-45.608,0-82.581,36.973-82.581,82.58
c0,45.608,36.973,82.582,82.581,82.582c14.682,0,28.458-3.848,40.405-10.566C316.309,328.072,315.118,328.104,313.92,328.104z"/>
<circle style="fill:#FFE000;" cx="110.174" cy="187.865" r="48.998"/>
<circle style="fill:#FFE000;" cx="384.76" cy="156.903" r="16.516"/>
<circle style="fill:#FFE000;" cx="384.76" cy="355.097" r="16.516"/>
<circle style="fill:#FFE000;" cx="434.308" cy="198.194" r="16.516"/>
<circle style="fill:#FFE000;" cx="335.211" cy="239.484" r="16.516"/>
<circle style="fill:#FFE000;" cx="409.534" cy="276.645" r="11.011"/>
</g>
<circle style="fill:#259245;" cx="110.174" cy="176.877" r="21.319"/>
<g>
<path style="fill:#1A1C20;" d="M313.92,192.154c1.023,0,2.061,0.025,3.176,0.079c0.152,0.007,0.301,0.006,0.456,0.01
c4.544-0.02,8.222-3.71,8.222-8.258c0-3.26-1.889-6.079-4.632-7.421c-13.431-7.462-28.651-11.403-44.053-11.403
c-50.088,0-90.839,40.75-90.839,90.838c0,50.089,40.75,90.84,90.839,90.84c15.554,0,30.926-4.02,44.451-11.626
c3.337-1.876,4.947-5.8,3.889-9.48c-1.058-3.681-4.508-6.14-8.333-5.966c-1.114,0.054-2.154,0.079-3.176,0.079
c-35.205,0-63.846-28.642-63.846-63.847S278.715,192.154,313.92,192.154z M233.558,255.999c0,33.291,20.349,61.92,49.261,74.101
c-1.903,0.149-3.816,0.222-5.731,0.222c-40.981,0-74.323-33.342-74.323-74.324c0-40.981,33.341-74.321,74.323-74.321
c1.915,0,3.827,0.074,5.731,0.222C253.907,194.081,233.558,222.709,233.558,255.999z"/>
<path style="fill:#1A1C20;" d="M110.176,147.3c-16.308,0-29.577,13.268-29.577,29.576c0,13.442,9.018,24.812,21.319,28.396v14.912
c0,4.562,3.697,8.258,8.258,8.258c4.561,0,8.258-3.696,8.258-8.258v-14.912c12.301-3.584,21.319-14.954,21.319-28.396
C139.753,160.568,126.485,147.3,110.176,147.3z M110.176,189.938c-7.201,0-13.061-5.859-13.061-13.061
c0-7.201,5.859-13.06,13.061-13.06s13.061,5.859,13.061,13.06C123.237,184.079,117.378,189.938,110.176,189.938z"/>
<path style="fill:#1A1C20;" d="M468.324,82.581H43.675C19.593,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.593,43.676,43.675,43.676h424.648c24.084,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.407,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.675
c-14.976,0-27.159-12.183-27.159-27.16V126.257c0-14.977,12.183-27.16,27.159-27.16h424.648c14.977,0,27.16,12.183,27.16,27.16
V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

69
src/images/flags/CD.svg Normal file
View file

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#3DB4EA;" d="M8.258,384.275V127.725c0-20.372,16.514-36.886,36.886-36.886h421.712
c20.371,0,36.886,16.514,36.886,36.886v256.551c0,20.371-16.515,36.886-36.886,36.886H45.144
C24.772,421.161,8.258,404.646,8.258,384.275z"/>
<path style="fill:#ED1F34;" d="M489.541,97.896L8.258,337.05v48.693c0,11.603,5.579,21.901,14.201,28.362L503.742,174.95v-48.693
C503.742,114.654,498.163,104.354,489.541,97.896z"/>
<g>
<path style="fill:#FFE000;" d="M43.676,421.161h26.44l433.625-215.469V174.95L22.459,414.105
C28.373,418.535,35.718,421.161,43.676,421.161z"/>
<path style="fill:#FFE000;" d="M468.324,90.839h-26.44L8.258,306.308v30.742L489.541,97.896
C483.628,93.465,476.282,90.839,468.324,90.839z"/>
<polygon style="fill:#FFE000;" points="47.897,161.926 82.352,160.146 94.692,127.927 107.032,160.146 141.488,161.926
114.659,183.619 123.613,216.937 94.692,198.125 65.772,216.937 74.726,183.619 "/>
</g>
<g>
<path style="fill:#111A21;" d="M42.704,168.348l22.651,18.315l-7.56,28.132c-0.887,3.303,0.353,6.813,3.122,8.824
c2.767,2.011,6.489,2.107,9.357,0.242l24.419-15.884l24.419,15.883c1.372,0.893,2.938,1.336,4.502,1.336
c1.707,0,3.411-0.529,4.855-1.578c2.768-2.011,4.009-5.521,3.122-8.824l-7.56-28.132l22.651-18.315
c2.66-2.15,3.718-5.719,2.661-8.974c-1.057-3.254-4.011-5.52-7.428-5.696l-29.09-1.502l-10.418-27.203
c-1.223-3.194-4.291-5.304-7.712-5.304c-3.421,0-6.489,2.11-7.712,5.304l-10.418,27.203l-29.09,1.502
c-3.417,0.176-6.371,2.442-7.428,5.696C38.986,162.628,40.044,166.196,42.704,168.348z M82.778,168.394
c3.261-0.168,6.118-2.244,7.286-5.294l4.629-12.085l4.629,12.085c1.168,3.05,4.024,5.124,7.286,5.294l12.922,0.668l-10.063,8.136
c-2.539,2.054-3.63,5.411-2.782,8.564l3.358,12.498l-10.848-7.056c-1.369-0.891-2.937-1.336-4.502-1.336
c-1.567,0-3.134,0.445-4.502,1.336l-10.848,7.056l3.358-12.498c0.848-3.153-0.243-6.511-2.782-8.564l-10.063-8.136L82.778,168.394z
"/>
<path style="fill:#111A21;" d="M495.043,91.744c-0.331-0.297-0.685-0.56-1.056-0.797c-7.211-5.254-16.078-8.366-25.664-8.366
H43.675C19.593,82.581,0,102.174,0,126.257v259.486c0,14.07,6.695,26.599,17.058,34.592c0.249,0.215,0.511,0.411,0.782,0.594
c7.24,5.331,16.175,8.49,25.836,8.49h424.648c24.084,0,43.676-19.594,43.676-43.676V126.257
C512,112.234,505.348,99.741,495.043,91.744z M43.675,99.097h424.648c0.077,0,0.153,0.006,0.23,0.006L16.516,323.725V126.257
C16.516,111.28,28.7,99.097,43.675,99.097z M468.324,412.903H43.675c-0.077,0-0.153-0.005-0.23-0.005l380.57-189.11
c4.084-2.03,5.75-6.986,3.721-11.071c-2.03-4.084-6.987-5.748-11.07-3.721L23.793,404.219c-4.51-4.85-7.277-11.344-7.277-18.476
v-43.574l471.69-234.388c4.511,4.85,7.278,11.345,7.278,18.476v43.574l-49.236,24.467c-4.085,2.03-5.75,6.986-3.721,11.071
c1.442,2.904,4.365,4.585,7.401,4.585c1.234,0,2.488-0.279,3.668-0.864l41.887-20.815v197.468
C495.484,400.72,483.3,412.903,468.324,412.903z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

53
src/images/flags/CF.svg Normal file
View file

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="256" style="fill:#259245;" width="495.484" height="82.581"/>
<path style="fill:#164FCE;" d="M468.324,90.839H43.676c-19.562,0-35.418,15.857-35.418,35.417v47.163h495.484v-47.163
C503.742,106.695,487.884,90.839,468.324,90.839z"/>
<path style="fill:#FFE000;" d="M8.258,385.743c0,19.56,15.855,35.416,35.415,35.418h424.654
c19.56-0.001,35.415-15.858,35.415-35.418v-47.162H8.258V385.743z"/>
<rect x="8.258" y="173.419" style="fill:#FFFFFF;" width="495.484" height="82.581"/>
<rect x="214.71" y="90.839" style="fill:#ED1F34;" width="82.581" height="330.323"/>
<circle style="fill:#FFE000;" cx="71.57" cy="132.129" r="16.516"/>
<path style="fill:#111A21;" d="M468.324,82.581H43.675C19.593,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.593,43.676,43.675,43.676h424.648c24.084,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.407,82.581,468.324,82.581z M206.452,247.742H16.516v-66.065h189.935V247.742z M16.516,264.258h189.935v66.065
H16.516V264.258z M222.968,99.097h66.065v156.881c0,0.008-0.001,0.014-0.001,0.022c0,0.008,0.001,0.014,0.001,0.022v82.538
c0,0.008-0.001,0.014-0.001,0.022s0.001,0.014,0.001,0.022v74.299h-66.065V99.097z M305.548,181.677h189.935v66.065H305.548V181.677
z M495.484,126.257v38.904H305.548V99.097h162.775C483.3,99.097,495.484,111.28,495.484,126.257z M43.675,99.097h162.776v66.065
H16.516v-38.904C16.516,111.28,28.7,99.097,43.675,99.097z M16.516,385.743v-38.904h189.935v66.065H43.675
C28.7,412.903,16.516,400.72,16.516,385.743z M468.324,412.903H305.548v-66.065h132.129c4.561,0,8.258-3.696,8.258-8.258
s-3.697-8.258-8.258-8.258H305.548v-66.065h189.935v66.065H470.71c-4.561,0-8.258,3.696-8.258,8.258s3.697,8.258,8.258,8.258h24.774
v38.904C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

48
src/images/flags/CG.svg Normal file
View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#259245;" d="M43.676,90.839c-19.561,0-35.418,15.857-35.418,35.418v259.486c0,9.868,4.038,18.789,10.548,25.21
L349.591,90.839H43.676z"/>
<path style="fill:#ED1F34;" d="M493.194,101.047L162.409,421.161h305.915c19.561,0,35.418-15.857,35.418-35.418V126.257
C503.742,116.389,499.703,107.469,493.194,101.047z"/>
<path style="fill:#FFE000;" d="M468.324,90.839H349.591L18.806,410.953c6.395,6.309,15.176,10.208,24.87,10.208h118.732
l330.785-320.115C486.799,94.737,478.018,90.839,468.324,90.839z"/>
<path style="fill:#111A21;" d="M499.305,95.505c-0.061-0.067-0.113-0.138-0.176-0.203c-0.216-0.222-0.442-0.428-0.675-0.62
c-7.844-7.488-18.455-12.102-30.13-12.102H43.676C19.593,82.581,0,102.174,0,126.257v259.486c0,11.983,4.854,22.853,12.695,30.752
c0.061,0.067,0.113,0.138,0.176,0.203c0.217,0.224,0.445,0.43,0.679,0.624c7.843,7.485,18.453,12.098,30.125,12.098h424.648
c24.083,0,43.675-19.594,43.675-43.676V126.257C512,114.274,507.146,103.404,499.305,95.505z M16.516,126.257
c0-14.977,12.183-27.16,27.16-27.16h285.507L19.738,398.56c-2.054-3.82-3.222-8.184-3.222-12.816V126.257z M31.602,410.062
L352.933,99.097h115.391c4.336,0,8.434,1.027,12.073,2.841l-321.33,310.966H43.676C39.34,412.903,35.242,411.876,31.602,410.062z
M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H182.817L492.262,113.44c2.053,3.82,3.222,8.184,3.222,12.817V385.743z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

38
src/images/flags/CH.svg Normal file
View file

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect y="85.337" style="fill:#D80027;" width="512" height="341.326"/>
<polygon style="fill:#F0F0F0;" points="356.174,222.609 289.391,222.609 289.391,155.826 222.609,155.826 222.609,222.609
155.826,222.609 155.826,289.391 222.609,289.391 222.609,356.174 289.391,356.174 289.391,289.391 356.174,289.391 "/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 840 B

46
src/images/flags/CI.svg Normal file
View file

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="173.419" y="90.839" style="fill:#FFFFFF;" width="165.161" height="330.323"/>
<path style="fill:#FF7900;" d="M43.676,90.839c-19.561,0-35.418,15.857-35.418,35.417v259.487c0,19.561,15.858,35.418,35.418,35.418
h129.743V90.839H43.676z"/>
<path style="fill:#259245;" d="M468.324,90.839H338.581v330.323h129.743c19.561,0,35.418-15.857,35.418-35.418V126.256
C503.742,106.695,487.884,90.839,468.324,90.839z"/>
<path style="fill:#111A21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.593,43.676,43.676,43.676h424.648c24.083,0,43.675-19.594,43.675-43.676V126.257
C512,102.174,492.407,82.581,468.324,82.581z M16.516,385.743V126.257c0-14.977,12.183-27.16,27.16-27.16h121.485v313.806H43.676
C28.7,412.903,16.516,400.72,16.516,385.743z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H346.839v-24.774
c0-4.562-3.697-8.258-8.258-8.258c-4.561,0-8.258,3.696-8.258,8.258v24.774H181.677V99.097h148.645v256
c0,4.562,3.697,8.258,8.258,8.258c4.561,0,8.258-3.696,8.258-8.258v-256h121.485c14.977,0,27.16,12.183,27.16,27.16V385.743z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

68
src/images/flags/CK.svg Normal file
View file

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#103B9B;" d="M503.742,126.257v259.487c0,19.561-15.857,35.418-35.418,35.418H43.676
c-19.561-0.001-35.418-15.858-35.418-35.419V126.257c0-19.562,15.858-35.418,35.418-35.418h424.648
C487.885,90.839,503.742,106.695,503.742,126.257z"/>
<path style="fill:#FFFFFF;" d="M132.129,200.216L215.804,256H256v-26.797l-83.675-55.784L256,117.636V90.839h-40.196l-83.675,55.784
L48.454,90.839h-4.779c-16.806,0-30.868,11.709-34.498,27.411l82.756,55.169L8.258,229.203V256h40.196L132.129,200.216z"/>
<path style="fill:#ED1F34;" d="M145.528,182.352L256,256v-17.484L145.373,164.59L256,90.839h-26.797l-110.466,73.652L20.818,99.211
c-3.815,3.228-6.941,7.245-9.118,11.804l106.889,71.431L8.258,256h26.797L145.528,182.352z"/>
<polygon style="fill:#FFFFFF;" points="256,151.123 154.426,151.123 154.426,90.839 109.832,90.839 109.832,151.123 8.258,151.123
8.258,195.716 109.832,195.716 109.832,256 154.426,256 154.426,195.716 256,195.716 "/>
<polygon style="fill:#ED1F34;" points="256,161.445 144.103,161.445 144.103,90.839 120.155,90.839 120.155,161.445 8.258,161.445
8.258,185.394 120.155,185.394 120.155,256 144.103,256 144.103,185.394 256,185.394 "/>
<g>
<circle style="fill:#FFFFFF;" cx="379.871" cy="180.026" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="348.975" cy="186.599" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="323.408" cy="205.163" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="307.618" cy="232.525" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="304.315" cy="263.939" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="314.071" cy="293.987" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="335.211" cy="317.462" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="364.071" cy="330.312" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="395.671" cy="330.312" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="424.531" cy="317.462" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="445.671" cy="293.987" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="455.427" cy="263.939" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="452.124" cy="232.525" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="436.334" cy="205.163" r="11.011"/>
<circle style="fill:#FFFFFF;" cx="410.767" cy="186.599" r="11.011"/>
</g>
<path style="fill:#1A1C20;" d="M468.324,429.419H43.676C19.593,429.419,0,409.827,0,385.743V126.256
c0-24.083,19.593-43.675,43.676-43.675h424.648c24.082,0,43.675,19.593,43.675,43.675v259.487
C512,409.827,492.406,429.419,468.324,429.419z M43.676,99.097c-14.977,0-27.16,12.183-27.16,27.159v259.487
c0,14.977,12.183,27.16,27.16,27.16h424.648c14.976,0,27.159-12.183,27.159-27.16V126.256c0-14.976-12.183-27.159-27.16-27.159
H43.676z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

62
src/images/flags/CL.svg Normal file
View file

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FFFFFF;" d="M468.288,90.72H43.712c-19.584,0-35.392,15.872-35.392,35.393v149.824h495.488V126.24
C503.681,106.592,487.872,90.72,468.288,90.72z"/>
<path style="fill:#ED1F34;" d="M8.32,385.632c0,19.52,15.808,35.393,35.392,35.393h424.704c19.52,0,35.392-15.872,35.392-35.393
V255.904H8.32V385.632z"/>
<g>
<path style="fill:#164FCE;" d="M44.16,90.72c-19.84,0-35.904,16.064-35.904,35.904v129.28H173.44V90.72H44.16z"/>
</g>
<polygon style="fill:#FFFFFF;" points="53.824,165.024 81.088,163.616 90.816,138.08 100.608,163.616 127.872,165.024
106.624,182.177 113.728,208.608 90.816,193.697 67.904,208.608 75.008,182.177 "/>
<g>
<path style="fill:#121B21;" d="M48.576,171.424l17.088,13.824l-5.696,21.184c-0.896,3.328,0.384,6.784,3.072,8.832
c2.816,1.984,6.528,2.112,9.408,0.192l18.432-12.032l18.432,12.032c1.408,0.896,2.88,1.28,4.48,1.28c1.728,0,3.392-0.512,4.928-1.6
c2.816-1.984,4.032-5.504,3.072-8.832l-5.696-21.184l17.088-13.824c2.688-2.176,3.712-5.696,2.688-9.024
c-1.088-3.328-4.032-5.504-7.424-5.696l-21.888-1.088l-7.808-20.48c-1.216-3.2-4.288-5.312-7.68-5.312
c-3.392,0-6.528,2.112-7.68,5.312l-7.808,20.48l-21.888,1.088c-3.392,0.192-6.4,2.432-7.424,5.696
C44.928,165.729,45.888,169.312,48.576,171.424z M81.472,171.808c3.328-0.192,6.08-2.176,7.296-5.312l2.112-5.376l2.112,5.376
c1.216,3.008,4.032,5.12,7.296,5.312l5.696,0.32l-4.48,3.584c-2.496,2.112-3.584,5.376-2.816,8.576l1.472,5.632l-4.8-3.072
c-1.408-0.896-2.88-1.28-4.48-1.28c-1.6,0-3.072,0.384-4.48,1.28l-4.8,3.072l1.472-5.632c0.832-3.2-0.192-6.528-2.816-8.576
l-4.48-3.584L81.472,171.808z"/>
<path style="fill:#121B21;" d="M468.288,82.528H43.712C19.584,82.528,0,102.112,0,126.24v259.52
c0,24.128,19.584,43.712,43.712,43.712h424.576c24.128,0,43.712-19.584,43.712-43.712V126.24
C512,102.112,492.416,82.528,468.288,82.528z M43.712,98.977h121.473v148.608H16.512V126.177
C16.512,111.2,28.672,98.977,43.712,98.977z M468.288,412.832H43.712c-14.976,0-27.2-12.224-27.2-27.2V264.223h421.184
c4.608,0,8.32-3.712,8.32-8.32c0-4.608-3.712-8.32-8.32-8.32H181.696V98.977h286.592c14.976,0,27.2,12.224,27.2,27.2v121.473
h-24.833c-4.608,0-8.32,3.712-8.32,8.32c0,4.608,3.712,8.32,8.32,8.32h24.832v121.534
C495.488,400.609,483.328,412.832,468.288,412.832z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

60
src/images/flags/CM.svg Normal file
View file

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="173.419" y="90.839" style="fill:#ED1F34;" width="165.161" height="330.323"/>
<path style="fill:#259245;" d="M43.676,90.839c-19.562,0-35.418,15.857-35.418,35.417v259.487c0,19.561,15.857,35.418,35.418,35.418
h129.743V90.839H43.676z"/>
<g>
<path style="fill:#FFE000;" d="M468.324,90.839H338.581v330.323h129.743c19.561,0,35.418-15.857,35.418-35.418V126.256
C503.742,106.695,487.885,90.839,468.324,90.839z"/>
<polygon style="fill:#FFE000;" points="218.952,247.682 246.23,246.273 256,220.766 265.77,246.273 293.048,247.682
271.808,264.856 278.897,291.234 256,276.341 233.103,291.234 240.192,264.856 "/>
</g>
<g>
<path style="fill:#111A21;" d="M213.761,254.104l17.063,13.795l-5.696,21.191c-0.889,3.303,0.353,6.813,3.122,8.824
c2.767,2.011,6.489,2.106,9.357,0.242L256,286.193l18.393,11.964c1.372,0.893,2.939,1.336,4.503,1.336
c1.707,0,3.41-0.527,4.854-1.578c2.768-2.011,4.01-5.521,3.122-8.824l-5.696-21.191l17.063-13.795
c2.66-2.15,3.718-5.719,2.661-8.973s-4.011-5.52-7.428-5.696l-21.913-1.132l-7.848-20.491c-1.223-3.194-4.29-5.304-7.712-5.304
s-6.489,2.11-7.712,5.304l-7.848,20.491l-21.913,1.132c-3.418,0.176-6.371,2.442-7.428,5.696
C210.042,248.385,211.1,251.954,213.761,254.104z M246.656,254.52c3.262-0.168,6.119-2.244,7.286-5.294l2.058-5.373l2.058,5.373
c1.168,3.05,4.023,5.124,7.286,5.294l5.745,0.297l-4.475,3.617c-2.54,2.053-3.63,5.411-2.782,8.564l1.493,5.557l-4.823-3.138
c-1.369-0.891-2.937-1.336-4.503-1.336s-3.135,0.445-4.503,1.336l-4.823,3.138l1.493-5.557c0.848-3.153-0.243-6.511-2.782-8.564
l-4.475-3.617L246.656,254.52z"/>
<path style="fill:#111A21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M165.161,412.903H43.676c-14.977,0-27.16-12.183-27.16-27.16V126.257
c0-14.977,12.183-27.16,27.16-27.16h121.485V412.903z M330.323,412.903H181.677V99.097h148.645V412.903z M495.484,385.743
c0,14.977-12.183,27.16-27.16,27.16H346.839V99.097h121.485c14.977,0,27.16,12.183,27.16,27.16V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

61
src/images/flags/CN.svg Normal file
View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#ED1F34;" d="M503.742,379.374V132.626c0-23.079-18.708-41.787-41.787-41.787H50.045
c-23.079,0-41.787,18.708-41.787,41.787v246.749c0,23.079,18.708,41.787,41.787,41.787h411.91
C485.034,421.161,503.742,402.453,503.742,379.374z"/>
<g>
<polygon style="fill:#FFE000;" points="56.705,202.047 91.161,200.267 103.501,168.048 115.842,200.267 150.297,202.047
123.468,223.74 132.423,257.059 103.501,238.246 74.58,257.059 83.534,223.74 "/>
<circle style="fill:#FFE000;" cx="201.166" cy="191.609" r="11.402"/>
<circle style="fill:#FFE000;" cx="174.994" cy="146.289" r="11.405"/>
<circle style="fill:#FFE000;" cx="201.166" cy="243.954" r="11.402"/>
<circle style="fill:#FFE000;" cx="174.994" cy="289.286" r="11.405"/>
</g>
<g>
<path style="fill:#121B21;" d="M150.723,193.8l-29.092-1.503l-10.418-27.202c-1.223-3.194-4.291-5.304-7.712-5.304
s-6.489,2.11-7.712,5.304l-10.418,27.202L56.279,193.8c-3.417,0.176-6.371,2.442-7.428,5.696c-1.057,3.254,0.001,6.822,2.661,8.973
l22.651,18.315l-7.56,28.132c-0.887,3.303,0.353,6.813,3.122,8.824c2.767,2.012,6.49,2.107,9.357,0.242l24.419-15.885
l24.419,15.884c1.372,0.893,2.938,1.336,4.502,1.336c1.707,0,3.41-0.527,4.855-1.578c2.768-2.011,4.009-5.521,3.122-8.824
l-7.56-28.132l22.651-18.315c2.66-2.15,3.719-5.719,2.661-8.973C157.094,196.241,154.14,193.976,150.723,193.8z M118.276,217.318
c-2.539,2.054-3.63,5.411-2.782,8.564l3.358,12.497l-10.848-7.056c-1.369-0.891-2.935-1.336-4.502-1.336s-3.134,0.445-4.502,1.336
l-10.848,7.056l3.358-12.497c0.848-3.153-0.243-6.511-2.782-8.564l-10.064-8.137l12.924-0.668c3.261-0.168,6.118-2.244,7.286-5.294
l4.627-12.082l4.629,12.084c1.168,3.05,4.024,5.124,7.286,5.294l12.924,0.668L118.276,217.318z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.593,43.676,43.676,43.676h424.648c24.082,0,43.675-19.594,43.675-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.676
c-14.977,0-27.16-12.183-27.16-27.16V126.257c0-14.977,12.183-27.16,27.16-27.16h424.648c14.976,0,27.159,12.183,27.159,27.16
V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

47
src/images/flags/CO.svg Normal file
View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="256" style="fill:#164FCE;" width="495.484" height="82.581"/>
<path style="fill:#ED1F34;" d="M503.742,338.581H8.258v47.346c0,19.459,15.775,35.234,35.234,35.234h425.015
c19.459,0,35.234-15.775,35.234-35.234V338.581z"/>
<path style="fill:#FFE000;" d="M473.462,90.839H38.538c-16.723,0-30.28,13.556-30.28,30.28V256h495.484V121.118
C503.742,104.395,490.185,90.839,473.462,90.839z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M43.676,99.097h424.647c14.977,0,27.16,12.183,27.16,27.16v121.485H107.355
c-4.562,0-8.258,3.696-8.258,8.258c0,4.562,3.696,8.258,8.258,8.258h388.129v66.065H16.516v-66.065h57.806
c4.562,0,8.258-3.696,8.258-8.258c0-4.562-3.696-8.258-8.258-8.258H16.516V126.257C16.516,111.28,28.7,99.097,43.676,99.097z
M468.324,412.903H43.676c-14.977,0-27.16-12.183-27.16-27.16v-38.904h478.968v38.904C495.484,400.72,483.3,412.903,468.324,412.903
z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

53
src/images/flags/CR.svg Normal file
View file

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
<path style="fill:#103B9B;" d="M503.742,145.892H8.258v-19.528c0-19.62,15.906-35.526,35.526-35.526h424.43
c19.621,0,35.526,15.906,35.526,35.526v19.528H503.742z"/>
<path style="fill:#103B9B;" d="M468.216,421.161H43.784c-19.621,0-35.526-15.906-35.526-35.526v-19.528h495.484v19.528
C503.742,405.255,487.836,421.161,468.216,421.161z"/>
</g>
<rect x="8.258" y="311.054" style="fill:#FFFFFF;" width="495.484" height="55.054"/>
<rect x="8.258" y="200.946" style="fill:#ED1F34;" width="495.484" height="110.108"/>
<rect x="8.258" y="145.892" style="fill:#FFFFFF;" width="495.484" height="55.054"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M16.516,209.204h57.806c4.562,0,8.258-3.696,8.258-8.258
c0-4.562-3.696-8.258-8.258-8.258H16.516v-38.538h478.968v38.538H107.355c-4.562,0-8.258,3.696-8.258,8.258
c0,4.562,3.696,8.258,8.258,8.258h388.129v93.591H16.516V209.204z M43.676,99.097h424.647c14.977,0,27.16,12.183,27.16,27.16v11.377
H16.516v-11.377C16.516,111.28,28.7,99.097,43.676,99.097z M468.324,412.903H43.676c-14.977,0-27.16-12.183-27.16-27.16v-11.377
h421.161c4.562,0,8.258-3.696,8.258-8.258c0-4.562-3.696-8.258-8.258-8.258H16.516v-38.538h478.968v38.538H470.71
c-4.562,0-8.258,3.696-8.258,8.258c0,4.562,3.696,8.258,8.258,8.258h24.774v11.377C495.484,400.72,483.3,412.903,468.324,412.903z"
/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

71
src/images/flags/CU.svg Normal file
View file

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
<rect x="8.32" y="149.275" style="fill:#FFFFFF;" width="495.493" height="73.6"/>
<rect x="8.32" y="288.926" style="fill:#FFFFFF;" width="495.493" height="66.111"/>
</g>
<g>
<path style="fill:#164FCE;" d="M503.681,354.976v33.6c0,17.92-14.528,32.513-32.512,32.513H40.704
c-17.92,0-32.513-14.528-32.513-32.513v-33.6H503.681z"/>
<rect x="8.32" y="222.884" style="fill:#164FCE;" width="495.493" height="66.111"/>
<path style="fill:#164FCE;" d="M503.681,121.632v35.2H8.32v-35.2c0-17.024,13.824-30.784,30.784-30.784h433.792
C489.92,90.72,503.681,104.48,503.681,121.632z"/>
</g>
<path style="fill:#ED1F34;" d="M8.32,119.584v271.553c0,10.624,11.776,22.144,20.608,16.256L256,255.904L28.8,104.48
C20.032,98.592,8.32,108.96,8.32,119.584z"/>
<polygon style="fill:#FFFFFF;" points="50.624,235.488 85.12,233.696 97.408,201.504 109.824,233.696 144.192,235.488
117.376,257.184 126.4,290.528 97.408,271.712 68.48,290.528 77.504,257.184 "/>
<g>
<path style="fill:#121B21;" d="M152.128,232.929c-1.088-3.328-4.032-5.504-7.424-5.696l-29.12-1.472l-10.432-27.2
c-1.216-3.2-4.288-5.312-7.68-5.312c-3.392,0-6.528,2.112-7.68,5.312l-10.433,27.2l-29.12,1.472
c-3.392,0.192-6.4,2.432-7.424,5.697c-1.088,3.328,0,6.784,2.688,9.024l22.72,18.304l-7.616,28.096
c-0.896,3.328,0.384,6.784,3.072,8.832c2.816,1.984,6.528,2.112,9.408,0.192l24.384-15.872l24.384,15.872
c1.408,0.896,2.88,1.28,4.48,1.28c1.728,0,3.392-0.512,4.928-1.6c2.816-1.984,4.032-5.504,3.072-8.832l-7.616-28.096l22.72-18.304
C152.128,239.776,153.216,236.192,152.128,232.929z M112.192,250.784c-2.496,2.112-3.584,5.376-2.816,8.576l3.392,12.48
l-10.816-7.104c-1.408-0.896-2.88-1.28-4.48-1.28c-1.6,0-3.072,0.384-4.48,1.28l-10.816,7.104l3.392-12.48
c0.832-3.2-0.192-6.528-2.816-8.576l-10.112-8.128l12.928-0.704c3.328-0.192,6.08-2.176,7.296-5.312l4.608-12.096l4.608,12.096
c1.216,3.008,4.032,5.12,7.296,5.312l12.928,0.704L112.192,250.784z"/>
<path style="fill:#121B21;" d="M468.288,82.528H43.712C19.584,82.528,0,102.112,0,126.24v259.52
c0,24.128,19.584,43.712,43.712,43.712h424.576c24.128,0,43.712-19.584,43.712-43.712V126.24
C512,102.112,492.416,82.528,468.288,82.528z M22.016,402.016c-3.392-4.48-5.504-10.176-5.504-16.32v-259.52
c0-6.08,1.984-11.776,5.504-16.32l219.072,146.048L22.016,402.016z M260.608,248.992l-26.88-17.92h261.824v49.472H233.729
l26.88-17.92c2.304-1.472,3.712-4.096,3.712-6.912C264.32,252.896,262.913,250.592,260.608,248.992z M209.024,297.184h286.528
v49.472h-360.96L209.024,297.184z M468.288,98.977c14.976,0,27.2,12.224,27.2,27.2v22.4h-24.832c-4.608,0-8.32,3.712-8.32,8.32
c0,4.608,3.712,8.32,8.32,8.32h24.832v49.472H209.024l-74.304-49.472h302.976c4.608,0,8.32-3.712,8.32-8.32
c0-4.608-3.712-8.32-8.32-8.32H109.888L36.864,99.872c2.176-0.576,4.48-0.896,6.784-0.896
C43.648,98.977,468.288,98.977,468.288,98.977z M468.288,412.832H43.712c-2.432,0-4.672-0.32-6.784-0.896l73.024-48.704h385.601
v22.4C495.488,400.609,483.328,412.832,468.288,412.832z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

61
src/images/flags/CV.svg Normal file
View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve">
<path style="fill:#103B9B;" d="M42.947,421.161h426.118c19.154,0,34.681-15.527,34.681-34.681V125.522
c0-19.154-15.527-34.681-34.681-34.681H42.947c-19.154,0-34.681,15.527-34.681,34.681v260.956
C8.266,405.634,23.793,421.161,42.947,421.161z"/>
<rect x="8.258" y="255.999" style="fill:#FFFFFF;" width="495.481" height="82.58"/>
<path style="fill:#ED1F34;" d="M503.739,304.999H8.258c-4.561,0-8.258-3.696-8.258-8.258c0-4.562,3.697-8.258,8.258-8.258h495.481
c4.561,0,8.258,3.696,8.258,8.258C511.997,301.302,508.299,304.999,503.739,304.999z"/>
<path style="fill:#111A21;" d="M468.325,82.583H43.679c-24.083,0-43.675,19.594-43.675,43.676v129.668
c0,0.024-0.003,0.05-0.003,0.074c0,0.024,0.003,0.05,0.003,0.074v82.431c0,0.025-0.003,0.05-0.003,0.074
c0,0.024,0.003,0.05,0.003,0.074v47.088c0,24.083,19.592,43.676,43.675,43.676h424.646c24.083,0,43.676-19.594,43.676-43.676
V126.259C512,102.176,492.408,82.583,468.325,82.583z M43.679,99.099h424.646c14.976,0,27.16,12.183,27.16,27.16v121.484h-24.778
c-4.561,0-8.258,3.696-8.258,8.258c0,4.562,3.697,8.258,8.258,8.258h24.777v66.064H16.519v-66.064h421.155
c4.561,0,8.258-3.696,8.258-8.258s-3.697-8.258-8.258-8.258H16.519V126.259C16.519,111.282,28.704,99.099,43.679,99.099z
M468.325,412.903H43.679c-14.976,0-27.159-12.183-27.159-27.16v-38.904h478.965v38.904
C495.484,400.719,483.301,412.903,468.325,412.903z"/>
<g>
<circle style="fill:#FFE610;" cx="132.668" cy="215.733" r="16.516"/>
<circle style="fill:#FFE610;" cx="85.047" cy="231.203" r="16.516"/>
<circle style="fill:#FFE610;" cx="55.626" cy="271.711" r="16.516"/>
<circle style="fill:#FFE610;" cx="55.626" cy="321.777" r="16.516"/>
<circle style="fill:#FFE610;" cx="85.047" cy="362.274" r="16.516"/>
<circle style="fill:#FFE610;" cx="132.668" cy="377.744" r="16.516"/>
<circle style="fill:#FFE610;" cx="180.278" cy="362.274" r="16.516"/>
<circle style="fill:#FFE610;" cx="209.709" cy="321.777" r="16.516"/>
<circle style="fill:#FFE610;" cx="209.709" cy="271.711" r="16.516"/>
<circle style="fill:#FFE610;" cx="180.278" cy="231.203" r="16.516"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

70
src/images/flags/CW.svg Normal file
View file

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#164FCE;" d="M503.742,126.257v259.487c0,19.561-15.857,35.418-35.418,35.418H43.676
c-19.561-0.001-35.418-15.858-35.418-35.419V126.257c0-19.562,15.858-35.418,35.418-35.418h424.648
C487.885,90.839,503.742,106.695,503.742,126.257z"/>
<rect x="8.258" y="311.054" style="fill:#FFE000;" width="495.484" height="39.639"/>
<g>
<polygon style="fill:#FFFFFF;" points="145.367,204.593 179.822,202.813 192.163,170.594 204.503,202.813 238.959,204.593
212.13,226.285 221.084,259.605 192.163,240.792 163.241,259.605 172.196,226.285 "/>
<polygon style="fill:#FFFFFF;" points="54.503,162.683 80.446,161.343 89.738,137.084 99.03,161.343 124.972,162.683
104.772,179.016 111.514,204.104 89.738,189.939 67.962,204.104 74.704,179.016 "/>
</g>
<g>
<path style="fill:#1A1C20;" d="M239.384,196.346l-29.09-1.503l-10.419-27.203c-1.223-3.194-4.29-5.304-7.712-5.304
s-6.489,2.11-7.712,5.304l-10.418,27.203l-29.092,1.503c-3.418,0.177-6.371,2.442-7.428,5.696
c-1.057,3.254,0.001,6.822,2.661,8.973l22.652,18.315l-7.56,28.131c-0.889,3.304,0.353,6.813,3.122,8.824
c1.445,1.049,3.147,1.577,4.854,1.577c1.565,0,3.131-0.444,4.503-1.336l24.417-15.883l24.419,15.883
c2.867,1.864,6.588,1.769,9.357-0.242c2.768-2.011,4.01-5.52,3.122-8.824l-7.56-28.131l22.651-18.315
c2.66-2.152,3.718-5.72,2.661-8.974C245.755,198.788,242.801,196.522,239.384,196.346z M206.937,219.864
c-2.54,2.054-3.63,5.411-2.782,8.564l3.359,12.498l-10.848-7.057c-1.37-0.891-2.937-1.336-4.503-1.336
c-1.567,0-3.135,0.445-4.503,1.336l-10.847,7.056l3.358-12.497c0.848-3.153-0.243-6.512-2.782-8.564l-10.064-8.137l12.923-0.667
c3.262-0.168,6.119-2.244,7.286-5.294l4.628-12.085l4.629,12.085c1.168,3.05,4.023,5.124,7.286,5.294l12.922,0.667L206.937,219.864
z"/>
<path style="fill:#1A1C20;" d="M125.398,154.436l-20.578-1.063l-7.369-19.243c-1.224-3.194-4.292-5.304-7.713-5.304
s-6.489,2.11-7.712,5.304l-7.369,19.243l-20.578,1.063c-3.418,0.177-6.371,2.442-7.428,5.695c-1.057,3.254,0.001,6.822,2.661,8.974
l16.024,12.955l-5.348,19.901c-0.889,3.304,0.353,6.813,3.122,8.824s6.489,2.106,9.357,0.241l17.271-11.235l17.274,11.236
c1.372,0.892,2.939,1.336,4.503,1.336c1.707,0,3.41-0.529,4.854-1.577c2.768-2.012,4.01-5.521,3.122-8.824l-5.348-19.901
l16.024-12.955c2.66-2.152,3.718-5.72,2.661-8.974C131.769,156.878,128.815,154.613,125.398,154.436z M99.579,172.595
c-2.54,2.054-3.63,5.411-2.782,8.564l1.146,4.266l-3.702-2.409c-1.369-0.891-2.937-1.336-4.503-1.336
c-1.567,0-3.135,0.445-4.503,1.336l-3.702,2.409l1.146-4.266c0.848-3.153-0.243-6.512-2.782-8.564l-3.434-2.777l4.411-0.227
c3.262-0.168,6.119-2.244,7.286-5.294l1.58-4.125l1.58,4.125c1.168,3.05,4.023,5.124,7.286,5.294l4.411,0.227L99.579,172.595z"/>
<path style="fill:#1A1C20;" d="M468.324,82.581H43.676C19.594,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.593,43.676-43.676V126.256
C512,102.173,492.406,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.676
c-14.977,0-27.16-12.183-27.16-27.16V126.256c0-14.976,12.183-27.159,27.16-27.159h424.647c14.977,0,27.16,12.183,27.16,27.159
V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

78
src/images/flags/CX.svg Normal file
View file

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#164FCE;" d="M8.258,389.781V115.763c0-10.654,11.874-17.008,20.738-11.099l455.255,303.504
c5.839,3.892,3.083,12.994-3.934,12.994H39.639C22.308,421.161,8.258,407.112,8.258,389.781z"/>
<g>
<circle style="fill:#FFFFFF;" cx="112.86" cy="214.038" r="13.37"/>
<circle style="fill:#FFFFFF;" cx="112.86" cy="374.487" r="13.37"/>
<circle style="fill:#FFFFFF;" cx="152.972" cy="247.467" r="13.37"/>
<circle style="fill:#FFFFFF;" cx="72.748" cy="280.895" r="13.37"/>
<circle style="fill:#FFFFFF;" cx="132.911" cy="310.977" r="8.913"/>
</g>
<path style="fill:#259245;" d="M37.187,90.839h431.088c19.588,0,35.468,15.88,35.468,35.468v268.746
c0,11.16-12.438,17.816-21.724,11.626L32.329,106.886C25.118,102.078,28.521,90.839,37.187,90.839z"/>
<path style="fill:#1A1C20;" d="M491.174,421.048c-1.575,0-3.166-0.449-4.573-1.388L16.232,106.08
c-3.795-2.53-4.821-7.657-2.29-11.451c2.529-3.795,7.657-4.819,11.451-2.29l470.369,313.58c3.795,2.53,4.82,7.657,2.29,11.451
C496.463,419.756,493.843,421.048,491.174,421.048z"/>
<g>
<path style="fill:#FFE000;" d="M445.798,177.548c11.427,11.427,11.427,29.953,0,41.38c-11.427,11.427-29.953,11.427-41.379,0
L445.798,177.548z"/>
<circle style="fill:#FFE000;" cx="256" cy="256" r="55.989"/>
</g>
<g>
<path style="fill:#259245;" d="M256,278.957c-12.658,0-22.957-10.298-22.957-22.957c0-12.659,10.299-22.957,22.957-22.957
s22.957,10.298,22.957,22.957C278.957,268.659,268.658,278.957,256,278.957z"/>
<path style="fill:#259245;" d="M256,287.215c-17.212,0-31.215-14.003-31.215-31.215s14.003-31.215,31.215-31.215
s31.215,14.003,31.215,31.215S273.212,287.215,256,287.215z M256,241.301c-8.105,0-14.699,6.593-14.699,14.699
s6.594,14.699,14.699,14.699c8.105,0,14.699-6.593,14.699-14.699S264.105,241.301,256,241.301z"/>
</g>
<g>
<path style="fill:#1A1C20;" d="M454.055,149.196c0-4.562-3.697-8.258-8.258-8.258c-4.561,0-8.258,3.696-8.258,8.258v24.932
l-5.655,5.655L415.2,166.886c-1.446-1.119-3.223-1.724-5.051-1.724h-92.948c-4.561,0-8.258,3.696-8.258,8.258
c0,4.562,3.697,8.258,8.258,8.258h90.129l12.78,9.879l-21.531,21.532l-46.026,46.026c-3.225,3.226-3.225,8.454,0,11.679
c1.612,1.612,3.726,2.418,5.839,2.418s4.227-0.806,5.839-2.418l40.837-40.836c5.941,3.769,12.833,5.798,20.041,5.798
c10.021,0,19.443-3.903,26.528-10.989c13.77-13.771,14.574-35.667,2.419-50.391L454.055,149.196L454.055,149.196z M439.958,213.088
c-3.967,3.967-9.24,6.152-14.85,6.152c-2.724,0-5.369-0.515-7.823-1.5l21.181-21.181c0.002-0.002,0.006-0.006,0.008-0.008
l6.127-6.126C447.622,197.99,446.074,206.972,439.958,213.088z"/>
<path style="fill:#1A1C20;" d="M256,191.752c-35.426,0-64.248,28.822-64.248,64.248s28.822,64.248,64.248,64.248
s64.248-28.822,64.248-64.248S291.426,191.752,256,191.752z M256,303.732c-26.319,0-47.732-21.412-47.732-47.732
s21.413-47.732,47.732-47.732c26.319,0,47.732,21.412,47.732,47.732S282.319,303.732,256,303.732z"/>
<path style="fill:#1A1C20;" d="M468.324,82.581H43.676C19.593,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.593,43.676,43.676,43.676h424.648c24.083,0,43.675-19.594,43.675-43.676V126.257
C512,102.174,492.407,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.676
c-14.977,0-27.16-12.183-27.16-27.16V126.257c0-14.977,12.183-27.16,27.16-27.16h424.648c14.976,0,27.159,12.183,27.159,27.16
V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

94
src/images/flags/CY.svg Normal file
View file

@ -0,0 +1,94 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FFFFFF;" d="M8.258,390.882V121.118c0-16.723,13.556-30.28,30.28-30.28h434.925
c16.723,0,30.28,13.556,30.28,30.28v269.763c0,16.723-13.556,30.28-30.28,30.28H38.538C21.815,421.161,8.258,407.605,8.258,390.882z
"/>
<g>
<path style="fill:#134923;" d="M161.76,312.67c-0.504,0-1.012-0.046-1.517-0.141c-8.243-1.54-16.547-3.639-24.682-6.238
c-4.344-1.387-6.741-6.035-5.353-10.38c1.388-4.345,6.036-6.74,10.38-5.353c3.049,0.974,6.123,1.872,9.207,2.689
c-0.849-3.242-1.613-6.492-2.29-9.732c-0.932-4.465,1.932-8.839,6.397-9.771c4.466-0.932,8.839,1.932,9.771,6.397
c1.507,7.223,3.496,14.498,5.909,21.62c0.941,2.778,0.339,5.846-1.582,8.061C166.414,311.649,164.128,312.67,161.76,312.67z"/>
<path style="fill:#134923;" d="M206.781,355.94c-4.277,0-7.896-3.298-8.226-7.632c-0.346-4.547,3.06-8.515,7.607-8.861
c3.18-0.242,6.357-0.562,9.515-0.957c-1.979-2.694-3.88-5.427-5.696-8.189c-2.506-3.811-1.448-8.931,2.363-11.437
c3.811-2.505,8.932-1.448,11.437,2.363c4.034,6.135,8.538,12.128,13.385,17.812c1.902,2.23,2.479,5.301,1.517,8.069
c-0.962,2.768-3.319,4.819-6.194,5.39c-8.189,1.625-16.625,2.775-25.075,3.419C207.204,355.932,206.991,355.94,206.781,355.94z"/>
<path style="fill:#134923;" d="M192.995,335.97c-7.857,0-15.843-0.459-23.763-1.366c-4.531-0.519-7.784-4.614-7.265-9.144
s4.612-7.789,9.144-7.265c3.169,0.363,6.349,0.648,9.524,0.854c-1.434-3.019-2.785-6.061-4.048-9.113
c-1.743-4.215,0.26-9.044,4.475-10.787c4.215-1.745,9.044,0.26,10.787,4.475c2.803,6.779,6.091,13.514,9.769,20.018
c1.44,2.548,1.425,5.667-0.04,8.2c-1.466,2.534-4.161,4.103-7.087,4.125C193.994,335.969,193.494,335.97,192.995,335.97z"/>
<path style="fill:#134923;" d="M242.834,384.228c-1.317,0-2.652-0.316-3.895-0.981c-4.019-2.155-5.532-7.16-3.377-11.18
l8.106-15.122c-44.099-11.785-83.899-37.295-112.978-72.623c-2.898-3.521-2.394-8.726,1.128-11.624
c3.521-2.899,8.726-2.394,11.624,1.128c29.032,35.27,69.62,59.959,114.286,69.519c2.538,0.544,4.673,2.248,5.764,4.604
c1.091,2.355,1.012,5.086-0.214,7.374l-13.159,24.55C248.631,382.648,245.78,384.228,242.834,384.228z"/>
<path style="fill:#134923;" d="M350.24,312.67c-2.37,0.001-4.654-1.021-6.239-2.847c-1.921-2.215-2.524-5.284-1.582-8.061
c2.414-7.123,4.403-14.397,5.909-21.62c0.932-4.465,5.306-7.333,9.77-6.397c4.465,0.932,7.329,5.306,6.397,9.771
c-0.676,3.242-1.441,6.491-2.29,9.732c3.084-0.817,6.158-1.714,9.207-2.689c4.346-1.387,8.991,1.01,10.38,5.353
c1.387,4.345-1.01,8.992-5.353,10.38c-8.135,2.599-16.439,4.697-24.683,6.238C351.253,312.624,350.744,312.67,350.24,312.67z"/>
<path style="fill:#134923;" d="M305.219,355.94c-0.21,0-0.422-0.008-0.635-0.024c-8.45-0.643-16.886-1.794-25.075-3.419
c-2.875-0.57-5.232-2.622-6.194-5.39c-0.962-2.768-0.384-5.839,1.516-8.069c4.849-5.686,9.353-11.679,13.386-17.812
c2.505-3.811,7.627-4.868,11.437-2.363c3.811,2.506,4.869,7.626,2.363,11.437c-1.816,2.76-3.717,5.494-5.696,8.189
c3.159,0.395,6.336,0.715,9.515,0.957c4.547,0.346,7.954,4.313,7.607,8.861C313.115,352.642,309.495,355.94,305.219,355.94z"/>
<path style="fill:#134923;" d="M319.005,335.97c-0.5,0-0.999-0.001-1.497-0.006c-2.926-0.022-5.622-1.591-7.087-4.124
c-1.466-2.534-1.48-5.652-0.04-8.2c3.68-6.507,6.967-13.242,9.769-20.018c1.744-4.216,6.573-6.218,10.787-4.475
c4.215,1.743,6.218,6.573,4.475,10.787c-1.263,3.051-2.614,6.093-4.048,9.113c3.176-0.207,6.355-0.492,9.524-0.854
c4.534-0.516,8.626,2.733,9.144,7.265c0.52,4.531-2.733,8.625-7.265,9.144C334.848,335.511,326.862,335.97,319.005,335.97z"/>
<path style="fill:#134923;" d="M269.166,384.228c-2.945,0.001-5.796-1.58-7.286-4.358l-13.159-24.548
c-1.227-2.288-1.306-5.019-0.214-7.374c1.091-2.355,3.226-4.06,5.764-4.604c44.666-9.561,85.254-34.249,114.286-69.519
c2.898-3.52,8.103-4.027,11.624-1.128c3.521,2.898,4.026,8.103,1.128,11.624c-29.081,35.328-68.88,60.838-112.978,72.623
l8.106,15.122c2.155,4.02,0.642,9.026-3.377,11.18C271.818,383.913,270.482,384.228,269.166,384.228z"/>
</g>
<path style="fill:#F2A643;" d="M378.118,153.915c-2.166-8.107-10.493-12.924-18.6-10.759l-92.526,24.715
c-0.002-0.001-36.884,9.854-36.884,9.854c1.575,4.054,2.439,8.463,2.439,13.074c0,19.968-16.187,36.155-36.155,36.155
c-6.965,0-13.467-1.974-18.986-5.386c0.363,33.091,27.288,59.807,60.463,59.807c31.921,0,58.048-24.733,60.305-56.08
c3.287,5.991,10.328,9.213,17.225,7.371c8.107-2.166,12.924-10.493,10.759-18.6l-7.615-28.509l48.817-13.04
C375.468,170.348,380.284,162.021,378.118,153.915z"/>
<path style="fill:#121B21;" d="M363.448,134.38c-2.04,0-4.079,0.269-6.061,0.798l-92.526,24.715l0.015,0.056
c-1.365,0.304-3.19,0.792-5.78,1.483l-31.121,8.315c-2.267,0.606-4.171,2.148-5.232,4.241c-1.061,2.093-1.183,4.54-0.333,6.728
c1.246,3.209,1.878,6.601,1.878,10.084c0,15.382-12.515,27.897-27.897,27.897c-5.186,0-10.25-1.436-14.642-4.152
c-2.561-1.584-5.782-1.647-8.403-0.168c-2.623,1.481-4.231,4.271-4.198,7.281c0.411,37.482,31.24,67.975,68.721,67.975
c30.923,0,57.568-20.82,65.969-49.474c2.421,0.836,4.997,1.282,7.638,1.282h0.001c2.036,0,4.073-0.268,6.053-0.797
c12.494-3.337,19.943-16.217,16.605-28.711l-5.483-20.531l40.839-10.908c12.494-3.337,19.943-16.217,16.605-28.709
C383.359,141.537,374.046,134.38,363.448,134.38z M369.443,161.309c-0.927,1.603-2.425,2.749-4.214,3.228l-48.817,13.04
c-4.407,1.177-7.024,5.704-5.847,10.11l7.615,28.509c0.988,3.695-1.216,7.504-4.911,8.492c-0.59,0.157-1.192,0.238-1.79,0.238
c-2.521,0-4.845-1.38-6.064-3.602c-1.761-3.21-5.424-4.876-9.001-4.097c-3.577,0.782-6.212,3.824-6.475,7.475
c-1.954,27.148-24.826,48.415-52.068,48.415c-24.05,0-44.493-16.526-50.455-38.817c2.938,0.606,5.944,0.914,8.976,0.914
c24.489,0,44.413-19.924,44.413-44.413c0-2.439-0.196-4.854-0.586-7.229c10.637-2.842,28.211-7.537,28.867-7.711
c0.012-0.003,0.024-0.007,0.036-0.01l92.526-24.715c0.593-0.159,1.198-0.239,1.799-0.239c3.13,0,5.882,2.117,6.691,5.15
C370.619,157.836,370.371,159.704,369.443,161.309z M468.324,82.581H43.675C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.675,43.676h424.648c24.084,0,43.676-19.593,43.676-43.676V126.256
C512,102.173,492.407,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.675
c-14.976,0-27.159-12.183-27.159-27.16V126.256c0-14.976,12.183-27.159,27.159-27.159h424.648c14.977,0,27.16,12.183,27.16,27.159
V385.743z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.7 KiB

49
src/images/flags/CZ.svg Normal file
View file

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#ED1F34;" d="M19.599,411.711c6.319,5.862,14.778,9.451,24.076,9.451h424.648
c19.561,0,35.418-15.858,35.418-35.418V256h-297.29L19.599,411.711z"/>
<path style="fill:#FFFFFF;" d="M468.324,90.839H43.676c-9.3,0-17.757,3.588-24.076,9.452L206.452,256h297.29V126.257
C503.742,106.695,487.884,90.839,468.324,90.839z"/>
<path style="fill:#103B9B;" d="M19.599,100.29c-6.973,6.469-11.341,15.706-11.341,25.967v259.487
c0,10.261,4.368,19.498,11.341,25.967L206.452,256L19.599,100.29z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676c-11.308,0-21.625,4.321-29.39,11.396c-0.243,0.205-0.476,0.428-0.698,0.665
C5.228,102.604,0,113.827,0,126.257v259.487c0,12.447,5.242,23.686,13.625,31.648c0.193,0.203,0.392,0.393,0.6,0.573
c7.772,7.11,18.113,11.454,29.452,11.454h424.648c24.083,0,43.675-19.593,43.675-43.676V126.257
C512,102.173,492.407,82.581,468.324,82.581z M20.634,400.098c-2.606-4.168-4.118-9.087-4.118-14.355V126.257
c0-5.268,1.513-10.186,4.118-14.355L193.553,256L20.634,400.098z M468.324,412.903H43.676c-3.61,0-7.056-0.714-10.21-1.998
l175.975-146.647h195.204c4.561,0,8.258-3.697,8.258-8.258c0-4.561-3.697-8.258-8.258-8.258H209.441L33.466,101.095
c3.153-1.285,6.6-1.998,10.21-1.998h424.648c14.976,0,27.159,12.183,27.159,27.16v121.485h-57.806c-4.561,0-8.258,3.697-8.258,8.258
c0,4.561,3.697,8.258,8.258,8.258h57.806v121.485C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

46
src/images/flags/DE.svg Normal file
View file

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="200.946" style="fill:#ED1F34;" width="495.484" height="110.108"/>
<path style="fill:#FFE000;" d="M8.258,385.743c0,19.561,15.858,35.418,35.418,35.418h424.648c19.561,0,35.418-15.858,35.418-35.418
v-74.689H8.258V385.743z"/>
<path style="fill:#333333;" d="M468.324,90.839H43.676c-19.561,0-35.418,15.857-35.418,35.418v74.689h495.484v-74.689
C503.742,106.695,487.885,90.839,468.324,90.839z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.173,0,126.257v259.487
c0,24.083,19.593,43.675,43.676,43.675h424.648c24.082,0,43.675-19.593,43.675-43.676V126.257
C512,102.173,492.406,82.581,468.324,82.581z M43.676,99.097h424.648c14.976,0,27.159,12.183,27.159,27.16v66.431H16.516v-66.431
C16.516,111.28,28.7,99.097,43.676,99.097z M468.324,412.903H43.676c-14.977,0-27.16-12.183-27.16-27.16v-66.431h388.129
c4.562,0,8.258-3.697,8.258-8.258c0-4.561-3.696-8.258-8.258-8.258H16.516v-93.591h478.968v176.539
C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

63
src/images/flags/DJ.svg Normal file
View file

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#259245;" d="M20.818,412.789c6.169,5.22,14.144,8.373,22.858,8.373h424.648c19.561,0,35.418-15.857,35.418-35.418
V256H256.001L20.818,412.789z"/>
<path style="fill:#3DB4EA;" d="M468.324,90.839H43.676c-8.714,0-16.689,3.153-22.858,8.373L256,256h247.742V126.256
C503.742,106.695,487.885,90.839,468.324,90.839z"/>
<path style="fill:#FFFFFF;" d="M20.817,99.211c-7.678,6.497-12.559,16.199-12.559,27.045v259.487
c0,10.847,4.881,20.548,12.56,27.045L256,256L20.817,99.211z"/>
<polygon style="fill:#ED1F34;" points="50.649,239.985 85.105,238.204 97.445,205.986 109.785,238.204 144.241,239.985
117.412,261.677 126.366,294.997 97.445,276.184 68.524,294.997 77.478,261.677 "/>
<g>
<path style="fill:#111A21;" d="M152.095,237.434c-1.057-3.254-4.011-5.52-7.428-5.696l-29.09-1.503l-10.419-27.202
c-1.223-3.194-4.29-5.304-7.712-5.304c-3.422,0-6.489,2.11-7.712,5.304l-10.419,27.202l-29.09,1.503
c-3.418,0.176-6.371,2.442-7.428,5.696c-1.057,3.254,0.001,6.822,2.661,8.973l22.652,18.315l-7.561,28.132
c-0.889,3.303,0.353,6.813,3.122,8.824c2.768,2.011,6.489,2.105,9.357,0.242l24.419-15.885l24.419,15.884
c1.372,0.892,2.939,1.336,4.503,1.336c1.707,0,3.41-0.527,4.854-1.578c2.768-2.011,4.01-5.521,3.122-8.824l-7.561-28.132
l22.652-18.315C152.094,244.256,153.152,240.687,152.095,237.434z M112.219,255.256c-2.54,2.054-3.63,5.411-2.782,8.564
l3.359,12.497l-10.848-7.056c-1.369-0.891-2.937-1.336-4.503-1.336c-1.567,0-3.135,0.445-4.503,1.336l-10.848,7.056l3.359-12.497
c0.848-3.153-0.243-6.511-2.782-8.564l-10.064-8.137l12.922-0.668c3.262-0.168,6.118-2.244,7.286-5.294l4.629-12.085l4.629,12.085
c1.169,3.05,4.023,5.124,7.286,5.294l12.922,0.668L112.219,255.256z"/>
<path style="fill:#111A21;" d="M468.324,82.581H43.676c-10.581,0-20.294,3.784-27.862,10.069c-0.294,0.224-0.577,0.462-0.841,0.729
C5.807,101.391,0,113.155,0,126.257v259.486c0,13.164,5.863,24.978,15.105,32.992c0.196,0.188,0.401,0.364,0.612,0.53
c7.581,6.334,17.331,10.155,27.96,10.155h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M21.994,402.079c-3.436-4.549-5.478-10.208-5.478-16.336V126.257
c0-6.127,2.041-11.787,5.478-16.336L241.113,256L21.994,402.079z M468.324,412.903H43.676c-2.361,0-4.651-0.304-6.835-0.873
l221.659-147.772h146.146c4.562,0,8.258-3.696,8.258-8.258c0-4.562-3.696-8.258-8.258-8.258H258.499L36.841,99.97
c2.185-0.569,4.475-0.873,6.835-0.873h424.647c14.977,0,27.16,12.183,27.16,27.16v121.485h-57.806
c-4.562,0-8.258,3.696-8.258,8.258c0,4.562,3.696,8.258,8.258,8.258h57.806v121.485C495.484,400.72,483.3,412.903,468.324,412.903z
"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

50
src/images/flags/DK.svg Normal file
View file

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#ED1F34;" d="M469.058,421.161H42.942c-19.155,0-34.684-15.528-34.684-34.684V125.523
c0-19.155,15.528-34.684,34.684-34.684h426.116c19.155,0,34.684,15.528,34.684,34.684v260.955
C503.742,405.633,488.213,421.161,469.058,421.161z"/>
<polygon style="fill:#FFFFFF;" points="503.742,232.052 219.546,232.052 219.546,90.839 171.649,90.839 171.649,232.052
8.258,232.052 8.258,279.948 171.649,279.948 171.649,421.161 219.546,421.161 219.546,279.948 503.742,279.948 "/>
<path style="fill:#121B21;" d="M468.324,82.581H43.675C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.675,43.676h424.648c24.084,0,43.676-19.593,43.676-43.676V126.256
C512,102.173,492.407,82.581,468.324,82.581z M495.484,126.256v97.538h-57.806c-4.561,0-8.258,3.697-8.258,8.258
s3.697,8.258,8.258,8.258h57.806v31.381H219.547c-4.561,0-8.258,3.697-8.258,8.258v132.955h-31.381V279.948
c0-4.561-3.697-8.258-8.258-8.258H16.516V240.31H171.65c4.561,0,8.258-3.697,8.258-8.258V99.097h31.381v132.955
c0,4.561,3.697,8.258,8.258,8.258h185.098c4.561,0,8.258-3.697,8.258-8.258s-3.697-8.258-8.258-8.258h-176.84V99.097h240.52
C483.3,99.097,495.484,111.28,495.484,126.256z M43.675,99.097h119.716v124.697H16.516v-97.538
C16.516,111.28,28.7,99.097,43.675,99.097z M16.516,385.743v-97.537h146.876v124.697H43.675
C28.7,412.903,16.516,400.72,16.516,385.743z M468.324,412.903H227.805V288.206h267.679v97.537
C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

62
src/images/flags/DM.svg Normal file
View file

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#259245;" d="M475.114,421.161H36.886c-15.81,0-28.628-12.818-28.628-28.628V119.467
c0-15.81,12.818-28.628,28.628-28.628h438.228c15.81,0,28.628,12.818,28.628,28.628v273.067
C503.742,408.344,490.924,421.161,475.114,421.161z"/>
<g>
<polygon style="fill:#FFFFFF;" points="503.742,256 503.742,288.757 288.757,288.757 288.757,421.161 256,421.161 256,256 "/>
<rect x="256" y="90.839" style="fill:#FFFFFF;" width="32.757" height="132.404"/>
<rect x="8.258" y="256" style="fill:#FFFFFF;" width="214.985" height="32.757"/>
</g>
<polygon style="fill:#FFE000;" points="256,223.243 256,90.839 223.243,90.839 223.243,223.243 8.258,223.243 8.258,256
223.243,256 223.243,421.161 256,421.161 256,256 503.742,256 503.742,223.243 "/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.593,43.676,43.676,43.676h424.648c24.083,0,43.675-19.594,43.675-43.676V126.257
C512,102.174,492.407,82.581,468.324,82.581z M16.516,126.257c0-14.977,12.183-27.16,27.16-27.16h171.31v115.888H16.516V126.257z
M214.986,412.903H43.676c-14.977,0-27.16-12.183-27.16-27.16v-88.728h198.47V412.903z M247.742,412.903h-16.24V288.757
c0-4.562-3.697-8.258-8.258-8.258H16.516v-16.241h231.226V412.903z M247.742,247.742H16.516v-16.241h206.728
c4.561,0,8.258-3.696,8.258-8.258V99.097h16.24V247.742z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H297.015V297.015
h198.469V385.743z M495.484,280.499H288.757c-4.561,0-8.258,3.696-8.258,8.258v124.146h-16.241V264.258h231.226V280.499z
M495.484,214.985h-57.806c-4.561,0-8.258,3.696-8.258,8.258c0,4.562,3.697,8.258,8.258,8.258h57.806v16.241H264.258V99.097H280.5
v124.146c0,4.562,3.697,8.258,8.258,8.258h115.887c4.561,0,8.258-3.696,8.258-8.258c0-4.562-3.697-8.258-8.258-8.258h-107.63V99.097
h171.309c14.977,0,27.16,12.183,27.16,27.16V214.985z"/>
<circle style="fill:#ED1F34;" cx="256" cy="256" r="72.671"/>
<path style="fill:#121B21;" d="M256,336.929c-44.624,0-80.929-36.305-80.929-80.929s36.305-80.929,80.929-80.929
s80.929,36.305,80.929,80.929S300.624,336.929,256,336.929z M256,191.587c-35.517,0-64.413,28.896-64.413,64.413
c0,35.517,28.896,64.413,64.413,64.413c35.517,0,64.413-28.896,64.413-64.413S291.517,191.587,256,191.587z"/>
<path style="fill:#259245;" d="M256,303.897c-26.41,0-47.897-21.486-47.897-47.897S229.59,208.103,256,208.103
S303.897,229.59,303.897,256S282.41,303.897,256,303.897z M256,224.619c-17.303,0-31.381,14.077-31.381,31.381
s14.077,31.381,31.381,31.381s31.381-14.077,31.381-31.381S273.303,224.619,256,224.619z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

51
src/images/flags/DO.svg Normal file
View file

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#ED1F34;" d="M8.258,256v129.743c0,19.561,15.858,35.418,35.418,35.418H256V256H8.258z"/>
<path style="fill:#103B9B;" d="M256,421.161h212.324c19.561,0,35.418-15.857,35.418-35.418V256H256V421.161z"/>
<path style="fill:#ED1F34;" d="M468.324,90.839H256V256h247.742V126.256C503.742,106.695,487.885,90.839,468.324,90.839z"/>
<path style="fill:#103B9B;" d="M256,90.839H43.676c-19.561,0-35.418,15.857-35.418,35.417V256H256V90.839z"/>
<polygon style="fill:#FFFFFF;" points="8.258,223.243 223.242,223.243 223.242,90.839 288.757,90.839 288.757,223.243
503.742,223.243 503.742,288.757 288.757,288.757 288.757,421.161 223.242,421.161 223.242,288.757 8.258,288.757 "/>
<circle style="fill:#259245;" cx="256" cy="256" r="19.269"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.593,43.676,43.676,43.676h424.648c24.082,0,43.675-19.594,43.675-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M495.484,126.257v88.728H297.015V99.097h171.309
C483.3,99.097,495.484,111.28,495.484,126.257z M43.676,99.097h171.309v115.888H74.323c-4.561,0-8.258,3.696-8.258,8.258
c0,4.562,3.697,8.258,8.258,8.258h148.919c4.561,0,8.258-3.696,8.258-8.258V99.097h48.999v124.146c0,4.562,3.696,8.258,8.258,8.258
h206.727v48.998H288.757c-4.562,0-8.258,3.696-8.258,8.258v124.146H231.5V288.757c0-4.562-3.697-8.258-8.258-8.258H16.516v-48.998
H41.29c4.561,0,8.258-3.696,8.258-8.258c0-4.562-3.697-8.258-8.258-8.258H16.516v-88.728C16.516,111.28,28.7,99.097,43.676,99.097z
M16.516,385.743v-88.728h198.468v115.888H43.676C28.7,412.903,16.516,400.72,16.516,385.743z M468.324,412.903H297.015V297.015
h198.469v88.728C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

71
src/images/flags/DZ.svg Normal file
View file

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#259245;" d="M43.676,90.839c-19.561,0-35.418,15.857-35.418,35.417v259.487c0,19.561,15.858,35.418,35.418,35.418
H256V90.839H43.676z"/>
<path style="fill:#FFFFFF;" d="M468.324,90.839H256v330.323h212.324c19.561,0,35.418-15.857,35.418-35.418V126.256
C503.742,106.695,487.885,90.839,468.324,90.839z"/>
<g>
<path style="fill:#ED1F34;" d="M295.809,342.959c-48.026,0-86.959-38.933-86.959-86.959s38.933-86.959,86.959-86.959
c23.684,0,45.145,9.481,60.828,24.839c-20.789-33.429-57.836-55.695-100.1-55.695c-65.067,0-117.815,52.747-117.815,117.815
s52.747,117.815,117.815,117.815c42.263,0,79.309-22.267,100.1-55.696C340.955,333.478,319.494,342.959,295.809,342.959z"/>
<polygon style="fill:#ED1F34;" points="344.349,216.356 345.858,245.545 373.152,256 345.858,266.455 344.349,295.644
325.972,272.916 297.745,280.501 313.682,256 297.745,231.499 325.972,239.084 "/>
</g>
<g>
<path style="fill:#111A21;" d="M376.106,248.288l-22.279-8.532l-1.23-23.825c-0.176-3.417-2.442-6.371-5.696-7.428
c-3.249-1.057-6.822,0.001-8.973,2.661l-15,18.552l-23.04-6.192c-3.303-0.886-6.811,0.353-8.824,3.122
c-2.011,2.768-2.107,6.49-0.242,9.357L303.831,256l-13.008,19.999c-1.865,2.867-1.769,6.589,0.242,9.357
c2.012,2.769,5.526,4.01,8.824,3.122l23.04-6.192l15,18.552c1.597,1.974,3.973,3.067,6.423,3.067c0.851,0,1.712-0.132,2.55-0.405
c3.254-1.057,5.52-4.011,5.696-7.428l1.23-23.825l22.279-8.532c3.194-1.223,5.304-4.291,5.304-7.712
C381.41,252.58,379.301,249.511,376.106,248.288z M342.903,258.743c-3.05,1.168-5.124,4.024-5.294,7.286l-0.395,7.657l-4.82-5.962
c-1.591-1.969-3.966-3.066-6.421-3.066c-0.712,0-1.434,0.092-2.143,0.283l-7.405,1.991l4.181-6.428c1.78-2.737,1.78-6.267,0-9.006
l-4.181-6.428l7.405,1.991c3.15,0.845,6.511-0.243,8.564-2.782l4.82-5.962l0.395,7.657c0.168,3.261,2.244,6.118,5.294,7.286
l7.16,2.743L342.903,258.743z"/>
<path style="fill:#111A21;" d="M361.806,311.678c-3.261-2.616-7.96-2.383-10.946,0.542c-14.803,14.498-34.352,22.482-55.049,22.482
c-43.396,0-78.7-35.305-78.7-78.7s35.305-78.7,78.7-78.7c20.696,0,40.247,7.984,55.05,22.481c2.985,2.924,7.684,3.158,10.945,0.542
c3.26-2.616,4.052-7.254,1.845-10.803c-23.208-37.317-63.25-59.593-107.113-59.593c-30.586,0-60.082,11.091-83.059,31.23
c-22.756,19.947-37.593,47.356-41.777,77.18c-0.634,4.517,2.514,8.692,7.03,9.325c4.523,0.636,8.692-2.514,9.325-7.03
c7.535-53.696,54.171-94.188,108.48-94.188c20.629,0,40.287,5.673,57.18,16.018c-5.846-1.11-11.838-1.678-17.909-1.678
c-52.503,0-95.217,42.714-95.217,95.217s42.714,95.217,95.217,95.217c6.071,0,12.061-0.568,17.907-1.678
c-16.893,10.347-36.549,16.018-57.178,16.018c-54.309,0-100.945-40.492-108.479-94.188c-0.633-4.517-4.806-7.657-9.325-7.03
c-4.517,0.634-7.665,4.808-7.03,9.325c4.184,29.823,19.021,57.233,41.777,77.18c22.974,20.139,52.472,31.23,83.057,31.23
c43.862,0,83.905-22.277,107.113-59.592C365.857,318.932,365.066,314.293,361.806,311.678z"/>
<path style="fill:#111A21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.676,43.676h424.648c24.082,0,43.675-19.593,43.675-43.676V126.256
C512,102.173,492.406,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.676
c-14.977,0-27.16-12.183-27.16-27.16V126.256c0-14.976,12.183-27.159,27.16-27.159h424.648c14.976,0,27.159,12.183,27.159,27.159
V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

62
src/images/flags/EC.svg Normal file
View file

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="256" style="fill:#164FCE;" width="495.484" height="82.581"/>
<path style="fill:#ED1F34;" d="M503.742,338.581H8.258v48.998c0,18.548,15.035,33.583,33.583,33.583h428.318
c18.548,0,33.583-15.035,33.583-33.583V338.581z"/>
<path style="fill:#FFE000;" d="M471.26,90.839H40.74c-17.939,0-32.482,14.543-32.482,32.482V256h495.484V123.32
C503.742,105.382,489.199,90.839,471.26,90.839z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.675C19.593,82.581,0,102.174,0,126.257v259.486
c0,24.083,19.593,43.676,43.675,43.676h424.648c24.084,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.407,82.581,468.324,82.581z M16.516,264.258h478.968v66.065H16.516V264.258z M43.675,99.097h424.648
c14.977,0,27.16,12.183,27.16,27.16v121.485H16.516V126.257C16.516,111.28,28.7,99.097,43.675,99.097z M468.324,412.903H43.675
c-14.976,0-27.159-12.183-27.159-27.16v-38.904h478.968v38.904C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<path style="fill:#FFE000;" d="M183.264,228.647v58.607c0,10.914,8.848,19.762,19.762,19.762h105.947
c10.914,0,19.762-8.848,19.762-19.762v-58.607H183.264z"/>
<path style="fill:#121B21;" d="M308.974,315.275H203.026c-15.45,0-28.02-12.57-28.02-28.02v-58.608c0-4.562,3.697-8.258,8.258-8.258
h145.471c4.561,0,8.258,3.696,8.258,8.258v58.608C336.994,302.705,324.424,315.275,308.974,315.275z M191.522,236.905v50.35
c0,6.343,5.161,11.504,11.504,11.504h105.948c6.343,0,11.504-5.162,11.504-11.504v-50.35L191.522,236.905L191.522,236.905z"/>
<ellipse style="fill:#3DB4EA;" cx="256" cy="256" rx="41.929" ry="51.013"/>
<g>
<path style="fill:#121B21;" d="M256,315.274c-27.674,0-50.189-26.59-50.189-59.274s22.515-59.274,50.189-59.274
s50.189,26.59,50.189,59.274S283.674,315.274,256,315.274z M256,213.242c-18.567,0-33.673,19.182-33.673,42.758
s15.106,42.758,33.673,42.758s33.673-19.182,33.673-42.758S274.567,213.242,256,213.242z"/>
<path style="fill:#121B21;" d="M256,298.758c-4.561,0-8.258,3.696-8.258,8.258v31.565c0,4.562,3.697,8.258,8.258,8.258
c4.561,0,8.258-3.696,8.258-8.258v-31.565C264.258,302.454,260.561,298.758,256,298.758z"/>
<path style="fill:#121B21;" d="M328.736,175.438h-57.321c-2.648,0-5.135,1.27-6.689,3.416L256,190.903l-8.726-12.05
c-1.554-2.145-4.041-3.416-6.689-3.416h-57.321c-4.561,0-8.258,3.696-8.258,8.258c0,4.562,3.697,8.258,8.258,8.258h53.104
l12.942,17.873c1.554,2.145,4.041,3.416,6.689,3.416s5.135-1.27,6.689-3.416l12.942-17.873h53.105c4.561,0,8.258-3.696,8.258-8.258
C336.994,179.134,333.297,175.438,328.736,175.438z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

47
src/images/flags/EE.svg Normal file
View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="200.946" style="fill:#333333;" width="495.484" height="110.108"/>
<path style="fill:#FFFFFF;" d="M8.258,385.743c0,19.561,15.858,35.418,35.418,35.418h424.648c19.561,0,35.418-15.858,35.418-35.418
v-74.689H8.258V385.743z"/>
<path style="fill:#3DB4EA;" d="M468.324,90.839H43.676c-19.561,0-35.418,15.857-35.418,35.417v74.69h495.484v-74.69
C503.742,106.695,487.885,90.839,468.324,90.839z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.676,43.676h424.648c24.082,0,43.675-19.593,43.675-43.676V126.256
C512,102.173,492.406,82.581,468.324,82.581z M43.676,99.097h424.648c14.976,0,27.159,12.183,27.159,27.159v66.432H16.516v-66.432
C16.516,111.28,28.7,99.097,43.676,99.097z M468.324,412.903H43.676c-14.977,0-27.16-12.183-27.16-27.16v-66.431h57.806
c4.561,0,8.258-3.697,8.258-8.258c0-4.561-3.697-8.258-8.258-8.258H16.516v-93.591h478.968v93.591H107.355
c-4.561,0-8.258,3.697-8.258,8.258c0,4.561,3.697,8.258,8.258,8.258h388.129v66.431C495.484,400.72,483.3,412.903,468.324,412.903z"
/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

55
src/images/flags/EG.svg Normal file
View file

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="200.946" style="fill:#FFFFFF;" width="495.484" height="110.108"/>
<path style="fill:#333333;" d="M8.258,385.743c0,19.561,15.857,35.418,35.418,35.418h424.648c19.561,0,35.418-15.857,35.418-35.418
v-74.689H8.258V385.743z"/>
<path style="fill:#ED1F34;" d="M468.324,90.839H43.676c-19.562,0-35.418,15.857-35.418,35.417v74.69h495.484v-74.69
C503.742,106.695,487.884,90.839,468.324,90.839z"/>
<g>
<path style="fill:#F2A643;" d="M281.717,279.868c-3.612,0-6.928-2.387-7.949-6.036l-3.648-13.041l-11.892,3.332
c-1.458,0.409-2.999,0.409-4.457,0l-11.892-3.332l-3.648,13.041c-1.229,4.391-5.786,6.957-10.177,5.729
c-4.392-1.229-6.957-5.785-5.729-10.177l5.873-20.998c0.59-2.111,1.994-3.899,3.903-4.974c1.91-1.075,4.169-1.347,6.277-0.754
l17.619,4.937l17.619-4.937c2.109-0.592,4.368-0.319,6.277,0.754c1.909,1.074,3.314,2.863,3.903,4.974l5.873,20.998
c1.229,4.392-1.336,8.948-5.729,10.177C283.202,279.769,282.452,279.868,281.717,279.868z"/>
<path style="fill:#F2A643;" d="M256,289.583c-4.561,0-8.258-3.697-8.258-8.258V238.43c-3.159-1.159-5.413-4.194-5.413-7.755
c0-4.561,3.697-8.258,8.258-8.258H256c4.561,0,8.258,3.697,8.258,8.258v50.649C264.258,285.885,260.561,289.583,256,289.583z"/>
</g>
<path style="fill:#111A21;" d="M468.324,82.581H43.675C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.675,43.676h424.648c24.084,0,43.676-19.593,43.676-43.676V126.256
C512,102.173,492.407,82.581,468.324,82.581z M43.675,99.097h424.648c14.977,0,27.16,12.183,27.16,27.159v66.432H470.71
c-4.561,0-8.258,3.697-8.258,8.258s3.697,8.258,8.258,8.258h24.774v93.591H16.516v-93.591h421.161c4.561,0,8.258-3.697,8.258-8.258
s-3.697-8.258-8.258-8.258H16.516v-66.432C16.516,111.28,28.7,99.097,43.675,99.097z M468.324,412.903H43.675
c-14.976,0-27.159-12.183-27.159-27.16v-66.431h478.968v66.431C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

72
src/images/flags/EH.svg Normal file
View file

@ -0,0 +1,72 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="200.946" style="fill:#FFFFFF;" width="495.484" height="110.108"/>
<g>
<path style="fill:#ED1F34;" d="M315.554,289.583c-18.517,0-33.583-15.065-33.583-33.583s15.066-33.583,33.583-33.583
c7.15,0,13.977,2.22,19.746,6.419c3.688,2.686,4.499,7.85,1.813,11.537c-2.684,3.686-7.848,4.498-11.536,1.815
c-2.923-2.129-6.39-3.255-10.023-3.255c-9.411,0-17.067,7.656-17.067,17.067s7.656,17.067,17.067,17.067
c3.634,0,7.099-1.126,10.023-3.255c3.686-2.684,8.852-1.873,11.537,1.813c2.684,3.686,1.873,8.853-1.813,11.537
C329.533,287.362,322.704,289.583,315.554,289.583z"/>
<circle style="fill:#ED1F34;" cx="353.269" cy="256" r="9.435"/>
</g>
<path style="fill:#259245;" d="M8.258,311.054h495.484v76.949c0,18.313-14.846,33.159-33.159,33.159H41.417
c-18.313,0-33.159-14.846-33.159-33.159V311.054z"/>
<path style="fill:#333333;" d="M41.417,90.839h429.166c18.313,0,33.159,14.846,33.159,33.159v76.949H8.258v-76.949
C8.258,105.685,23.104,90.839,41.417,90.839z"/>
<path style="fill:#ED1F34;" d="M8.258,116.669v278.663c0,10.257,11.963,15.86,19.842,9.294L206.452,256L28.101,107.375
C20.221,100.808,8.258,106.411,8.258,116.669z"/>
<path style="fill:#1A1C20;" d="M468.324,82.581H43.676c-11.322,0-21.65,4.333-29.42,11.424c-0.09,0.077-0.184,0.149-0.272,0.23
c-0.89,0.825-1.73,1.692-2.541,2.582c-0.042,0.046-0.085,0.091-0.127,0.138c-0.393,0.435-0.774,0.876-1.148,1.326
c-0.107,0.127-0.213,0.254-0.318,0.383C9.54,99.044,9.237,99.429,8.94,99.82c-0.172,0.226-0.341,0.454-0.51,0.683
c-0.225,0.308-0.447,0.618-0.663,0.932c-0.239,0.345-0.471,0.695-0.7,1.047c-0.139,0.214-0.279,0.427-0.414,0.644
c-0.304,0.484-0.596,0.977-0.881,1.473c-0.056,0.098-0.115,0.196-0.17,0.295C2.041,111.215,0,118.5,0,126.256v259.487
c0,7.756,2.041,15.041,5.602,21.362c0.056,0.099,0.113,0.197,0.171,0.296c0.285,0.497,0.577,0.988,0.88,1.471
c0.135,0.217,0.275,0.432,0.415,0.646c0.229,0.352,0.461,0.701,0.7,1.046c0.217,0.313,0.438,0.622,0.663,0.93
c0.168,0.23,0.338,0.458,0.511,0.685c0.297,0.39,0.6,0.776,0.909,1.157c0.105,0.128,0.211,0.255,0.317,0.382
c0.374,0.449,0.756,0.892,1.15,1.327c0.042,0.046,0.085,0.091,0.127,0.138c0.813,0.891,1.653,1.757,2.541,2.582
c0.085,0.079,0.176,0.148,0.264,0.222c7.768,7.096,18.099,11.431,29.426,11.431h424.647c24.083,0,43.676-19.593,43.676-43.676
V126.256C512,102.173,492.406,82.581,468.324,82.581z M468.324,99.097c14.977,0,27.16,12.183,27.16,27.159v66.432H143.378
l-109.91-91.593c3.153-1.285,6.599-1.998,10.209-1.998H468.324z M135.144,304.674c-0.007,0.006-0.013,0.011-0.02,0.017
l-114.49,95.407c-1.435-2.295-2.54-4.816-3.24-7.499c-0.02-0.078-0.039-0.156-0.058-0.233c-0.146-0.584-0.27-1.175-0.378-1.773
c-0.046-0.259-0.097-0.515-0.135-0.775c-0.036-0.24-0.063-0.482-0.092-0.725c-0.043-0.352-0.081-0.706-0.11-1.061
c-0.017-0.197-0.033-0.394-0.045-0.591c-0.034-0.563-0.058-1.127-0.058-1.696V126.256c0-0.569,0.024-1.134,0.058-1.696
c0.012-0.198,0.029-0.395,0.045-0.591c0.03-0.356,0.068-0.709,0.11-1.061c0.03-0.241,0.056-0.484,0.092-0.725
c0.039-0.259,0.089-0.514,0.135-0.772c0.108-0.599,0.231-1.191,0.379-1.776c0.02-0.078,0.039-0.156,0.058-0.233
c0.7-2.684,1.806-5.205,3.24-7.501l114.489,95.407c0.007,0.006,0.013,0.011,0.021,0.018L193.554,256L135.144,304.674z
M468.324,412.903H43.676c-3.61,0-7.056-0.714-10.209-1.998l109.91-91.593h294.3c4.562,0,8.258-3.697,8.258-8.258
c0-4.561-3.696-8.258-8.258-8.258h-274.48l48.542-40.451c1.883-1.569,2.971-3.893,2.971-6.344s-1.088-4.775-2.971-6.344
l-48.542-40.451h332.287v93.591H470.71c-4.562,0-8.258,3.697-8.258,8.258c0,4.561,3.696,8.258,8.258,8.258h24.774v66.431
C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4 KiB

63
src/images/flags/ER.svg Normal file
View file

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#3DB4EA;" d="M43.676,421.161h424.648c19.561,0,35.418-15.857,35.418-35.418V256L24.739,415.668
C30.218,419.141,36.709,421.161,43.676,421.161z"/>
<path style="fill:#134923;" d="M468.324,90.839H43.676c-6.967,0-13.458,2.02-18.936,5.493L503.742,256V126.256
C503.742,106.695,487.885,90.839,468.324,90.839z"/>
<path style="fill:#ED1F34;" d="M8.258,126.256V256v129.743c0,12.594,6.579,23.645,16.481,29.924L503.742,256L24.739,96.332
C14.837,102.613,8.258,113.663,8.258,126.256z"/>
<g>
<path style="fill:#F2A643;" d="M123.978,328.048c-4.562,0-8.258-3.696-8.258-8.258v-96.888c0-4.562,3.696-8.258,8.258-8.258
c4.562,0,8.258,3.696,8.258,8.258v96.888C132.236,324.35,128.538,328.048,123.978,328.048z"/>
<path style="fill:#F2A643;" d="M123.978,257.305c-2.113,0-4.227-0.806-5.84-2.418c-3.225-3.226-3.225-8.454,0-11.679l17.012-17.012
c3.226-3.224,8.454-3.224,11.679,0c3.225,3.226,3.225,8.454,0,11.679l-17.012,17.012
C128.205,256.498,126.091,257.305,123.978,257.305z"/>
<path style="fill:#F2A643;" d="M123.978,283.45c-2.113,0-4.227-0.806-5.84-2.418l-17.012-17.012c-3.225-3.226-3.225-8.454,0-11.679
c3.226-3.224,8.454-3.224,11.679,0l17.012,17.012c3.225,3.226,3.225,8.454,0,11.679C128.205,282.643,126.091,283.45,123.978,283.45
z"/>
<path style="fill:#F2A643;" d="M123.978,317.037c-37.336,0-67.713-30.376-67.713-67.713c0-29.984,20.111-56.733,48.906-65.047
c4.379-1.262,8.961,1.262,10.225,5.644c1.265,4.382-1.262,8.959-5.644,10.225c-21.768,6.284-36.971,26.507-36.971,49.177
c0,28.23,22.966,51.197,51.197,51.197s51.197-22.966,51.197-51.197c0-22.671-15.204-42.895-36.971-49.178
c-4.381-1.266-6.908-5.843-5.644-10.225c1.265-4.382,5.85-6.904,10.225-5.644c28.795,8.314,48.906,35.063,48.906,65.047
C191.691,286.661,161.314,317.037,123.978,317.037z"/>
</g>
<path style="fill:#111A21;" d="M468.324,82.581H43.676c-8.455,0-16.352,2.422-23.047,6.599c-0.239,0.137-0.47,0.285-0.695,0.446
C7.949,97.421,0,110.925,0,126.257v259.486c0,15.315,7.93,28.805,19.893,36.604c0.116,0.084,0.24,0.153,0.36,0.231
c6.774,4.323,14.808,6.841,23.423,6.841h424.647c24.083,0,43.676-19.594,43.676-43.676V126.257
C512,102.174,492.406,82.581,468.324,82.581z M495.484,126.257v118.285L59.149,99.097h409.175
C483.3,99.097,495.484,111.28,495.484,126.257z M26.17,406.486c-5.898-4.986-9.654-12.432-9.654-20.743V126.257
c0-8.311,3.756-15.757,9.654-20.743L477.628,256L26.17,406.486z M468.324,412.903H59.149l436.335-145.445v118.285
C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

49
src/images/flags/ES.svg Normal file
View file

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.258" y="173.419" style="fill:#FFE000;" width="495.484" height="165.161"/>
<g>
<path style="fill:#ED1F34;" d="M468.324,90.839H43.676c-19.561,0-35.418,15.858-35.418,35.418v47.162h495.484v-47.162
C503.742,106.696,487.884,90.839,468.324,90.839z"/>
<path style="fill:#ED1F34;" d="M8.258,385.743c0,19.561,15.858,35.418,35.418,35.418h424.648c19.561,0,35.418-15.857,35.418-35.418
v-47.162H8.258V385.743z"/>
</g>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.173,0,126.257v259.487
c0,24.083,19.593,43.675,43.676,43.675h424.648c24.083,0,43.675-19.593,43.675-43.676V126.257
C512,102.173,492.407,82.581,468.324,82.581z M43.676,99.097h424.648c14.976,0,27.159,12.183,27.159,27.16v38.904H16.516v-38.904
C16.516,111.28,28.7,99.097,43.676,99.097z M468.324,412.903H43.676c-14.977,0-27.16-12.183-27.16-27.16v-38.904h388.129
c4.561,0,8.258-3.697,8.258-8.258c0-4.561-3.697-8.258-8.258-8.258H16.516V181.677h478.968v148.645h-57.806
c-4.561,0-8.258,3.697-8.258,8.258c0,4.561,3.697,8.258,8.258,8.258h57.806v38.904C495.484,400.72,483.3,412.903,468.324,412.903z"
/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

76
src/images/flags/ET.svg Normal file
View file

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="8.32" y="200.797" style="fill:#FFE000;" width="495.493" height="120.385"/>
<path style="fill:#ED1F34;" d="M8.32,385.632c0,19.584,15.872,35.393,35.392,35.393h424.576c19.584,0,35.392-15.872,35.392-35.393
v-74.688H8.32V385.632z"/>
<path style="fill:#259245;" d="M468.288,90.72H43.712c-19.584,0-35.392,15.872-35.392,35.393V200.8h495.488v-74.688
C503.681,106.592,487.872,90.72,468.288,90.72z"/>
<path style="fill:#111A21;" d="M468.288,82.528H43.712C19.584,82.528,0,102.112,0,126.24v259.52
c0,24.128,19.584,43.712,43.712,43.712h424.576c24.128,0,43.712-19.584,43.712-43.712V126.24
C512,102.112,492.416,82.528,468.288,82.528z M495.488,302.689H74.304c-4.608,0-8.32,3.712-8.32,8.32s3.712,8.32,8.32,8.32h421.184
v66.432c0,14.976-12.224,27.2-27.2,27.2H43.712c-14.976,0-27.2-12.224-27.2-27.2v-66.432h24.832c4.608,0,8.32-3.712,8.32-8.32
c0-4.608-3.712-8.32-8.32-8.32H16.512v-93.632h478.976L495.488,302.689L495.488,302.689z M495.488,192.608H16.512v-66.432
c0-14.976,12.224-27.2,27.2-27.2h424.576c14.976,0,27.2,12.224,27.2,27.2v66.432H495.488z"/>
<circle style="fill:#164FCE;" cx="256.004" cy="255.905" r="118.528"/>
<path style="fill:#111A21;" d="M256,379.232c-67.968,0-123.328-55.296-123.328-123.328c0-67.968,55.296-123.328,123.328-123.328
c67.968,0,123.328,55.296,123.328,123.328C379.328,323.872,323.968,379.232,256,379.232z M256,142.176
c-62.72,0-113.728,51.008-113.728,113.728S193.28,369.632,256,369.632s113.728-51.008,113.728-113.728S318.72,142.176,256,142.176z"
/>
<g>
<path style="fill:#FFE000;" d="M219.2,213.408c-2.624,0-5.12-1.216-6.72-3.392l-11.52-15.68c-2.688-3.712-1.92-8.896,1.792-11.52
c3.712-2.688,8.896-1.92,11.52,1.792l11.52,15.808c2.688,3.712,1.92,8.896-1.792,11.52
C222.528,212.896,220.8,213.408,219.2,213.408z"/>
<path style="fill:#FFE000;" d="M177.792,289.632c-3.52,0-6.72-2.176-7.872-5.696c-1.408-4.288,1.024-9.024,5.312-10.432
l18.496-6.016c4.288-1.408,9.024,1.024,10.368,5.312c1.408,4.288-1.024,9.024-5.312,10.432l-18.496,6.016
C179.52,289.376,178.688,289.632,177.792,289.632z"/>
<path style="fill:#FFE000;" d="M256,346.401L256,346.401c-4.608,0-8.32-3.712-8.32-8.32v-19.456c0-4.608,3.712-8.32,8.32-8.32l0,0
c4.608,0,8.32,3.712,8.32,8.32v19.52C264.32,342.688,260.608,346.401,256,346.401z"/>
<path style="fill:#FFE000;" d="M334.208,289.632c-0.768,0-1.728-0.128-2.624-0.384l-18.496-6.016
c-4.288-1.408-6.72-6.08-5.312-10.432c1.408-4.288,6.08-6.72,10.432-5.312l18.496,6.016c4.288,1.408,6.72,6.08,5.312,10.432
C340.928,287.328,337.728,289.632,334.208,289.632z"/>
<path style="fill:#FFE000;" d="M292.8,213.408c-1.728,0-3.392-0.512-4.8-1.6c-3.712-2.688-4.48-7.808-1.792-11.52l11.52-15.808
c2.688-3.712,7.808-4.48,11.52-1.792c3.712,2.688,4.48,7.808,1.792,11.52l-11.52,15.808
C297.92,212.32,295.424,213.408,292.8,213.408z"/>
<path style="fill:#FFE000;" d="M207.68,330.72c-1.728,0-3.392-0.512-4.928-1.6c-2.88-2.112-4.096-5.824-3.008-9.216l16.576-51.072
l-43.392-31.616c-2.88-2.112-4.096-5.824-3.008-9.216s4.288-5.696,7.872-5.696h53.696l16.576-51.072
c1.088-3.392,4.288-5.696,7.872-5.696c3.584,0,6.72,2.304,7.872,5.696l16.576,51.072h53.696c3.584,0,6.72,2.304,7.872,5.696
c1.088,3.392-0.128,7.104-3.008,9.216l-43.52,31.616l16.896,51.072c1.088,3.392-0.128,7.104-3.008,9.216
c-2.88,2.112-6.784,2.112-9.729,0L256,297.505l-43.52,31.616C211.072,330.08,209.408,330.72,207.68,330.72z M230.528,279.008
l-7.104,21.824l18.624-13.504L230.528,279.008z M270.016,287.328l18.624,13.504l-7.104-21.824L270.016,287.328z M235.776,262.432
l20.224,14.592l20.224-14.592l-7.68-23.68h-24.896L235.776,262.432z M285.824,238.816l4.416,13.504l18.624-13.504L285.824,238.816
L285.824,238.816z M203.2,238.816l18.624,13.504l4.416-13.504L203.2,238.816L203.2,238.816z M248.896,222.176h14.208L256,200.352
L248.896,222.176z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

57
src/images/flags/EU.svg Normal file
View file

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#103B9B;" d="M469.21,90.839H42.79c-19.072,0-34.532,15.46-34.532,34.533v261.258
c0,19.072,15.46,34.532,34.532,34.532h426.419c19.072,0,34.532-15.461,34.532-34.532V125.372
C503.742,106.299,488.282,90.839,469.21,90.839z"/>
<g>
<circle style="fill:#FFE000;" cx="256" cy="156.903" r="16.516"/>
<circle style="fill:#FFE000;" cx="206.452" cy="170.182" r="16.516"/>
<circle style="fill:#FFE000;" cx="170.182" cy="206.452" r="16.516"/>
<circle style="fill:#FFE000;" cx="156.903" cy="256" r="16.516"/>
<circle style="fill:#FFE000;" cx="170.182" cy="305.548" r="16.516"/>
<circle style="fill:#FFE000;" cx="206.452" cy="341.818" r="16.516"/>
<circle style="fill:#FFE000;" cx="256" cy="355.097" r="16.516"/>
<circle style="fill:#FFE000;" cx="305.548" cy="341.818" r="16.516"/>
<circle style="fill:#FFE000;" cx="341.818" cy="305.548" r="16.516"/>
<circle style="fill:#FFE000;" cx="355.097" cy="256" r="16.516"/>
<circle style="fill:#FFE000;" cx="341.818" cy="206.452" r="16.516"/>
<circle style="fill:#FFE000;" cx="305.548" cy="170.182" r="16.516"/>
</g>
<path style="fill:#111A21;" d="M468.324,429.419H43.676C19.593,429.419,0,409.826,0,385.743V126.257
c0-24.083,19.593-43.676,43.676-43.676h424.648c24.082,0,43.675,19.594,43.675,43.676v259.486
C512,409.826,492.406,429.419,468.324,429.419z M43.676,99.097c-14.977,0-27.16,12.183-27.16,27.16v259.486
c0,14.977,12.183,27.16,27.16,27.16h424.648c14.976,0,27.159-12.183,27.159-27.16V126.257c0-14.977-12.183-27.16-27.16-27.16H43.676
z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

50
src/images/flags/FI.svg Normal file
View file

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FFFFFF;" d="M466.305,421.161H45.695c-20.676,0-37.437-16.761-37.437-37.437V128.275
c0-20.676,16.761-37.437,37.437-37.437h420.611c20.676,0,37.437,16.761,37.437,37.437v255.449
C503.742,404.401,486.981,421.161,466.305,421.161z"/>
<polygon style="fill:#164FCE;" points="503.742,232.052 219.547,232.052 219.547,90.839 171.65,90.839 171.65,232.052
8.258,232.052 8.258,279.948 171.65,279.948 171.65,421.161 219.547,421.161 219.547,279.948 503.742,279.948 "/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.594,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.593,43.676-43.676V126.256
C512,102.173,492.406,82.581,468.324,82.581z M495.484,126.256v97.538H227.805V99.097h240.519
C483.3,99.097,495.484,111.28,495.484,126.256z M43.676,99.097h119.716v124.697H16.516v-97.538
C16.516,111.28,28.7,99.097,43.676,99.097z M16.516,385.743v-97.537H41.29c4.562,0,8.258-3.697,8.258-8.258
c0-4.561-3.696-8.258-8.258-8.258H16.516V240.31H171.65c4.562,0,8.258-3.697,8.258-8.258V99.097h31.381v132.955
c0,4.561,3.696,8.258,8.258,8.258h275.937v31.381H219.271c-4.562,0-8.258,3.697-8.258,8.258v132.955h-31.381V279.948
c0-4.561-3.696-8.258-8.258-8.258H74.323c-4.562,0-8.258,3.697-8.258,8.258c0,4.561,3.696,8.258,8.258,8.258h88.794v124.697H43.676
C28.7,412.903,16.516,400.72,16.516,385.743z M468.324,412.903H227.53V288.206h267.954v97.537
C495.484,400.72,483.3,412.903,468.324,412.903z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

70
src/images/flags/FJ.svg Normal file
View file

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#3DB4EA;" d="M8.258,384.087V127.919c0-20.477,16.6-37.076,37.077-37.076h421.33
c20.477,0,37.077,16.6,37.077,37.077v256.168c0,20.477-16.6,37.077-37.077,37.077H45.336
C24.858,421.164,8.258,404.564,8.258,384.087z"/>
<path style="fill:#103B9B;" d="M8.259,126.244v129.765H256V90.848H43.474C24.012,90.955,8.267,106.758,8.259,126.244z"/>
<path style="fill:#FFFFFF;" d="M132.129,146.63L48.454,90.846h-4.98c-16.718,0.094-30.683,11.769-34.297,27.41l82.756,55.17
L8.259,229.211v26.797h40.196l83.674-55.784l83.675,55.784H256v-26.797l-83.675-55.784L256,117.643V90.846h-40.196L132.129,146.63z"
/>
<path style="fill:#ED1F34;" d="M229.203,90.846l-110.466,73.652L20.815,99.217c-3.815,3.228-6.94,7.245-9.117,11.805l106.891,71.432
L8.259,256.008h26.797l110.472-73.648L256,256.008v-17.484l-110.627-73.926L256,90.846H229.203z"/>
<polygon style="fill:#FFFFFF;" points="256,151.13 154.426,151.13 154.426,90.846 109.832,90.846 109.832,151.13 8.258,151.13
8.258,195.724 109.832,195.724 109.832,256.008 154.426,256.008 154.426,195.724 256,195.724 "/>
<polygon style="fill:#ED1F34;" points="256,161.453 144.103,161.453 144.103,90.846 120.155,90.846 120.155,161.453 8.258,161.453
8.258,185.401 120.155,185.401 120.155,256.008 144.103,256.008 144.103,185.401 256,185.401 "/>
<path style="fill:#FFFFFF;" d="M331.202,191.595v73.292c0,30.67,25.748,48.467,48.669,55.534
c22.921-7.067,48.669-24.863,48.669-55.534v-73.292L331.202,191.595L331.202,191.595z"/>
<g>
<path style="fill:#ED1F34;" d="M379.871,328.679c-4.562,0-8.258-3.697-8.258-8.258v-94.109c0-4.561,3.696-8.258,8.258-8.258
s8.258,3.697,8.258,8.258v94.109C388.129,324.981,384.433,328.679,379.871,328.679z"/>
<path style="fill:#ED1F34;" d="M428.54,273.145h-97.337c-4.561,0-8.258-3.697-8.258-8.258c0-4.561,3.697-8.258,8.258-8.258h97.337
c4.562,0,8.258,3.697,8.258,8.258C436.798,269.447,433.101,273.145,428.54,273.145z"/>
<rect x="331.203" y="191.598" style="fill:#ED1F34;" width="97.335" height="34.717"/>
</g>
<g>
<path style="fill:#111A21;" d="M428.54,183.337h-97.337c-4.561,0-8.258,3.697-8.258,8.258v73.291
c0,34.376,28.149,55.304,54.493,63.426c0.793,0.244,1.613,0.367,2.433,0.367s1.641-0.122,2.433-0.367
c26.344-8.123,54.493-29.05,54.493-63.426v-73.291C436.798,187.034,433.101,183.337,428.54,183.337z M420.282,264.887
c0,29.707-28.352,42.681-40.411,46.846c-12.059-4.166-40.411-17.139-40.411-46.846v-65.033h80.821L420.282,264.887L420.282,264.887
z"/>
<path style="fill:#111A21;" d="M468.324,82.583H256.107c-0.036,0-0.07-0.006-0.107-0.006c-0.036,0-0.07,0.004-0.107,0.006H43.676
C19.594,82.583,0,102.176,0,126.259v259.487c0,24.083,19.594,43.676,43.676,43.676h424.647c24.083,0,43.676-19.593,43.676-43.676
V126.259C512,102.176,492.406,82.583,468.324,82.583z M43.676,99.099h204.066V247.75l-231.226-0.006V126.259
C16.516,111.283,28.7,99.099,43.676,99.099z M495.484,385.746c0,14.976-12.183,27.16-27.16,27.16H43.676
c-14.977-0.001-27.16-12.184-27.16-27.16V264.261L256,264.267c2.19,0,4.29-0.87,5.84-2.419c1.548-1.548,2.418-3.649,2.418-5.839
V99.099h204.066c14.977,0,27.16,12.183,27.16,27.16V385.746z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

88
src/images/flags/FK.svg Normal file
View file

@ -0,0 +1,88 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#103B9B;" d="M503.742,126.257v259.487c0,19.561-15.858,35.418-35.418,35.418H43.676
c-19.561-0.001-35.418-15.858-35.418-35.419V126.257c0-19.562,15.858-35.418,35.418-35.418h424.648
C487.884,90.839,503.742,106.695,503.742,126.257z"/>
<path style="fill:#FFFFFF;" d="M256,90.839h-40.196l-83.675,55.784L48.454,90.839H35.055c-14.8,0-26.797,11.997-26.797,26.797l0,0
l83.675,55.784L8.258,229.203V256h40.196l83.675-55.784L215.804,256H256v-26.797l-83.675-55.784L256,117.637V90.839z"/>
<path style="fill:#ED1F34;" d="M256,90.839h-26.797l-110.466,73.652l-95.603-63.736c-6.359-4.239-14.876,0.319-14.876,7.961l0,0
l110.33,73.73L8.258,256h26.797l110.472-73.648L256,256v-17.484L145.373,164.59L256,90.839z"/>
<polygon style="fill:#FFFFFF;" points="256,151.123 154.426,151.123 154.426,90.839 109.832,90.839 109.832,151.123 8.258,151.123
8.258,195.716 109.832,195.716 109.832,256 154.426,256 154.426,195.716 256,195.716 "/>
<polygon style="fill:#ED1F34;" points="256,161.445 144.103,161.445 144.103,90.839 120.155,90.839 120.155,161.445 8.258,161.445
8.258,185.394 120.155,185.394 120.155,256 144.103,256 144.103,185.394 256,185.394 "/>
<path style="fill:#3DB4EA;" d="M324.817,159.785v93.971c0,59.526,55.054,73.135,55.054,73.135s55.054-13.608,55.054-73.135v-93.971
H324.817z"/>
<path style="fill:#103B9B;" d="M379.871,326.891c0,0,55.054-13.608,55.054-73.135v-9.358c-4.957-2.335-9.397-4.92-19.219-4.92
c-17.919,0-17.919,8.602-35.839,8.602c-17.919,0-17.919-8.602-35.838-8.602c-9.818,0-14.258,2.582-19.213,4.917v9.36
C324.817,313.283,379.871,326.891,379.871,326.891z"/>
<g>
<path style="fill:#FFFFFF;" d="M379.867,294.17c-10.839,0-16.745-2.835-21.493-5.113c-4.06-1.949-7.265-3.487-14.345-3.487
c-6.046,0-9.199,1.159-11.681,2.246c-4.179,1.829-9.049-0.075-10.876-4.252c-1.83-4.177,0.074-9.048,4.252-10.876
c4.103-1.796,9.486-3.632,18.306-3.632c10.838,0,16.745,2.835,21.492,5.113c4.059,1.949,7.265,3.487,14.345,3.487
c7.081,0,10.286-1.538,14.346-3.487c4.747-2.278,10.654-5.113,21.493-5.113c8.824,0,14.209,1.838,18.314,3.636
c4.177,1.83,6.081,6.699,4.251,10.878c-1.831,4.177-6.7,6.079-10.878,4.251c-2.484-1.088-5.64-2.248-11.689-2.248
c-7.081,0-10.286,1.539-14.346,3.487C396.613,291.335,390.706,294.17,379.867,294.17z"/>
<path style="fill:#FFFFFF;" d="M379.867,256.338c-10.839,0-16.746-2.835-21.493-5.115c-4.06-1.949-7.265-3.487-14.345-3.487
c-7.079,0-10.284,1.538-14.343,3.487l-1.309,0.624c-4.125,1.946-9.046,0.178-10.992-3.946c-1.946-4.125-0.179-9.046,3.945-10.992
l1.208-0.576c4.746-2.278,10.653-5.113,21.49-5.113c10.839,0,16.745,2.835,21.492,5.115c4.059,1.949,7.265,3.487,14.345,3.487
c7.08,0,10.286-1.539,14.346-3.487c4.747-2.278,10.654-5.115,21.493-5.115c10.839,0,16.746,2.835,21.493,5.115l1.25,0.597
c4.126,1.943,5.895,6.864,3.951,10.99c-1.943,4.128-6.865,5.895-10.99,3.951l-1.358-0.647c-4.059-1.949-7.265-3.487-14.346-3.487
c-7.08,0-10.286,1.539-14.346,3.487C396.613,253.503,390.706,256.338,379.867,256.338z"/>
</g>
<path style="fill:#F2A643;" d="M379.871,360.473c-28.473,0-54.793-12.824-72.247-34.385l-2.383,8.492
c-1.233,4.391-5.792,6.951-10.183,5.72c-4.391-1.232-6.952-5.791-5.72-10.182l7.28-25.947c0.916-3.265,3.735-5.637,7.109-5.983
c3.375-0.345,6.614,1.405,8.174,4.415c13.22,25.509,39.263,41.355,67.968,41.355s54.749-15.847,67.968-41.355
c1.56-3.01,4.804-4.762,8.174-4.415c3.374,0.346,6.192,2.72,7.109,5.984l7.28,25.946c1.232,4.391-1.329,8.95-5.72,10.182
c-4.394,1.232-8.951-1.329-10.183-5.72l-2.383-8.49C434.664,347.65,408.344,360.473,379.871,360.473z"/>
<path style="fill:#FFFFFF;" d="M400.123,217.949h-28.706c-6.515,0-11.797-5.282-11.797-11.797v-11.797h28.706
c6.515,0,11.797,5.282,11.797,11.797V217.949z"/>
<g>
<path style="fill:#1A1C20;" d="M371.416,226.206h28.707c4.561,0,8.258-3.697,8.258-8.258v-11.797
c0-11.058-8.997-20.055-20.055-20.055h-20.448v-1.18c0-4.561-3.697-8.258-8.258-8.258c-4.561,0-8.258,3.697-8.258,8.258v9.438
v11.797C351.361,217.209,360.358,226.206,371.416,226.206z M391.865,206.151v3.539h-20.449c-1.951,0-3.539-1.588-3.539-3.539
v-3.539h20.448C390.277,202.612,391.865,204.2,391.865,206.151z"/>
<path style="fill:#1A1C20;" d="M434.925,151.527H324.817c-4.561,0-8.258,3.697-8.258,8.258v93.972
c0,34.062,16.681,54.352,30.675,65.376c14.99,11.809,30.023,15.618,30.655,15.774c0.651,0.161,1.316,0.241,1.982,0.241
s1.33-0.08,1.982-0.241c0.632-0.156,15.665-3.965,30.655-15.774c13.994-11.024,30.675-31.315,30.675-65.376v-93.972
C443.183,155.224,439.485,151.527,434.925,151.527z M426.667,253.756c0,46.643-37.487,61.552-46.796,64.535
c-9.309-2.983-46.796-17.892-46.796-64.535v-85.714h93.591V253.756z"/>
<path style="fill:#1A1C20;" d="M468.324,82.581H43.676C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.676,43.676h424.648c24.083,0,43.675-19.593,43.675-43.676V126.256
C512,102.173,492.407,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.676
c-14.977,0-27.16-12.183-27.16-27.16V126.256c0-14.976,12.183-27.159,27.16-27.159h424.648c14.976,0,27.159,12.183,27.159,27.159
V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.5 KiB

89
src/images/flags/FM.svg Normal file
View file

@ -0,0 +1,89 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#3DB4EA;" d="M8.258,384.826V127.174c0-20.067,16.268-36.335,36.335-36.335h422.813
c20.067,0,36.335,16.268,36.335,36.335v257.652c0,20.067-16.268,36.335-36.335,36.335H44.594
C24.526,421.161,8.258,404.893,8.258,384.826z"/>
<g>
<polygon style="fill:#FFFFFF;" points="218.952,152.99 246.23,151.581 256,126.073 265.77,151.581 293.048,152.99 271.808,170.163
278.897,196.542 256,181.649 233.103,196.542 240.192,170.163 "/>
<polygon style="fill:#FFFFFF;" points="152.99,293.048 151.581,265.77 126.073,256 151.581,246.23 152.99,218.952 170.163,240.192
196.542,233.103 181.649,256 196.542,278.897 170.163,271.808 "/>
<polygon style="fill:#FFFFFF;" points="293.048,359.01 265.77,360.419 256,385.927 246.23,360.419 218.952,359.01 240.192,341.837
233.103,315.458 256,330.351 278.897,315.458 271.808,341.837 "/>
<polygon style="fill:#FFFFFF;" points="359.01,218.952 360.419,246.23 385.927,256 360.419,265.77 359.01,293.048 341.837,271.808
315.458,278.897 330.351,256 315.458,233.103 341.837,240.192 "/>
</g>
<g>
<path style="fill:#111A21;" d="M293.474,144.743l-21.914-1.132l-7.848-20.491c-1.223-3.194-4.291-5.304-7.712-5.304
s-6.489,2.11-7.712,5.304l-7.848,20.491l-21.914,1.132c-3.417,0.177-6.371,2.442-7.428,5.696c-1.057,3.254,0.001,6.822,2.661,8.973
l17.063,13.796l-5.695,21.191c-0.887,3.304,0.353,6.813,3.122,8.824c2.768,2.012,6.489,2.109,9.356,0.242L256,191.501
l18.395,11.964c1.372,0.892,2.938,1.336,4.502,1.336c1.707,0,3.41-0.529,4.855-1.578c2.768-2.011,4.009-5.52,3.122-8.824
l-5.695-21.191l17.063-13.796c2.661-2.152,3.719-5.72,2.662-8.973C299.845,147.184,296.891,144.919,293.474,144.743z
M266.615,163.742c-2.54,2.054-3.63,5.411-2.784,8.565l1.493,5.556l-4.823-3.137c-1.369-0.891-2.935-1.336-4.502-1.336
s-3.134,0.445-4.502,1.336l-4.823,3.137l1.493-5.556c0.848-3.155-0.243-6.512-2.784-8.565l-4.474-3.617l5.745-0.297
c3.261-0.168,6.118-2.244,7.286-5.294L256,149.16l2.058,5.373c1.168,3.05,4.024,5.124,7.286,5.294l5.745,0.297L266.615,163.742z"/>
<path style="fill:#111A21;" d="M203.222,228.25c-2.011-2.768-5.52-4.009-8.824-3.122l-21.191,5.695l-13.796-17.063
c-2.15-2.66-5.721-3.718-8.973-2.661c-3.254,1.057-5.519,4.011-5.696,7.428l-1.132,21.914l-20.491,7.848
c-3.194,1.223-5.304,4.291-5.304,7.712s2.11,6.489,5.304,7.712l20.491,7.848l1.132,21.914c0.177,3.417,2.442,6.371,5.696,7.428
c0.839,0.273,1.699,0.405,2.55,0.405c2.45,0,4.826-1.092,6.423-3.066l13.796-17.063l21.191,5.695
c3.303,0.887,6.815-0.353,8.824-3.122c2.012-2.768,2.107-6.489,0.242-9.356L191.5,256l11.964-18.395
C205.33,234.738,205.234,231.018,203.222,228.25z M174.725,260.502l3.137,4.823l-5.556-1.493c-3.157-0.847-6.512,0.243-8.565,2.784
l-3.617,4.474l-0.297-5.745c-0.168-3.261-2.244-6.118-5.294-7.286L149.159,256l5.373-2.058c3.05-1.168,5.124-4.024,5.294-7.286
l0.297-5.745l3.617,4.474c2.052,2.54,5.41,3.629,8.565,2.784l5.556-1.493l-3.137,4.823
C172.945,254.235,172.945,257.765,174.725,260.502z"/>
<path style="fill:#111A21;" d="M298.239,352.589l-17.063-13.796l5.695-21.191c0.887-3.304-0.353-6.813-3.122-8.824
c-2.767-2.011-6.488-2.107-9.357-0.242L256,320.5l-18.395-11.964c-2.868-1.865-6.589-1.769-9.356,0.242
c-2.768,2.011-4.009,5.52-3.122,8.824l5.695,21.191l-17.063,13.796c-2.661,2.152-3.719,5.72-2.661,8.973
c1.057,3.254,4.011,5.519,7.428,5.696l21.914,1.132l7.848,20.491c1.223,3.194,4.291,5.304,7.712,5.304
c3.421,0,6.489-2.11,7.712-5.304l7.848-20.491l21.914-1.132c3.417-0.177,6.371-2.442,7.428-5.696
C301.959,358.309,300.901,354.74,298.239,352.589z M265.344,352.172c-3.261,0.168-6.118,2.243-7.286,5.294L256,362.84l-2.058-5.373
c-1.168-3.05-4.024-5.124-7.286-5.294l-5.745-0.297l4.474-3.617c2.54-2.053,3.63-5.411,2.784-8.565l-1.493-5.556l4.823,3.137
c2.737,1.78,6.267,1.78,9.006,0l4.823-3.137l-1.493,5.556c-0.848,3.155,0.243,6.512,2.784,8.565l4.474,3.617L265.344,352.172z"/>
<path style="fill:#111A21;" d="M388.881,248.288l-20.491-7.848l-1.132-21.914c-0.177-3.417-2.442-6.371-5.696-7.428
c-3.253-1.055-6.821,0.001-8.973,2.661l-13.796,17.063l-21.191-5.695c-3.302-0.886-6.813,0.353-8.824,3.122
c-2.012,2.768-2.107,6.489-0.242,9.356L320.5,256l-11.964,18.395c-1.865,2.868-1.769,6.589,0.242,9.356
c2.011,2.768,5.52,4.009,8.824,3.122l21.191-5.695l13.796,17.063c1.597,1.974,3.973,3.066,6.423,3.066
c0.851,0,1.712-0.132,2.55-0.405c3.254-1.057,5.519-4.011,5.696-7.428l1.132-21.914l20.491-7.848
c3.194-1.223,5.304-4.291,5.304-7.712S392.075,249.511,388.881,248.288z M357.465,258.058c-3.05,1.168-5.124,4.024-5.294,7.286
l-0.297,5.745l-3.617-4.474c-1.591-1.969-3.966-3.066-6.423-3.066c-0.712,0-1.434,0.092-2.143,0.283l-5.556,1.493l3.137-4.823
c1.78-2.737,1.78-6.267,0-9.006l-3.137-4.823l5.556,1.493c3.158,0.848,6.512-0.243,8.565-2.784l3.617-4.474l0.297,5.745
c0.168,3.261,2.244,6.118,5.294,7.286l5.373,2.058L357.465,258.058z"/>
<path style="fill:#111A21;" d="M468.324,82.581H43.675C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.675,43.676h424.648c24.084,0,43.676-19.593,43.676-43.676V126.256
C512,102.173,492.407,82.581,468.324,82.581z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H43.675
c-14.976,0-27.159-12.183-27.159-27.16V126.256c0-14.976,12.183-27.159,27.159-27.159h424.648c14.977,0,27.16,12.183,27.16,27.159
V385.743z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.7 KiB

51
src/images/flags/FO.svg Normal file
View file

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#FFFFFF;" d="M503.742,126.257v259.487c0,19.561-15.858,35.418-35.418,35.418H43.676
c-19.562-0.001-35.418-15.858-35.418-35.419V126.257c0-19.562,15.857-35.418,35.418-35.418h424.648
C487.884,90.839,503.742,106.695,503.742,126.257z"/>
<polygon style="fill:#164FCE;" points="503.742,211.406 239.915,211.406 239.915,90.839 150.728,90.839 150.728,211.406
8.258,211.406 8.258,300.594 150.728,300.594 150.728,421.161 239.915,421.161 239.915,300.594 503.742,300.594 "/>
<polygon style="fill:#ED1F34;" points="503.742,232.052 219.27,232.052 219.27,90.839 171.374,90.839 171.374,232.052
8.258,232.052 8.258,279.948 171.374,279.948 171.374,421.161 219.27,421.161 219.27,279.948 503.742,279.948 "/>
<path style="fill:#1A1C20;" d="M468.324,82.581H43.675C19.593,82.581,0,102.173,0,126.256v259.487
c0,24.084,19.593,43.676,43.675,43.676h424.648c24.084,0,43.676-19.593,43.676-43.676V126.256
C512,102.173,492.407,82.581,468.324,82.581z M16.516,126.256c0-14.976,12.183-27.159,27.159-27.159h119.44v124.697H16.516V126.256z
M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H227.53V288.206h267.954V385.743z M495.484,271.69H219.271
c-4.561,0-8.258,3.697-8.258,8.258v132.955h-31.381V279.948c0-4.561-3.697-8.258-8.258-8.258H74.323
c-4.561,0-8.258,3.697-8.258,8.258c0,4.561,3.697,8.258,8.258,8.258h88.794v124.697H43.675c-14.976,0-27.159-12.183-27.159-27.16
v-97.537H41.29c4.561,0,8.258-3.697,8.258-8.258c0-4.561-3.697-8.258-8.258-8.258H16.516V240.31h154.859
c4.561,0,8.258-3.697,8.258-8.258V99.097h31.381v132.955c0,4.561,3.697,8.258,8.258,8.258h276.212V271.69z M495.484,223.794H227.53
V99.097h240.795c14.976,0,27.159,12.183,27.159,27.159V223.794z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

46
src/images/flags/FR.svg Normal file
View file

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<rect x="173.419" y="90.839" style="fill:#FFFFFF;" width="165.161" height="330.323"/>
<path style="fill:#164FCE;" d="M173.419,90.839v330.323H45.144c-20.371,0-36.886-16.515-36.886-36.886V127.725
c0-20.371,16.515-36.886,36.886-36.886H173.419z"/>
<path style="fill:#ED1F34;" d="M503.742,127.725v256.551c0,20.371-16.515,36.886-36.886,36.886H338.581V90.839h128.275
C487.227,90.839,503.742,107.354,503.742,127.725z"/>
<path style="fill:#121B21;" d="M468.324,82.581H43.676C19.593,82.581,0,102.173,0,126.257v259.487
c0,24.083,19.593,43.675,43.676,43.675h424.648c24.082,0,43.675-19.593,43.675-43.676V126.257
C512,102.173,492.406,82.581,468.324,82.581z M16.516,385.743V126.257c0-14.977,12.183-27.16,27.16-27.16h121.485v313.806H43.676
C28.7,412.903,16.516,400.72,16.516,385.743z M495.484,385.743c0,14.977-12.183,27.16-27.16,27.16H346.839V189.935
c0-4.561-3.696-8.258-8.258-8.258s-8.258,3.697-8.258,8.258v222.968H181.677V99.097h148.645v57.806c0,4.561,3.696,8.258,8.258,8.258
s8.258-3.697,8.258-8.258V99.097h121.485c14.977,0,27.16,12.183,27.16,27.16V385.743z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

Some files were not shown because too many files have changed in this diff Show more