├── .styleci.yml ├── LICENSE.md ├── art └── cover.png ├── composer.json ├── config └── blade-flags.php ├── package.json ├── resources └── svg │ ├── country-ad.svg │ ├── country-ae.svg │ ├── country-af.svg │ ├── country-ag.svg │ ├── country-ai.svg │ ├── country-al.svg │ ├── country-am.svg │ ├── country-ao.svg │ ├── country-aq.svg │ ├── country-ar.svg │ ├── country-as.svg │ ├── country-at.svg │ ├── country-au.svg │ ├── country-aw.svg │ ├── country-ax.svg │ ├── country-az.svg │ ├── country-ba.svg │ ├── country-bb.svg │ ├── country-bd.svg │ ├── country-be.svg │ ├── country-bf.svg │ ├── country-bg.svg │ ├── country-bh.svg │ ├── country-bi.svg │ ├── country-bj.svg │ ├── country-bl.svg │ ├── country-bm.svg │ ├── country-bn.svg │ ├── country-bo.svg │ ├── country-bq.svg │ ├── country-br.svg │ ├── country-bs.svg │ ├── country-bt.svg │ ├── country-bv.svg │ ├── country-bw.svg │ ├── country-by.svg │ ├── country-bz.svg │ ├── country-ca.svg │ ├── country-cc.svg │ ├── country-cd.svg │ ├── country-cf.svg │ ├── country-cg.svg │ ├── country-ch.svg │ ├── country-ci.svg │ ├── country-ck.svg │ ├── country-cl.svg │ ├── country-cm.svg │ ├── country-cn.svg │ ├── country-co.svg │ ├── country-cp.svg │ ├── country-cr.svg │ ├── country-cu.svg │ ├── country-cv.svg │ ├── country-cw.svg │ ├── country-cx.svg │ ├── country-cy.svg │ ├── country-cz.svg │ ├── country-de.svg │ ├── country-dg.svg │ ├── country-dj.svg │ ├── country-dk.svg │ ├── country-dm.svg │ ├── country-do.svg │ ├── country-dz.svg │ ├── country-ea.svg │ ├── country-ec.svg │ ├── country-ee.svg │ ├── country-eg.svg │ ├── country-eh.svg │ ├── country-er.svg │ ├── country-es.svg │ ├── country-et.svg │ ├── country-eu.svg │ ├── country-fi.svg │ ├── country-fj.svg │ ├── country-fk.svg │ ├── country-fm.svg │ ├── country-fo.svg │ ├── country-fr.svg │ ├── country-ga.svg │ ├── country-gb-eng.svg │ ├── country-gb-nir.svg │ ├── country-gb-sct.svg │ ├── country-gb-wls.svg │ ├── country-gb.svg │ ├── country-gd.svg │ ├── country-ge.svg │ ├── country-gf.svg │ ├── country-gg.svg │ ├── country-gh.svg │ ├── country-gi.svg │ ├── country-gl.svg │ ├── country-gm.svg │ ├── country-gn.svg │ ├── country-gp.svg │ ├── country-gq.svg │ ├── country-gr.svg │ ├── country-gs.svg │ ├── country-gt.svg │ ├── country-gu.svg │ ├── country-gw.svg │ ├── country-gy.svg │ ├── country-hk.svg │ ├── country-hm.svg │ ├── country-hn.svg │ ├── country-hr.svg │ ├── country-ht.svg │ ├── country-hu.svg │ ├── country-ic.svg │ ├── country-id.svg │ ├── country-ie.svg │ ├── country-il.svg │ ├── country-im.svg │ ├── country-in.svg │ ├── country-io.svg │ ├── country-iq.svg │ ├── country-ir.svg │ ├── country-is.svg │ ├── country-it.svg │ ├── country-je.svg │ ├── country-jm.svg │ ├── country-jo.svg │ ├── country-jp.svg │ ├── country-ke.svg │ ├── country-kg.svg │ ├── country-kh.svg │ ├── country-ki.svg │ ├── country-km.svg │ ├── country-kn.svg │ ├── country-kp.svg │ ├── country-kr.svg │ ├── country-kw.svg │ ├── country-ky.svg │ ├── country-kz.svg │ ├── country-la.svg │ ├── country-lb.svg │ ├── country-lc.svg │ ├── country-li.svg │ ├── country-lk.svg │ ├── country-lr.svg │ ├── country-ls.svg │ ├── country-lt.svg │ ├── country-lu.svg │ ├── country-lv.svg │ ├── country-ly.svg │ ├── country-ma.svg │ ├── country-mc.svg │ ├── country-md.svg │ ├── country-me.svg │ ├── country-mf.svg │ ├── country-mg.svg │ ├── country-mh.svg │ ├── country-mk.svg │ ├── country-ml.svg │ ├── country-mm.svg │ ├── country-mn.svg │ ├── country-mo.svg │ ├── country-mp.svg │ ├── country-mq.svg │ ├── country-mr.svg │ ├── country-ms.svg │ ├── country-mt.svg │ ├── country-mu.svg │ ├── country-mv.svg │ ├── country-mw.svg │ ├── country-mx.svg │ ├── country-my.svg │ ├── country-mz.svg │ ├── country-na.svg │ ├── country-nc.svg │ ├── country-ne.svg │ ├── country-nf.svg │ ├── country-ng.svg │ ├── country-ni.svg │ ├── country-nl.svg │ ├── country-no.svg │ ├── country-np.svg │ ├── country-nr.svg │ ├── country-nu.svg │ ├── country-nz.svg │ ├── country-om.svg │ ├── country-pa.svg │ ├── country-pe.svg │ ├── country-pf.svg │ ├── country-pg.svg │ ├── country-ph.svg │ ├── country-pk.svg │ ├── country-pl.svg │ ├── country-pm.svg │ ├── country-pn.svg │ ├── country-pr.svg │ ├── country-ps.svg │ ├── country-pt.svg │ ├── country-pw.svg │ ├── country-py.svg │ ├── country-qa.svg │ ├── country-re.svg │ ├── country-ro.svg │ ├── country-rs.svg │ ├── country-ru.svg │ ├── country-rw.svg │ ├── country-sa.svg │ ├── country-sb.svg │ ├── country-sc.svg │ ├── country-sd.svg │ ├── country-se.svg │ ├── country-sg.svg │ ├── country-sh-ac.svg │ ├── country-sh-ta.svg │ ├── country-sh.svg │ ├── country-si.svg │ ├── country-sj.svg │ ├── country-sk.svg │ ├── country-sl.svg │ ├── country-sm.svg │ ├── country-sn.svg │ ├── country-so.svg │ ├── country-sr.svg │ ├── country-ss.svg │ ├── country-st.svg │ ├── country-sv.svg │ ├── country-sx.svg │ ├── country-sy.svg │ ├── country-sz.svg │ ├── country-tc.svg │ ├── country-td.svg │ ├── country-tf.svg │ ├── country-tg.svg │ ├── country-th.svg │ ├── country-tj.svg │ ├── country-tk.svg │ ├── country-tl.svg │ ├── country-tm.svg │ ├── country-tn.svg │ ├── country-to.svg │ ├── country-tr.svg │ ├── country-tt.svg │ ├── country-tv.svg │ ├── country-tw.svg │ ├── country-tz.svg │ ├── country-ua.svg │ ├── country-ug.svg │ ├── country-uk.svg │ ├── country-um.svg │ ├── country-united_nations.svg │ ├── country-us.svg │ ├── country-uy.svg │ ├── country-uz.svg │ ├── country-va.svg │ ├── country-vc.svg │ ├── country-ve.svg │ ├── country-vg.svg │ ├── country-vi.svg │ ├── country-vn.svg │ ├── country-vu.svg │ ├── country-wf.svg │ ├── country-ws.svg │ ├── country-xk.svg │ ├── country-xx.svg │ ├── country-ye.svg │ ├── country-yt.svg │ ├── country-yu.svg │ ├── country-za.svg │ ├── country-zm.svg │ ├── country-zw.svg │ ├── language-af.svg │ ├── language-ak.svg │ ├── language-am.svg │ ├── language-ar-iq.svg │ ├── language-ar.svg │ ├── language-as.svg │ ├── language-ay.svg │ ├── language-az.svg │ ├── language-be.svg │ ├── language-bg.svg │ ├── language-bho.svg │ ├── language-bi.svg │ ├── language-bm.svg │ ├── language-bn.svg │ ├── language-bs.svg │ ├── language-ca.svg │ ├── language-ceb.svg │ ├── language-ch.svg │ ├── language-chm.svg │ ├── language-co.svg │ ├── language-cs.svg │ ├── language-cy.svg │ ├── language-da.svg │ ├── language-de.svg │ ├── language-dv.svg │ ├── language-dz.svg │ ├── language-el.svg │ ├── language-en-au.svg │ ├── language-en-ca.svg │ ├── language-en-in.svg │ ├── language-en-ng.svg │ ├── language-en-nz.svg │ ├── language-en-us.svg │ ├── language-en-za.svg │ ├── language-en.svg │ ├── language-es.svg │ ├── language-et.svg │ ├── language-eu.svg │ ├── language-fa.svg │ ├── language-fi.svg │ ├── language-fil.svg │ ├── language-fj.svg │ ├── language-fo.svg │ ├── language-fr.svg │ ├── language-ga.svg │ ├── language-gl.svg │ ├── language-gn.svg │ ├── language-gu.svg │ ├── language-gv.svg │ ├── language-ha.svg │ ├── language-haw.svg │ ├── language-he.svg │ ├── language-hi.svg │ ├── language-ho.svg │ ├── language-hr.svg │ ├── language-ht.svg │ ├── language-hu.svg │ ├── language-hy.svg │ ├── language-id.svg │ ├── language-ig.svg │ ├── language-ilo.svg │ ├── language-is.svg │ ├── language-it.svg │ ├── language-ja.svg │ ├── language-jv.svg │ ├── language-ka.svg │ ├── language-kk.svg │ ├── language-kl.svg │ ├── language-km.svg │ ├── language-kn.svg │ ├── language-ko.svg │ ├── language-kri.svg │ ├── language-ku.svg │ ├── language-ky.svg │ ├── language-la.svg │ ├── language-lb.svg │ ├── language-lg.svg │ ├── language-ln.svg │ ├── language-lo.svg │ ├── language-lt.svg │ ├── language-lu.svg │ ├── language-lv.svg │ ├── language-mg.svg │ ├── language-mh.svg │ ├── language-mi.svg │ ├── language-mk.svg │ ├── language-ml.svg │ ├── language-mn.svg │ ├── language-mr.svg │ ├── language-mrj.svg │ ├── language-ms.svg │ ├── language-mt.svg │ ├── language-my.svg │ ├── language-na.svg │ ├── language-nb.svg │ ├── language-nd.svg │ ├── language-ne.svg │ ├── language-nl.svg │ ├── language-nn.svg │ ├── language-no.svg │ ├── language-nr.svg │ ├── language-ny.svg │ ├── language-pa.svg │ ├── language-pap.svg │ ├── language-pl.svg │ ├── language-ps.svg │ ├── language-pt-br.svg │ ├── language-pt.svg │ ├── language-rn.svg │ ├── language-ro.svg │ ├── language-ru.svg │ ├── language-rw.svg │ ├── language-sd.svg │ ├── language-sg.svg │ ├── language-si.svg │ ├── language-sk.svg │ ├── language-sl.svg │ ├── language-sm.svg │ ├── language-sn.svg │ ├── language-so.svg │ ├── language-sq.svg │ ├── language-sr.svg │ ├── language-ss.svg │ ├── language-st.svg │ ├── language-su.svg │ ├── language-sv.svg │ ├── language-sw.svg │ ├── language-ta.svg │ ├── language-te.svg │ ├── language-tg.svg │ ├── language-th.svg │ ├── language-tk.svg │ ├── language-tl.svg │ ├── language-tn.svg │ ├── language-to.svg │ ├── language-tr.svg │ ├── language-ty.svg │ ├── language-uk.svg │ ├── language-ur.svg │ ├── language-uz.svg │ ├── language-vi.svg │ ├── language-xh.svg │ ├── language-xx.svg │ ├── language-yi.svg │ ├── language-yo.svg │ ├── language-yua.svg │ ├── language-zh-TW.svg │ ├── language-zh.svg │ └── language-zu.svg └── src └── BladeFlagsServiceProvider.php /.styleci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/.styleci.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/LICENSE.md -------------------------------------------------------------------------------- /art/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/art/cover.png -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/composer.json -------------------------------------------------------------------------------- /config/blade-flags.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/config/blade-flags.php -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/package.json -------------------------------------------------------------------------------- /resources/svg/country-ad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ad.svg -------------------------------------------------------------------------------- /resources/svg/country-ae.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ae.svg -------------------------------------------------------------------------------- /resources/svg/country-af.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-af.svg -------------------------------------------------------------------------------- /resources/svg/country-ag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ag.svg -------------------------------------------------------------------------------- /resources/svg/country-ai.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ai.svg -------------------------------------------------------------------------------- /resources/svg/country-al.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-al.svg -------------------------------------------------------------------------------- /resources/svg/country-am.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-am.svg -------------------------------------------------------------------------------- /resources/svg/country-ao.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ao.svg -------------------------------------------------------------------------------- /resources/svg/country-aq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-aq.svg -------------------------------------------------------------------------------- /resources/svg/country-ar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ar.svg -------------------------------------------------------------------------------- /resources/svg/country-as.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-as.svg -------------------------------------------------------------------------------- /resources/svg/country-at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-at.svg -------------------------------------------------------------------------------- /resources/svg/country-au.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-au.svg -------------------------------------------------------------------------------- /resources/svg/country-aw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-aw.svg -------------------------------------------------------------------------------- /resources/svg/country-ax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ax.svg -------------------------------------------------------------------------------- /resources/svg/country-az.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-az.svg -------------------------------------------------------------------------------- /resources/svg/country-ba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ba.svg -------------------------------------------------------------------------------- /resources/svg/country-bb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bb.svg -------------------------------------------------------------------------------- /resources/svg/country-bd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bd.svg -------------------------------------------------------------------------------- /resources/svg/country-be.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-be.svg -------------------------------------------------------------------------------- /resources/svg/country-bf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bf.svg -------------------------------------------------------------------------------- /resources/svg/country-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bg.svg -------------------------------------------------------------------------------- /resources/svg/country-bh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bh.svg -------------------------------------------------------------------------------- /resources/svg/country-bi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bi.svg -------------------------------------------------------------------------------- /resources/svg/country-bj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bj.svg -------------------------------------------------------------------------------- /resources/svg/country-bl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bl.svg -------------------------------------------------------------------------------- /resources/svg/country-bm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bm.svg -------------------------------------------------------------------------------- /resources/svg/country-bn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bn.svg -------------------------------------------------------------------------------- /resources/svg/country-bo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bo.svg -------------------------------------------------------------------------------- /resources/svg/country-bq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bq.svg -------------------------------------------------------------------------------- /resources/svg/country-br.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-br.svg -------------------------------------------------------------------------------- /resources/svg/country-bs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bs.svg -------------------------------------------------------------------------------- /resources/svg/country-bt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bt.svg -------------------------------------------------------------------------------- /resources/svg/country-bv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bv.svg -------------------------------------------------------------------------------- /resources/svg/country-bw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bw.svg -------------------------------------------------------------------------------- /resources/svg/country-by.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-by.svg -------------------------------------------------------------------------------- /resources/svg/country-bz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-bz.svg -------------------------------------------------------------------------------- /resources/svg/country-ca.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ca.svg -------------------------------------------------------------------------------- /resources/svg/country-cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cc.svg -------------------------------------------------------------------------------- /resources/svg/country-cd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cd.svg -------------------------------------------------------------------------------- /resources/svg/country-cf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cf.svg -------------------------------------------------------------------------------- /resources/svg/country-cg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cg.svg -------------------------------------------------------------------------------- /resources/svg/country-ch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ch.svg -------------------------------------------------------------------------------- /resources/svg/country-ci.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ci.svg -------------------------------------------------------------------------------- /resources/svg/country-ck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ck.svg -------------------------------------------------------------------------------- /resources/svg/country-cl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cl.svg -------------------------------------------------------------------------------- /resources/svg/country-cm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cm.svg -------------------------------------------------------------------------------- /resources/svg/country-cn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cn.svg -------------------------------------------------------------------------------- /resources/svg/country-co.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-co.svg -------------------------------------------------------------------------------- /resources/svg/country-cp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cp.svg -------------------------------------------------------------------------------- /resources/svg/country-cr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cr.svg -------------------------------------------------------------------------------- /resources/svg/country-cu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cu.svg -------------------------------------------------------------------------------- /resources/svg/country-cv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cv.svg -------------------------------------------------------------------------------- /resources/svg/country-cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cw.svg -------------------------------------------------------------------------------- /resources/svg/country-cx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cx.svg -------------------------------------------------------------------------------- /resources/svg/country-cy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cy.svg -------------------------------------------------------------------------------- /resources/svg/country-cz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-cz.svg -------------------------------------------------------------------------------- /resources/svg/country-de.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-de.svg -------------------------------------------------------------------------------- /resources/svg/country-dg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-dg.svg -------------------------------------------------------------------------------- /resources/svg/country-dj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-dj.svg -------------------------------------------------------------------------------- /resources/svg/country-dk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-dk.svg -------------------------------------------------------------------------------- /resources/svg/country-dm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-dm.svg -------------------------------------------------------------------------------- /resources/svg/country-do.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-do.svg -------------------------------------------------------------------------------- /resources/svg/country-dz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-dz.svg -------------------------------------------------------------------------------- /resources/svg/country-ea.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ea.svg -------------------------------------------------------------------------------- /resources/svg/country-ec.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ec.svg -------------------------------------------------------------------------------- /resources/svg/country-ee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ee.svg -------------------------------------------------------------------------------- /resources/svg/country-eg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-eg.svg -------------------------------------------------------------------------------- /resources/svg/country-eh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-eh.svg -------------------------------------------------------------------------------- /resources/svg/country-er.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-er.svg -------------------------------------------------------------------------------- /resources/svg/country-es.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-es.svg -------------------------------------------------------------------------------- /resources/svg/country-et.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-et.svg -------------------------------------------------------------------------------- /resources/svg/country-eu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-eu.svg -------------------------------------------------------------------------------- /resources/svg/country-fi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-fi.svg -------------------------------------------------------------------------------- /resources/svg/country-fj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-fj.svg -------------------------------------------------------------------------------- /resources/svg/country-fk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-fk.svg -------------------------------------------------------------------------------- /resources/svg/country-fm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-fm.svg -------------------------------------------------------------------------------- /resources/svg/country-fo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-fo.svg -------------------------------------------------------------------------------- /resources/svg/country-fr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-fr.svg -------------------------------------------------------------------------------- /resources/svg/country-ga.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ga.svg -------------------------------------------------------------------------------- /resources/svg/country-gb-eng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gb-eng.svg -------------------------------------------------------------------------------- /resources/svg/country-gb-nir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gb-nir.svg -------------------------------------------------------------------------------- /resources/svg/country-gb-sct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gb-sct.svg -------------------------------------------------------------------------------- /resources/svg/country-gb-wls.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gb-wls.svg -------------------------------------------------------------------------------- /resources/svg/country-gb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gb.svg -------------------------------------------------------------------------------- /resources/svg/country-gd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gd.svg -------------------------------------------------------------------------------- /resources/svg/country-ge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ge.svg -------------------------------------------------------------------------------- /resources/svg/country-gf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gf.svg -------------------------------------------------------------------------------- /resources/svg/country-gg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gg.svg -------------------------------------------------------------------------------- /resources/svg/country-gh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gh.svg -------------------------------------------------------------------------------- /resources/svg/country-gi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gi.svg -------------------------------------------------------------------------------- /resources/svg/country-gl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gl.svg -------------------------------------------------------------------------------- /resources/svg/country-gm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gm.svg -------------------------------------------------------------------------------- /resources/svg/country-gn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gn.svg -------------------------------------------------------------------------------- /resources/svg/country-gp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gp.svg -------------------------------------------------------------------------------- /resources/svg/country-gq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gq.svg -------------------------------------------------------------------------------- /resources/svg/country-gr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gr.svg -------------------------------------------------------------------------------- /resources/svg/country-gs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gs.svg -------------------------------------------------------------------------------- /resources/svg/country-gt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gt.svg -------------------------------------------------------------------------------- /resources/svg/country-gu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gu.svg -------------------------------------------------------------------------------- /resources/svg/country-gw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gw.svg -------------------------------------------------------------------------------- /resources/svg/country-gy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-gy.svg -------------------------------------------------------------------------------- /resources/svg/country-hk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-hk.svg -------------------------------------------------------------------------------- /resources/svg/country-hm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-hm.svg -------------------------------------------------------------------------------- /resources/svg/country-hn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-hn.svg -------------------------------------------------------------------------------- /resources/svg/country-hr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-hr.svg -------------------------------------------------------------------------------- /resources/svg/country-ht.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ht.svg -------------------------------------------------------------------------------- /resources/svg/country-hu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-hu.svg -------------------------------------------------------------------------------- /resources/svg/country-ic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ic.svg -------------------------------------------------------------------------------- /resources/svg/country-id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-id.svg -------------------------------------------------------------------------------- /resources/svg/country-ie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ie.svg -------------------------------------------------------------------------------- /resources/svg/country-il.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-il.svg -------------------------------------------------------------------------------- /resources/svg/country-im.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-im.svg -------------------------------------------------------------------------------- /resources/svg/country-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-in.svg -------------------------------------------------------------------------------- /resources/svg/country-io.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-io.svg -------------------------------------------------------------------------------- /resources/svg/country-iq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-iq.svg -------------------------------------------------------------------------------- /resources/svg/country-ir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ir.svg -------------------------------------------------------------------------------- /resources/svg/country-is.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-is.svg -------------------------------------------------------------------------------- /resources/svg/country-it.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-it.svg -------------------------------------------------------------------------------- /resources/svg/country-je.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-je.svg -------------------------------------------------------------------------------- /resources/svg/country-jm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-jm.svg -------------------------------------------------------------------------------- /resources/svg/country-jo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-jo.svg -------------------------------------------------------------------------------- /resources/svg/country-jp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-jp.svg -------------------------------------------------------------------------------- /resources/svg/country-ke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ke.svg -------------------------------------------------------------------------------- /resources/svg/country-kg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-kg.svg -------------------------------------------------------------------------------- /resources/svg/country-kh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-kh.svg -------------------------------------------------------------------------------- /resources/svg/country-ki.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ki.svg -------------------------------------------------------------------------------- /resources/svg/country-km.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-km.svg -------------------------------------------------------------------------------- /resources/svg/country-kn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-kn.svg -------------------------------------------------------------------------------- /resources/svg/country-kp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-kp.svg -------------------------------------------------------------------------------- /resources/svg/country-kr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-kr.svg -------------------------------------------------------------------------------- /resources/svg/country-kw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-kw.svg -------------------------------------------------------------------------------- /resources/svg/country-ky.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ky.svg -------------------------------------------------------------------------------- /resources/svg/country-kz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-kz.svg -------------------------------------------------------------------------------- /resources/svg/country-la.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-la.svg -------------------------------------------------------------------------------- /resources/svg/country-lb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-lb.svg -------------------------------------------------------------------------------- /resources/svg/country-lc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-lc.svg -------------------------------------------------------------------------------- /resources/svg/country-li.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-li.svg -------------------------------------------------------------------------------- /resources/svg/country-lk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-lk.svg -------------------------------------------------------------------------------- /resources/svg/country-lr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-lr.svg -------------------------------------------------------------------------------- /resources/svg/country-ls.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ls.svg -------------------------------------------------------------------------------- /resources/svg/country-lt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-lt.svg -------------------------------------------------------------------------------- /resources/svg/country-lu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-lu.svg -------------------------------------------------------------------------------- /resources/svg/country-lv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-lv.svg -------------------------------------------------------------------------------- /resources/svg/country-ly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ly.svg -------------------------------------------------------------------------------- /resources/svg/country-ma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ma.svg -------------------------------------------------------------------------------- /resources/svg/country-mc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mc.svg -------------------------------------------------------------------------------- /resources/svg/country-md.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-md.svg -------------------------------------------------------------------------------- /resources/svg/country-me.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-me.svg -------------------------------------------------------------------------------- /resources/svg/country-mf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mf.svg -------------------------------------------------------------------------------- /resources/svg/country-mg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mg.svg -------------------------------------------------------------------------------- /resources/svg/country-mh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mh.svg -------------------------------------------------------------------------------- /resources/svg/country-mk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mk.svg -------------------------------------------------------------------------------- /resources/svg/country-ml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ml.svg -------------------------------------------------------------------------------- /resources/svg/country-mm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mm.svg -------------------------------------------------------------------------------- /resources/svg/country-mn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mn.svg -------------------------------------------------------------------------------- /resources/svg/country-mo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mo.svg -------------------------------------------------------------------------------- /resources/svg/country-mp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mp.svg -------------------------------------------------------------------------------- /resources/svg/country-mq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mq.svg -------------------------------------------------------------------------------- /resources/svg/country-mr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mr.svg -------------------------------------------------------------------------------- /resources/svg/country-ms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ms.svg -------------------------------------------------------------------------------- /resources/svg/country-mt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mt.svg -------------------------------------------------------------------------------- /resources/svg/country-mu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mu.svg -------------------------------------------------------------------------------- /resources/svg/country-mv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mv.svg -------------------------------------------------------------------------------- /resources/svg/country-mw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mw.svg -------------------------------------------------------------------------------- /resources/svg/country-mx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mx.svg -------------------------------------------------------------------------------- /resources/svg/country-my.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-my.svg -------------------------------------------------------------------------------- /resources/svg/country-mz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-mz.svg -------------------------------------------------------------------------------- /resources/svg/country-na.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-na.svg -------------------------------------------------------------------------------- /resources/svg/country-nc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-nc.svg -------------------------------------------------------------------------------- /resources/svg/country-ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ne.svg -------------------------------------------------------------------------------- /resources/svg/country-nf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-nf.svg -------------------------------------------------------------------------------- /resources/svg/country-ng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ng.svg -------------------------------------------------------------------------------- /resources/svg/country-ni.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ni.svg -------------------------------------------------------------------------------- /resources/svg/country-nl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-nl.svg -------------------------------------------------------------------------------- /resources/svg/country-no.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-no.svg -------------------------------------------------------------------------------- /resources/svg/country-np.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-np.svg -------------------------------------------------------------------------------- /resources/svg/country-nr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-nr.svg -------------------------------------------------------------------------------- /resources/svg/country-nu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-nu.svg -------------------------------------------------------------------------------- /resources/svg/country-nz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-nz.svg -------------------------------------------------------------------------------- /resources/svg/country-om.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-om.svg -------------------------------------------------------------------------------- /resources/svg/country-pa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-pa.svg -------------------------------------------------------------------------------- /resources/svg/country-pe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-pe.svg -------------------------------------------------------------------------------- /resources/svg/country-pf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-pf.svg -------------------------------------------------------------------------------- /resources/svg/country-pg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-pg.svg -------------------------------------------------------------------------------- /resources/svg/country-ph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ph.svg -------------------------------------------------------------------------------- /resources/svg/country-pk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-pk.svg -------------------------------------------------------------------------------- /resources/svg/country-pl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-pl.svg -------------------------------------------------------------------------------- /resources/svg/country-pm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-pm.svg -------------------------------------------------------------------------------- /resources/svg/country-pn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-pn.svg -------------------------------------------------------------------------------- /resources/svg/country-pr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-pr.svg -------------------------------------------------------------------------------- /resources/svg/country-ps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ps.svg -------------------------------------------------------------------------------- /resources/svg/country-pt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-pt.svg -------------------------------------------------------------------------------- /resources/svg/country-pw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-pw.svg -------------------------------------------------------------------------------- /resources/svg/country-py.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-py.svg -------------------------------------------------------------------------------- /resources/svg/country-qa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-qa.svg -------------------------------------------------------------------------------- /resources/svg/country-re.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-re.svg -------------------------------------------------------------------------------- /resources/svg/country-ro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ro.svg -------------------------------------------------------------------------------- /resources/svg/country-rs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-rs.svg -------------------------------------------------------------------------------- /resources/svg/country-ru.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ru.svg -------------------------------------------------------------------------------- /resources/svg/country-rw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-rw.svg -------------------------------------------------------------------------------- /resources/svg/country-sa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sa.svg -------------------------------------------------------------------------------- /resources/svg/country-sb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sb.svg -------------------------------------------------------------------------------- /resources/svg/country-sc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sc.svg -------------------------------------------------------------------------------- /resources/svg/country-sd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sd.svg -------------------------------------------------------------------------------- /resources/svg/country-se.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-se.svg -------------------------------------------------------------------------------- /resources/svg/country-sg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sg.svg -------------------------------------------------------------------------------- /resources/svg/country-sh-ac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sh-ac.svg -------------------------------------------------------------------------------- /resources/svg/country-sh-ta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sh-ta.svg -------------------------------------------------------------------------------- /resources/svg/country-sh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sh.svg -------------------------------------------------------------------------------- /resources/svg/country-si.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-si.svg -------------------------------------------------------------------------------- /resources/svg/country-sj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sj.svg -------------------------------------------------------------------------------- /resources/svg/country-sk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sk.svg -------------------------------------------------------------------------------- /resources/svg/country-sl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sl.svg -------------------------------------------------------------------------------- /resources/svg/country-sm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sm.svg -------------------------------------------------------------------------------- /resources/svg/country-sn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sn.svg -------------------------------------------------------------------------------- /resources/svg/country-so.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-so.svg -------------------------------------------------------------------------------- /resources/svg/country-sr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sr.svg -------------------------------------------------------------------------------- /resources/svg/country-ss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ss.svg -------------------------------------------------------------------------------- /resources/svg/country-st.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-st.svg -------------------------------------------------------------------------------- /resources/svg/country-sv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sv.svg -------------------------------------------------------------------------------- /resources/svg/country-sx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sx.svg -------------------------------------------------------------------------------- /resources/svg/country-sy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sy.svg -------------------------------------------------------------------------------- /resources/svg/country-sz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-sz.svg -------------------------------------------------------------------------------- /resources/svg/country-tc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tc.svg -------------------------------------------------------------------------------- /resources/svg/country-td.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-td.svg -------------------------------------------------------------------------------- /resources/svg/country-tf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tf.svg -------------------------------------------------------------------------------- /resources/svg/country-tg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tg.svg -------------------------------------------------------------------------------- /resources/svg/country-th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-th.svg -------------------------------------------------------------------------------- /resources/svg/country-tj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tj.svg -------------------------------------------------------------------------------- /resources/svg/country-tk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tk.svg -------------------------------------------------------------------------------- /resources/svg/country-tl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tl.svg -------------------------------------------------------------------------------- /resources/svg/country-tm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tm.svg -------------------------------------------------------------------------------- /resources/svg/country-tn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tn.svg -------------------------------------------------------------------------------- /resources/svg/country-to.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-to.svg -------------------------------------------------------------------------------- /resources/svg/country-tr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tr.svg -------------------------------------------------------------------------------- /resources/svg/country-tt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tt.svg -------------------------------------------------------------------------------- /resources/svg/country-tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tv.svg -------------------------------------------------------------------------------- /resources/svg/country-tw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tw.svg -------------------------------------------------------------------------------- /resources/svg/country-tz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-tz.svg -------------------------------------------------------------------------------- /resources/svg/country-ua.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ua.svg -------------------------------------------------------------------------------- /resources/svg/country-ug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ug.svg -------------------------------------------------------------------------------- /resources/svg/country-uk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-uk.svg -------------------------------------------------------------------------------- /resources/svg/country-um.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-um.svg -------------------------------------------------------------------------------- /resources/svg/country-united_nations.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-united_nations.svg -------------------------------------------------------------------------------- /resources/svg/country-us.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-us.svg -------------------------------------------------------------------------------- /resources/svg/country-uy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-uy.svg -------------------------------------------------------------------------------- /resources/svg/country-uz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-uz.svg -------------------------------------------------------------------------------- /resources/svg/country-va.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-va.svg -------------------------------------------------------------------------------- /resources/svg/country-vc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-vc.svg -------------------------------------------------------------------------------- /resources/svg/country-ve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ve.svg -------------------------------------------------------------------------------- /resources/svg/country-vg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-vg.svg -------------------------------------------------------------------------------- /resources/svg/country-vi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-vi.svg -------------------------------------------------------------------------------- /resources/svg/country-vn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-vn.svg -------------------------------------------------------------------------------- /resources/svg/country-vu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-vu.svg -------------------------------------------------------------------------------- /resources/svg/country-wf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-wf.svg -------------------------------------------------------------------------------- /resources/svg/country-ws.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ws.svg -------------------------------------------------------------------------------- /resources/svg/country-xk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-xk.svg -------------------------------------------------------------------------------- /resources/svg/country-xx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-xx.svg -------------------------------------------------------------------------------- /resources/svg/country-ye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-ye.svg -------------------------------------------------------------------------------- /resources/svg/country-yt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-yt.svg -------------------------------------------------------------------------------- /resources/svg/country-yu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-yu.svg -------------------------------------------------------------------------------- /resources/svg/country-za.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-za.svg -------------------------------------------------------------------------------- /resources/svg/country-zm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-zm.svg -------------------------------------------------------------------------------- /resources/svg/country-zw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/country-zw.svg -------------------------------------------------------------------------------- /resources/svg/language-af.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-af.svg -------------------------------------------------------------------------------- /resources/svg/language-ak.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ak.svg -------------------------------------------------------------------------------- /resources/svg/language-am.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-am.svg -------------------------------------------------------------------------------- /resources/svg/language-ar-iq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ar-iq.svg -------------------------------------------------------------------------------- /resources/svg/language-ar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ar.svg -------------------------------------------------------------------------------- /resources/svg/language-as.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-as.svg -------------------------------------------------------------------------------- /resources/svg/language-ay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ay.svg -------------------------------------------------------------------------------- /resources/svg/language-az.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-az.svg -------------------------------------------------------------------------------- /resources/svg/language-be.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-be.svg -------------------------------------------------------------------------------- /resources/svg/language-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-bg.svg -------------------------------------------------------------------------------- /resources/svg/language-bho.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-bho.svg -------------------------------------------------------------------------------- /resources/svg/language-bi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-bi.svg -------------------------------------------------------------------------------- /resources/svg/language-bm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-bm.svg -------------------------------------------------------------------------------- /resources/svg/language-bn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-bn.svg -------------------------------------------------------------------------------- /resources/svg/language-bs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-bs.svg -------------------------------------------------------------------------------- /resources/svg/language-ca.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ca.svg -------------------------------------------------------------------------------- /resources/svg/language-ceb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ceb.svg -------------------------------------------------------------------------------- /resources/svg/language-ch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ch.svg -------------------------------------------------------------------------------- /resources/svg/language-chm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-chm.svg -------------------------------------------------------------------------------- /resources/svg/language-co.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-co.svg -------------------------------------------------------------------------------- /resources/svg/language-cs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-cs.svg -------------------------------------------------------------------------------- /resources/svg/language-cy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-cy.svg -------------------------------------------------------------------------------- /resources/svg/language-da.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-da.svg -------------------------------------------------------------------------------- /resources/svg/language-de.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-de.svg -------------------------------------------------------------------------------- /resources/svg/language-dv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-dv.svg -------------------------------------------------------------------------------- /resources/svg/language-dz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-dz.svg -------------------------------------------------------------------------------- /resources/svg/language-el.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-el.svg -------------------------------------------------------------------------------- /resources/svg/language-en-au.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-en-au.svg -------------------------------------------------------------------------------- /resources/svg/language-en-ca.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-en-ca.svg -------------------------------------------------------------------------------- /resources/svg/language-en-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-en-in.svg -------------------------------------------------------------------------------- /resources/svg/language-en-ng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-en-ng.svg -------------------------------------------------------------------------------- /resources/svg/language-en-nz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-en-nz.svg -------------------------------------------------------------------------------- /resources/svg/language-en-us.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-en-us.svg -------------------------------------------------------------------------------- /resources/svg/language-en-za.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-en-za.svg -------------------------------------------------------------------------------- /resources/svg/language-en.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-en.svg -------------------------------------------------------------------------------- /resources/svg/language-es.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-es.svg -------------------------------------------------------------------------------- /resources/svg/language-et.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-et.svg -------------------------------------------------------------------------------- /resources/svg/language-eu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-eu.svg -------------------------------------------------------------------------------- /resources/svg/language-fa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-fa.svg -------------------------------------------------------------------------------- /resources/svg/language-fi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-fi.svg -------------------------------------------------------------------------------- /resources/svg/language-fil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-fil.svg -------------------------------------------------------------------------------- /resources/svg/language-fj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-fj.svg -------------------------------------------------------------------------------- /resources/svg/language-fo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-fo.svg -------------------------------------------------------------------------------- /resources/svg/language-fr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-fr.svg -------------------------------------------------------------------------------- /resources/svg/language-ga.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ga.svg -------------------------------------------------------------------------------- /resources/svg/language-gl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-gl.svg -------------------------------------------------------------------------------- /resources/svg/language-gn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-gn.svg -------------------------------------------------------------------------------- /resources/svg/language-gu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-gu.svg -------------------------------------------------------------------------------- /resources/svg/language-gv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-gv.svg -------------------------------------------------------------------------------- /resources/svg/language-ha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ha.svg -------------------------------------------------------------------------------- /resources/svg/language-haw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-haw.svg -------------------------------------------------------------------------------- /resources/svg/language-he.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-he.svg -------------------------------------------------------------------------------- /resources/svg/language-hi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-hi.svg -------------------------------------------------------------------------------- /resources/svg/language-ho.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ho.svg -------------------------------------------------------------------------------- /resources/svg/language-hr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-hr.svg -------------------------------------------------------------------------------- /resources/svg/language-ht.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ht.svg -------------------------------------------------------------------------------- /resources/svg/language-hu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-hu.svg -------------------------------------------------------------------------------- /resources/svg/language-hy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-hy.svg -------------------------------------------------------------------------------- /resources/svg/language-id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-id.svg -------------------------------------------------------------------------------- /resources/svg/language-ig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ig.svg -------------------------------------------------------------------------------- /resources/svg/language-ilo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ilo.svg -------------------------------------------------------------------------------- /resources/svg/language-is.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-is.svg -------------------------------------------------------------------------------- /resources/svg/language-it.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-it.svg -------------------------------------------------------------------------------- /resources/svg/language-ja.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ja.svg -------------------------------------------------------------------------------- /resources/svg/language-jv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-jv.svg -------------------------------------------------------------------------------- /resources/svg/language-ka.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ka.svg -------------------------------------------------------------------------------- /resources/svg/language-kk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-kk.svg -------------------------------------------------------------------------------- /resources/svg/language-kl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-kl.svg -------------------------------------------------------------------------------- /resources/svg/language-km.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-km.svg -------------------------------------------------------------------------------- /resources/svg/language-kn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-kn.svg -------------------------------------------------------------------------------- /resources/svg/language-ko.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ko.svg -------------------------------------------------------------------------------- /resources/svg/language-kri.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-kri.svg -------------------------------------------------------------------------------- /resources/svg/language-ku.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ku.svg -------------------------------------------------------------------------------- /resources/svg/language-ky.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ky.svg -------------------------------------------------------------------------------- /resources/svg/language-la.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-la.svg -------------------------------------------------------------------------------- /resources/svg/language-lb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-lb.svg -------------------------------------------------------------------------------- /resources/svg/language-lg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-lg.svg -------------------------------------------------------------------------------- /resources/svg/language-ln.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ln.svg -------------------------------------------------------------------------------- /resources/svg/language-lo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-lo.svg -------------------------------------------------------------------------------- /resources/svg/language-lt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-lt.svg -------------------------------------------------------------------------------- /resources/svg/language-lu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-lu.svg -------------------------------------------------------------------------------- /resources/svg/language-lv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-lv.svg -------------------------------------------------------------------------------- /resources/svg/language-mg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-mg.svg -------------------------------------------------------------------------------- /resources/svg/language-mh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-mh.svg -------------------------------------------------------------------------------- /resources/svg/language-mi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-mi.svg -------------------------------------------------------------------------------- /resources/svg/language-mk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-mk.svg -------------------------------------------------------------------------------- /resources/svg/language-ml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ml.svg -------------------------------------------------------------------------------- /resources/svg/language-mn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-mn.svg -------------------------------------------------------------------------------- /resources/svg/language-mr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-mr.svg -------------------------------------------------------------------------------- /resources/svg/language-mrj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-mrj.svg -------------------------------------------------------------------------------- /resources/svg/language-ms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ms.svg -------------------------------------------------------------------------------- /resources/svg/language-mt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-mt.svg -------------------------------------------------------------------------------- /resources/svg/language-my.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-my.svg -------------------------------------------------------------------------------- /resources/svg/language-na.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-na.svg -------------------------------------------------------------------------------- /resources/svg/language-nb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-nb.svg -------------------------------------------------------------------------------- /resources/svg/language-nd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-nd.svg -------------------------------------------------------------------------------- /resources/svg/language-ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ne.svg -------------------------------------------------------------------------------- /resources/svg/language-nl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-nl.svg -------------------------------------------------------------------------------- /resources/svg/language-nn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-nn.svg -------------------------------------------------------------------------------- /resources/svg/language-no.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-no.svg -------------------------------------------------------------------------------- /resources/svg/language-nr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-nr.svg -------------------------------------------------------------------------------- /resources/svg/language-ny.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ny.svg -------------------------------------------------------------------------------- /resources/svg/language-pa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-pa.svg -------------------------------------------------------------------------------- /resources/svg/language-pap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-pap.svg -------------------------------------------------------------------------------- /resources/svg/language-pl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-pl.svg -------------------------------------------------------------------------------- /resources/svg/language-ps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ps.svg -------------------------------------------------------------------------------- /resources/svg/language-pt-br.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-pt-br.svg -------------------------------------------------------------------------------- /resources/svg/language-pt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-pt.svg -------------------------------------------------------------------------------- /resources/svg/language-rn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-rn.svg -------------------------------------------------------------------------------- /resources/svg/language-ro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ro.svg -------------------------------------------------------------------------------- /resources/svg/language-ru.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ru.svg -------------------------------------------------------------------------------- /resources/svg/language-rw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-rw.svg -------------------------------------------------------------------------------- /resources/svg/language-sd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-sd.svg -------------------------------------------------------------------------------- /resources/svg/language-sg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-sg.svg -------------------------------------------------------------------------------- /resources/svg/language-si.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-si.svg -------------------------------------------------------------------------------- /resources/svg/language-sk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-sk.svg -------------------------------------------------------------------------------- /resources/svg/language-sl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-sl.svg -------------------------------------------------------------------------------- /resources/svg/language-sm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-sm.svg -------------------------------------------------------------------------------- /resources/svg/language-sn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-sn.svg -------------------------------------------------------------------------------- /resources/svg/language-so.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-so.svg -------------------------------------------------------------------------------- /resources/svg/language-sq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-sq.svg -------------------------------------------------------------------------------- /resources/svg/language-sr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-sr.svg -------------------------------------------------------------------------------- /resources/svg/language-ss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ss.svg -------------------------------------------------------------------------------- /resources/svg/language-st.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-st.svg -------------------------------------------------------------------------------- /resources/svg/language-su.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-su.svg -------------------------------------------------------------------------------- /resources/svg/language-sv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-sv.svg -------------------------------------------------------------------------------- /resources/svg/language-sw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-sw.svg -------------------------------------------------------------------------------- /resources/svg/language-ta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ta.svg -------------------------------------------------------------------------------- /resources/svg/language-te.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-te.svg -------------------------------------------------------------------------------- /resources/svg/language-tg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-tg.svg -------------------------------------------------------------------------------- /resources/svg/language-th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-th.svg -------------------------------------------------------------------------------- /resources/svg/language-tk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-tk.svg -------------------------------------------------------------------------------- /resources/svg/language-tl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-tl.svg -------------------------------------------------------------------------------- /resources/svg/language-tn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-tn.svg -------------------------------------------------------------------------------- /resources/svg/language-to.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-to.svg -------------------------------------------------------------------------------- /resources/svg/language-tr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-tr.svg -------------------------------------------------------------------------------- /resources/svg/language-ty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ty.svg -------------------------------------------------------------------------------- /resources/svg/language-uk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-uk.svg -------------------------------------------------------------------------------- /resources/svg/language-ur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-ur.svg -------------------------------------------------------------------------------- /resources/svg/language-uz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-uz.svg -------------------------------------------------------------------------------- /resources/svg/language-vi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-vi.svg -------------------------------------------------------------------------------- /resources/svg/language-xh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-xh.svg -------------------------------------------------------------------------------- /resources/svg/language-xx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-xx.svg -------------------------------------------------------------------------------- /resources/svg/language-yi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-yi.svg -------------------------------------------------------------------------------- /resources/svg/language-yo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-yo.svg -------------------------------------------------------------------------------- /resources/svg/language-yua.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-yua.svg -------------------------------------------------------------------------------- /resources/svg/language-zh-TW.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-zh-TW.svg -------------------------------------------------------------------------------- /resources/svg/language-zh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-zh.svg -------------------------------------------------------------------------------- /resources/svg/language-zu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/resources/svg/language-zu.svg -------------------------------------------------------------------------------- /src/BladeFlagsServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MohmmedAshraf/blade-flags/HEAD/src/BladeFlagsServiceProvider.php --------------------------------------------------------------------------------