diff --git a/compress.py b/compress.py
new file mode 100644
index 0000000..fa257d8
--- /dev/null
+++ b/compress.py
@@ -0,0 +1,18 @@
+import shutil
+from pathlib import Path
+from subprocess import run
+
+# Compress all SVG files in a directory, recursively entering subdirectories.
+# This solution is necessary because SVGO lacks support for a '--recursive' option
+# (https://github.com/svg/svgo/pull/712), and other workarounds are platform-dependant.
+
+svgo = shutil.which("svgo") # https://stackoverflow.com/a/32799942/2203482
+
+def compress(path):
+ # Calling "svgo -f
" is much faster than calling "svgo " for each SVG
+ run([svgo, "-f", str(path), "--config=svgo.yml"])
+ for path in path.iterdir():
+ if path.is_dir():
+ compress(path)
+
+compress(Path("flags"))
diff --git a/flags/ad.svg b/flags/ad.svg
index 20a0e2d..4a33206 100644
--- a/flags/ad.svg
+++ b/flags/ad.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ae.svg b/flags/ae.svg
index d616f0c..425f6c7 100644
--- a/flags/ae.svg
+++ b/flags/ae.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/af.svg b/flags/af.svg
index ac8b70f..67c6612 100644
--- a/flags/af.svg
+++ b/flags/af.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ag.svg b/flags/ag.svg
index 11ad79c..d149d32 100644
--- a/flags/ag.svg
+++ b/flags/ag.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ai.svg b/flags/ai.svg
index e053d13..2cdcf16 100644
--- a/flags/ai.svg
+++ b/flags/ai.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/al.svg b/flags/al.svg
index 7fef03f..ffd5202 100644
--- a/flags/al.svg
+++ b/flags/al.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/am.svg b/flags/am.svg
index 9ad3745..e29d3ce 100644
--- a/flags/am.svg
+++ b/flags/am.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ao.svg b/flags/ao.svg
index 17feafc..83aec53 100644
--- a/flags/ao.svg
+++ b/flags/ao.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ar.svg b/flags/ar.svg
index 4d9ddc9..163a7c7 100644
--- a/flags/ar.svg
+++ b/flags/ar.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/as.svg b/flags/as.svg
index d2b97a7..ecfb53f 100644
--- a/flags/as.svg
+++ b/flags/as.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/at.svg b/flags/at.svg
index e87631d..a626549 100644
--- a/flags/at.svg
+++ b/flags/at.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/au.svg b/flags/au.svg
index 50b6b41..93696fb 100644
--- a/flags/au.svg
+++ b/flags/au.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/aw.svg b/flags/aw.svg
index 3d42e63..d15d0c8 100644
--- a/flags/aw.svg
+++ b/flags/aw.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ax.svg b/flags/ax.svg
index 9c7db31..ee60d77 100644
--- a/flags/ax.svg
+++ b/flags/ax.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/az.svg b/flags/az.svg
index fa89b61..366776d 100644
--- a/flags/az.svg
+++ b/flags/az.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ba.svg b/flags/ba.svg
index 0e2a455..4d523c0 100644
--- a/flags/ba.svg
+++ b/flags/ba.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bb.svg b/flags/bb.svg
index 05ba9bf..b8b869a 100644
--- a/flags/bb.svg
+++ b/flags/bb.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bd.svg b/flags/bd.svg
index 556374e..603090d 100644
--- a/flags/bd.svg
+++ b/flags/bd.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/be.svg b/flags/be.svg
index 07e35a2..0a9b33d 100644
--- a/flags/be.svg
+++ b/flags/be.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bf.svg b/flags/bf.svg
index a22ae33..408f64c 100644
--- a/flags/bf.svg
+++ b/flags/bf.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bg.svg b/flags/bg.svg
index b6dc3d8..b8503c8 100644
--- a/flags/bg.svg
+++ b/flags/bg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bh.svg b/flags/bh.svg
index 786ece6..96e4a9c 100644
--- a/flags/bh.svg
+++ b/flags/bh.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bi.svg b/flags/bi.svg
index 46e7895..605c956 100644
--- a/flags/bi.svg
+++ b/flags/bi.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bj.svg b/flags/bj.svg
index 4f84bec..ada7836 100644
--- a/flags/bj.svg
+++ b/flags/bj.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bl.svg b/flags/bl.svg
index 5954799..abf5367 100644
--- a/flags/bl.svg
+++ b/flags/bl.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bm.svg b/flags/bm.svg
index effad9e..16f3b31 100644
--- a/flags/bm.svg
+++ b/flags/bm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bn.svg b/flags/bn.svg
index 9bbdd1c..fa5c7ad 100644
--- a/flags/bn.svg
+++ b/flags/bn.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bo.svg b/flags/bo.svg
index 70889a6..e6a2ea1 100644
--- a/flags/bo.svg
+++ b/flags/bo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bq-bo.svg b/flags/bq-bo.svg
index ce608bc..1e54633 100644
--- a/flags/bq-bo.svg
+++ b/flags/bq-bo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bq-sa.svg b/flags/bq-sa.svg
index 5ecbddd..8d1ed3f 100644
--- a/flags/bq-sa.svg
+++ b/flags/bq-sa.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bq-se.svg b/flags/bq-se.svg
index a1d9cd9..251be54 100644
--- a/flags/bq-se.svg
+++ b/flags/bq-se.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/br.svg b/flags/br.svg
index e58bd30..1ced0c8 100644
--- a/flags/br.svg
+++ b/flags/br.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bs.svg b/flags/bs.svg
index 5abcefe..fcaf1b9 100644
--- a/flags/bs.svg
+++ b/flags/bs.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bt.svg b/flags/bt.svg
index 5e1153e..33f0210 100644
--- a/flags/bt.svg
+++ b/flags/bt.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bw.svg b/flags/bw.svg
index 4823401..af17439 100644
--- a/flags/bw.svg
+++ b/flags/bw.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/by.svg b/flags/by.svg
index 547da6f..fb510c5 100644
--- a/flags/by.svg
+++ b/flags/by.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/bz.svg b/flags/bz.svg
index 67c8e39..5324918 100644
--- a/flags/bz.svg
+++ b/flags/bz.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ca-bc.svg b/flags/ca-bc.svg
index 0675290..230afa3 100644
--- a/flags/ca-bc.svg
+++ b/flags/ca-bc.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ca.svg b/flags/ca.svg
index 107a902..0e76912 100644
--- a/flags/ca.svg
+++ b/flags/ca.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cc.svg b/flags/cc.svg
index 27ce133..2d69452 100644
--- a/flags/cc.svg
+++ b/flags/cc.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cd.svg b/flags/cd.svg
index 0054162..191ba07 100644
--- a/flags/cd.svg
+++ b/flags/cd.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cf.svg b/flags/cf.svg
index c3eb5b7..9b544c4 100644
--- a/flags/cf.svg
+++ b/flags/cf.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cg.svg b/flags/cg.svg
index dbba974..8bca18a 100644
--- a/flags/cg.svg
+++ b/flags/cg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ch.svg b/flags/ch.svg
index 9917c72..d38e254 100644
--- a/flags/ch.svg
+++ b/flags/ch.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ci.svg b/flags/ci.svg
index f4db590..1ccc8ff 100644
--- a/flags/ci.svg
+++ b/flags/ci.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ck.svg b/flags/ck.svg
index 869d356..04893a5 100644
--- a/flags/ck.svg
+++ b/flags/ck.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cl.svg b/flags/cl.svg
index b5f2f25..5f8c3ea 100644
--- a/flags/cl.svg
+++ b/flags/cl.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cm.svg b/flags/cm.svg
index f8e3a13..27992bc 100644
--- a/flags/cm.svg
+++ b/flags/cm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cn.svg b/flags/cn.svg
index 7b091ad..33a7672 100644
--- a/flags/cn.svg
+++ b/flags/cn.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/co.svg b/flags/co.svg
index 16fd08f..e9014b0 100644
--- a/flags/co.svg
+++ b/flags/co.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cr.svg b/flags/cr.svg
index 7be3331..6db47c8 100644
--- a/flags/cr.svg
+++ b/flags/cr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cu.svg b/flags/cu.svg
index 0e0d1f3..8d88c56 100644
--- a/flags/cu.svg
+++ b/flags/cu.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cv.svg b/flags/cv.svg
index 9ac727c..949772c 100644
--- a/flags/cv.svg
+++ b/flags/cv.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cw.svg b/flags/cw.svg
index 3a3c010..a35661c 100644
--- a/flags/cw.svg
+++ b/flags/cw.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cx.svg b/flags/cx.svg
index fc814e0..0d2755b 100644
--- a/flags/cx.svg
+++ b/flags/cx.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cy.svg b/flags/cy.svg
index ca9ab10..d2a2fe3 100644
--- a/flags/cy.svg
+++ b/flags/cy.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/cz.svg b/flags/cz.svg
index 09f8b9a..023a120 100644
--- a/flags/cz.svg
+++ b/flags/cz.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/de.svg b/flags/de.svg
index 8cf77df..c8b9993 100644
--- a/flags/de.svg
+++ b/flags/de.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/dj.svg b/flags/dj.svg
index feb2500..e0efd05 100644
--- a/flags/dj.svg
+++ b/flags/dj.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/dk.svg b/flags/dk.svg
index 0493fc7..fd3d4ec 100644
--- a/flags/dk.svg
+++ b/flags/dk.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/dm.svg b/flags/dm.svg
index 13c66f7..0b8475c 100644
--- a/flags/dm.svg
+++ b/flags/dm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/do.svg b/flags/do.svg
index 282082d..46a54d9 100644
--- a/flags/do.svg
+++ b/flags/do.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/dz.svg b/flags/dz.svg
index 442cae0..af57026 100644
--- a/flags/dz.svg
+++ b/flags/dz.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ea.svg b/flags/ea.svg
index 8ec6679..5a4f870 100644
--- a/flags/ea.svg
+++ b/flags/ea.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/easter_island.svg b/flags/easter_island.svg
index 14ba242..b225f79 100644
--- a/flags/easter_island.svg
+++ b/flags/easter_island.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ec-w.svg b/flags/ec-w.svg
index 3c96be0..89efafa 100644
--- a/flags/ec-w.svg
+++ b/flags/ec-w.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ec.svg b/flags/ec.svg
index 508d421..749f98e 100644
--- a/flags/ec.svg
+++ b/flags/ec.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ee.svg b/flags/ee.svg
index 0c801b1..68cc40e 100644
--- a/flags/ee.svg
+++ b/flags/ee.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/eg.svg b/flags/eg.svg
index 0bfb5ae..3a963bb 100644
--- a/flags/eg.svg
+++ b/flags/eg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/eh.svg b/flags/eh.svg
index dbde6ca..6beee2c 100644
--- a/flags/eh.svg
+++ b/flags/eh.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/er.svg b/flags/er.svg
index 85a07ea..e8949ec 100644
--- a/flags/er.svg
+++ b/flags/er.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/es-cn.svg b/flags/es-cn.svg
index 5c944d5..e2c5ec8 100644
--- a/flags/es-cn.svg
+++ b/flags/es-cn.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/es-ga.svg b/flags/es-ga.svg
index 6ba7711..7b76c73 100644
--- a/flags/es-ga.svg
+++ b/flags/es-ga.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/es-ib.svg b/flags/es-ib.svg
index 341a13a..a74f96c 100644
--- a/flags/es-ib.svg
+++ b/flags/es-ib.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/es-ml.svg b/flags/es-ml.svg
index c8d85eb..ab5960e 100644
--- a/flags/es-ml.svg
+++ b/flags/es-ml.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/es-pv.svg b/flags/es-pv.svg
index bc99d59..ad4850b 100644
--- a/flags/es-pv.svg
+++ b/flags/es-pv.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/es.svg b/flags/es.svg
index 17a0ab3..e88e132 100644
--- a/flags/es.svg
+++ b/flags/es.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/esperanto.svg b/flags/esperanto.svg
index 9a9df0c..9faf318 100644
--- a/flags/esperanto.svg
+++ b/flags/esperanto.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/et.svg b/flags/et.svg
index f13cdce..906068b 100644
--- a/flags/et.svg
+++ b/flags/et.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/european_union.svg b/flags/european_union.svg
index bb5117d..805d6f5 100644
--- a/flags/european_union.svg
+++ b/flags/european_union.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/fi.svg b/flags/fi.svg
index 8b5f443..8a7b2ef 100644
--- a/flags/fi.svg
+++ b/flags/fi.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/fiction/klingon.svg b/flags/fiction/klingon.svg
index e57403d..8ab04ea 100644
--- a/flags/fiction/klingon.svg
+++ b/flags/fiction/klingon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/fj.svg b/flags/fj.svg
index 4a2a283..b573419 100644
--- a/flags/fj.svg
+++ b/flags/fj.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/fk.svg b/flags/fk.svg
index 329d9b1..e152f8f 100644
--- a/flags/fk.svg
+++ b/flags/fk.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/fm.svg b/flags/fm.svg
index 24d8b28..18c9917 100644
--- a/flags/fm.svg
+++ b/flags/fm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/fo.svg b/flags/fo.svg
index 3d7adbf..a71b1f5 100644
--- a/flags/fo.svg
+++ b/flags/fo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/fr-h.svg b/flags/fr-h.svg
index f5fbc97..f369d21 100644
--- a/flags/fr-h.svg
+++ b/flags/fr-h.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/fr.svg b/flags/fr.svg
index b1a5d74..b2e930d 100644
--- a/flags/fr.svg
+++ b/flags/fr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ga.svg b/flags/ga.svg
index 31429e6..c6061fc 100644
--- a/flags/ga.svg
+++ b/flags/ga.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gb-eng.svg b/flags/gb-eng.svg
index 8b1afe1..42297e4 100644
--- a/flags/gb-eng.svg
+++ b/flags/gb-eng.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gb-ork.svg b/flags/gb-ork.svg
index 14c915b..677d8bf 100644
--- a/flags/gb-ork.svg
+++ b/flags/gb-ork.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gb-sct.svg b/flags/gb-sct.svg
index 484ce75..7dd7f3f 100644
--- a/flags/gb-sct.svg
+++ b/flags/gb-sct.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gb-wls.svg b/flags/gb-wls.svg
index de0c64f..4c09cd1 100644
--- a/flags/gb-wls.svg
+++ b/flags/gb-wls.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gb.svg b/flags/gb.svg
index 1a9e4fb..8c99653 100644
--- a/flags/gb.svg
+++ b/flags/gb.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gd.svg b/flags/gd.svg
index c5ae83c..401f9e2 100644
--- a/flags/gd.svg
+++ b/flags/gd.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ge-ab.svg b/flags/ge-ab.svg
index 8568337..165cfa9 100644
--- a/flags/ge-ab.svg
+++ b/flags/ge-ab.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ge.svg b/flags/ge.svg
index 62e8d80..fcb9cfd 100644
--- a/flags/ge.svg
+++ b/flags/ge.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gg.svg b/flags/gg.svg
index be608cd..b506271 100644
--- a/flags/gg.svg
+++ b/flags/gg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gh.svg b/flags/gh.svg
index 1ecfbd0..e7a132f 100644
--- a/flags/gh.svg
+++ b/flags/gh.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gi.svg b/flags/gi.svg
index c3a7332..5524dc7 100644
--- a/flags/gi.svg
+++ b/flags/gi.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gl.svg b/flags/gl.svg
index 4790768..32834f1 100644
--- a/flags/gl.svg
+++ b/flags/gl.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gm.svg b/flags/gm.svg
index 169c4d7..f0fd697 100644
--- a/flags/gm.svg
+++ b/flags/gm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gn.svg b/flags/gn.svg
index 6ff00e3..02a07c3 100644
--- a/flags/gn.svg
+++ b/flags/gn.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gq.svg b/flags/gq.svg
index ca3610d..5113800 100644
--- a/flags/gq.svg
+++ b/flags/gq.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gr.svg b/flags/gr.svg
index 9f3ddcc..1128716 100644
--- a/flags/gr.svg
+++ b/flags/gr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gt.svg b/flags/gt.svg
index a7bef34..e29c4d8 100644
--- a/flags/gt.svg
+++ b/flags/gt.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gu.svg b/flags/gu.svg
index 4fd6ba0..0ebe3c8 100644
--- a/flags/gu.svg
+++ b/flags/gu.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gw.svg b/flags/gw.svg
index 343fb8d..d5f7caf 100644
--- a/flags/gw.svg
+++ b/flags/gw.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/gy.svg b/flags/gy.svg
index 9cf4581..1614d20 100644
--- a/flags/gy.svg
+++ b/flags/gy.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/hausa.svg b/flags/hausa.svg
index 6d9f106..66892b3 100644
--- a/flags/hausa.svg
+++ b/flags/hausa.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/hk.svg b/flags/hk.svg
index f0dee10..e641039 100644
--- a/flags/hk.svg
+++ b/flags/hk.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/hmong.svg b/flags/hmong.svg
index 48fe7e2..612c8ee 100644
--- a/flags/hmong.svg
+++ b/flags/hmong.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/hn.svg b/flags/hn.svg
index facf7b1..8fe8bb5 100644
--- a/flags/hn.svg
+++ b/flags/hn.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/hr.svg b/flags/hr.svg
index 873df2e..9073879 100644
--- a/flags/hr.svg
+++ b/flags/hr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ht.svg b/flags/ht.svg
index cc1fe3a..2a87ca7 100644
--- a/flags/ht.svg
+++ b/flags/ht.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/hu.svg b/flags/hu.svg
index 601e726..98c5fde 100644
--- a/flags/hu.svg
+++ b/flags/hu.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/id.svg b/flags/id.svg
index e56f4b6..f8a1760 100644
--- a/flags/id.svg
+++ b/flags/id.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ie.svg b/flags/ie.svg
index 0266265..52f61e5 100644
--- a/flags/ie.svg
+++ b/flags/ie.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/il.svg b/flags/il.svg
index 5da89a3..651cc49 100644
--- a/flags/il.svg
+++ b/flags/il.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/im.svg b/flags/im.svg
index e7e0c7b..8ebdac3 100644
--- a/flags/im.svg
+++ b/flags/im.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/in.svg b/flags/in.svg
index 7fe7ecf..e666862 100644
--- a/flags/in.svg
+++ b/flags/in.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/io.svg b/flags/io.svg
index e540551..f2d8825 100644
--- a/flags/io.svg
+++ b/flags/io.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/iq.svg b/flags/iq.svg
index bca4641..f8ef9e2 100644
--- a/flags/iq.svg
+++ b/flags/iq.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ir.svg b/flags/ir.svg
index e302d90..ce83815 100644
--- a/flags/ir.svg
+++ b/flags/ir.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/is.svg b/flags/is.svg
index d417f46..93c63fd 100644
--- a/flags/is.svg
+++ b/flags/is.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/it-82.svg b/flags/it-82.svg
index 1302de6..20a8385 100644
--- a/flags/it-82.svg
+++ b/flags/it-82.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/it-88.svg b/flags/it-88.svg
index 64aa91a..e02c854 100644
--- a/flags/it-88.svg
+++ b/flags/it-88.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/it.svg b/flags/it.svg
index b0067a5..81c907b 100644
--- a/flags/it.svg
+++ b/flags/it.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/je.svg b/flags/je.svg
index af828cd..61427d0 100644
--- a/flags/je.svg
+++ b/flags/je.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/jm.svg b/flags/jm.svg
index da5de24..16cd3e1 100644
--- a/flags/jm.svg
+++ b/flags/jm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/jo.svg b/flags/jo.svg
index 11f0cc1..cf7458d 100644
--- a/flags/jo.svg
+++ b/flags/jo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/jp.svg b/flags/jp.svg
index da9d14b..7466984 100644
--- a/flags/jp.svg
+++ b/flags/jp.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/kannada.svg b/flags/kannada.svg
index be0f45d..b8c8841 100644
--- a/flags/kannada.svg
+++ b/flags/kannada.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ke.svg b/flags/ke.svg
index 2d919d2..10a245f 100644
--- a/flags/ke.svg
+++ b/flags/ke.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/kg.svg b/flags/kg.svg
index a2e72c1..1834731 100644
--- a/flags/kg.svg
+++ b/flags/kg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/kh.svg b/flags/kh.svg
index 097cb98..f024c4c 100644
--- a/flags/kh.svg
+++ b/flags/kh.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ki.svg b/flags/ki.svg
index 3b9ef3e..596fffa 100644
--- a/flags/ki.svg
+++ b/flags/ki.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/km.svg b/flags/km.svg
index 6d5fdbf..b12f5ea 100644
--- a/flags/km.svg
+++ b/flags/km.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/kn.svg b/flags/kn.svg
index 2e09852..b604e52 100644
--- a/flags/kn.svg
+++ b/flags/kn.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/kp.svg b/flags/kp.svg
index 6d084d4..8ccbabe 100644
--- a/flags/kp.svg
+++ b/flags/kp.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/kr.svg b/flags/kr.svg
index bfac070..055275c 100644
--- a/flags/kr.svg
+++ b/flags/kr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/kurdistan.svg b/flags/kurdistan.svg
index 2c878b7..8725c81 100644
--- a/flags/kurdistan.svg
+++ b/flags/kurdistan.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/kw.svg b/flags/kw.svg
index 54e838b..2bee6fd 100644
--- a/flags/kw.svg
+++ b/flags/kw.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ky.svg b/flags/ky.svg
index d2b0885..0f61213 100644
--- a/flags/ky.svg
+++ b/flags/ky.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/kz.svg b/flags/kz.svg
index 7a5b394..3de7b98 100644
--- a/flags/kz.svg
+++ b/flags/kz.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/la.svg b/flags/la.svg
index 3c40934..c79568b 100644
--- a/flags/la.svg
+++ b/flags/la.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/lb.svg b/flags/lb.svg
index eb9bdcf..3e8ed08 100644
--- a/flags/lb.svg
+++ b/flags/lb.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/lc.svg b/flags/lc.svg
index f67f2a7..5900166 100644
--- a/flags/lc.svg
+++ b/flags/lc.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/li.svg b/flags/li.svg
index 0660fd9..0d6a410 100644
--- a/flags/li.svg
+++ b/flags/li.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/lk.svg b/flags/lk.svg
index 7a4285c..b550764 100644
--- a/flags/lk.svg
+++ b/flags/lk.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/lr.svg b/flags/lr.svg
index f4e3b2d..c0767a8 100644
--- a/flags/lr.svg
+++ b/flags/lr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ls.svg b/flags/ls.svg
index 00c8d6f..a671a45 100644
--- a/flags/ls.svg
+++ b/flags/ls.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/lt.svg b/flags/lt.svg
index c9ae5d4..44bfb3f 100644
--- a/flags/lt.svg
+++ b/flags/lt.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/lu.svg b/flags/lu.svg
index d3fe08d..9816087 100644
--- a/flags/lu.svg
+++ b/flags/lu.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/lv.svg b/flags/lv.svg
index cdbec83..3f23e02 100644
--- a/flags/lv.svg
+++ b/flags/lv.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ly.svg b/flags/ly.svg
index c8a814d..44d9c7b 100644
--- a/flags/ly.svg
+++ b/flags/ly.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ma.svg b/flags/ma.svg
index fd46ce0..40365c8 100644
--- a/flags/ma.svg
+++ b/flags/ma.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/malayali.svg b/flags/malayali.svg
index 0e716bf..2e17250 100644
--- a/flags/malayali.svg
+++ b/flags/malayali.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/maori.svg b/flags/maori.svg
index f9eee47..be30ae7 100644
--- a/flags/maori.svg
+++ b/flags/maori.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mc.svg b/flags/mc.svg
index 3c2b5aa..8a20e23 100644
--- a/flags/mc.svg
+++ b/flags/mc.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/md.svg b/flags/md.svg
index 1adbda8..b1e465d 100644
--- a/flags/md.svg
+++ b/flags/md.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/me.svg b/flags/me.svg
index 09827b9..487eaad 100644
--- a/flags/me.svg
+++ b/flags/me.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mg.svg b/flags/mg.svg
index 840ce59..81fff92 100644
--- a/flags/mg.svg
+++ b/flags/mg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mh.svg b/flags/mh.svg
index 744d0f6..e6fdde8 100644
--- a/flags/mh.svg
+++ b/flags/mh.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mk.svg b/flags/mk.svg
index 50bac67..ffed2e9 100644
--- a/flags/mk.svg
+++ b/flags/mk.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ml.svg b/flags/ml.svg
index 17b8a06..b29fba0 100644
--- a/flags/ml.svg
+++ b/flags/ml.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mm.svg b/flags/mm.svg
index d0433e9..2a16d4f 100644
--- a/flags/mm.svg
+++ b/flags/mm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mn.svg b/flags/mn.svg
index 1ecb470..4a214a7 100644
--- a/flags/mn.svg
+++ b/flags/mn.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mo.svg b/flags/mo.svg
index 145c7c1..51b87aa 100644
--- a/flags/mo.svg
+++ b/flags/mo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mp.svg b/flags/mp.svg
index ddf4195..b051ba2 100644
--- a/flags/mp.svg
+++ b/flags/mp.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mq.svg b/flags/mq.svg
index 42d2513..224616e 100644
--- a/flags/mq.svg
+++ b/flags/mq.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mr.svg b/flags/mr.svg
index d7751fa..d122332 100644
--- a/flags/mr.svg
+++ b/flags/mr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ms.svg b/flags/ms.svg
index bb6d28e..3c734b4 100644
--- a/flags/ms.svg
+++ b/flags/ms.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mt.svg b/flags/mt.svg
index d7c6ba4..ba7ec40 100644
--- a/flags/mt.svg
+++ b/flags/mt.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mu.svg b/flags/mu.svg
index 669755f..8b7463e 100644
--- a/flags/mu.svg
+++ b/flags/mu.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mv.svg b/flags/mv.svg
index 4159913..37ed16e 100644
--- a/flags/mv.svg
+++ b/flags/mv.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mw.svg b/flags/mw.svg
index 2a60b77..0ee86e5 100644
--- a/flags/mw.svg
+++ b/flags/mw.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mx.svg b/flags/mx.svg
index 51a3b64..1855b21 100644
--- a/flags/mx.svg
+++ b/flags/mx.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/my.svg b/flags/my.svg
index 0009901..b7902f4 100644
--- a/flags/my.svg
+++ b/flags/my.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/mz.svg b/flags/mz.svg
index c20a25c..f2e6be5 100644
--- a/flags/mz.svg
+++ b/flags/mz.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/na.svg b/flags/na.svg
index 25ae987..3c57a37 100644
--- a/flags/na.svg
+++ b/flags/na.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/nato.svg b/flags/nato.svg
index 3646874..aa76557 100644
--- a/flags/nato.svg
+++ b/flags/nato.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ne.svg b/flags/ne.svg
index a880a2e..a2a1912 100644
--- a/flags/ne.svg
+++ b/flags/ne.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/nf.svg b/flags/nf.svg
index ce9de4e..7082f43 100644
--- a/flags/nf.svg
+++ b/flags/nf.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ng.svg b/flags/ng.svg
index 5fab592..62dfca1 100644
--- a/flags/ng.svg
+++ b/flags/ng.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ni.svg b/flags/ni.svg
index a3729cf..fce9447 100644
--- a/flags/ni.svg
+++ b/flags/ni.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/nl.svg b/flags/nl.svg
index 08c386c..d64facb 100644
--- a/flags/nl.svg
+++ b/flags/nl.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/no.svg b/flags/no.svg
index 9bf2d26..28e38b3 100644
--- a/flags/no.svg
+++ b/flags/no.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/northen_cyprus.svg b/flags/northen_cyprus.svg
index ff07376..442e688 100644
--- a/flags/northen_cyprus.svg
+++ b/flags/northen_cyprus.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/np.svg b/flags/np.svg
index 0bafeb6..378953a 100644
--- a/flags/np.svg
+++ b/flags/np.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/nr.svg b/flags/nr.svg
index d8e61f3..ac073c0 100644
--- a/flags/nr.svg
+++ b/flags/nr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/nu.svg b/flags/nu.svg
index b3e140c..f20a5d5 100644
--- a/flags/nu.svg
+++ b/flags/nu.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/nz.svg b/flags/nz.svg
index 82b5e5f..145ab7c 100644
--- a/flags/nz.svg
+++ b/flags/nz.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/om.svg b/flags/om.svg
index eaaaf9b..f0dada7 100644
--- a/flags/om.svg
+++ b/flags/om.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/pa.svg b/flags/pa.svg
index dece2a0..f9d825a 100644
--- a/flags/pa.svg
+++ b/flags/pa.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/pe.svg b/flags/pe.svg
index cdac06d..3ddfd7d 100644
--- a/flags/pe.svg
+++ b/flags/pe.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/pf.svg b/flags/pf.svg
index 6a8547e..243df72 100644
--- a/flags/pf.svg
+++ b/flags/pf.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/pg.svg b/flags/pg.svg
index 95b58ef..2409000 100644
--- a/flags/pg.svg
+++ b/flags/pg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ph.svg b/flags/ph.svg
index f6ed797..626d54d 100644
--- a/flags/ph.svg
+++ b/flags/ph.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/pk.svg b/flags/pk.svg
index 176f1b3..bfbd6ef 100644
--- a/flags/pk.svg
+++ b/flags/pk.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/pl.svg b/flags/pl.svg
index e80c1b6..a9e3a1f 100644
--- a/flags/pl.svg
+++ b/flags/pl.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/pn.svg b/flags/pn.svg
index 6a94611..3e6f56d 100644
--- a/flags/pn.svg
+++ b/flags/pn.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/pr.svg b/flags/pr.svg
index f601bf9..7cc5afe 100644
--- a/flags/pr.svg
+++ b/flags/pr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ps.svg b/flags/ps.svg
index d764b18..3d6bc18 100644
--- a/flags/ps.svg
+++ b/flags/ps.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/pt-20.svg b/flags/pt-20.svg
index 9d7477f..0deda53 100644
--- a/flags/pt-20.svg
+++ b/flags/pt-20.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/pt-30.svg b/flags/pt-30.svg
index 1f4b7ce..8a85e68 100644
--- a/flags/pt-30.svg
+++ b/flags/pt-30.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/pt.svg b/flags/pt.svg
index 683b34d..8df0fe5 100644
--- a/flags/pt.svg
+++ b/flags/pt.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/pw.svg b/flags/pw.svg
index acd5884..308de2c 100644
--- a/flags/pw.svg
+++ b/flags/pw.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/py.svg b/flags/py.svg
index aecee81..39ba179 100644
--- a/flags/py.svg
+++ b/flags/py.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/qa.svg b/flags/qa.svg
index 5b6faf2..e786ba7 100644
--- a/flags/qa.svg
+++ b/flags/qa.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ro.svg b/flags/ro.svg
index 643ec09..a672c87 100644
--- a/flags/ro.svg
+++ b/flags/ro.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/rs.svg b/flags/rs.svg
index 8339de1..6ec37e4 100644
--- a/flags/rs.svg
+++ b/flags/rs.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ru.svg b/flags/ru.svg
index c0bbc59..b59ecab 100644
--- a/flags/ru.svg
+++ b/flags/ru.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/rw.svg b/flags/rw.svg
index 24326f6..80ba452 100644
--- a/flags/rw.svg
+++ b/flags/rw.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sa.svg b/flags/sa.svg
index 5966c66..c338259 100644
--- a/flags/sa.svg
+++ b/flags/sa.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sb.svg b/flags/sb.svg
index 72d78e3..9c8687d 100644
--- a/flags/sb.svg
+++ b/flags/sb.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sc.svg b/flags/sc.svg
index 65dd549..d73201f 100644
--- a/flags/sc.svg
+++ b/flags/sc.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sd.svg b/flags/sd.svg
index c790625..29e6240 100644
--- a/flags/sd.svg
+++ b/flags/sd.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/se.svg b/flags/se.svg
index 0282017..fdd2525 100644
--- a/flags/se.svg
+++ b/flags/se.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sg.svg b/flags/sg.svg
index 0a71b31..99dd239 100644
--- a/flags/sg.svg
+++ b/flags/sg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/si.svg b/flags/si.svg
index 046ad84..5aab50d 100644
--- a/flags/si.svg
+++ b/flags/si.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sindh.svg b/flags/sindh.svg
index f5c9c19..514a4d6 100644
--- a/flags/sindh.svg
+++ b/flags/sindh.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sk.svg b/flags/sk.svg
index 0f2f2fd..ecfe493 100644
--- a/flags/sk.svg
+++ b/flags/sk.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sl.svg b/flags/sl.svg
index d409d33..dfd1fad 100644
--- a/flags/sl.svg
+++ b/flags/sl.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sm.svg b/flags/sm.svg
index 8734ec9..000d7bb 100644
--- a/flags/sm.svg
+++ b/flags/sm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sn.svg b/flags/sn.svg
index 65a3e03..e661af7 100644
--- a/flags/sn.svg
+++ b/flags/sn.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/so.svg b/flags/so.svg
index a802aab..a299213 100644
--- a/flags/so.svg
+++ b/flags/so.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/somaliland.svg b/flags/somaliland.svg
index 613ee10..f8cabcc 100644
--- a/flags/somaliland.svg
+++ b/flags/somaliland.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/south_ossetia.svg b/flags/south_ossetia.svg
index 8cf6a50..90cd832 100644
--- a/flags/south_ossetia.svg
+++ b/flags/south_ossetia.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sr.svg b/flags/sr.svg
index 83ee5c5..4a7faff 100644
--- a/flags/sr.svg
+++ b/flags/sr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ss.svg b/flags/ss.svg
index 02b3ee1..4c6c5a2 100644
--- a/flags/ss.svg
+++ b/flags/ss.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/st.svg b/flags/st.svg
index df18244..3c0bc50 100644
--- a/flags/st.svg
+++ b/flags/st.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sv.svg b/flags/sv.svg
index 7139df6..8d8e41c 100644
--- a/flags/sv.svg
+++ b/flags/sv.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sx.svg b/flags/sx.svg
index 42a60e2..4cd8ed7 100644
--- a/flags/sx.svg
+++ b/flags/sx.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sy.svg b/flags/sy.svg
index 3b61009..9ff6770 100644
--- a/flags/sy.svg
+++ b/flags/sy.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/sz.svg b/flags/sz.svg
index 94e2e54..a4f9693 100644
--- a/flags/sz.svg
+++ b/flags/sz.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tc.svg b/flags/tc.svg
index bfb7d51..dd9cd06 100644
--- a/flags/tc.svg
+++ b/flags/tc.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/td.svg b/flags/td.svg
index d016ae9..401be7c 100644
--- a/flags/td.svg
+++ b/flags/td.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tg.svg b/flags/tg.svg
index 2484d42..606689a 100644
--- a/flags/tg.svg
+++ b/flags/tg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/th.svg b/flags/th.svg
index 10d1592..3c06312 100644
--- a/flags/th.svg
+++ b/flags/th.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tibet.svg b/flags/tibet.svg
index f6eac86..0bd0224 100644
--- a/flags/tibet.svg
+++ b/flags/tibet.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tj.svg b/flags/tj.svg
index ad20733..14afc98 100644
--- a/flags/tj.svg
+++ b/flags/tj.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tk.svg b/flags/tk.svg
index 7a14be2..29c2aae 100644
--- a/flags/tk.svg
+++ b/flags/tk.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tl.svg b/flags/tl.svg
index 6557be8..e293f89 100644
--- a/flags/tl.svg
+++ b/flags/tl.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tm.svg b/flags/tm.svg
index 74b691c..b4dc708 100644
--- a/flags/tm.svg
+++ b/flags/tm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tn.svg b/flags/tn.svg
index a3e49fc..b1b54e7 100644
--- a/flags/tn.svg
+++ b/flags/tn.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/to.svg b/flags/to.svg
index dc1a935..f032ebf 100644
--- a/flags/to.svg
+++ b/flags/to.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tr.svg b/flags/tr.svg
index ff22aa9..3d958d3 100644
--- a/flags/tr.svg
+++ b/flags/tr.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/transnistria.svg b/flags/transnistria.svg
index a782ed7..4d85f42 100644
--- a/flags/transnistria.svg
+++ b/flags/transnistria.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tt.svg b/flags/tt.svg
index 78c2463..6ef5ae9 100644
--- a/flags/tt.svg
+++ b/flags/tt.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tv.svg b/flags/tv.svg
index 5703ff1..d0229f4 100644
--- a/flags/tv.svg
+++ b/flags/tv.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tw.svg b/flags/tw.svg
index 6c5ac47..02820d2 100644
--- a/flags/tw.svg
+++ b/flags/tw.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/tz.svg b/flags/tz.svg
index 33927fc..d0f64e8 100644
--- a/flags/tz.svg
+++ b/flags/tz.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ua.svg b/flags/ua.svg
index 9a92805..93477d6 100644
--- a/flags/ua.svg
+++ b/flags/ua.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ug.svg b/flags/ug.svg
index 6c3d03c..e53b957 100644
--- a/flags/ug.svg
+++ b/flags/ug.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/united_nations.svg b/flags/united_nations.svg
index 0229157..996653f 100644
--- a/flags/united_nations.svg
+++ b/flags/united_nations.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/us-hi.svg b/flags/us-hi.svg
index a352313..02b96f4 100644
--- a/flags/us-hi.svg
+++ b/flags/us-hi.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/us.svg b/flags/us.svg
index 69b733b..4577ca8 100644
--- a/flags/us.svg
+++ b/flags/us.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/uy.svg b/flags/uy.svg
index 4000d49..e0055f1 100644
--- a/flags/uy.svg
+++ b/flags/uy.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/uz.svg b/flags/uz.svg
index 0c3a822..9f4ff41 100644
--- a/flags/uz.svg
+++ b/flags/uz.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/va.svg b/flags/va.svg
index 2854187..5013476 100644
--- a/flags/va.svg
+++ b/flags/va.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/vc.svg b/flags/vc.svg
index 0ab2111..a67740d 100644
--- a/flags/vc.svg
+++ b/flags/vc.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ve.svg b/flags/ve.svg
index 53dc5cf..412933f 100644
--- a/flags/ve.svg
+++ b/flags/ve.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/vg.svg b/flags/vg.svg
index c2c3281..9034d6c 100644
--- a/flags/vg.svg
+++ b/flags/vg.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/vi.svg b/flags/vi.svg
index d79fce4..103201a 100644
--- a/flags/vi.svg
+++ b/flags/vi.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/vn.svg b/flags/vn.svg
index 32b5a8d..7bff10b 100644
--- a/flags/vn.svg
+++ b/flags/vn.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/vu.svg b/flags/vu.svg
index 2abfaa8..f623bef 100644
--- a/flags/vu.svg
+++ b/flags/vu.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ws.svg b/flags/ws.svg
index ae99307..1803955 100644
--- a/flags/ws.svg
+++ b/flags/ws.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/xk.svg b/flags/xk.svg
index b039e68..7ccdbdf 100644
--- a/flags/xk.svg
+++ b/flags/xk.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/xx.svg b/flags/xx.svg
index c77bbdc..fdd8ace 100644
--- a/flags/xx.svg
+++ b/flags/xx.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/ye.svg b/flags/ye.svg
index 75084d3..a1a3d6f 100644
--- a/flags/ye.svg
+++ b/flags/ye.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/yiddish.svg b/flags/yiddish.svg
index f7a514e..7673dfe 100644
--- a/flags/yiddish.svg
+++ b/flags/yiddish.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/za.svg b/flags/za.svg
index f0f4a5d..c940b71 100644
--- a/flags/za.svg
+++ b/flags/za.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/zm.svg b/flags/zm.svg
index 4353845..7b0a89f 100644
--- a/flags/zm.svg
+++ b/flags/zm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/flags/zw.svg b/flags/zw.svg
index 8f713b2..cd3a3bd 100644
--- a/flags/zw.svg
+++ b/flags/zw.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgo.yml b/svgo.yml
new file mode 100644
index 0000000..3e84749
--- /dev/null
+++ b/svgo.yml
@@ -0,0 +1,26 @@
+floatPrecision: 1
+multipass: true
+plugins:
+- removeTitle: true
+- removeDesc: true
+- removeUselessDefs: true
+- removeHiddenElems: true
+- removeViewBox: false
+- removeUnknownsAndDefaults: true
+- removeUselessStrokeAndFill: true
+- removeUnusedNS: true
+- cleanupIDs: true
+- cleanupNumericValues: true
+- collapseGroups: true
+- removeRasterImages: true
+- sortAttrs: true
+- removeDimensions: true
+- removeAttrs:
+ attrs:
+ - 'font.*'
+ - 'opacity'
+ - 'paint.*'
+ - 'stroke.*'
+ - 'text.*'
+- removeStyleElement: true
+- removeScriptElement: true