@simsustech/quasar-components 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +2 -0
- package/.eslintrc.cjs +19 -0
- package/.prettierignore +2 -0
- package/.prettierrc.json +22 -0
- package/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/StandardComponent.vue +50 -0
- package/package.json +81 -0
- package/src/shims-vue.d.ts +6 -0
- package/src/ui/authentication/ConsentList.vue +89 -0
- package/src/ui/authentication/EmailChangeForm.vue +128 -0
- package/src/ui/authentication/EmailChangeStepper.vue +153 -0
- package/src/ui/authentication/LoginButton.vue +56 -0
- package/src/ui/authentication/LoginForm.vue +162 -0
- package/src/ui/authentication/OtpInput.vue +30 -0
- package/src/ui/authentication/PasswordChangeForm.vue +161 -0
- package/src/ui/authentication/PasswordChangeStepper.vue +153 -0
- package/src/ui/authentication/README.md +15 -0
- package/src/ui/authentication/RegisterForm.vue +218 -0
- package/src/ui/authentication/RequestOtpForm.vue +99 -0
- package/src/ui/authentication/UserMenuButton.vue +54 -0
- package/src/ui/authentication/VerificationSlider.vue +57 -0
- package/src/ui/authentication/index.ts +12 -0
- package/src/ui/authentication/lang/en-US.ts +94 -0
- package/src/ui/authentication/lang/index.ts +124 -0
- package/src/ui/authentication/lang/nl.ts +94 -0
- package/src/ui/flags/README.md +30 -0
- package/src/ui/flags/assets/en-US.svg +26 -0
- package/src/ui/flags/assets/nl.svg +8 -0
- package/src/ui/flags/index.ts +4 -0
- package/src/ui/flags/lang/en-US.ts +135 -0
- package/src/ui/flags/lang/index.ts +169 -0
- package/src/ui/flags/lang/nl.ts +135 -0
- package/src/ui/flags/vue-flags/ad.svg +12 -0
- package/src/ui/flags/vue-flags/ae.svg +9 -0
- package/src/ui/flags/vue-flags/af.svg +11 -0
- package/src/ui/flags/vue-flags/ag.svg +12 -0
- package/src/ui/flags/vue-flags/ai.svg +25 -0
- package/src/ui/flags/vue-flags/al.svg +7 -0
- package/src/ui/flags/vue-flags/am.svg +7 -0
- package/src/ui/flags/vue-flags/ao.svg +11 -0
- package/src/ui/flags/vue-flags/aq.svg +13 -0
- package/src/ui/flags/vue-flags/ar.svg +10 -0
- package/src/ui/flags/vue-flags/as.svg +9 -0
- package/src/ui/flags/vue-flags/at.svg +9 -0
- package/src/ui/flags/vue-flags/au.svg +28 -0
- package/src/ui/flags/vue-flags/aw.svg +11 -0
- package/src/ui/flags/vue-flags/ax.svg +7 -0
- package/src/ui/flags/vue-flags/az.svg +11 -0
- package/src/ui/flags/vue-flags/ba.svg +20 -0
- package/src/ui/flags/vue-flags/bb.svg +10 -0
- package/src/ui/flags/vue-flags/bd.svg +6 -0
- package/src/ui/flags/vue-flags/be.svg +7 -0
- package/src/ui/flags/vue-flags/bf.svg +8 -0
- package/src/ui/flags/vue-flags/bg.svg +8 -0
- package/src/ui/flags/vue-flags/bh.svg +6 -0
- package/src/ui/flags/vue-flags/bi.svg +20 -0
- package/src/ui/flags/vue-flags/bj.svg +7 -0
- package/src/ui/flags/vue-flags/bl.svg +14 -0
- package/src/ui/flags/vue-flags/bm.svg +43 -0
- package/src/ui/flags/vue-flags/bn.svg +16 -0
- package/src/ui/flags/vue-flags/bo.svg +7 -0
- package/src/ui/flags/vue-flags/bq.svg +9 -0
- package/src/ui/flags/vue-flags/br.svg +11 -0
- package/src/ui/flags/vue-flags/bs.svg +10 -0
- package/src/ui/flags/vue-flags/bt.svg +7 -0
- package/src/ui/flags/vue-flags/bv.svg +8 -0
- package/src/ui/flags/vue-flags/bw.svg +10 -0
- package/src/ui/flags/vue-flags/by.svg +17 -0
- package/src/ui/flags/vue-flags/bz.svg +14 -0
- package/src/ui/flags/vue-flags/ca.svg +11 -0
- package/src/ui/flags/vue-flags/cc.svg +46 -0
- package/src/ui/flags/vue-flags/cd.svg +9 -0
- package/src/ui/flags/vue-flags/cf.svg +19 -0
- package/src/ui/flags/vue-flags/cg.svg +8 -0
- package/src/ui/flags/vue-flags/ch.svg +7 -0
- package/src/ui/flags/vue-flags/ci.svg +8 -0
- package/src/ui/flags/vue-flags/ck.svg +27 -0
- package/src/ui/flags/vue-flags/cl.svg +9 -0
- package/src/ui/flags/vue-flags/cm.svg +11 -0
- package/src/ui/flags/vue-flags/cn.svg +13 -0
- package/src/ui/flags/vue-flags/co.svg +8 -0
- package/src/ui/flags/vue-flags/cr.svg +11 -0
- package/src/ui/flags/vue-flags/cu.svg +14 -0
- package/src/ui/flags/vue-flags/cv.svg +23 -0
- package/src/ui/flags/vue-flags/cw.svg +11 -0
- package/src/ui/flags/vue-flags/cx.svg +17 -0
- package/src/ui/flags/vue-flags/cy.svg +8 -0
- package/src/ui/flags/vue-flags/cz.svg +8 -0
- package/src/ui/flags/vue-flags/de.svg +8 -0
- package/src/ui/flags/vue-flags/dj.svg +9 -0
- package/src/ui/flags/vue-flags/dk.svg +7 -0
- package/src/ui/flags/vue-flags/dm.svg +26 -0
- package/src/ui/flags/vue-flags/do.svg +13 -0
- package/src/ui/flags/vue-flags/dz.svg +10 -0
- package/src/ui/flags/vue-flags/ec.svg +11 -0
- package/src/ui/flags/vue-flags/ee.svg +8 -0
- package/src/ui/flags/vue-flags/eg.svg +9 -0
- package/src/ui/flags/vue-flags/eh.svg +13 -0
- package/src/ui/flags/vue-flags/er.svg +9 -0
- package/src/ui/flags/vue-flags/es.svg +10 -0
- package/src/ui/flags/vue-flags/et.svg +13 -0
- package/src/ui/flags/vue-flags/fi.svg +7 -0
- package/src/ui/flags/vue-flags/fj.svg +18 -0
- package/src/ui/flags/vue-flags/fk.svg +26 -0
- package/src/ui/flags/vue-flags/fm.svg +12 -0
- package/src/ui/flags/vue-flags/fo.svg +8 -0
- package/src/ui/flags/vue-flags/fr.svg +8 -0
- package/src/ui/flags/vue-flags/ga.svg +8 -0
- package/src/ui/flags/vue-flags/gb.svg +31 -0
- package/src/ui/flags/vue-flags/gd.svg +26 -0
- package/src/ui/flags/vue-flags/ge.svg +13 -0
- package/src/ui/flags/vue-flags/gf.svg +8 -0
- package/src/ui/flags/vue-flags/gg.svg +8 -0
- package/src/ui/flags/vue-flags/gh.svg +9 -0
- package/src/ui/flags/vue-flags/gi.svg +11 -0
- package/src/ui/flags/vue-flags/gl.svg +11 -0
- package/src/ui/flags/vue-flags/gm.svg +9 -0
- package/src/ui/flags/vue-flags/gn.svg +8 -0
- package/src/ui/flags/vue-flags/gp.svg +8 -0
- package/src/ui/flags/vue-flags/gq.svg +12 -0
- package/src/ui/flags/vue-flags/gr.svg +17 -0
- package/src/ui/flags/vue-flags/gs.svg +159 -0
- package/src/ui/flags/vue-flags/gt.svg +12 -0
- package/src/ui/flags/vue-flags/gu.svg +13 -0
- package/src/ui/flags/vue-flags/gw.svg +9 -0
- package/src/ui/flags/vue-flags/gy.svg +14 -0
- package/src/ui/flags/vue-flags/hk.svg +13 -0
- package/src/ui/flags/vue-flags/hm.svg +28 -0
- package/src/ui/flags/vue-flags/hn.svg +15 -0
- package/src/ui/flags/vue-flags/hr.svg +31 -0
- package/src/ui/flags/vue-flags/ht.svg +13 -0
- package/src/ui/flags/vue-flags/hu.svg +8 -0
- package/src/ui/flags/vue-flags/id.svg +7 -0
- package/src/ui/flags/vue-flags/ie.svg +8 -0
- package/src/ui/flags/vue-flags/il.svg +11 -0
- package/src/ui/flags/vue-flags/im.svg +7 -0
- package/src/ui/flags/vue-flags/in.svg +11 -0
- package/src/ui/flags/vue-flags/io.svg +60 -0
- package/src/ui/flags/vue-flags/iq.svg +13 -0
- package/src/ui/flags/vue-flags/ir.svg +37 -0
- package/src/ui/flags/vue-flags/is.svg +8 -0
- package/src/ui/flags/vue-flags/it.svg +8 -0
- package/src/ui/flags/vue-flags/je.svg +12 -0
- package/src/ui/flags/vue-flags/jm.svg +10 -0
- package/src/ui/flags/vue-flags/jo.svg +10 -0
- package/src/ui/flags/vue-flags/jp.svg +7 -0
- package/src/ui/flags/vue-flags/ke.svg +19 -0
- package/src/ui/flags/vue-flags/kg.svg +17 -0
- package/src/ui/flags/vue-flags/kh.svg +11 -0
- package/src/ui/flags/vue-flags/ki.svg +21 -0
- package/src/ui/flags/vue-flags/km.svg +17 -0
- package/src/ui/flags/vue-flags/kn.svg +13 -0
- package/src/ui/flags/vue-flags/kp.svg +14 -0
- package/src/ui/flags/vue-flags/kr.svg +26 -0
- package/src/ui/flags/vue-flags/kw.svg +9 -0
- package/src/ui/flags/vue-flags/ky.svg +25 -0
- package/src/ui/flags/vue-flags/kz.svg +9 -0
- package/src/ui/flags/vue-flags/la.svg +11 -0
- package/src/ui/flags/vue-flags/lb.svg +11 -0
- package/src/ui/flags/vue-flags/lc.svg +9 -0
- package/src/ui/flags/vue-flags/li.svg +8 -0
- package/src/ui/flags/vue-flags/lk.svg +19 -0
- package/src/ui/flags/vue-flags/lr.svg +16 -0
- package/src/ui/flags/vue-flags/ls.svg +9 -0
- package/src/ui/flags/vue-flags/lt.svg +8 -0
- package/src/ui/flags/vue-flags/lu.svg +8 -0
- package/src/ui/flags/vue-flags/lv.svg +10 -0
- package/src/ui/flags/vue-flags/ly.svg +12 -0
- package/src/ui/flags/vue-flags/ma.svg +7 -0
- package/src/ui/flags/vue-flags/mc.svg +7 -0
- package/src/ui/flags/vue-flags/md.svg +11 -0
- package/src/ui/flags/vue-flags/me.svg +13 -0
- package/src/ui/flags/vue-flags/mf.svg +8 -0
- package/src/ui/flags/vue-flags/mg.svg +8 -0
- package/src/ui/flags/vue-flags/mh.svg +11 -0
- package/src/ui/flags/vue-flags/mk.svg +18 -0
- package/src/ui/flags/vue-flags/ml.svg +8 -0
- package/src/ui/flags/vue-flags/mm.svg +9 -0
- package/src/ui/flags/vue-flags/mn.svg +19 -0
- package/src/ui/flags/vue-flags/mo.svg +18 -0
- package/src/ui/flags/vue-flags/mp.svg +10 -0
- package/src/ui/flags/vue-flags/mq.svg +13 -0
- package/src/ui/flags/vue-flags/mr.svg +10 -0
- package/src/ui/flags/vue-flags/ms.svg +23 -0
- package/src/ui/flags/vue-flags/mt.svg +8 -0
- package/src/ui/flags/vue-flags/mu.svg +9 -0
- package/src/ui/flags/vue-flags/mv.svg +8 -0
- package/src/ui/flags/vue-flags/mw.svg +9 -0
- package/src/ui/flags/vue-flags/mx.svg +10 -0
- package/src/ui/flags/vue-flags/my.svg +17 -0
- package/src/ui/flags/vue-flags/mz.svg +13 -0
- package/src/ui/flags/vue-flags/na.svg +10 -0
- package/src/ui/flags/vue-flags/nc.svg +8 -0
- package/src/ui/flags/vue-flags/ne.svg +9 -0
- package/src/ui/flags/vue-flags/nf.svg +11 -0
- package/src/ui/flags/vue-flags/ng.svg +10 -0
- package/src/ui/flags/vue-flags/ni.svg +14 -0
- package/src/ui/flags/vue-flags/nl.svg +8 -0
- package/src/ui/flags/vue-flags/no.svg +8 -0
- package/src/ui/flags/vue-flags/np.svg +13 -0
- package/src/ui/flags/vue-flags/nr.svg +8 -0
- package/src/ui/flags/vue-flags/nu.svg +48 -0
- package/src/ui/flags/vue-flags/nz.svg +26 -0
- package/src/ui/flags/vue-flags/om.svg +14 -0
- package/src/ui/flags/vue-flags/pa.svg +10 -0
- package/src/ui/flags/vue-flags/pe.svg +10 -0
- package/src/ui/flags/vue-flags/pf.svg +17 -0
- package/src/ui/flags/vue-flags/pg.svg +15 -0
- package/src/ui/flags/vue-flags/ph.svg +16 -0
- package/src/ui/flags/vue-flags/pk.svg +14 -0
- package/src/ui/flags/vue-flags/pl.svg +10 -0
- package/src/ui/flags/vue-flags/pm.svg +8 -0
- package/src/ui/flags/vue-flags/pn.svg +24 -0
- package/src/ui/flags/vue-flags/pr.svg +13 -0
- package/src/ui/flags/vue-flags/ps.svg +9 -0
- package/src/ui/flags/vue-flags/pt.svg +10 -0
- package/src/ui/flags/vue-flags/pw.svg +7 -0
- package/src/ui/flags/vue-flags/py.svg +10 -0
- package/src/ui/flags/vue-flags/qa.svg +7 -0
- package/src/ui/flags/vue-flags/re.svg +8 -0
- package/src/ui/flags/vue-flags/ro.svg +8 -0
- package/src/ui/flags/vue-flags/rs.svg +14 -0
- package/src/ui/flags/vue-flags/ru.svg +9 -0
- package/src/ui/flags/vue-flags/rw.svg +9 -0
- package/src/ui/flags/vue-flags/sa.svg +14 -0
- package/src/ui/flags/vue-flags/sb.svg +15 -0
- package/src/ui/flags/vue-flags/sc.svg +10 -0
- package/src/ui/flags/vue-flags/sd.svg +9 -0
- package/src/ui/flags/vue-flags/se.svg +7 -0
- package/src/ui/flags/vue-flags/sg.svg +15 -0
- package/src/ui/flags/vue-flags/sh.svg +31 -0
- package/src/ui/flags/vue-flags/si.svg +11 -0
- package/src/ui/flags/vue-flags/sj.svg +8 -0
- package/src/ui/flags/vue-flags/sk.svg +12 -0
- package/src/ui/flags/vue-flags/sl.svg +8 -0
- package/src/ui/flags/vue-flags/sm.svg +12 -0
- package/src/ui/flags/vue-flags/sn.svg +11 -0
- package/src/ui/flags/vue-flags/so.svg +7 -0
- package/src/ui/flags/vue-flags/sr.svg +12 -0
- package/src/ui/flags/vue-flags/ss.svg +11 -0
- package/src/ui/flags/vue-flags/st.svg +13 -0
- package/src/ui/flags/vue-flags/sv.svg +13 -0
- package/src/ui/flags/vue-flags/sx.svg +15 -0
- package/src/ui/flags/vue-flags/sy.svg +12 -0
- package/src/ui/flags/vue-flags/sz.svg +27 -0
- package/src/ui/flags/vue-flags/tc.svg +25 -0
- package/src/ui/flags/vue-flags/td.svg +8 -0
- package/src/ui/flags/vue-flags/tf.svg +9 -0
- package/src/ui/flags/vue-flags/tg.svg +13 -0
- package/src/ui/flags/vue-flags/th.svg +11 -0
- package/src/ui/flags/vue-flags/tj.svg +18 -0
- package/src/ui/flags/vue-flags/tk.svg +16 -0
- package/src/ui/flags/vue-flags/tl.svg +9 -0
- package/src/ui/flags/vue-flags/tm.svg +35 -0
- package/src/ui/flags/vue-flags/tn.svg +11 -0
- package/src/ui/flags/vue-flags/to.svg +8 -0
- package/src/ui/flags/vue-flags/tr.svg +10 -0
- package/src/ui/flags/vue-flags/tt.svg +8 -0
- package/src/ui/flags/vue-flags/tv.svg +9 -0
- package/src/ui/flags/vue-flags/tw.svg +10 -0
- package/src/ui/flags/vue-flags/tz.svg +9 -0
- package/src/ui/flags/vue-flags/ua.svg +7 -0
- package/src/ui/flags/vue-flags/ug.svg +12 -0
- package/src/ui/flags/vue-flags/um.svg +26 -0
- package/src/ui/flags/vue-flags/unknown.svg +7 -0
- package/src/ui/flags/vue-flags/us.svg +26 -0
- package/src/ui/flags/vue-flags/uy.svg +14 -0
- package/src/ui/flags/vue-flags/uz.svg +27 -0
- package/src/ui/flags/vue-flags/va.svg +9 -0
- package/src/ui/flags/vue-flags/vc.svg +13 -0
- package/src/ui/flags/vue-flags/ve.svg +18 -0
- package/src/ui/flags/vue-flags/vg.svg +34 -0
- package/src/ui/flags/vue-flags/vi.svg +20 -0
- package/src/ui/flags/vue-flags/vn.svg +7 -0
- package/src/ui/flags/vue-flags/vu.svg +15 -0
- package/src/ui/flags/vue-flags/wf.svg +8 -0
- package/src/ui/flags/vue-flags/ws.svg +14 -0
- package/src/ui/flags/vue-flags/ye.svg +8 -0
- package/src/ui/flags/vue-flags/yt.svg +8 -0
- package/src/ui/flags/vue-flags/za.svg +11 -0
- package/src/ui/flags/vue-flags/zm.svg +10 -0
- package/src/ui/flags/vue-flags/zw.svg +20 -0
- package/src/ui/general/QStyledCard.vue +77 -0
- package/src/ui/general/QStyledLayout.vue +108 -0
- package/src/ui/general/QSubmitButton.vue +70 -0
- package/src/ui/general/index.ts +2 -0
- package/src/ui/general/lang/en-US.ts +10 -0
- package/src/ui/general/lang/index.ts +44 -0
- package/src/ui/general/lang/nl.ts +10 -0
- package/src/ui/icons/README.md +3 -0
- package/src/ui/icons/assets/microsoft.svg +10 -0
- package/src/ui/icons/icons.ts +5 -0
- package/src/ui/icons/index.ts +3 -0
- package/src/ui/index.ts +2 -0
- package/src/vite-plugin.ts +30 -0
- package/tsconfig.build.plugin.json +7 -0
- package/tsconfig.json +23 -0
- package/tsconfig.node.json +10 -0
- package/tsconfig.types.json +17 -0
- package/vite.config.ts +136 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<g>
|
|
7
|
+
<rect y="85.337" style="fill:#338AF3;" width="512" height="113.775"/>
|
|
8
|
+
<rect y="312.888" style="fill:#338AF3;" width="512" height="113.775"/>
|
|
9
|
+
</g>
|
|
10
|
+
<path style="fill:#FFDA44;" d="M256,214.447c-22.949,0-41.553,18.603-41.553,41.553S233.05,297.553,256,297.553 c22.949,0,41.553-18.603,41.553-41.553S278.949,214.447,256,214.447z M256,279.745c-13.114,0-23.745-10.631-23.745-23.745 s10.631-23.745,23.745-23.745c13.114,0,23.745,10.631,23.745,23.745C279.745,269.114,269.114,279.745,256,279.745z"/>
|
|
11
|
+
<polygon style="fill:#0052B4;" points="276.563,261.936 256,256 235.437,261.936 228.582,273.809 283.418,273.809 "/>
|
|
12
|
+
<polygon style="fill:#338AF3;" points="256,226.32 242.291,250.064 256,256 269.709,250.064 "/>
|
|
13
|
+
<polygon style="fill:#6DA544;" points="235.437,261.936 276.563,261.936 269.709,250.064 242.291,250.064 "/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="85.337" style="fill:#A2001D;" width="512" height="113.775"/>
|
|
7
|
+
<rect y="312.888" style="fill:#0052B4;" width="512" height="113.775"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.334" style="fill:#D80027;" width="512" height="341.337"/>
|
|
6
|
+
<polygon style="fill:#F0F0F0;" points="512,295.883 202.195,295.883 202.195,426.666 183.652,426.666 140.978,426.666 122.435,426.666 122.435,295.883 0,295.883 0,277.329 0,234.666 0,216.111 122.435,216.111 122.435,85.329 140.978,85.329 183.652,85.329 202.195,85.329 202.195,216.111 512,216.111 512,234.666 512,277.329 "/>
|
|
7
|
+
<polygon style="fill:#2E52B2;" points="512,234.666 512,277.329 183.652,277.329 183.652,426.666 140.978,426.666 140.978,277.329 0,277.329 0,234.666 140.978,234.666 140.978,85.329 183.652,85.329 183.652,234.666 "/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<polygon style="fill:#0052B4;" points="0,426.663 0,85.337 280.419,260.087 87.61,260.087 271.186,426.663 "/>
|
|
7
|
+
<polygon style="fill:#D80027;" points="244.769,249.888 10.199,103.71 10.199,249.888 10.199,416.464 244.769,416.464 61.193,249.888 "/>
|
|
8
|
+
<g>
|
|
9
|
+
<polygon style="fill:#F0F0F0;" points="98.003,324.433 83.414,317.57 91.184,303.44 75.34,306.47 73.332,290.465 62.297,302.237 51.261,290.465 49.253,306.47 33.41,303.439 41.18,317.57 26.589,324.433 41.18,331.295 33.41,345.425 49.254,342.396 51.261,358.4 62.297,346.628 73.332,358.4 75.34,342.396 91.183,345.426 83.414,331.296 "/>
|
|
10
|
+
<polygon style="fill:#F0F0F0;" points="88.268,191.662 77.656,186.671 83.307,176.393 71.784,178.598 70.323,166.957 62.297,175.518 54.271,166.957 52.811,178.598 41.286,176.393 46.938,186.671 36.325,191.662 62.297,196.856 "/>
|
|
11
|
+
<path style="fill:#F0F0F0;" d="M93.462,191.662c0,17.212-13.953,31.165-31.165,31.165s-31.165-13.953-31.165-31.165"/>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#0052B4;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="239.994" style="fill:#FFDA44;" width="512" height="32"/>
|
|
7
|
+
<polygon style="fill:#F0F0F0;" points="174.802,341.329 155.678,350.325 165.862,368.846 145.095,364.873 142.464,385.851 128,370.422 113.535,385.851 110.905,364.873 90.138,368.846 100.321,350.325 81.198,341.329 100.322,332.334 90.138,313.814 110.904,317.785 113.536,296.807 128,312.236 142.465,296.807 145.095,317.785 165.862,313.814 155.679,332.335 "/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.334" style="fill:#FFDA44;" width="512" height="341.337"/>
|
|
6
|
+
<rect y="85.334" style="fill:#F0F0F0;" width="256" height="170.663"/>
|
|
7
|
+
<g>
|
|
8
|
+
<polygon style="fill:#D80027;" points="144,85.33 112,85.33 112,154.663 0,154.663 0,186.663 112,186.663 112,255.997 144,255.997 144,186.663 256,186.663 256,154.663 144,154.663 "/>
|
|
9
|
+
<polygon style="fill:#D80027;" points="0,85.329 0,100.412 57.377,138.663 80,138.663 "/>
|
|
10
|
+
</g>
|
|
11
|
+
<g>
|
|
12
|
+
<polygon style="fill:#2E52B2;" points="0,107.951 0,138.663 46.069,138.663 "/>
|
|
13
|
+
<polygon style="fill:#2E52B2;" points="96,85.331 96,134.244 22.628,85.331 "/>
|
|
14
|
+
</g>
|
|
15
|
+
<polygon style="fill:#D80027;" points="256,85.329 256,100.412 198.623,138.663 176,138.663 "/>
|
|
16
|
+
<g>
|
|
17
|
+
<polygon style="fill:#2E52B2;" points="256,107.951 256,138.663 209.931,138.663 "/>
|
|
18
|
+
<polygon style="fill:#2E52B2;" points="160,85.331 160,134.244 233.372,85.331 "/>
|
|
19
|
+
</g>
|
|
20
|
+
<polygon style="fill:#D80027;" points="0,85.329 0,100.412 57.377,138.663 80,138.663 "/>
|
|
21
|
+
<g>
|
|
22
|
+
<polygon style="fill:#2E52B2;" points="0,107.951 0,138.663 46.069,138.663 "/>
|
|
23
|
+
<polygon style="fill:#2E52B2;" points="96,85.331 96,134.244 22.628,85.331 "/>
|
|
24
|
+
</g>
|
|
25
|
+
<polygon style="fill:#D80027;" points="256,85.329 256,100.412 198.623,138.663 176,138.663 "/>
|
|
26
|
+
<g>
|
|
27
|
+
<polygon style="fill:#2E52B2;" points="256,107.951 256,138.663 209.931,138.663 "/>
|
|
28
|
+
<polygon style="fill:#2E52B2;" points="160,85.331 160,134.244 233.372,85.331 "/>
|
|
29
|
+
</g>
|
|
30
|
+
<polygon style="fill:#D80027;" points="0,255.997 0,240.915 57.377,202.663 80,202.663 "/>
|
|
31
|
+
<g>
|
|
32
|
+
<polygon style="fill:#2E52B2;" points="0,233.376 0,202.663 46.069,202.663 "/>
|
|
33
|
+
<polygon style="fill:#2E52B2;" points="96,255.994 96,207.082 22.628,255.994 "/>
|
|
34
|
+
</g>
|
|
35
|
+
<polygon style="fill:#D80027;" points="256,255.997 256,240.915 198.623,202.663 176,202.663 "/>
|
|
36
|
+
<g>
|
|
37
|
+
<polygon style="fill:#2E52B2;" points="256,233.376 256,202.663 209.931,202.663 "/>
|
|
38
|
+
<polygon style="fill:#2E52B2;" points="160,255.994 160,207.082 233.372,255.994 "/>
|
|
39
|
+
<circle style="fill:#2E52B2;" cx="128" cy="170.66" r="22.627"/>
|
|
40
|
+
</g>
|
|
41
|
+
<g>
|
|
42
|
+
<polygon style="fill:#FFDA44;" points="128,154.663 131.97,166.885 144.824,166.885 134.426,174.441 138.397,186.663 128,179.109 117.602,186.663 121.574,174.441 111.176,166.885 124.029,166.885 "/>
|
|
43
|
+
<polygon style="fill:#FFDA44;" points="128,219.803 130.364,227.081 138.017,227.081 131.827,231.579 134.191,238.857 128,234.359 121.809,238.857 124.173,231.579 117.983,227.081 125.635,227.081 "/>
|
|
44
|
+
<polygon style="fill:#FFDA44;" points="128,102.469 130.364,109.747 138.017,109.747 131.827,114.245 134.191,121.523 128,117.025 121.809,121.523 124.173,114.245 117.983,109.747 125.635,109.747 "/>
|
|
45
|
+
<polygon style="fill:#FFDA44;" points="197.931,161.136 200.296,168.413 207.949,168.413 201.757,172.912 204.122,180.191 197.931,175.693 191.74,180.191 194.105,172.912 187.914,168.413 195.566,168.413 "/>
|
|
46
|
+
<polygon style="fill:#FFDA44;" points="58.069,161.136 60.433,168.413 68.086,168.413 61.895,172.912 64.259,180.191 58.069,175.693 51.878,180.191 54.243,172.912 48.051,168.413 55.704,168.413 "/>
|
|
47
|
+
</g>
|
|
48
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.334" style="fill:#0052B4;" width="512" height="341.337"/>
|
|
6
|
+
<g>
|
|
7
|
+
<polygon style="fill:#D80027;" points="425.301,233.745 428.689,244.173 439.652,244.173 430.782,250.617 434.17,261.044 425.301,254.6 416.43,261.044 419.818,250.617 410.948,244.173 421.911,244.173 "/>
|
|
8
|
+
<polygon style="fill:#D80027;" points="386.107,308.817 391.19,324.459 407.635,324.459 394.33,334.126 399.412,349.766 386.107,340.099 372.802,349.766 377.885,334.126 364.58,324.459 381.025,324.459 "/>
|
|
9
|
+
<polygon style="fill:#D80027;" points="387.588,185.971 391.824,199.007 405.528,199.007 394.44,207.061 398.675,220.095 387.588,212.039 376.5,220.095 380.735,207.061 369.648,199.007 383.352,199.007 "/>
|
|
10
|
+
<polygon style="fill:#D80027;" points="349.876,233.291 354.958,248.932 371.404,248.932 358.098,258.598 363.182,274.239 349.876,264.573 336.571,274.239 341.653,258.598 328.348,248.932 344.793,248.932 "/>
|
|
11
|
+
</g>
|
|
12
|
+
<polygon style="fill:#F0F0F0;" points="256.003,85.329 256.003,115.893 210.825,140.981 256.003,140.981 256.003,200.34 196.89,200.34 256.003,233.186 256.003,255.992 229.313,255.992 155.829,215.166 155.829,255.992 100.177,255.992 100.177,207.419 12.748,255.992 0.003,255.992 0.003,225.439 45.171,200.34 0.003,200.34 0.003,140.981 59.106,140.981 0.003,108.147 0.003,85.329 26.683,85.329 100.177,126.167 100.177,85.329 155.829,85.329 155.829,133.902 243.259,85.329 "/>
|
|
13
|
+
<polygon style="fill:#D80027;" points="144,85.33 112,85.33 112,154.664 0,154.664 0,186.664 112,186.664 112,255.998 144,255.998 144,186.664 256,186.664 256,154.664 144,154.664 "/>
|
|
14
|
+
<polygon style="fill:#0052B4;" points="155.826,200.344 256,255.998 256,240.259 184.153,200.344 "/>
|
|
15
|
+
<polygon style="fill:#F0F0F0;" points="155.826,200.344 256,255.998 256,240.259 184.153,200.344 "/>
|
|
16
|
+
<g>
|
|
17
|
+
<polygon style="fill:#D80027;" points="155.826,200.344 256,255.998 256,240.259 184.153,200.344 "/>
|
|
18
|
+
<polygon style="fill:#D80027;" points="71.846,200.344 0,240.259 0,255.998 0,255.998 100.174,200.344 "/>
|
|
19
|
+
</g>
|
|
20
|
+
<polygon style="fill:#0052B4;" points="100.174,140.983 0,85.33 0,101.068 71.847,140.983 "/>
|
|
21
|
+
<polygon style="fill:#F0F0F0;" points="100.174,140.983 0,85.33 0,101.068 71.847,140.983 "/>
|
|
22
|
+
<g>
|
|
23
|
+
<polygon style="fill:#D80027;" points="100.174,140.983 0,85.33 0,101.068 71.847,140.983 "/>
|
|
24
|
+
<polygon style="fill:#D80027;" points="184.154,140.983 256,101.068 256,85.33 256,85.33 155.826,140.983 "/>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<rect y="85.331" style="fill:#D80027;" width="512" height="341.326"/>
|
|
7
|
+
<rect y="85.331" style="fill:#D80027;" width="512" height="341.337"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g>
|
|
10
|
+
<polygon style="fill:#F0F0F0;" points="189.746,160.439 174.007,144.698 163.513,155.192 153.02,144.698 137.279,160.439 147.773,170.932 137.278,181.426 153.018,197.167 163.512,186.673 174.007,197.167 189.746,181.426 179.252,170.932 "/>
|
|
11
|
+
<rect x="211.478" y="85.331" style="fill:#F0F0F0;" width="300.522" height="111.315"/>
|
|
12
|
+
</g>
|
|
13
|
+
<rect x="211.478" y="315.353" style="fill:#6DA544;" width="300.522" height="111.304"/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<path style="fill:#0052B4;" d="M256,256c0,0,0,85.304,0,170.663H0V256h85.337C166.934,256,256,256,256,256z"/>
|
|
7
|
+
<path style="fill:#D80027;" d="M512,85.337V256h-85.337C336.184,256,256,256,256,256s0-90.323,0-170.663H512z"/>
|
|
8
|
+
<polygon style="fill:#0052B4;" points="128,123.034 139.824,159.423 178.087,159.423 147.132,181.914 158.955,218.303 128,195.813 97.045,218.303 108.868,181.914 77.913,159.423 116.176,159.423 "/>
|
|
9
|
+
<polygon style="fill:#D80027;" points="384,293.697 395.824,330.086 434.087,330.086 403.132,352.577 414.955,388.966 384,366.476 353.045,388.966 364.868,352.577 333.913,330.086 372.176,330.086 "/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.331" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<g>
|
|
7
|
+
<rect y="85.331" style="fill:#D80027;" width="170.663" height="341.337"/>
|
|
8
|
+
<rect x="341.337" y="85.331" style="fill:#D80027;" width="170.663" height="341.337"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<g>
|
|
7
|
+
<rect y="85.337" style="fill:#D80027;" width="512" height="113.775"/>
|
|
8
|
+
<rect y="312.888" style="fill:#D80027;" width="512" height="113.775"/>
|
|
9
|
+
</g>
|
|
10
|
+
<path style="fill:#FFDA44;" d="M293.991,256c0,20.982-17.01,33.243-37.992,33.243S218.008,276.982,218.008,256 s17.01-37.992,37.992-37.992S293.991,235.018,293.991,256z"/>
|
|
11
|
+
<path style="fill:#0052B4;" d="M293.991,256c0,20.982-17.01,37.992-37.992,37.992s-37.992-17.01-37.992-37.992"/>
|
|
12
|
+
<g>
|
|
13
|
+
<rect x="232.259" y="246.506" style="fill:#D80027;" width="9.498" height="19"/>
|
|
14
|
+
<rect x="270.247" y="246.506" style="fill:#D80027;" width="9.498" height="19"/>
|
|
15
|
+
<rect x="251.247" y="232.259" style="fill:#D80027;" width="9.498" height="33.243"/>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.333" width="512" height="341.337"/>
|
|
6
|
+
<polyline style="fill:#A2001D;" points="0,85.33 512,85.33 512,426.662 "/>
|
|
7
|
+
<g>
|
|
8
|
+
<polygon style="fill:#F0F0F0;" points="204.631,326.488 207.393,334.992 216.334,334.992 209.101,340.247 211.864,348.749 204.631,343.495 197.398,348.749 200.16,340.247 192.927,334.992 201.867,334.992 "/>
|
|
9
|
+
<polygon style="fill:#F0F0F0;" points="181.797,244.866 186.402,259.038 201.303,259.038 189.247,267.795 193.852,281.967 181.797,273.208 169.742,281.967 174.348,267.795 162.292,259.038 177.193,259.038 "/>
|
|
10
|
+
<polygon style="fill:#F0F0F0;" points="181.797,348.749 186.401,362.922 201.303,362.922 189.246,371.679 193.852,385.852 181.797,377.093 169.742,385.852 174.346,371.679 162.292,362.922 177.191,362.922 "/>
|
|
11
|
+
<polygon style="fill:#F0F0F0;" points="225.363,281.967 229.969,296.139 244.87,296.139 232.814,304.897 237.419,319.069 225.363,310.31 213.309,319.069 217.915,304.897 205.859,296.139 220.76,296.139 "/>
|
|
12
|
+
<polygon style="fill:#F0F0F0;" points="138.23,281.967 142.836,296.139 157.735,296.139 145.681,304.897 150.284,319.069 138.23,310.31 126.175,319.069 130.78,304.897 118.725,296.139 133.625,296.139 "/>
|
|
13
|
+
</g>
|
|
14
|
+
<path style="fill:#FFDA44;" d="M376.526,204.163c-7.628-7.628-17.538-12.133-28.189-12.908l31.88-24.795 c-12.698-12.698-29.714-18.431-46.319-17.218c-1.988-7.145-5.778-13.892-11.396-19.511l-12.593,25.186 c-0.826-1.506-1.872-2.923-3.148-4.197c-7.245-7.245-18.991-7.244-26.234,0s-7.245,18.99,0,26.234 c1.276,1.276,2.692,2.322,4.197,3.148l-25.186,12.593c5.62,5.62,12.371,9.412,19.519,11.399 c-1.217,16.606,4.511,33.619,17.209,46.317l27.854-35.811c2.096-2.064,4.862-3.202,7.807-3.202c2.973,0,5.768,1.158,7.87,3.26 c2.103,2.103,3.26,4.897,3.26,7.87c0,2.974-1.158,5.768-3.26,7.87l10.494,10.494c4.905-4.905,7.607-11.428,7.607-18.364 c0-5.675-1.81-11.071-5.153-15.534c4.871,1.3,9.474,3.849,13.288,7.662c11.573,11.572,11.573,30.403,0,41.975l10.494,10.494 c8.409-8.409,13.039-19.59,13.039-31.481C389.565,223.752,384.934,212.572,376.526,204.163z"/>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
7
|
+
</g>
|
|
8
|
+
<polygon style="fill:#0052B4;" points="512,85.337 512,256 256,256 0,85.337 "/>
|
|
9
|
+
<polygon style="fill:#D80027;" points="512,256 512,426.663 0,426.663 256,256 "/>
|
|
10
|
+
<g>
|
|
11
|
+
<polygon style="fill:#FFDA44;" points="161.908,256 134.62,243.165 149.152,216.737 119.52,222.405 115.765,192.472 95.125,214.487 74.486,192.472 70.731,222.405 41.1,216.736 55.631,243.164 28.343,256 55.631,268.835 41.1,295.263 70.733,289.595 74.486,319.528 95.125,297.513 115.765,319.528 119.52,289.595 149.151,295.264 134.619,268.837 "/>
|
|
12
|
+
<polygon style="fill:#FFDA44;" points="21.789,117.607 30.87,130.303 45.749,125.589 36.481,138.149 45.562,150.843 30.753,145.911 21.485,158.47 21.602,142.862 6.793,137.928 21.673,133.216 "/>
|
|
13
|
+
<polygon style="fill:#FFDA44;" points="21.789,353.53 30.87,366.226 45.749,361.512 36.481,374.072 45.562,386.767 30.753,381.834 21.485,394.392 21.602,378.785 6.793,373.851 21.673,369.139 "/>
|
|
14
|
+
<polygon style="fill:#FFDA44;" points="210.395,235.569 201.314,248.264 186.435,243.551 195.703,256.11 186.622,268.806 201.431,263.873 210.699,276.431 210.582,260.824 225.391,255.89 210.511,251.177 "/>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<polygon style="fill:#F0F0F0;" points="393.508,170.516 411.02,189.391 434.383,178.57 421.842,201.057 439.355,219.933 414.092,214.955 401.553,237.443 398.48,211.879 373.217,206.901 396.58,196.081 "/>
|
|
7
|
+
<rect y="85.343" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
8
|
+
</g>
|
|
9
|
+
<rect x="128" y="85.331" style="fill:#496E2D;" width="384" height="341.337"/>
|
|
10
|
+
<g>
|
|
11
|
+
<path style="fill:#F0F0F0;" d="M361.909,298.793c-31.037,22.426-74.378,15.446-96.804-15.592 c-22.427-31.038-15.446-74.379,15.593-96.804c9.677-6.992,20.55-11.125,31.613-12.563c-21.283-3.183-43.777,1.613-62.598,15.211 c-38.2,27.602-46.792,80.944-19.191,119.145c27.601,38.199,80.944,46.792,119.145,19.189c18.82-13.598,30.436-33.448,34.096-54.655 C378.924,282.774,371.587,291.8,361.909,298.793z"/>
|
|
12
|
+
<polygon style="fill:#F0F0F0;" points="360.58,172.889 378.064,191.731 401.386,180.929 388.867,203.376 406.35,222.22 381.131,217.252 368.612,239.702 365.545,214.181 340.325,209.212 363.648,198.41 "/>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
7
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="170.663"/>
|
|
8
|
+
</g>
|
|
9
|
+
<rect y="256" style="fill:#D80027;" width="512" height="170.663"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.331" style="fill:#F0F0F0;" width="512" height="341.337"/>
|
|
6
|
+
<rect y="85.331" style="fill:#0052B4;" width="170.663" height="341.337"/>
|
|
7
|
+
<rect x="341.337" y="85.331" style="fill:#D80027;" width="170.663" height="341.337"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.333" style="fill:#0052B4;" width="512" height="341.337"/>
|
|
6
|
+
<polygon style="fill:#ACABB1;" points="400.696,219.822 384,225.387 367.304,219.822 361.739,205.909 367.304,191.996 400.696,191.996 395.13,205.909 "/>
|
|
7
|
+
<path style="fill:#338AF3;" d="M345.043,219.822v61.217c0,29.821,38.957,38.957,38.957,38.957s38.957-9.137,38.957-38.957v-61.217 H345.043z"/>
|
|
8
|
+
<path style="fill:#6DA544;" d="M348.555,295.541C358.131,313.927,384,319.996,384,319.996s25.869-6.069,35.445-24.455L384,236.518 L348.555,295.541z"/>
|
|
9
|
+
<path style="fill:#FFDA44;" d="M422.957,280.421L384,219.822l-38.957,60.599v0.618c0,5.518,1.337,10.328,3.512,14.503L384,240.405 l35.445,55.137c2.175-4.175,3.512-8.983,3.512-14.503V280.421z"/>
|
|
10
|
+
<polygon style="fill:#F0F0F0;" points="256,85.333 256,115.886 210.833,140.985 256,140.985 256,200.344 196.897,200.344 256,233.179 256,255.996 229.32,255.996 155.826,215.17 155.826,255.996 100.174,255.996 100.174,207.423 12.744,255.996 0,255.996 0,225.442 45.167,200.344 0,200.344 0,140.985 59.103,140.985 0,108.139 0,85.333 26.68,85.333 100.174,126.158 100.174,85.333 155.826,85.333 155.826,133.905 243.256,85.333 "/>
|
|
11
|
+
<polygon style="fill:#D80027;" points="144,85.33 112,85.33 112,154.662 0,154.662 0,186.662 112,186.662 112,255.996 144,255.996 144,186.662 256,186.662 256,154.662 144,154.662 "/>
|
|
12
|
+
<polygon style="fill:#0052B4;" points="155.826,200.344 256,255.996 256,240.259 184.153,200.344 "/>
|
|
13
|
+
<polygon style="fill:#F0F0F0;" points="155.826,200.344 256,255.996 256,240.259 184.153,200.344 "/>
|
|
14
|
+
<g>
|
|
15
|
+
<polygon style="fill:#D80027;" points="155.826,200.344 256,255.996 256,240.259 184.153,200.344 "/>
|
|
16
|
+
<polygon style="fill:#D80027;" points="71.846,200.344 0,240.259 0,255.996 0,255.996 100.174,200.344 "/>
|
|
17
|
+
</g>
|
|
18
|
+
<polygon style="fill:#0052B4;" points="100.174,140.982 0,85.33 0,101.067 71.847,140.982 "/>
|
|
19
|
+
<polygon style="fill:#F0F0F0;" points="100.174,140.982 0,85.33 0,101.067 71.847,140.982 "/>
|
|
20
|
+
<g>
|
|
21
|
+
<polygon style="fill:#D80027;" points="100.174,140.982 0,85.33 0,101.067 71.847,140.982 "/>
|
|
22
|
+
<polygon style="fill:#D80027;" points="184.154,140.982 256,101.067 256,85.33 256,85.33 155.826,140.982 "/>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<g>
|
|
7
|
+
<rect y="85.337" style="fill:#D80027;" width="512" height="68.263"/>
|
|
8
|
+
<rect y="221.863" style="fill:#D80027;" width="512" height="68.263"/>
|
|
9
|
+
<rect y="358.4" style="fill:#D80027;" width="512" height="68.263"/>
|
|
10
|
+
</g>
|
|
11
|
+
<polygon style="fill:#0052B4;" points="256,256.006 0,426.668 0,85.331 "/>
|
|
12
|
+
<polygon style="fill:#F0F0F0;" points="83.477,195.132 98.584,241.63 147.478,241.63 107.924,270.369 123.031,316.868 83.477,288.13 43.922,316.868 59.032,270.369 19.478,241.63 68.37,241.63 "/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="85.337" width="512" height="113.775"/>
|
|
7
|
+
<rect y="312.888" style="fill:#6DA544;" width="512" height="113.775"/>
|
|
8
|
+
<polygon style="fill:#D80027;" points="256,256.006 0,426.668 0,85.331 "/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#D80027;" width="512" height="341.326"/>
|
|
6
|
+
<polygon style="fill:#6DA544;" points="196.641,85.337 196.641,261.565 196.641,426.663 0,426.663 0,85.337 "/>
|
|
7
|
+
<circle style="fill:#FFDA44;" cx="196.641" cy="256" r="64"/>
|
|
8
|
+
<path style="fill:#D80027;" d="M160.638,224v40.001c0,19.882,16.118,36,36,36s36-16.118,36-36V224H160.638z"/>
|
|
9
|
+
<path style="fill:#F0F0F0;" d="M196.638,276c-6.617,0-12-5.383-12-12v-16h24.001v16C208.638,270.616,203.254,276,196.638,276z"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.331" style="fill:#338AF3;" width="512" height="341.337"/>
|
|
6
|
+
<circle style="fill:#FFDA44;" cx="218.902" cy="255.994" r="74.207"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="85.337" style="fill:#D80027;" width="512" height="113.775"/>
|
|
7
|
+
<rect y="312.888" style="fill:#0052B4;" width="512" height="113.775"/>
|
|
8
|
+
<path style="fill:#6DA544;" d="M289.579,216.738l-12.592,12.592c5.37,5.372,8.693,12.792,8.693,20.988 c0,16.392-13.289,29.68-29.68,29.68c-16.392,0-29.68-13.289-29.68-29.68c0-8.195,3.322-15.616,8.693-20.988l-12.592-12.592 c-8.594,8.594-13.91,20.466-13.91,33.579c0,26.228,21.261,47.489,47.489,47.489s47.489-21.261,47.489-47.489 C303.489,237.205,298.173,225.332,289.579,216.738z"/>
|
|
9
|
+
<polygon style="fill:#FFDA44;" points="256,232.51 260.421,246.115 274.725,246.115 263.152,254.523 267.573,268.127 256,259.719 244.427,268.127 248.848,254.523 237.275,246.115 251.579,246.115 "/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect x="2.216" y="86.076" style="fill:#751A46;" width="509.784" height="339.848"/>
|
|
6
|
+
<polygon style="fill:#F0F0F0;" points="209.455,154.969 159.219,180.236 209.455,205.493 159.219,230.76 209.455,256.017 159.219,281.283 209.455,306.54 159.219,331.808 209.455,357.065 159.219,382.332 209.455,407.6 173.005,425.93 0,425.93 0,86.07 172.939,86.07 209.455,104.434 159.219,129.701 "/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.331" style="fill:#F0F0F0;" width="512" height="341.337"/>
|
|
6
|
+
<rect y="85.331" style="fill:#0052B4;" width="170.663" height="341.337"/>
|
|
7
|
+
<rect x="341.337" y="85.331" style="fill:#D80027;" width="170.663" height="341.337"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.331" style="fill:#FFDA44;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="85.331" style="fill:#0052B4;" width="170.663" height="341.337"/>
|
|
7
|
+
<rect x="341.337" y="85.331" style="fill:#D80027;" width="170.663" height="341.337"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.331" style="fill:#0052B4;" width="512" height="341.337"/>
|
|
6
|
+
<rect y="85.331" style="fill:#D80027;" width="512" height="113.775"/>
|
|
7
|
+
<rect y="312.882" style="fill:#F0F0F0;" width="512" height="113.775"/>
|
|
8
|
+
<path style="fill:#D80027;" d="M129.468,181.793v85.136c0,48.429,63.267,63.267,63.267,63.267S256,315.356,256,266.929v-85.136 H129.468z"/>
|
|
9
|
+
<g>
|
|
10
|
+
<polygon style="fill:#FFDA44;" points="155.634,196.634 229.835,196.634 229.835,166.953 214.994,174.373 192.733,152.113 170.474,174.373 155.634,166.953 "/>
|
|
11
|
+
<polygon style="fill:#FFDA44;" points="241.16,278.782 192.929,230.551 144.698,278.782 160.439,294.522 192.929,262.032 225.419,294.522 "/>
|
|
12
|
+
</g>
|
|
13
|
+
<path style="fill:#F0F0F0;" d="M241.16,233.734h-22.504c1.266-2.184,2.001-4.713,2.001-7.418c0-8.196-6.645-14.84-14.84-14.84 c-5.663,0-10.581,3.172-13.083,7.836c-2.502-4.663-7.421-7.836-13.083-7.836c-8.195,0-14.84,6.644-14.84,14.84 c0,2.706,0.736,5.235,2.001,7.418h-22.114c0,8.196,7.139,14.84,15.334,14.84h-0.494c0,8.196,6.644,14.84,14.84,14.84 c0,7.257,5.211,13.286,12.094,14.576l-11.694,26.401c5.603,2.278,11.727,3.544,18.149,3.544c6.422,0,12.545-1.266,18.149-3.544 l-11.694-26.401c6.883-1.29,12.094-7.319,12.094-14.576c8.196,0,14.84-6.644,14.84-14.84h-0.494 C234.021,248.574,241.16,241.93,241.16,233.734z"/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<polygon style="fill:#F0F0F0;" points="0,85.33 0,199.107 0,312.885 0,426.662 512,426.662 512,312.885 512,199.107 512,85.33 "/>
|
|
6
|
+
<rect y="85.333" style="fill:#0052B4;" width="512" height="341.337"/>
|
|
7
|
+
<rect y="85.333" style="fill:#F0F0F0;" width="512" height="113.775"/>
|
|
8
|
+
<rect y="312.884" style="fill:#D80027;" width="512" height="113.775"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.331" style="fill:#338AF3;" width="512" height="341.337"/>
|
|
6
|
+
<rect y="255.994" style="fill:#FFDA44;" width="512" height="81.619"/>
|
|
7
|
+
<rect y="337.614" style="fill:#496E2D;" width="512" height="89.043"/>
|
|
8
|
+
<polygon style="fill:#FFDA44;" points="278.261,185.209 299.105,195.013 288.006,215.199 310.638,210.869 313.506,233.734 329.271,216.918 345.037,233.734 347.904,210.869 370.537,215.199 359.438,195.013 380.281,185.209 359.437,175.404 370.537,155.219 347.904,159.548 345.036,136.684 329.271,153.5 313.505,136.684 310.638,159.548 288.004,155.219 299.104,175.406 "/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.331" style="fill:#6DA544;" width="512" height="341.337"/>
|
|
6
|
+
<g>
|
|
7
|
+
<path style="fill:#F0F0F0;" d="M183.548,289.386c0,12.295,9.731,22.261,21.736,22.261h65.208c0,10.244,8.11,18.551,18.114,18.551 h21.736c10.004,0,18.114-8.306,18.114-18.551v-22.261H183.548z"/>
|
|
8
|
+
<path style="fill:#F0F0F0;" d="M330.264,181.791v51.942c0,8.183-6.5,14.84-14.491,14.84v22.261 c19.976,0,36.226-16.643,36.226-37.101v-51.942L330.264,181.791L330.264,181.791z"/>
|
|
9
|
+
<path style="fill:#F0F0F0;" d="M174.491,233.734c0,8.183-6.5,14.84-14.491,14.84v22.261c19.976,0,36.226-16.643,36.226-37.101 v-51.942h-21.736V233.734z"/>
|
|
10
|
+
<rect x="297.661" y="181.788" style="fill:#F0F0F0;" width="21.736" height="51.942"/>
|
|
11
|
+
<path style="fill:#F0F0F0;" d="M265.057,211.473c0,2.046-1.625,3.71-3.623,3.71c-1.998,0-3.623-1.664-3.623-3.71v-29.682h-21.736 v29.682c0,2.046-1.625,3.71-3.623,3.71s-3.623-1.664-3.623-3.71v-29.682h-21.736v29.682c0,14.32,11.376,25.971,25.358,25.971 c5.385,0,10.38-1.733,14.491-4.677c4.11,2.944,9.106,4.677,14.491,4.677c1.084,0,2.15-0.078,3.2-0.215 c-1.54,6.499-7.255,11.345-14.068,11.345v22.261c19.976,0,36.226-16.643,36.226-37.101v-22.261v-29.682h-21.736L265.057,211.473 L265.057,211.473z"/>
|
|
12
|
+
<rect x="207.093" y="248.57" style="fill:#F0F0F0;" width="32.601" height="22.261"/>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.334" style="fill:#496E2D;" width="512" height="341.337"/>
|
|
6
|
+
<polyline style="fill:#0052B4;" points="0,426.663 0,85.329 512,85.329 "/>
|
|
7
|
+
<polygon style="fill:#FFDA44;" points="0,396.494 0,426.663 45.255,426.663 512,115.499 512,85.329 466.745,85.329 "/>
|
|
8
|
+
<g>
|
|
9
|
+
<polygon style="fill:#F0F0F0;" points="85.688,108.787 90.808,124.543 107.374,124.543 93.971,134.28 99.091,150.037 85.688,140.299 72.283,150.037 77.403,134.28 64,124.543 80.567,124.543 "/>
|
|
10
|
+
<polygon style="fill:#F0F0F0;" points="170.312,108.787 175.433,124.543 192,124.543 178.597,134.28 183.717,150.037 170.312,140.299 156.909,150.037 162.029,134.28 148.626,124.543 165.192,124.543 "/>
|
|
11
|
+
<polygon style="fill:#F0F0F0;" points="85.688,191.289 90.808,207.045 107.374,207.045 93.971,216.783 99.091,232.54 85.688,222.801 72.283,232.54 77.403,216.783 64,207.045 80.567,207.045 "/>
|
|
12
|
+
<polygon style="fill:#F0F0F0;" points="170.312,191.289 175.433,207.045 192,207.045 178.597,216.783 183.717,232.54 170.312,222.801 156.909,232.54 162.029,216.783 148.626,207.045 165.192,207.045 "/>
|
|
13
|
+
<polygon style="fill:#F0F0F0;" points="128,150.037 133.12,165.793 149.688,165.793 136.283,175.531 141.403,191.289 128,181.55 114.597,191.289 119.717,175.531 106.312,165.793 122.88,165.793 "/>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<polygon style="fill:#FFDA44;" points="235.454,85.337 0,426.663 427.345,85.337 "/>
|
|
7
|
+
<polygon style="fill:#6DA544;" points="512,329.393 0,426.663 512,426.663 "/>
|
|
8
|
+
<polygon style="fill:#D80027;" points="512,85.337 427.345,85.337 0,426.663 512,222.151 "/>
|
|
9
|
+
<polygon style="fill:#0052B4;" points="0,85.337 0,426.663 235.454,85.337 "/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="85.337" style="fill:#D80027;" width="512" height="113.775"/>
|
|
7
|
+
<rect y="312.888" width="512" height="113.775"/>
|
|
8
|
+
<polygon style="fill:#496E2D;" points="0,426.668 0,85.331 256,256.006 "/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.333" style="fill:#0052B4;" width="512" height="341.337"/>
|
|
6
|
+
<polygon style="fill:#FFDA44;" points="192,85.33 128,85.33 128,223.996 0,223.996 0,287.996 128,287.996 128,426.662 192,426.662 192,287.996 512,287.996 512,223.996 192,223.996 "/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="85.337" style="fill:#D80027;" width="512" height="170.663"/>
|
|
7
|
+
<g>
|
|
8
|
+
<path style="fill:#F0F0F0;" d="M83.478,170.666c0-24.865,17.476-45.637,40.812-50.734c-3.587-0.784-7.308-1.208-11.13-1.208 c-28.688,0-51.942,23.254-51.942,51.941s23.255,51.942,51.942,51.942c3.822,0,7.543-0.425,11.13-1.208 C100.954,216.304,83.478,195.532,83.478,170.666z"/>
|
|
9
|
+
<polygon style="fill:#F0F0F0;" points="150.261,122.435 153.945,133.772 165.866,133.772 156.221,140.779 159.905,152.116 150.261,145.11 140.616,152.116 144.301,140.779 134.656,133.772 146.577,133.772 "/>
|
|
10
|
+
<polygon style="fill:#F0F0F0;" points="121.344,144.696 125.027,156.033 136.948,156.033 127.303,163.04 130.987,174.377 121.344,167.371 111.699,174.377 115.384,163.04 105.739,156.033 117.66,156.033 "/>
|
|
11
|
+
<polygon style="fill:#F0F0F0;" points="179.178,144.696 182.862,156.033 194.783,156.033 185.138,163.04 188.822,174.377 179.178,167.371 169.534,174.377 173.219,163.04 163.574,156.033 175.495,156.033 "/>
|
|
12
|
+
<polygon style="fill:#F0F0F0;" points="168.047,178.087 171.731,189.424 183.652,189.424 174.008,196.431 177.692,207.768 168.047,200.762 158.404,207.768 162.088,196.431 152.444,189.424 164.364,189.424 "/>
|
|
13
|
+
<polygon style="fill:#F0F0F0;" points="132.474,178.087 136.157,189.424 148.078,189.424 138.434,196.431 142.118,207.768 132.474,200.762 122.83,207.768 126.514,196.431 116.87,189.424 128.79,189.424 "/>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.333" style="fill:#F0F0F0;" width="512" height="341.337"/>
|
|
6
|
+
<polygon style="fill:#D80027;" points="288,85.33 224,85.33 224,223.996 0,223.996 0,287.996 224,287.996 224,426.662 288,426.662 288,287.996 512,287.996 512,223.996 288,223.996 "/>
|
|
7
|
+
<g>
|
|
8
|
+
<polygon style="fill:#0052B4;" points="393.785,315.358 512,381.034 512,315.358 "/>
|
|
9
|
+
<polygon style="fill:#0052B4;" points="311.652,315.358 512,426.662 512,395.188 368.307,315.358 "/>
|
|
10
|
+
<polygon style="fill:#0052B4;" points="458.634,426.662 311.652,344.998 311.652,426.662 "/>
|
|
11
|
+
</g>
|
|
12
|
+
<polygon style="fill:#F0F0F0;" points="311.652,315.358 512,426.662 512,395.188 368.307,315.358 "/>
|
|
13
|
+
<polygon style="fill:#D80027;" points="311.652,315.358 512,426.662 512,395.188 368.307,315.358 "/>
|
|
14
|
+
<g>
|
|
15
|
+
<polygon style="fill:#0052B4;" points="90.341,315.356 0,365.546 0,315.356 "/>
|
|
16
|
+
<polygon style="fill:#0052B4;" points="200.348,329.51 200.348,426.661 25.491,426.661 "/>
|
|
17
|
+
</g>
|
|
18
|
+
<polygon style="fill:#D80027;" points="143.693,315.358 0,395.188 0,426.662 0,426.662 200.348,315.358 "/>
|
|
19
|
+
<g>
|
|
20
|
+
<polygon style="fill:#0052B4;" points="118.215,196.634 0,130.958 0,196.634 "/>
|
|
21
|
+
<polygon style="fill:#0052B4;" points="200.348,196.634 0,85.33 0,116.804 143.693,196.634 "/>
|
|
22
|
+
<polygon style="fill:#0052B4;" points="53.366,85.33 200.348,166.994 200.348,85.33 "/>
|
|
23
|
+
</g>
|
|
24
|
+
<polygon style="fill:#F0F0F0;" points="200.348,196.634 0,85.33 0,116.804 143.693,196.634 "/>
|
|
25
|
+
<polygon style="fill:#D80027;" points="200.348,196.634 0,85.33 0,116.804 143.693,196.634 "/>
|
|
26
|
+
<g>
|
|
27
|
+
<polygon style="fill:#0052B4;" points="421.659,196.636 512,146.446 512,196.636 "/>
|
|
28
|
+
<polygon style="fill:#0052B4;" points="311.652,182.482 311.652,85.331 486.509,85.331 "/>
|
|
29
|
+
</g>
|
|
30
|
+
<polygon style="fill:#D80027;" points="368.307,196.634 512,116.804 512,85.33 512,85.33 311.652,196.634 "/>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.337" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="199.112" style="fill:#0052B4;" width="512" height="113.775"/>
|
|
7
|
+
<rect y="312.888" style="fill:#D80027;" width="512" height="113.775"/>
|
|
8
|
+
<path style="fill:#F0F0F0;" d="M233.606,196.639v14.837c0,34.081-44.522,44.522-44.522,44.522s-44.522-10.44-44.522-44.522v-14.837 l-0.145-44.188l89.043-0.266L233.606,196.639z"/>
|
|
9
|
+
<path style="fill:#0052B4;" d="M233.606,196.639v14.837c0,34.081-44.522,44.522-44.522,44.522s-44.522-10.44-44.522-44.522v-14.837 l-0.145-44.188l89.043-0.266L233.606,196.639z"/>
|
|
10
|
+
<path style="fill:#F0F0F0;" d="M233.606,196.639v14.837c0,34.081-44.522,44.522-44.522,44.522s-44.522-10.44-44.522-44.522v-14.837 l14.848,14.837l29.674-22.261l29.685,22.261L233.606,196.639z"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
+
<rect y="85.334" style="fill:#D80027;" width="512" height="341.337"/>
|
|
6
|
+
<polygon style="fill:#F0F0F0;" points="512,295.883 202.195,295.883 202.195,426.666 183.652,426.666 140.978,426.666 122.435,426.666 122.435,295.883 0,295.883 0,277.329 0,234.666 0,216.111 122.435,216.111 122.435,85.329 140.978,85.329 183.652,85.329 202.195,85.329 202.195,216.111 512,216.111 512,234.666 512,277.329 "/>
|
|
7
|
+
<polygon style="fill:#2E52B2;" points="512,234.666 512,277.329 183.652,277.329 183.652,426.666 140.978,426.666 140.978,277.329 0,277.329 0,234.666 140.978,234.666 140.978,85.329 183.652,85.329 183.652,234.666 "/>
|
|
8
|
+
</svg>
|