@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,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:#338AF3;" width="512" height="341.326"/>
|
|
6
|
+
<polygon style="fill:#FFDA44;" points="512,152.222 512,85.337 411.67,85.337 0,359.778 0,426.663 100.33,426.663 "/>
|
|
7
|
+
<polygon style="fill:#D80027;" points="512,85.337 512,125.462 60.193,426.663 0,426.663 0,386.538 451.807,85.337 "/>
|
|
8
|
+
<polygon style="fill:#FFDA44;" points="176.287,137.278 185.496,165.62 215.297,165.62 191.187,183.137 200.397,211.479 176.287,193.962 152.178,211.479 161.387,183.137 137.277,165.62 167.078,165.62 "/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
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:#D80027;" width="512" height="341.337"/>
|
|
6
|
+
<g>
|
|
7
|
+
<rect y="255.996" style="fill:#6DA544;" width="211.478" height="85.337"/>
|
|
8
|
+
<rect x="300.522" y="255.996" style="fill:#6DA544;" width="211.478" height="85.337"/>
|
|
9
|
+
</g>
|
|
10
|
+
<polygon style="fill:#0052B4;" points="0,85.33 0,85.333 0,170.662 211.478,170.662 211.478,85.333 300.522,85.333 300.522,170.662 512,170.662 512,85.333 512,85.33 "/>
|
|
11
|
+
<g>
|
|
12
|
+
<rect x="300.522" y="170.659" style="fill:#F0F0F0;" width="211.478" height="85.337"/>
|
|
13
|
+
<rect y="170.659" style="fill:#F0F0F0;" width="211.478" height="85.337"/>
|
|
14
|
+
</g>
|
|
15
|
+
<g>
|
|
16
|
+
<polygon style="fill:#FFDA44;" points="300.522,426.659 211.478,426.659 211.478,341.33 0,341.33 0,426.659 0,426.662 512,426.662 512,426.659 512,341.33 300.522,341.33 "/>
|
|
17
|
+
<polygon style="fill:#FFDA44;" points="119.678,111.3 124.282,125.472 139.184,125.472 127.13,134.231 131.734,148.402 119.678,139.644 107.624,148.402 112.229,134.231 100.174,125.472 115.074,125.472 "/>
|
|
18
|
+
</g>
|
|
19
|
+
</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:#D80027;" width="512" height="341.337"/>
|
|
6
|
+
<polygon style="fill:#6DA544;" points="443.726,85.331 102.4,426.657 0,426.657 0,85.331 "/>
|
|
7
|
+
<polygon style="fill:#FFDA44;" points="500.124,85.331 158.798,426.657 11.876,426.657 353.202,85.331 "/>
|
|
8
|
+
</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.337" style="fill:#D80027;" width="512" height="341.326"/>
|
|
6
|
+
<polygon style="fill:#F0F0F0;" points="356.174,222.609 289.391,222.609 289.391,155.826 222.609,155.826 222.609,222.609 155.826,222.609 155.826,289.391 222.609,289.391 222.609,356.174 289.391,356.174 289.391,289.391 356.174,289.391 "/>
|
|
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.326"/>
|
|
6
|
+
<rect x="330.207" y="85.331" style="fill:#6DA544;" width="181.793" height="341.337"/>
|
|
7
|
+
<rect y="85.331" style="fill:#FF9811;" width="181.793" height="341.337"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
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.332" style="fill:#0052B4;" width="512" height="341.337"/>
|
|
6
|
+
<g>
|
|
7
|
+
<polygon style="fill:#F0F0F0;" points="384,156.705 389.283,172.959 406.372,172.959 392.546,183.004 397.827,199.258 384,189.211 370.175,199.258 375.455,183.004 361.63,172.959 378.719,172.959 "/>
|
|
8
|
+
<polygon style="fill:#F0F0F0;" points="313.791,185.786 329.019,193.544 341.103,181.461 338.43,198.34 353.657,206.099 336.778,208.772 334.104,225.652 326.344,210.425 309.466,213.098 321.552,201.014 "/>
|
|
9
|
+
<polygon style="fill:#F0F0F0;" points="284.71,255.995 300.964,250.714 300.965,233.625 311.009,247.45 327.263,242.168 317.217,255.995 327.263,269.821 311.009,264.541 300.965,278.366 300.965,261.276 "/>
|
|
10
|
+
<polygon style="fill:#F0F0F0;" points="313.791,326.204 321.55,310.975 309.466,298.891 326.347,301.565 334.104,286.338 336.778,303.217 353.657,305.889 338.43,313.648 341.103,330.53 329.019,318.443 "/>
|
|
11
|
+
<polygon style="fill:#F0F0F0;" points="384,355.284 378.719,339.031 361.628,339.031 375.455,328.986 370.175,312.732 384,322.776 397.827,312.732 392.546,328.986 406.372,339.031 389.283,339.031 "/>
|
|
12
|
+
<polygon style="fill:#F0F0F0;" points="454.209,326.204 438.98,318.446 426.897,330.53 429.57,313.648 414.343,305.892 431.222,303.217 433.897,286.338 441.653,301.565 458.534,298.891 446.448,310.976 "/>
|
|
13
|
+
<polygon style="fill:#F0F0F0;" points="483.29,255.995 467.036,261.276 467.036,278.366 456.991,264.54 440.737,269.821 450.783,255.995 440.737,242.168 456.991,247.45 467.036,233.625 467.036,250.714 "/>
|
|
14
|
+
<polygon style="fill:#F0F0F0;" points="454.209,185.788 446.452,201.014 458.534,213.098 441.653,210.425 433.897,225.652 431.222,208.772 414.343,206.097 429.57,198.34 426.897,181.462 438.981,193.544 "/>
|
|
15
|
+
<path style="fill:#F0F0F0;" d="M0,186.665v16h46.069L0,233.377v7.539l57.377-38.252H80L0,255.998h112v-69.334H0z M96,255.996 H22.628L96,207.083V255.996z"/>
|
|
16
|
+
<path style="fill:#F0F0F0;" d="M176,138.665l80-53.334H144v69.334h112v-16h-46.069L256,107.951v-7.539l-57.377,38.251H176V138.665z M160,85.333h73.372L160,134.246V85.333z"/>
|
|
17
|
+
<path style="fill:#F0F0F0;" d="M144,255.998h112l-80-53.334h22.623L256,240.917v-7.539l-46.069-30.713H256v-16H144V255.998z M160,207.083l73.372,48.913H160V207.083z"/>
|
|
18
|
+
<path style="fill:#F0F0F0;" d="M112,85.331H0l80,53.334H57.377L0,100.413v7.539l46.069,30.712H0v16h112V85.331z M96,134.246 L22.628,85.333H96V134.246z"/>
|
|
19
|
+
</g>
|
|
20
|
+
<g>
|
|
21
|
+
<polygon style="fill:#D80027;" points="144,85.331 112,85.331 112,154.665 0,154.665 0,186.665 112,186.665 112,255.998 144,255.998 144,186.665 256,186.665 256,154.665 144,154.665 "/>
|
|
22
|
+
<polygon style="fill:#D80027;" points="80,138.665 0,85.331 0,100.413 57.377,138.665 "/>
|
|
23
|
+
<polygon style="fill:#D80027;" points="176,138.665 198.623,138.665 256,100.413 256,85.331 "/>
|
|
24
|
+
<polygon style="fill:#D80027;" points="57.377,202.665 0,240.917 0,255.998 80,202.665 "/>
|
|
25
|
+
<polygon style="fill:#D80027;" points="176,202.665 256,255.998 256,240.917 198.623,202.665 "/>
|
|
26
|
+
</g>
|
|
27
|
+
</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:#D80027;" width="512" height="341.326"/>
|
|
6
|
+
<rect x="256" y="85.337" style="fill:#F0F0F0;" width="256" height="170.663"/>
|
|
7
|
+
<rect y="85.337" style="fill:#0052B4;" width="256" height="170.663"/>
|
|
8
|
+
<polygon style="fill:#F0F0F0;" points="128,109.801 143.108,156.299 192,156.299 152.446,185.038 167.554,231.536 128,202.799 88.446,231.536 103.554,185.038 64,156.299 112.892,156.299 "/>
|
|
9
|
+
</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.331" style="fill:#D80027;" width="512" height="341.337"/>
|
|
6
|
+
<rect y="85.331" style="fill:#496E2D;" width="170.663" height="341.337"/>
|
|
7
|
+
<g>
|
|
8
|
+
<rect x="341.337" y="85.331" style="fill:#FFDA44;" width="170.663" height="341.337"/>
|
|
9
|
+
<polygon style="fill:#FFDA44;" points="255.999,208.504 267.786,244.782 305.933,244.782 275.073,267.205 286.86,303.485 255.999,281.062 225.138,303.485 236.927,267.205 206.066,244.782 244.212,244.782 "/>
|
|
10
|
+
</g>
|
|
11
|
+
</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.331" style="fill:#D80027;" width="512" height="341.337"/>
|
|
6
|
+
<g>
|
|
7
|
+
<polygon style="fill:#FFDA44;" points="178.923,189.567 193.579,234.674 241.008,234.674 202.637,262.552 217.294,307.661 178.923,279.782 140.552,307.661 155.208,262.552 116.837,234.674 164.266,234.674 "/>
|
|
8
|
+
<polygon style="fill:#FFDA44;" points="271.3,339.593 256.91,329.138 242.522,339.592 248.017,322.678 233.628,312.223 251.414,312.223 256.91,295.307 262.408,312.223 280.193,312.223 265.804,322.677 "/>
|
|
9
|
+
<polygon style="fill:#FFDA44;" points="308.837,287.927 291.052,287.927 285.556,304.841 280.06,287.928 262.273,287.927 276.664,277.472 271.166,260.557 285.556,271.01 299.945,260.557 294.449,277.472 "/>
|
|
10
|
+
<polygon style="fill:#FFDA44;" points="308.837,224.063 294.449,234.518 299.944,251.432 285.556,240.979 271.166,251.434 276.664,234.517 262.273,224.065 280.061,224.063 285.556,207.147 291.052,224.063 "/>
|
|
11
|
+
<polygon style="fill:#FFDA44;" points="271.3,172.397 265.805,189.313 280.193,199.766 262.408,199.767 256.91,216.684 251.414,199.766 233.629,199.768 248.018,189.312 242.522,172.396 256.91,182.851 "/>
|
|
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:#FFDA44;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="343.096" style="fill:#D80027;" width="512" height="83.567"/>
|
|
7
|
+
<rect y="256" style="fill:#0052B4;" width="512" height="87.096"/>
|
|
8
|
+
</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.331" style="fill:#F0F0F0;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="211.473" style="fill:#D80027;" width="512" height="89.043"/>
|
|
7
|
+
<g>
|
|
8
|
+
<rect y="352.462" style="fill:#0052B4;" width="512" height="74.207"/>
|
|
9
|
+
<rect y="85.331" style="fill:#0052B4;" width="512" height="74.207"/>
|
|
10
|
+
</g>
|
|
11
|
+
</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 511.999 511.999" style="enable-background:new 0 0 511.999 511.999;" xml:space="preserve">
|
|
5
|
+
<polygon style="fill:#FF9811;" points="0.001,44.522 0,44.522 0,467.477 0.001,467.477 0.001,256.001 "/>
|
|
6
|
+
<rect x="0" y="85.337" style="fill:#F0F0F0;" width="511.999" height="341.325"/>
|
|
7
|
+
<g>
|
|
8
|
+
<rect x="0" y="85.337" style="fill:#0052B4;" width="511.999" height="68.263"/>
|
|
9
|
+
<rect x="0" y="221.874" style="fill:#0052B4;" width="511.999" height="68.263"/>
|
|
10
|
+
<rect x="0" y="358.399" style="fill:#0052B4;" width="511.999" height="68.263"/>
|
|
11
|
+
</g>
|
|
12
|
+
<polygon style="fill:#D80027;" points="256.001,256.005 0.001,426.668 0.001,85.332 "/>
|
|
13
|
+
<polygon style="fill:#F0F0F0;" points="83.478,211.479 94.528,245.489 130.291,245.489 101.36,266.51 112.409,300.521 83.478,279.501 54.547,300.521 65.598,266.51 36.667,245.489 72.428,245.489 "/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
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="322.777" style="fill:#D80027;" width="512" height="22.261"/>
|
|
7
|
+
<g>
|
|
8
|
+
<rect y="300.516" style="fill:#F0F0F0;" width="512" height="22.261"/>
|
|
9
|
+
<rect y="345.038" style="fill:#F0F0F0;" width="512" height="22.261"/>
|
|
10
|
+
</g>
|
|
11
|
+
<g>
|
|
12
|
+
<polygon style="fill:#FFDA44;" points="180.384,261.272 183.388,270.521 193.113,270.521 185.246,276.236 188.251,285.484 180.384,279.769 172.517,285.484 175.522,276.236 167.656,270.521 177.38,270.521 "/>
|
|
13
|
+
<polygon style="fill:#FFDA44;" points="180.384,382.332 183.388,391.579 193.113,391.579 185.246,397.294 188.251,406.542 180.384,400.827 172.517,406.542 175.522,397.294 167.656,391.579 177.38,391.579 "/>
|
|
14
|
+
<polygon style="fill:#FFDA44;" points="124.033,341.389 127.037,350.638 136.762,350.638 128.896,356.353 131.9,365.601 124.033,359.886 116.166,365.601 119.171,356.353 111.304,350.638 121.029,350.638 "/>
|
|
15
|
+
<polygon style="fill:#FFDA44;" points="145.557,273.378 148.561,282.626 158.286,282.626 150.42,288.342 153.424,297.59 145.557,291.874 137.69,297.59 140.695,288.342 132.828,282.626 142.553,282.626 "/>
|
|
16
|
+
<polygon style="fill:#FFDA44;" points="111.304,311.462 121.027,311.463 124.032,302.214 127.037,311.462 136.762,311.461 128.895,317.177 131.9,326.427 124.032,320.711 116.166,326.424 119.17,317.177 "/>
|
|
17
|
+
<polygon style="fill:#FFDA44;" points="137.69,392.671 140.695,383.425 132.827,377.708 142.552,377.708 145.557,368.46 148.562,377.707 158.286,377.707 150.419,383.423 153.423,392.672 145.556,386.956 "/>
|
|
18
|
+
<polygon style="fill:#FFDA44;" points="236.714,341.389 233.71,350.638 223.986,350.638 231.851,356.353 228.847,365.601 236.714,359.886 244.581,365.601 241.576,356.353 249.443,350.638 239.718,350.638 "/>
|
|
19
|
+
<polygon style="fill:#FFDA44;" points="215.19,273.378 212.186,282.626 202.461,282.626 210.327,288.342 207.323,297.59 215.19,291.874 223.057,297.59 220.052,288.342 227.919,282.626 218.194,282.626 "/>
|
|
20
|
+
<polygon style="fill:#FFDA44;" points="249.443,311.462 239.721,311.463 236.715,302.214 233.71,311.462 223.986,311.461 231.853,317.177 228.847,326.427 236.715,320.711 244.581,326.424 241.577,317.177 "/>
|
|
21
|
+
<polygon style="fill:#FFDA44;" points="223.057,392.671 220.052,383.425 227.919,377.708 218.195,377.708 215.19,368.46 212.185,377.707 202.461,377.707 210.328,383.423 207.324,392.672 215.191,386.956 "/>
|
|
22
|
+
</g>
|
|
23
|
+
</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:#0052B4;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="325.331" style="fill:#FFDA44;" width="512" height="32"/>
|
|
7
|
+
<g>
|
|
8
|
+
<polygon style="fill:#F0F0F0;" points="145.786,148.41 154.995,176.751 184.798,176.751 160.688,194.269 169.896,222.612 145.786,205.096 121.676,222.612 130.886,194.269 106.776,176.751 136.577,176.751 "/>
|
|
9
|
+
<polygon style="fill:#F0F0F0;" points="94.608,118.728 100.134,135.733 118.015,135.733 103.55,146.244 109.075,163.25 94.608,152.74 80.142,163.25 85.668,146.244 71.202,135.733 89.084,135.733 "/>
|
|
10
|
+
</g>
|
|
11
|
+
</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.333" style="fill:#0052B4;" width="512" height="341.337"/>
|
|
6
|
+
<polyline style="fill:#6DA544;" points="0,85.33 512,85.33 512,426.662 "/>
|
|
7
|
+
<circle style="fill:#FFDA44;" cx="256" cy="255.996" r="44.522"/>
|
|
8
|
+
<g>
|
|
9
|
+
<polygon style="fill:#F0F0F0;" points="127.576,352.46 132.26,362.253 142.835,359.809 138.099,369.576 146.603,376.321 136.015,378.706 136.044,389.561 127.576,382.77 119.108,389.561 119.137,378.706 108.547,376.321 117.053,369.576 112.317,359.809 122.892,362.253 "/>
|
|
10
|
+
<polygon style="fill:#F0F0F0;" points="96.941,270.836 101.624,280.629 112.199,278.185 107.464,287.953 115.968,294.697 105.38,297.083 105.409,307.938 96.941,301.147 88.472,307.938 88.501,297.083 77.913,294.697 86.418,287.953 81.682,278.185 92.257,280.629 "/>
|
|
11
|
+
<polygon style="fill:#F0F0F0;" points="127.576,204.054 132.26,213.846 142.835,211.402 138.099,221.17 146.603,227.914 136.015,230.3 136.044,241.156 127.576,234.364 119.108,241.156 119.137,230.3 108.548,227.914 117.052,221.17 112.317,211.402 122.892,213.846 "/>
|
|
12
|
+
<polygon style="fill:#F0F0F0;" points="165.631,255.996 170.315,265.789 180.891,263.343 176.155,273.112 184.658,279.856 174.07,282.243 174.099,293.097 165.631,286.306 157.164,293.097 157.193,282.243 146.603,279.856 155.108,273.112 150.372,263.343 160.948,265.789 "/>
|
|
13
|
+
<polygon style="fill:#F0F0F0;" points="138.419,300.518 142.103,311.855 154.024,311.855 144.38,318.862 148.064,330.199 138.419,323.193 128.776,330.199 132.46,318.862 122.815,311.855 134.736,311.855 "/>
|
|
14
|
+
</g>
|
|
15
|
+
<path style="fill:#6DA544;" d="M256,285.678h14.84c0,0,6.431-11.376,0-22.261l14.84-14.84l-7.42-14.841h-7.421 c0,0-3.71,11.13-18.551,11.13c-14.841,0-18.55-11.13-18.55-11.13h-7.42l7.42,14.84l-7.421,14.84l7.421,7.421 c0,0,7.421-14.84,22.261-7.421C256,263.417,262.308,272.692,256,285.678z"/>
|
|
16
|
+
<path style="fill:#FFDA44;" d="M396.449,200.819c0.351-1.823,0.536-3.704,0.536-5.629c0-13.2-8.618-24.381-20.533-28.238 c3.641,7.4,5.693,15.723,5.693,24.527c0,2.97-0.239,5.882-0.688,8.726c-1.793-2.888-4.096-5.528-6.91-7.768 c-10.601-8.435-25.087-8.658-35.797-1.554c8.268,1.805,16.264,5.475,23.335,11.102c5.536,4.405,10.01,10.364,13.434,16.116 l-45.316,14.19c44.522,7.421,81.623-22.261,81.623-22.261C407.716,201.809,401.33,200.424,396.449,200.819z"/>
|
|
17
|
+
</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:#FCFCFC;" width="512" height="341.337"/>
|
|
6
|
+
<path style="fill:#6DA544;" d="M352,233.88c-5.169,0-11.569,0-22.154,0c0,40.784-33.063,73.846-73.846,73.846 c-40.785,0-73.846-33.062-73.846-73.846c-7.138,0-15.016,0-22.154,0c0,43.931,29.509,80.969,69.787,92.377 c-4.415,8.389-3.743,18.951,2.564,26.822c8.285-6.64,16.864-13.515,24.141-19.346c7.277,5.831,15.855,12.705,24.141,19.346 c6.371-7.95,6.998-18.646,2.434-27.075C322.905,314.318,352,277.5,352,233.88z"/>
|
|
7
|
+
<path style="fill:#FFDA44;" d="M196.923,226.497c0,0,0,36.923,36.923,36.923l7.385,7.385H256c0,0,7.385-22.154,22.154-22.154 c0,0,0-14.769,14.769-14.769s22.154,0,22.154,0s-7.385-29.538,29.538-51.692l-14.769-7.385c0,0-51.692,36.923-88.615,29.538v14.769 h-14.769l-7.385-7.385L196.923,226.497z"/>
|
|
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.337" style="fill:#0052B4;" width="512" height="341.326"/>
|
|
6
|
+
<polygon style="fill:#D80027;" points="512,256 512,426.663 0,426.663 215.185,256 "/>
|
|
7
|
+
<polygon style="fill:#F0F0F0;" points="512,85.337 512,256 215.185,256 0,85.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:#D80027;" width="512" height="341.337"/>
|
|
6
|
+
<rect y="85.331" width="512" height="113.775"/>
|
|
7
|
+
<rect y="312.882" style="fill:#FFDA44;" width="512" height="113.775"/>
|
|
8
|
+
</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:#6DA544;" width="512" height="341.326"/>
|
|
6
|
+
<polygon style="fill:#338AF3;" points="512,85.331 512,252.021 0,256.173 0,85.331 "/>
|
|
7
|
+
<polygon style="fill:#F0F0F0;" points="256,256.006 0,426.668 0,85.331 "/>
|
|
8
|
+
<polygon style="fill:#D80027;" points="94.608,211.478 105.658,245.488 141.422,245.488 112.49,266.51 123.54,300.522 94.608,279.502 65.675,300.522 76.728,266.51 47.795,245.488 83.557,245.488 "/>
|
|
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:#D80027;" width="512" height="341.337"/>
|
|
6
|
+
<polygon style="fill:#F0F0F0;" 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,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.337" style="fill:#496E2D;" width="512" height="341.326"/>
|
|
6
|
+
<polygon points="0,224 0,245.334 0,266.666 0,288 512,288 512,266.666 512,245.334 512,224 "/>
|
|
7
|
+
<rect y="224" style="fill:#FFDA44;" width="512" height="21.337"/>
|
|
8
|
+
<rect y="266.663" style="fill:#F0F0F0;" width="512" height="21.337"/>
|
|
9
|
+
<rect x="224" y="85.337" width="64" height="341.326"/>
|
|
10
|
+
<rect x="224" y="85.337" style="fill:#FFDA44;" width="21.326" height="341.326"/>
|
|
11
|
+
<rect x="266.674" y="85.337" style="fill:#F0F0F0;" width="21.326" height="341.326"/>
|
|
12
|
+
<circle style="fill:#D80027;" cx="256" cy="256" r="81.619"/>
|
|
13
|
+
<g>
|
|
14
|
+
<path style="fill:#496E2D;" d="M274.596,265.107c-6.071-12.142-13.963-24.449-13.963-24.449s0.196-5.603,0.196-8.942 c0-5.03-4.077-9.107-9.107-9.107c-4.765,0-8.668,3.661-9.067,8.321c-3.746,0.245-6.712,3.352-6.712,7.161 c0,2.769,1.569,5.168,3.864,6.368c1.141-2.669,3.376-4.753,6.141-5.703c0.45,0.37,0.935,0.698,1.451,0.977l1.166,0.559 c0,0-4.326,12.193-4.326,18.745c0,18.416,12.142,24.095,12.142,24.095v0.19l-6.071,6.069h12.142v-12.142l6.071,6.072 C268.58,283.206,280.026,275.967,274.596,265.107z"/>
|
|
15
|
+
<polygon style="fill:#496E2D;" points="256,189.217 258.763,197.72 267.703,197.72 260.47,202.976 263.234,211.478 256,206.224 248.766,211.478 251.53,202.976 244.297,197.72 253.237,197.72 "/>
|
|
16
|
+
<polygon style="fill:#496E2D;" points="216.746,201.972 223.978,207.226 231.211,201.972 228.449,210.474 235.682,215.729 226.743,215.73 223.979,224.233 221.216,215.73 212.276,215.729 219.509,210.474 "/>
|
|
17
|
+
<polygon style="fill:#496E2D;" points="192.486,235.363 201.425,235.363 204.188,226.861 206.952,235.363 215.891,235.363 208.659,240.618 211.423,249.121 204.188,243.867 196.955,249.12 199.718,240.618 "/>
|
|
18
|
+
<polygon style="fill:#496E2D;" points="192.486,276.637 199.718,271.383 196.955,262.88 204.188,268.134 211.421,262.879 208.659,271.382 215.893,276.637 206.952,276.638 204.188,285.139 201.425,276.637 "/>
|
|
19
|
+
<polygon style="fill:#496E2D;" points="216.746,310.028 219.509,301.527 212.275,296.271 221.216,296.271 223.979,287.767 226.743,296.27 235.682,296.27 228.449,301.526 231.211,310.028 223.978,304.774 "/>
|
|
20
|
+
<polygon style="fill:#496E2D;" points="256,322.783 253.237,314.281 244.297,314.281 251.53,309.025 248.766,300.522 256,305.776 263.233,300.522 260.47,309.025 267.703,314.28 258.763,314.281 "/>
|
|
21
|
+
<polygon style="fill:#496E2D;" points="295.254,310.028 288.022,304.774 280.789,310.029 283.551,301.526 276.317,296.271 285.257,296.27 288.02,287.767 290.784,296.271 299.724,296.271 292.491,301.527 "/>
|
|
22
|
+
<polygon style="fill:#496E2D;" points="319.514,276.637 310.575,276.637 307.812,285.139 305.048,276.638 296.107,276.638 303.341,271.382 300.577,262.88 307.812,268.134 315.044,262.88 312.282,271.382 "/>
|
|
23
|
+
<polygon style="fill:#496E2D;" points="319.514,235.363 312.282,240.618 315.045,249.12 307.812,243.866 300.578,249.121 303.341,240.618 296.107,235.364 305.048,235.363 307.811,226.861 310.575,235.363 "/>
|
|
24
|
+
<polygon style="fill:#496E2D;" points="295.254,201.972 292.491,210.474 299.724,215.729 290.784,215.729 288.022,224.233 285.257,215.73 276.317,215.73 283.551,210.474 280.789,201.973 288.022,207.226 "/>
|
|
25
|
+
</g>
|
|
26
|
+
</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
|
+
<rect y="300.522" style="fill:#D80027;" width="211.478" height="126.141"/>
|
|
7
|
+
<rect y="85.337" style="fill:#0052B4;" width="211.478" height="126.152"/>
|
|
8
|
+
<rect x="300.522" y="85.337" style="fill:#D80027;" width="211.478" height="126.152"/>
|
|
9
|
+
<rect x="300.522" y="300.522" style="fill:#0052B4;" width="211.478" height="126.141"/>
|
|
10
|
+
<path style="fill:#496E2D;" d="M300.521,256.006c0,24.588-19.932,44.521-44.521,44.521s-44.521-19.932-44.521-44.521 S256,211.485,256,211.485S300.521,231.417,300.521,256.006z"/>
|
|
11
|
+
<path style="fill:#0052B4;" d="M211.479,256.006c0-24.588,19.932-44.521,44.521-44.521s44.521,19.932,44.521,44.521"/>
|
|
12
|
+
<path style="fill:#D80027;" d="M230.957,233.745v27.825c0,13.831,11.212,25.042,25.043,25.042c13.832,0,25.043-11.212,25.043-25.042 v-27.825H230.957z"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?><svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
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">
|
|
4
|
+
<rect y="85.331" style="fill:#496E2D;" width="512" height="341.326"/>
|
|
5
|
+
<rect x="256" y="85.331" style="fill:#F0F0F0;" width="256" height="341.337"/>
|
|
6
|
+
<g>
|
|
7
|
+
<polygon style="fill:#D80027;" points="292.669,223.259 278.666,242.554 255.989,235.201 270.013,254.481 256.011,273.777 278.682,266.396 292.707,285.676 292.693,261.835 315.362,254.454 292.684,247.1 "/>
|
|
8
|
+
<path style="fill:#D80027;" d="M270.158,304.226c-26.637,0-48.232-21.594-48.232-48.232s21.594-48.232,48.232-48.232 c8.306,0,16.12,2.1,22.943,5.797c-10.704-10.467-25.342-16.927-41.494-16.927c-32.785,0-59.362,26.577-59.362,59.362 s26.577,59.362,59.362,59.362c16.152,0,30.79-6.461,41.494-16.927C286.278,302.127,278.463,304.226,270.158,304.226z"/>
|
|
9
|
+
</g>
|
|
10
|
+
</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:#FFDA44;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="256" style="fill:#0052B4;" width="512" height="85.337"/>
|
|
7
|
+
<rect y="341.337" style="fill:#D80027;" width="512" height="85.326"/>
|
|
8
|
+
<circle style="fill:#FFDA44;" cx="256" cy="256" r="59.359"/>
|
|
9
|
+
<path style="fill:#338AF3;" d="M256,295.304c-21.098,0-38.261-17.163-38.261-38.261v-22.957c0-21.098,17.163-38.261,38.261-38.261 s38.261,17.163,38.261,38.261v22.957C294.261,278.141,277.098,295.304,256,295.304z"/>
|
|
10
|
+
<path d="M317.217,165.217h-45.913c0-8.451-6.853-15.304-15.304-15.304s-15.304,6.853-15.304,15.304h-45.913 c0,8.452,7.363,15.304,15.814,15.304h-0.51c0,8.452,6.852,15.304,15.304,15.304c0,8.452,6.852,15.304,15.304,15.304h30.609 c8.452,0,15.304-6.852,15.304-15.304c8.452,0,15.304-6.852,15.304-15.304h-0.51C309.855,180.521,317.217,173.669,317.217,165.217z"/>
|
|
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.337" width="512" height="341.326"/>
|
|
6
|
+
<rect y="85.337" style="fill:#0052B4;" width="512" height="113.775"/>
|
|
7
|
+
<rect y="312.888" style="fill:#F0F0F0;" width="512" height="113.775"/>
|
|
8
|
+
</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
|
+
<path style="fill:#FF9811;" d="M320,236.29h-48c0-8.836-7.164-16-16-16s-16,7.164-16,16h-48c0,8.836,7.697,16,16.533,16H208 c0,8.836,7.164,16,16,16c0,8.836,7.164,16,16,16h32c8.836,0,16-7.164,16-16c8.836,0,16-7.164,16-16h-0.533 C312.303,252.29,320,245.127,320,236.29z"/>
|
|
9
|
+
</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
|
+
<rect y="85.337" width="512" height="113.775"/>
|
|
7
|
+
<rect y="312.888" style="fill:#496E2D;" width="512" height="113.775"/>
|
|
8
|
+
<g>
|
|
9
|
+
<polygon style="fill:#D80027;" points="256,256.006 0,426.668 0,85.331 "/>
|
|
10
|
+
<path style="fill:#D80027;" d="M305.716,256c0-19.892,13.98-36.51,32.649-40.587c-2.869-0.627-5.847-0.966-8.904-0.966 c-22.95,0-41.553,18.603-41.553,41.553s18.603,41.553,41.553,41.553c3.058,0,6.035-0.339,8.904-0.966 C319.696,292.51,305.716,275.892,305.716,256z"/>
|
|
11
|
+
<polygon style="fill:#D80027;" points="340.112,229.287 346.006,247.427 365.078,247.427 349.648,258.638 355.542,276.777 340.112,265.567 324.681,276.777 330.576,258.638 315.145,247.427 334.217,247.427 "/>
|
|
12
|
+
</g>
|
|
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:#338AF3;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="85.337" style="fill:#6DA544;" width="512" height="170.663"/>
|
|
7
|
+
<path style="fill:#D80027;" d="M0,426.663c-0.004,0.027,512-170.669,512-170.669L0,85.337V426.663z"/>
|
|
8
|
+
<path style="fill:#FFDA44;" d="M140.986,191.994c-29.718,0-53.895,24.176-53.895,53.895V266.1c0,29.718,24.178,53.895,53.895,53.895 s53.895-24.176,53.895-53.895v-20.211C194.881,216.172,170.703,191.994,140.986,191.994z M174.67,266.1 c0,15.054-9.927,27.831-23.579,32.134v-22.028l14.299-14.298l-14.29-14.29l-0.008-5.087v-6.745h-20.211v20.211l-14.288,14.288 l14.288,14.288v13.663c-13.651-4.303-23.579-17.08-23.579-32.134V245.89c0-18.573,15.111-33.684,33.684-33.684 s33.684,15.111,33.684,33.684v20.21H174.67z"/>
|
|
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.331" style="fill:#FFDA44;" width="512" height="341.337"/>
|
|
6
|
+
<g>
|
|
7
|
+
<rect y="85.331" style="fill:#D80027;" width="512" height="113.775"/>
|
|
8
|
+
<rect y="312.882" style="fill:#D80027;" width="512" height="113.775"/>
|
|
9
|
+
</g>
|
|
10
|
+
</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:#FFDA44;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="85.337" style="fill:#6DA544;" width="512" height="113.775"/>
|
|
7
|
+
<rect y="312.888" style="fill:#D80027;" width="512" height="113.775"/>
|
|
8
|
+
<circle style="fill:#0052B4;" cx="256" cy="256" r="81.619"/>
|
|
9
|
+
<g>
|
|
10
|
+
<polygon style="fill:#FFDA44;" points="255.982,192.796 270.717,238.142 318.474,238.142 279.824,266.17 294.673,311.651 255.982,283.491 217.352,311.599 232.142,266.17 193.526,238.142 241.248,238.142 "/>
|
|
11
|
+
<polygon style="fill:#FFDA44;" points="314.748,267.286 268.005,252.098 296.893,212.339 284.888,203.615 255.999,243.376 227.112,203.616 215.106,212.338 243.992,252.1 197.252,267.286 201.837,281.401 248.579,266.213 248.579,315.361 263.421,315.361 263.421,266.213 310.161,281.401 "/>
|
|
12
|
+
</g>
|
|
13
|
+
</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.334" style="fill:#F0F0F0;" width="512" height="341.337"/>
|
|
6
|
+
<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 "/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
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:#2E52B2;" width="512" height="341.337"/>
|
|
6
|
+
<polygon style="fill:#F0F0F0;" points="256,85.334 256,107.951 209.931,138.66 256,138.66 256,202.66 209.931,202.66 256,233.38 256,255.997 233.372,255.997 160,207.078 160,255.997 96,255.997 96,207.078 22.628,255.997 0,255.997 0,233.38 46.069,202.66 0,202.66 0,138.66 46.069,138.66 0,107.951 0,85.334 22.628,85.334 96,134.241 96,85.334 160,85.334 160,134.241 233.372,85.334 "/>
|
|
7
|
+
<g>
|
|
8
|
+
<polygon style="fill:#D80027;" points="144,85.329 112,85.329 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
|
+
<polygon style="fill:#D80027;" points="256,85.329 256,100.412 198.623,138.663 176,138.663 "/>
|
|
11
|
+
<polygon style="fill:#D80027;" points="0,85.329 0,100.412 57.377,138.663 80,138.663 "/>
|
|
12
|
+
<polygon style="fill:#D80027;" points="256,85.329 256,100.412 198.623,138.663 176,138.663 "/>
|
|
13
|
+
<polygon style="fill:#D80027;" points="0,255.997 0,240.915 57.377,202.663 80,202.663 "/>
|
|
14
|
+
<polygon style="fill:#D80027;" points="256,255.997 256,240.915 198.623,202.663 176,202.663 "/>
|
|
15
|
+
</g>
|
|
16
|
+
<path style="fill:#F3F3F3;" d="M332.058,207.765v59.362c0,39.76,51.942,51.942,51.942,51.942s51.942-12.182,51.942-51.942v-59.362 L384,192.924L332.058,207.765z"/>
|
|
17
|
+
<path style="fill:#D80027;" d="M435.942,211.475v-22.261H332.059v22.261h44.521v44.523h-44.521v14.839v0.001h44.521v49.664 c4.479,1.586,7.421,2.277,7.421,2.277s2.942-0.691,7.42-2.276v-49.665h44.523v-0.001v-14.839H391.42v-44.523H435.942z"/>
|
|
18
|
+
</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.333" style="fill:#0052B4;" width="512" height="341.337"/>
|
|
6
|
+
<polygon style="fill:#FFDA44;" points="413.681,293.097 413.681,300.518 354.318,300.518 354.318,293.097 332.058,293.097 332.058,322.779 346.899,322.779 346.899,330.198 421.101,330.198 421.101,322.779 435.942,322.779 435.942,293.097 "/>
|
|
7
|
+
<path style="fill:#338AF3;" d="M332.058,181.793v81.623c0,39.759,51.942,51.942,51.942,51.942s51.942-12.182,51.942-51.942v-81.623 L332.058,181.793L332.058,181.793z"/>
|
|
8
|
+
<g>
|
|
9
|
+
<path style="fill:#F3F3F3;" d="M383.997,242.675c-12.985,0-12.985,11.873-25.97,11.873s-12.985-11.873-25.97-11.873v20.777 c12.985,0,12.985,11.873,25.97,11.873s12.985-11.873,25.97-11.873c12.986,0,12.986,11.873,25.973,11.873 c12.986,0,12.986-11.873,25.973-11.873v-20.777c-12.986,0-12.986,11.873-25.973,11.873 C396.984,254.548,396.984,242.675,383.997,242.675z"/>
|
|
10
|
+
<path style="fill:#F3F3F3;" d="M383.997,201.085c-12.985,0-12.985,11.873-25.97,11.873s-12.985-11.873-25.97-11.873v20.777 c12.985,0,12.985,11.873,25.97,11.873s12.985-11.873,25.97-11.873c12.986,0,12.986,11.873,25.973,11.873 c12.986,0,12.986-11.873,25.973-11.873v-20.777c-12.986,0-12.986,11.873-25.973,11.873 C396.984,212.958,396.984,201.085,383.997,201.085z"/>
|
|
11
|
+
</g>
|
|
12
|
+
<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.169 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.16 100.174,85.333 155.826,85.333 155.826,133.906 243.256,85.333 "/>
|
|
13
|
+
<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 "/>
|
|
14
|
+
<polygon style="fill:#0052B4;" points="155.826,200.344 256,255.996 256,240.259 184.153,200.344 "/>
|
|
15
|
+
<polygon style="fill:#F0F0F0;" points="155.826,200.344 256,255.996 256,240.259 184.153,200.344 "/>
|
|
16
|
+
<g>
|
|
17
|
+
<polygon style="fill:#D80027;" points="155.826,200.344 256,255.996 256,240.259 184.153,200.344 "/>
|
|
18
|
+
<polygon style="fill:#D80027;" points="71.846,200.344 0,240.259 0,255.996 0,255.996 100.174,200.344 "/>
|
|
19
|
+
</g>
|
|
20
|
+
<polygon style="fill:#0052B4;" points="100.174,140.982 0,85.33 0,101.067 71.847,140.982 "/>
|
|
21
|
+
<polygon style="fill:#F0F0F0;" points="100.174,140.982 0,85.33 0,101.067 71.847,140.982 "/>
|
|
22
|
+
<g>
|
|
23
|
+
<polygon style="fill:#D80027;" points="100.174,140.982 0,85.33 0,101.067 71.847,140.982 "/>
|
|
24
|
+
<polygon style="fill:#D80027;" points="184.154,140.982 256,101.067 256,85.33 256,85.33 155.826,140.982 "/>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
<g>
|
|
7
|
+
<polygon style="fill:#F0F0F0;" points="255.999,159.53 263.366,182.204 287.209,182.204 267.921,196.22 275.288,218.893 255.999,204.88 236.711,218.893 244.079,196.22 224.791,182.204 248.633,182.204 "/>
|
|
8
|
+
<polygon style="fill:#F0F0F0;" points="159.536,255.996 182.21,248.628 182.21,224.786 196.225,244.074 218.899,236.706 204.886,255.996 218.899,275.282 196.225,267.915 182.21,287.203 182.21,263.362 "/>
|
|
9
|
+
<polygon style="fill:#F0F0F0;" points="256.001,352.459 248.634,329.785 224.791,329.785 244.079,315.769 236.712,293.095 256.001,307.109 275.288,293.095 267.921,315.769 287.209,329.785 263.367,329.785 "/>
|
|
10
|
+
<polygon style="fill:#F0F0F0;" points="352.464,255.993 329.79,263.361 329.79,287.203 315.775,267.915 293.101,275.282 307.114,255.993 293.101,236.706 315.775,244.074 329.79,224.786 329.79,248.627 "/>
|
|
11
|
+
</g>
|
|
12
|
+
</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:#F0F0F0;" width="512" height="341.337"/>
|
|
6
|
+
<polygon style="fill:#0052B4;" 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:#D80027;" 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,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.337" style="fill:#FFDA44;" width="512" height="341.326"/>
|
|
6
|
+
<rect y="85.337" style="fill:#6DA544;" width="512" height="113.775"/>
|
|
7
|
+
<rect y="312.888" style="fill:#0052B4;" width="512" height="113.775"/>
|
|
8
|
+
</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>
|