From 11b90e6f2c1c7d6b1c3b0524ffa66d455055c74c Mon Sep 17 00:00:00 2001 From: Jens Bannmann Date: Sun, 28 Jul 2024 18:44:42 +0200 Subject: [PATCH] Add European Union flag --- entries/eu_flag.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 entries/eu_flag.json diff --git a/entries/eu_flag.json b/entries/eu_flag.json new file mode 100644 index 000000000..ea38ee1ac --- /dev/null +++ b/entries/eu_flag.json @@ -0,0 +1,36 @@ +{ + "id": 3887111017, + "name": "European Union", + "description": "Flag of the European Union", + "links": { + "website": [ + "https://european-union.europa.eu/index_en" + ] + }, + "path": { + "0": [ + [ + 362, + 54 + ], + [ + 397, + 54 + ], + [ + 397, + 77 + ], + [ + 362, + 77 + ] + ] + }, + "center": { + "0": [ + 380, + 66 + ] + } +} \ No newline at end of file -- GitLab