From ab91f5a4ec9e89b5fbee61826203cd9e169b997a Mon Sep 17 00:00:00 2001 From: Jens Bannmann Date: Sun, 28 Jul 2024 18:45:38 +0200 Subject: [PATCH] Add France flag --- entries/france_flag.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 entries/france_flag.json diff --git a/entries/france_flag.json b/entries/france_flag.json new file mode 100644 index 000000000..6bba86bd1 --- /dev/null +++ b/entries/france_flag.json @@ -0,0 +1,36 @@ +{ + "id": 3741505307, + "name": "France", + "description": "Flag of France", + "links": { + "website": [ + "https://www.france.fr/en/" + ] + }, + "path": { + "0": [ + [ + 398, + 78 + ], + [ + 415, + 78 + ], + [ + 415, + 89 + ], + [ + 398, + 89 + ] + ] + }, + "center": { + "0": [ + 407, + 84 + ] + } +} \ No newline at end of file -- GitLab