Added many many consoles

This commit is contained in:
Roman Cervantes 2018-11-07 20:48:19 -07:00
parent 838a89b736
commit 377319146d
59 changed files with 770 additions and 105 deletions

View file

@ -2,7 +2,6 @@ export default [
{
name: 'Xbox One',
code: 'xbox-one',
hex: '#ffffff',
textHex: '#107c10',
id: 49,
generation: 8,
@ -11,6 +10,7 @@ export default [
name: 'Nintendo Switch',
code: 'nintendo-switch',
hex: '#e60012',
useAlt: true,
id: 130,
generation: 8,
},
@ -32,9 +32,7 @@ export default [
},
{
name: 'Nintendo 64',
code: 'n64',
hex: '#FFFFFF',
textHex: '#D20014',
code: 'nintendo-64',
id: 4,
generation: 5,
},
@ -72,7 +70,6 @@ export default [
{
name: 'PC - Windows',
code: 'win',
hex: '#ffffff',
textHex: '#0076d6',
id: 6,
generation: 8,
@ -80,17 +77,300 @@ export default [
{
name: 'Super Nintendo',
code: 'snes',
hex: '#ffffff',
textHex: '#4f43ae',
id: 19,
generation: 4,
},
{
name: 'Sega Mega Drive / Genesis',
code: 'smd',
hex: '#ffffff',
code: 'sega-genesis',
textHex: '#000000',
id: 29,
generation: 4,
},
{
name: 'Xbox',
code: 'xbox',
id: 11,
generation: 6,
},
{
name: 'Xbox 360',
code: 'xbox-360',
id: 12,
generation: 7,
},
{
name: 'PC Dos',
code: 'msdos',
id: 13,
generation: 'computer',
},
{
name: 'Mac',
code: 'mac',
id: 14,
generation: 'computer',
},
{
name: 'Commodore C64/128',
code: 'commodore-64',
id: 15,
generation: 'computer',
},
{
name: 'Amiga',
code: 'amiga',
navHex: '#fff',
id: 16,
generation: 'computer',
},
{
name: 'Nintendo DS',
code: 'nintendo-ds',
id: 20,
generation: 7,
// Combine
// id: 159,
},
{
name: 'Nintendo GameCube',
code: 'nintendo-gamecube',
id: 21,
generation: 6,
},
{
name: 'Game Boy Color',
code: 'gameboy-color',
id: 22,
generation: 5,
},
{
name: 'Dreamcast',
code: 'dreamcast',
id: 23,
generation: 6,
},
{
name: 'Game Boy Advance',
code: 'gameboy-advance',
id: 24,
generation: 6,
},
{
name: 'Sega 32X',
code: 'sega-32x',
id: 30,
generation: 4,
},
{
name: 'Sega Saturn',
code: 'sega-saturn',
id: 32,
generation: 5,
},
{
name: 'Game Boy',
code: 'gameboy',
id: 33,
generation: 4,
},
{
name: 'Sega Game Gear',
code: 'game-gear',
id: 35,
generation: 4,
},
{
name: 'Nintendo 3DS',
code: 'n3ds',
id: 37,
generation: 8,
},
{
name: 'PSP',
code: 'psp',
id: 38,
generation: 7,
},
{
name: 'Wii U',
code: 'wii-u',
id: 41,
generation: 8,
},
{
name: 'PlayStation Vita',
code: 'playstation-vita',
id: 46,
generation: 8,
},
{
name: '3DO Interactive Multiplayer',
code: '3do',
textHex: '#ffffff',
navHex: '#000',
id: 50,
generation: 5,
},
{
name: 'Atari 8-bit',
code: 'atari-800',
id: 65,
generation: 'computer',
},
{
name: 'Atari 2600',
code: 'atari-2600',
id: 59,
generation: 2,
},
{
name: 'Atari 7800',
code: 'atari-7800',
id: 60,
generation: 3,
},
{
name: 'Atari Lynx',
code: 'atari-lynx',
id: 61,
generation: 4,
},
{
name: 'Atari Jaguar',
code: 'atari-jaguar',
id: 62,
generation: 5,
},
{
name: 'Atari ST',
code: 'atari-st',
id: 63,
generation: 'computer',
},
{
name: 'Sega Master System',
code: 'sega-master-system',
id: 64,
generation: 3,
},
{
name: 'Atari 5200',
code: 'atari-5200',
id: 66,
generation: 2,
},
{
name: 'Intellivision',
code: 'intellivision',
id: 67,
generation: 2,
},
{
name: 'ColecoVision',
code: 'colecovision',
id: 68,
generation: 2,
},
{
name: 'Vectrex',
code: 'vectrex',
id: 70,
generation: 2,
},
{
name: 'Commodore VIC-20',
code: 'vic-20',
id: 71,
generation: 'computer',
},
{
name: 'Apple II',
code: 'apple2',
hex: '#fff',
id: 75,
generation: 'computer',
},
{
name: 'Sega CD',
code: 'sega-cd',
hex: '#000',
id: 78,
generation: 4,
},
{
name: 'Neo Geo MVS',
code: 'neo-geo',
id: 79,
generation: 'arcade',
// TODO: combine
// id: 80,
},
{
name: 'TurboGrafx-16 / PC Engine',
code: 'pc-engine',
id: 86,
generation: 4,
// name: 'PC Engine SuperGrafx (combine with pc engine)',
// id: 128,
},
{
name: 'Nintendo Virtual Boy',
code: 'virtual-boy',
id: 87,
generation: 5,
},
{
name: 'Odyssey',
code: 'odyssey',
id: 88,
generation: 1,
},
// {
// name: 'Commodore PET',
// code: 'commodore-pet',
// id: 89,
// },
{
name: 'Commodore 16',
code: 'commodore',
id: 93,
generation: 'computer',
},
// {
// name: 'Philips CD-i',
// code: 'philips-cd-i',
// id: 117,
// },
{
name: 'Neo Geo Pocket',
code: 'neo-geo-pocket',
id: 119,
generation: 5,
},
// {
// name: 'Neo Geo Pocket Color',
// code: 'neo-geo-pocket-color',
// id: 120,
// },
{
name: 'WonderSwan Color',
code: 'wonderswan-color',
id: 123,
generation: 5,
},
{
name: 'Neo Geo CD',
code: 'neo-geo-cd',
id: 136,
generation: 4,
},
{
name: 'Turbografx-16/PC Engine CD',
code: 'turbografx-16',
hex: '#000',
id: 150,
generation: 4,
},
];

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" height="175.446" width="500">
<path fill="#fff" d="M54.28 82.2v.507c21.794.427 37.885 4.988 48.274 13.686 10.39 8.697 15.586 19.21 15.586 31.535 0 13.767-5.905 25.132-17.739 34.071-11.809 8.964-27.546 13.447-47.16 13.447-16.953 0-30.054-3.577-39.33-10.7C4.637 157.623 0 149.513 0 140.386c0-6.055 2.078-10.964 6.235-14.673 4.155-3.708 9.147-5.548 14.95-5.548 5.447 0 10.137 1.627 14.014 4.854 3.901 3.257 5.827 7.551 5.827 12.862 0 7.096-4.51 13.045-13.557 17.847-1.773.935-2.686 2-2.686 3.176 0 2.186 2.534 4.109 7.629 5.763 5.068 1.654 10.237 2.454 15.557 2.454 17.41 0 26.127-13.474 26.127-40.418 0-26.68-10.464-40.02-31.37-40.02l-17.36.745c-3.497 0-5.272-1.36-5.272-4.078 0-3.125 1.85-4.7 5.526-4.7l12.645.508c12.897 0 21.54-3.014 25.923-9.071 4.41-6.03 6.588-14.621 6.588-25.773 0-11.472-1.647-19.929-4.966-25.318-3.32-5.417-9.022-8.11-17.08-8.11-4.384 0-8.513.774-12.366 2.345-3.852 1.55-5.802 3.07-5.802 4.591 0 1.413 1.267 2.881 3.801 4.403 6.638 4.455 9.983 9.283 9.983 14.486 0 5.123-1.849 9.178-5.575 12.22-3.725 3.015-7.907 4.535-12.57 4.535-5.37 0-10.16-1.735-14.367-5.176C7.627 44.822 5.5 40.553 5.5 35.405c0-8.75 4.689-16.33 14.064-22.705C28.94 6.294 40.95 3.095 55.65 3.095c16.244 0 29.928 3.628 41.077 10.857 11.175 7.232 16.75 16.488 16.75 27.828 0 22.303-19.741 35.777-59.196 40.42M158.278 164.025V10.616h-22.856V2.322h91.58c26.482 0 47.463 7.897 62.898 23.717 15.432 15.795 23.16 35.751 23.16 59.842 0 12.486-2.356 24.253-7.07 35.217-4.713 10.992-11.96 20.998-21.742 29.988-9.783 8.992-19.816 14.78-30.105 17.37-10.288 2.587-22.908 3.867-37.91 3.867h-80.81v-8.298zm44.069-153.409v153.409h14.265c21.82 0 34.997-6.028 39.532-18.061 4.537-12.06 6.793-32.655 6.793-61.816 0-22.81-1.396-39.22-4.182-49.172-2.76-9.976-6.994-16.541-12.646-19.66-5.65-3.124-12.847-4.7-21.54-4.7h-22.222M338.63 86.684c0-25.43 7.955-46.238 23.921-62.433C378.49 8.085 397.623 0 419.921 0c20.704 0 39.23 7.603 55.573 22.81C491.842 38.018 500 59.654 500 87.695c0 26.28-7.704 47.356-23.162 63.205-15.457 15.848-34.335 23.773-56.635 23.773-24.1 0-43.739-8.433-58.866-25.241-15.132-16.808-22.707-37.725-22.707-62.748zm111.246.719c0-26.04-.507-43.196-1.52-51.464-1.039-8.301-3.676-14.97-7.931-20.04-4.26-5.067-11.278-7.603-21.033-7.603-8.237 0-14.8 2.054-19.691 6.137-4.89 4.108-7.93 10.672-9.15 19.717-1.19 9.043-1.797 26.705-1.797 52.986 0 26.012.505 43.247 1.544 51.65 1.014 8.405 3.753 15.102 8.187 20.09 4.435 4.989 11.403 7.47 20.907 7.47 7.878 0 14.316-2 19.281-6.001 4.969-4.03 8.087-10.54 9.328-19.583 1.267-9.045 1.875-26.84 1.875-53.36"
/>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="270" height="82.35" viewBox="3 136.909 270 82.35"><path d="M3 136.909h270v82.35H3z"/><path fill="#FFF" d="M6.5 140.833h73.667V214.5H6.5z"/><path fill="#888" d="M32.287 209.229c0-1.006 4.646-1.822 10.38-1.822 5.734 0 10.38.816 10.38 1.822s-4.646 1.82-10.38 1.82c-5.734 0-10.38-.815-10.38-1.82z"/><path fill="#FFF" d="M106.406 174.152v.134c6.014.112 10.455 1.308 13.32 3.588 2.867 2.278 4.301 5.035 4.301 8.267 0 3.607-1.629 6.586-4.895 8.93-3.259 2.351-7.602 3.525-13.015 3.525-4.679 0-8.293-.938-10.853-2.806s-3.84-3.993-3.84-6.386c0-1.586.573-2.873 1.721-3.846 1.146-.973 2.523-1.455 4.125-1.455 1.504 0 2.797.428 3.867 1.272 1.077.854 1.608 1.979 1.608 3.371 0 1.86-1.245 3.419-3.741 4.678-.488.245-.74.524-.74.833 0 .573.698 1.076 2.104 1.512 1.399.433 2.825.643 4.293.643 4.805 0 7.21-3.531 7.21-10.594 0-6.993-2.889-10.489-8.657-10.489l-4.791.194c-.965 0-1.454-.355-1.454-1.068 0-.818.51-1.23 1.524-1.23l3.489.133c3.56 0 5.943-.791 7.154-2.379 1.215-1.58 1.817-3.832 1.817-6.754 0-3.008-.455-5.225-1.371-6.638-.916-1.42-2.489-2.125-4.713-2.125a9.376 9.376 0 0 0-3.413.614c-1.063.406-1.602.805-1.602 1.204 0 .368.351.755 1.05 1.153 1.831 1.168 2.755 2.434 2.755 3.797 0 1.343-.51 2.404-1.539 3.203-1.027.789-2.182 1.188-3.469 1.188a6.302 6.302 0 0 1-3.965-1.355c-1.162-.91-1.75-2.028-1.75-3.379 0-2.293 1.295-4.279 3.881-5.951 2.588-1.678 5.902-2.517 9.959-2.517 4.482 0 8.259.95 11.334 2.847 3.084 1.895 4.623 4.32 4.623 7.293.008 5.845-5.44 9.379-16.327 10.593zM160.691 155.393v40.209h3.938c6.021 0 9.657-1.58 10.909-4.734 1.252-3.16 1.875-8.559 1.875-16.202 0-5.979-.386-10.28-1.154-12.89-.762-2.613-1.93-4.334-3.489-5.151-1.561-.819-3.545-1.231-5.944-1.231h-6.135v-.001zm-12.16 40.209v-40.209h-6.307v-2.176h25.271c7.309 0 13.098 2.07 17.357 6.217 4.258 4.141 6.391 9.371 6.391 15.686 0 3.271-.648 6.357-1.95 9.23-1.301 2.881-3.301 5.504-6 7.859-2.7 2.357-5.469 3.874-8.308 4.553-2.84.678-6.322 1.016-10.463 1.016h-22.299v-2.176h6.308zM239.909 175.518c0-6.824-.142-11.322-.421-13.488-.285-2.176-1.014-3.924-2.188-5.254-1.175-1.327-3.111-1.992-5.805-1.992-2.271 0-4.083.539-5.434 1.609-1.351 1.076-2.188 2.797-2.524 5.168-.328 2.369-.496 7-.496 13.888 0 6.817.14 11.335.426 13.538.28 2.203 1.036 3.959 2.261 5.267 1.224 1.308 3.146 1.958 5.769 1.958 2.175 0 3.95-.523 5.321-1.574 1.371-1.056 2.23-2.762 2.574-5.133.349-2.373.517-7.036.517-13.987zm-30.699-.189c0-6.665 2.194-12.119 6.603-16.364 4.396-4.236 9.678-6.355 15.83-6.355 5.715 0 10.826 1.992 15.336 5.979 4.513 3.986 6.764 9.657 6.764 17.008 0 6.889-2.126 12.412-6.393 16.566-4.266 4.152-9.476 6.23-15.629 6.23-6.65 0-12.07-2.211-16.244-6.615-4.176-4.408-6.267-9.889-6.267-16.449z"/><radialGradient id="a" cx="49.887" cy="-77.316" r="10.654" gradientTransform="matrix(1 0 0 -1 -6 113)" gradientUnits="userSpaceOnUse"><stop offset=".522" stop-color="#ffe41b"/><stop offset=".893" stop-color="#716a13"/><stop offset="1" stop-color="#49482e"/></radialGradient><path fill="url(#a)" d="M33.844 192.059c0-4.887 3.949-8.846 8.823-8.846s8.823 3.959 8.823 8.846c0 4.885-3.95 8.846-8.823 8.846-4.875-.001-8.823-3.962-8.823-8.846z"/><path fill="#0000A0" d="M34.449 168.991c-1.298.866-1.644 5.896-1.644 5.896s.346 5.03 1.644 5.896c1.297.867 8.218 1.389 8.218 1.389s6.921-.521 8.217-1.389c1.299-.866 1.645-5.896 1.645-5.896s-.345-5.03-1.645-5.896c-1.296-.868-8.217-1.389-8.217-1.389s-6.921.521-8.218 1.389z"/><path fill="red" d="M42.667 146.313l10.335 10.363-10.335 10.36-10.335-10.36z"/></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 29 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.2 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="362.658" height="72.563" viewBox="217.274 0.152 362.658 72.563"><g fill="#878787"><path d="M227.98 36.615c1.446-1.85 4.439-2.166 6.213-.614.726.612 1.234 1.455 1.494 2.361 3.284 11.302 6.583 22.598 9.863 33.899-1.938.002-3.878-.003-5.815.002-.914-3.115-1.807-6.237-2.709-9.356-3.749-.01-7.495-.003-11.243-.005-.917 3.118-1.823 6.239-2.725 9.361-1.928-.007-3.856-.002-5.784-.004a26461.48 26461.48 0 0 1 9.38-32.338c.372-1.126.513-2.384 1.326-3.306m3.422 6.926c-1.375 4.682-2.721 9.372-4.087 14.057 2.724.013 5.447.004 8.17.004-1.363-4.687-2.719-9.375-4.083-14.061zM268.813 36.858c1.01-1.465 2.963-2.176 4.683-1.724 1.573.363 2.778 1.719 3.193 3.246 3.281 11.293 6.574 22.583 9.855 33.876-1.941.013-3.881 0-5.822.008-.902-3.119-1.795-6.241-2.705-9.359-3.742.002-7.483-.007-11.225.003-.894 3.121-1.816 6.235-2.711 9.355-1.926.003-3.852-.002-5.777.003 3.119-10.84 6.274-21.672 9.417-32.504.33-.98.458-2.058 1.092-2.904m-.472 20.744c2.713.004 5.424.001 8.137.001-1.349-4.695-2.721-9.387-4.066-14.084-1.355 4.695-2.723 9.386-4.071 14.083zM241.211 35.078h21.035v5.673c-2.582.002-5.163-.003-7.744.002 0 10.502.001 21.007-.001 31.509h-5.547c0-10.502-.002-21.006.001-31.509-2.582-.005-5.162 0-7.745-.002.001-1.892-.001-3.782.001-5.673zM292.708 35.309a4.74 4.74 0 0 1 1.664-.233c2.211.008 4.423.001 6.632.003 3.724.068 7.278 2.378 8.889 5.73 1.115 2.176 1.231 4.706.949 7.093-.193 2.5-1.241 4.998-3.163 6.655-1.016.904-2.279 1.452-3.364 2.257-.597.455-.626 1.337-.318 1.968 2.934 4.529 5.984 8.989 8.98 13.48-2.19.004-4.382-.005-6.573.004-2.868-4.308-5.706-8.638-8.562-12.952-.84-1.228-1.068-2.854-.566-4.255.393-1.074 1.332-1.861 2.378-2.268 1.997-.762 3.966-1.959 5.072-3.843.842-1.417.798-3.165.419-4.715-.443-2.013-2.404-3.596-4.477-3.526-1.432.01-2.865-.008-4.295.007-.648-.015-1.258.548-1.25 1.204-.006 10.115.004 20.23-.002 30.347-1.863-.004-3.725 0-5.588-.002-.004-10.89.002-21.78-.004-32.671.012-1.909 1.369-3.704 3.179-4.283zM315.906 35.078h5.88c-.001 12.396.004 24.789-.003 37.186-1.958-.005-3.917 0-5.877-.002V35.078z"/></g><path fill="#AD0E0E" d="M441.874 34.488c5.281-3.112 8.575-8.381 8.575-14.23 0-13.813-14.59-20.104-28.146-20.104-13.558 0-28.146 6.291-28.146 20.104 0 5.851 3.293 11.118 8.573 14.23-7.511 3.479-11.713 9.403-11.713 16.784 0 13.913 15.736 21.192 31.282 21.192s31.283-7.279 31.283-21.192c.005-7.381-4.198-13.308-11.708-16.784zm-19.57-8.756c-3.458 0-6.271-2.23-6.271-4.974s2.813-4.975 6.271-4.975c3.455 0 6.271 2.231 6.271 4.975-.002 2.744-2.814 4.974-6.271 4.974zm0 17.725c3.849 0 6.979 2.567 6.979 5.729 0 3.064-3.131 5.561-6.979 5.561-3.85 0-6.979-2.492-6.979-5.561 0-3.162 3.13-5.729 6.979-5.729z"/><path fill="#AD0E0E" d="M508.233 11.921C502.459 4.223 493.976.152 483.704.152s-18.755 4.069-24.529 11.769c-4.854 6.476-7.528 15.181-7.528 24.513 0 18.058 9.912 36.28 32.061 36.28s32.063-18.223 32.063-36.28c-.006-9.333-2.681-18.038-7.538-24.513zM483.704 51.23c-7.721 0-8.566-10.037-8.566-14.881 0-4.798.849-14.714 8.566-14.714 7.721 0 8.565 9.916 8.565 14.714.002 4.844-.844 14.881-8.565 14.881zM572.396 11.921C566.624 4.223 558.139.152 547.869.152c-10.272 0-18.755 4.069-24.529 11.769-4.854 6.476-7.529 15.181-7.529 24.513 0 18.058 9.913 36.28 32.062 36.28 22.146 0 32.061-18.223 32.061-36.28-.005-9.333-2.68-18.038-7.538-24.513zM547.869 51.23c-7.723 0-8.567-10.037-8.567-14.881 0-4.798.849-14.714 8.567-14.714s8.564 9.916 8.564 14.714c.003 4.844-.844 14.881-8.564 14.881zM336.516 1.165v22.016h30.147l-22.491 49.205h25.464l30.24-71.221z"/></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="566.929" height="104.51"><path d="M566.929 84.51c0 11-9 20-20 20H20c-11 0-20-9-20-20V20C0 9 9 0 20 0h526.929c11 0 20 9 20 20v64.51z"/><path fill="red" d="M432.612 68.958L384.13 86.539h48.791l18.554-10.243zM387.336 18.221h57.596l76.685 38.876h-30.072l-21.144-9.72-13.036 5.304z"/><path fill="#FC0" d="M494.603 36.031l48.488-17.573h-48.789l-18.553 10.235zM539.886 86.768h-57.595l-76.686-38.876h30.071l21.146 9.721 13.035-5.305zM23.837 17.749h38.175v46.65H23.837zM23.837 70.11h97.824v14.281H23.837zM85.87 17.749h45.34l31.017 26.177-22.42 16.449zM143.136 62.967v21.425h35.791V62.967l69.198-45.218h-33.407l-69.192 45.218zM252.899 24.885l38.175 23.801v35.706h-38.175zM257.667 17.749l97.831 66.643h21.474v-66.65h-18.611v46.871L288.69 17.749z"/></svg>

After

Width:  |  Height:  |  Size: 790 B

View file

@ -0,0 +1 @@
<svg version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" width="566.929" height="92.934"><g fill="#686868"><path d="M162.729 4.833c3.574-4.573 10.968-5.354 15.352-1.521 1.792 1.512 3.048 3.597 3.689 5.837 8.115 27.926 16.267 55.834 24.372 83.762-4.791.003-9.582-.008-14.371.003-2.258-7.694-4.463-15.41-6.693-23.114-9.26-.027-18.519-.008-27.777-.011a4357.143 4357.143 0 0 0-6.733 23.13c-4.763-.021-9.525-.008-14.29-.011a60644.86 60644.86 0 0 1 23.175-79.901c.921-2.786 1.265-5.9 3.276-8.174m8.454 17.11c-3.396 11.568-6.723 23.16-10.098 34.734 6.73.03 13.458.011 20.186.011-3.368-11.581-6.72-23.163-10.088-34.745zM263.614 5.434c2.495-3.62 7.32-5.379 11.567-4.261 3.89.896 6.865 4.248 7.893 8.021 8.106 27.905 16.241 55.798 24.345 83.694-4.793.043-9.588 0-14.383.021-2.229-7.704-4.437-15.423-6.683-23.122-9.245.003-18.489-.021-27.733.006-2.21 7.713-4.487 15.405-6.698 23.113-4.759.003-9.517 0-14.274.003 7.704-26.78 15.501-53.539 23.268-80.305.817-2.417 1.13-5.081 2.698-7.17m-1.166 51.254c6.702.01 13.401.003 20.102.003-3.332-11.604-6.719-23.191-10.045-34.8-3.347 11.6-6.728 23.192-10.057 34.797zM195.418 1.034h51.97v14.018c-6.378.005-12.755-.007-19.131.005 0 25.952.004 51.902-.003 77.854h-13.706c0-25.951-.004-51.901.004-77.854-6.379-.012-12.755 0-19.133-.005-.001-4.673-.004-9.344-.001-14.018zM322.652 1.604c1.316-.455 2.721-.608 4.111-.577 5.461.021 10.922.005 16.389.009 9.197.168 17.979 5.88 21.961 14.157 2.756 5.377 3.041 11.633 2.344 17.53-.475 6.176-3.068 12.35-7.814 16.44-2.508 2.236-5.631 3.592-8.313 5.578-1.475 1.126-1.545 3.302-.785 4.859 7.25 11.194 14.789 22.207 22.189 33.309-5.412.011-10.824-.016-16.238.011-7.088-10.646-14.104-21.344-21.16-32-2.074-3.031-2.637-7.051-1.396-10.518.971-2.652 3.293-4.599 5.877-5.599 4.936-1.882 9.799-4.842 12.533-9.498 2.076-3.503 1.973-7.816 1.039-11.647-1.098-4.974-5.943-8.89-11.061-8.716-3.543.024-7.08-.021-10.615.018-1.6-.037-3.105 1.353-3.086 2.979-.018 24.99.01 49.985-.006 74.979-4.605-.008-9.203 0-13.809-.008-.01-26.902.01-53.814-.01-80.719.024-4.716 3.377-9.154 7.85-10.587zM379.968 1.034h14.529c-.006 30.63.004 61.251-.01 91.876-4.84-.013-9.68 0-14.521-.003.002-30.625.002-61.246.002-91.873z"/><g><path d="M40.963.865c2.326-.009 4.651 0 6.981-.006.008 5.472 0 10.942.003 16.41.021 4.567-.106 9.131-.295 13.694-.312 6.586-.725 13.188-1.814 19.696-.75 4.486-2.305 8.819-4.229 12.932-3.142 6.622-8.081 12.226-13.632 16.938-4.964 4.37-10.892 7.555-17.126 9.701C7.324 91.455 3.694 92.386 0 92.91c.003-4.588.003-9.181 0-13.767 4.449-.67 8.726-2.249 12.696-4.337 4.712-2.492 8.954-5.841 12.526-9.794 3.688-4.077 6.626-8.801 8.856-13.813 2.627-5.765 4.033-11.994 4.989-18.229 1.198-7.927 1.697-15.951 1.882-23.958.03-2.713.007-5.429.014-8.147zM50.75.875C55.033.847 59.315.872 63.6.865v92.042c-4.274.011-8.547-.021-12.82.021-.052-9.781-.007-19.571-.022-29.351-.006-20.899.008-41.799-.008-62.702zM66.458.865c2.315-.006 4.627-.009 6.939 0-.076 9.354.244 18.729 1.358 28.021.913 7.22 2.201 14.494 5.076 21.218 2.725 6.505 6.654 12.555 11.774 17.433 4.892 4.663 10.814 8.248 17.252 10.309a35.327 35.327 0 0 0 5.501 1.299c-.001 4.586-.004 9.171 0 13.757-3.669-.499-7.267-1.444-10.769-2.636-4.169-1.449-8.202-3.329-11.907-5.742-2.704-1.731-5.163-3.814-7.524-5.985-3.894-3.595-7.377-7.67-9.996-12.294-2.046-3.6-3.54-7.486-4.711-11.448-1.073-3.983-1.528-8.107-1.945-12.201-.805-8.855-1.106-17.753-1.05-26.64.002-5.033 0-10.061.002-15.091z"/><path d="M50.75.875c.015 20.9.003 41.803.008 62.7.014 9.778-.032 19.565.022 29.352 4.272-.039 8.547-.01 12.82-.021V.859c-4.283.013-8.566-.011-12.85.016M66.458.865c-.002 5.026 0 10.058 0 15.085-.057 8.884.245 17.781 1.05 26.64.417 4.094.872 8.218 1.945 12.201 1.169 3.962 2.665 7.851 4.711 11.448 2.618 4.622 6.102 8.699 9.996 12.294 2.363 2.174 4.82 4.254 7.524 5.985 3.705 2.413 7.738 4.29 11.907 5.742 3.501 1.189 7.1 2.134 10.769 2.636-.004-4.586-.001-9.171 0-13.757-1.867-.272-3.706-.728-5.501-1.299-6.438-2.061-12.361-5.646-17.252-10.309-5.12-4.872-9.049-10.926-11.774-17.433-2.875-6.724-4.163-13.998-5.076-21.218-1.115-9.291-1.434-18.666-1.358-28.021-2.315-.001-4.628.002-6.941.006"/></g><g><path d="M432.912 59.248l1.672 1.313c5.854 4.538 12.9 8.242 20.426 8.242 3.229 0 8.361-1.313 8.361-5.377 0-4.061-4.301-4.418-7.285-5.016l-6.572-1.193c-12.777-2.27-23.527-9.797-23.527-23.893C425.982 11.945 445.455 0 465.044 0c10.27 0 19.707 2.508 28.547 7.884l-8.84 23.054c-5.613-3.819-11.943-6.808-18.99-6.808-2.867 0-7.049 1.073-7.049 4.776 0 3.346 4.063 3.821 6.568 4.419L472.687 35c13.855 3.104 23.891 10.511 23.891 25.801 0 21.5-19.59 32.133-39.061 32.133-11.35 0-24.486-3.105-34.641-8.243l10.036-25.443zM498.126 1.433h68.803V26.7l-18.037.051V91.5h-32.729V26.75l-18.037-.05V1.433z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="782" height="256"><defs><linearGradient x1="17" y1="128" x2="767" y2="128" id="a" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f090a7"/><stop offset=".149" stop-color="#ef7b75"/><stop offset=".256" stop-color="#ee6e5e"/><stop offset=".589" stop-color="#fce72c"/><stop offset=".813" stop-color="#acdee4"/><stop offset="1" stop-color="#a3ddf2"/></linearGradient></defs><path d="M142.188 132.219c3.718 2.595 7.786 4.914 12.5 6.281l-23.094 33.969L114.063 140H130c3.259 0 6.864-.775 9.5-3.406 1.293-1.29 2.15-2.787 2.688-4.375zM45 1C29.489 1 18.012 7.41 10.969 15.75 3.925 24.09 1 33.941 1 42v55.031c.027 9.9 3.732 20.022 10.25 28.031 5.842 7.18 14.277 12.652 24.25 13.72l68.375 113.312 1.75 2.906h50.688l1.78-2.813L203 180.813v58.219c.027 3.659.79 7.528 3.375 10.781C208.96 253.066 213.389 255 218 255h147c5.337.014 10.489-1.656 15.125-3.875 1.348-.645 2.491-1.432 3.719-2.156C385.975 252.128 390.097 255 395 255h38c4.859.029 9.28-1.997 12.031-5.125.408-.464.722-.974 1.063-1.469 6.372 3.74 14.15 6.594 21.906 6.594h84.375l.344-.031c13.777-1.694 19.207-4.328 22.875-6.594 2.788 3.94 6.655 6.625 11.406 6.625h38c3.426 0 6.2-1.023 9.406-3.219C637.613 249.586 641 245.44 641 240v-62h25c1.552.003 3.597.681 4.938 1.781 1.34 1.1 2.062 2.265 2.062 4.219v56.031c.029 3.735 1.41 6.475 3.75 9.344 2.34 2.869 6.255 5.625 11.25 5.625h39c4.367 0 7.586-2.074 10.188-4.625C739.788 247.825 742 244.48 742 240v-77.375l-.063-.375c-.711-5.643-1.18-13-6.812-22.25h4.563c.106.006.206-.005.312 0 11.455.494 21.52-5.759 28.75-13.531C776.047 118.624 781 109.188 781 100V41.969c-.024-9.2-3.89-19.109-11.156-27.094C762.577 6.89 751.59 1 738 1h-85c-9.224 0-17.215 3.447-23.688 7.813-.416-.86-.762-1.727-1.375-2.563C625.972 3.564 622.37 1 618 1h-86c-7.848 0-14.175 2.286-19 4.969V1H364v77H344.938c-1.173.015-3.577-.516-4.97-1.438C338.577 75.641 338 75.028 338 73V15c0-8.471-7.429-14-15-14h-38c-4.492 0-8.222 2.257-10.688 4.969-.374.411-.575.909-.906 1.343C267.96 4.042 261.68 1 254 1h-90c-8.951 0-16.183 3.734-21.844 7.813-.592-1.35-1.476-2.543-2.594-3.72C137.428 2.847 134 1 130 1H45z" style="marker:none" fill="#fff"/><path d="M137 21c5.039-4.897 14.812-14 27-14h90c8.26 0 15.152 4.71 22 9 .307-4.013 4.025-9 9-9h38c4.541 0 9 3.44 9 8v58c0 8.079 8.125 11.06 13 11h25V7h137v11c3.038-2.938 10.912-11 25-11h86c4.455 0 6.801 4.773 7 8v5c5.999-6.283 16.4-13 28-13h85c23.799 0 36.961 20.124 37 35v58c0 13.368-16.737 34.985-35 34h-17c12.27 13.29 11.97 20.842 13 29v77c0 4.267-5.007 9-9 9h-39c-5.632 0-8.978-6.136-9-9v-56c0-7.588-6.98-11.989-13-12h-31v68c0 6.183-7.26 9-10 9h-38c-3.524 0-7.276-3.173-9-9-6.531 3.104-6.07 6.55-26 9h-84c-8.4 0-19.376-5.233-25-10 0 4.995-3.258 10.065-10 10h-38c-6.538 0-8-6.476-8-10-3.765 4.527-14.132 10.02-22 10H218c-6.504 0-8.959-4.418-9-10v-79l-56 89h-44L39 133c-18.956 0-31.955-19.3-32-36V42C7 29 17.136 7 45 7h85c4.579 0 7 3.916 7 6zm28 113c-11.936 0-21.453-6.95-28-14v7c-.123 4.94-2.199 7-7 7h-26l27 50z"/><path d="M386 131v31h-88c-10.058 0-9.496 10 0 10h58c45.187 0 45.175 67 0 67h-91v-30h87c10.412 0 9.705-10 0-10h-54c-46.435 0-46.27-68 0-68h88zm202 0h103c18.487 0 34.957 14.353 35 34v74h-37v-64c0-10.681-6.353-12.847-14-13h-50v77h-37zm-97 30.12c-9.83.059-14 6.23-14 13.88v20c0 8.308 7.144 14 14 14h41c4.861 0 13-3.291 13-14v-20c0-6.727-4.098-14.173-13-14.12zM477 131h69c21.901 0 36 14.916 36 33v40c0 28.364-24.506 35-36 35h-69c-25.918 0-37-20.853-37-35v-40c0-23.03 20.61-33 37-33zm-81 0h37v108h-37zm-178 0h37v108h-37zm-168 0h41l40 70 47-70h34l-64 108h-33.617zM380 17h117v27h-81v10h81v27h-81c0 9.927 7.292 14 15 14h66v29h-85c-19.044 0-32.14-15.809-32.095-33zm-94 0h36v64c0 9.194 6.93 14.095 15 14h39v29h-56c-15.9 0-34-7.147-34-33zm332-.002h-81c-23.305 0-32.947 21.438-33 33v40c0 25.941 21.34 35.152 33 35h81v-30h-62c-4.412 0-15-3.267-15-13v-21c0-10.003 7.53-14 15-14h62zm58 30.123c-9.83.058-14 6.23-14 13.879v20c0 8.308 7.144 14 14 14h41c4.861 0 13-3.291 13-14V61c0-6.727-4.098-14.173-13-14.12zM662 17h69c21.901 0 36 14.916 36 33v40c0 28.364-24.506 35-36 35h-69c-25.918 0-37-20.853-37-35V50c0-23.03 20.61-33 37-33zM188 47.12c-9.83.059-14 6.231-14 13.88v20c0 8.308 7.144 14 14 14h41c4.861 0 13-3.291 13-14V61c0-6.727-4.098-14.173-13-14.12zM174 17h69c21.901 0 36 14.916 36 33v40c0 28.364-24.506 35-36 35h-69c-25.918 0-36-20.853-36-35V50c0-23.03 19.61-33 36-33zm-43 0H50c-23.305 0-32.947 21.437-33 33v40c0 25.941 21.34 35.152 33 35h81V95H68c-4.412 0-15-3.267-15-13V61c0-10.004 7.53-14 15-14h63z" fill="url(#a)"/></svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -0,0 +1 @@
<svg version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" width="352.675" height="41.963"><path fill="#6F685F" d="M20.982 0h310.711c11.541 0 20.982 9.441 20.982 20.981 0 11.542-9.441 20.982-20.982 20.982H20.982C9.441 41.963 0 32.523 0 20.981 0 9.442 9.441 0 20.982 0z"/><path fill="#E2001A" d="M233.269 7.172h44.969v3.069h-44.969z"/><path fill="#E95E38" d="M233.269 13.31h44.969v3.069h-44.969z"/><path fill="#FC0" d="M233.269 19.447h44.969v3.07h-44.969z"/><path fill="#57AB27" d="M233.269 25.585h44.969v3.068h-44.969z"/><path fill="#009EE0" d="M233.269 31.724h44.969v3.068h-44.969z"/><path fill="#FFF" d="M311.986 25.447c0 3.889-3.418 5.833-10.258 5.833h-3.5c-3.854 0-6.525-.666-8.018-1.993-1.494-1.33-2.238-3.632-2.238-6.906v-4.404c0-3.254.744-5.545 2.238-6.875 1.492-1.33 4.164-1.994 8.018-1.994h3.5c3.176 0 5.564.426 7.164 1.28 1.602.854 2.402 2.103 2.402 3.75v1.578h-8.223v-.565c0-.516-.148-.854-.447-1.013-.299-.158-.896-.239-1.791-.239h-1.955c-1.111 0-1.824.09-2.135.269-.314.178-.469.604-.469 1.279v3.034c1.191-.654 2.672-.98 4.438-.98h2.889c2.904 0 5.027.491 6.371 1.472 1.342.982 2.014 2.496 2.014 4.539v1.935zM197.488 14.789h-3.961v11.364h4.133v-5.94c0-1.549.948-2.325 2.671-2.325 1.721 0 2.153.517 2.238 1.979h3.876c0-3.874-.517-5.338-4.65-5.338-2.498 0-3.359.517-4.306 2.411l-.001-2.151zM34.969 21.616h-6.651v5.455h11.955l-5.304-5.455zm5.303-6.574H28.317v5.454h6.576l5.379-5.454zm176.245 8.874c-3.959 0-4.563-.345-4.563-2.326h10.852c-.172-5.508-.172-6.801-7.492-6.801-6.202 0-7.58 1.119-7.58 6.027 0 4.564 1.81 5.683 6.805 5.77 5.598 0 8.268-.259 8.268-3.961h-4.049c-.173.86-.516 1.291-2.241 1.291zm-4.648-4.735c.172-1.206.516-1.637 3.271-1.637 3.016 0 3.445.173 3.617 1.637h-6.888zm-153.973.43h4.133c-.344-3.876-1.464-4.822-7.232-4.822-6.545 0-8.009 1.031-8.009 5.855 0 4.822 1.378 5.941 7.492 5.941 6.458 0 7.75-.861 7.75-4.909h-4.133c0 1.12-.43 1.638-3.617 1.638-2.756 0-3.358-.688-3.358-2.928 0-2.153.602-2.153 3.876-2.153 2.409 0 2.839.259 3.098 1.378zm96.017.687c0-4.649-1.377-5.595-8.009-5.595-7.147 0-8.007 1.205-8.007 6.026 0 4.823 1.204 5.856 8.007 5.856 7.235.001 8.009-1.204 8.009-6.287zm-11.797.261c0-2.326.517-2.583 3.531-2.583 3.358 0 3.96.085 3.96 2.583 0 2.325-.431 2.756-3.617 2.756-3.444 0-3.874-.346-3.874-2.756zm48.911-.261c0-4.649-1.292-5.595-7.92-5.595-7.062 0-7.923 1.117-7.923 5.941 0 4.908 1.205 5.941 7.923 5.941 7.231.001 7.92-1.204 7.92-6.287zm-11.71.261c0-2.326.516-2.583 3.53-2.583 3.359 0 3.961.085 3.961 2.583 0 2.325-.43 2.756-3.616 2.756-3.443 0-3.875-.346-3.875-2.756zm-98.945-.261c0-4.649-1.292-5.595-7.922-5.595-7.147 0-8.009 1.117-8.009 5.941 0 4.908 1.207 5.941 8.009 5.941 7.234.001 7.922-1.204 7.922-6.287zm-11.627.261c0-2.326.517-2.583 3.446-2.583 3.358 0 3.961.085 3.961 2.583 0 2.325-.432 2.756-3.617 2.756-3.36 0-3.79-.346-3.79-2.756zm99.549-10.594v6.631c-.947-1.292-1.808-1.979-5.252-1.979-5.511 0-6.545 1.464-6.545 5.941 0 4.565 1.465 5.854 6.803 5.854 3.359 0 4.392-.86 5.167-2.324v2.063h4.134V9.963l-4.307.002zm-3.014 7.924c2.324 0 3.101.344 3.101 2.151 0 2.757-.174 3.018-3.444 3.018-3.273 0-4.134-.089-4.134-2.413 0-2.67 1.033-2.756 4.477-2.756zM27.944 14.668V7.645c-1.419-.374-2.392-.524-3.81-.524-7.398 0-13.898 6.203-13.898 13.898 0 7.921 6.574 13.824 13.972 13.824 1.345 0 2.092-.15 3.736-.6v-7.172c-1.645.82-2.465 1.045-3.81 1.045-4.11 0-7.25-3.436-7.25-7.247 0-3.959 3.064-7.323 7.174-7.323 1.421 0 2.616.375 3.886 1.122zm58.972.121h-3.874v11.364h4.133v-5.855c0-1.721.861-2.323 3.187-2.323 2.153 0 2.756.774 2.756 2.927v5.251h4.219v-6.026c0-1.636 1.291-2.152 3.271-2.152 1.895 0 2.756.517 2.756 2.152v6.026h4.133v-6.716c0-3.356-2.067-4.908-5.855-4.908-3.273 0-4.479 1.206-4.91 2.497-.861-1.464-2.066-2.497-5.339-2.497-3.1 0-3.961 1.033-4.478 2.928l.001-2.668zm27.815 0h-3.875v11.364h4.133v-5.855c0-1.721 1.033-2.323 3.099-2.323 2.154 0 2.756.689 2.756 2.927v5.251h4.221v-6.026c0-1.636 1.206-2.152 3.187-2.152 1.894 0 2.84.602 2.84 2.152v6.026h4.134v-6.716c0-3.356-2.066-4.908-5.855-4.908-3.272 0-4.393 1.119-4.908 2.497-.862-1.464-2.068-2.497-5.34-2.497-3.013 0-3.788 1.033-4.391 2.928l-.001-2.668zm227.03 12.175h-3.5v4.048h-8.221v-4.048h-14.857l.041-5.892 11.764-11.696h11.273v12.797h3.5v4.791zm-11.72-4.791v-7.171l-7.123 7.171h7.123zm-26.276 2.946v-1.576c0-.558-.184-.909-.551-1.058-.365-.147-1.16-.224-2.381-.224h-1.586c-1.223 0-2.023.069-2.402.21-.381.137-.57.494-.57 1.07v1.576c0 .597.189.969.57 1.115.379.148 1.18.225 2.402.225h1.586c1.248 0 2.049-.075 2.402-.225.352-.144.53-.516.53-1.113z"/></svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.6 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="69.41" viewBox="0.001 -1 567.926 69.41" width="567.93" version="1.2"><g stroke="#EDEDED" stroke-width="2" fill="#4d4d4d"><path d="M213.3 56.3c-4.779 6.492-9.51 8.334-11.58 9.33-2.068.998-5.201 1.779-7.941 1.779-7.689 0-13.688-2.508-18-7.5-4.314-5.017-6.469-12.048-6.469-21.165 0-10.782 2.719-19.924 8.182-27.472C182.952 3.75 190.192 0 199.212 0c6.846 0 12.445 1.922 16.828 5.789 4.383 3.844 6.564 9.891 6.564 18.117H209.36c0-3.938-.867-6.703-2.604-8.298-1.732-1.569-4.219-2.366-7.477-2.366-5.32 0-9.422 2.601-12.352 7.78-2.906 5.204-4.385 11.109-4.385 17.742 0 4.524.963 8.229 2.838 11.086 1.898 2.885 4.732 4.313 8.508 4.313 3.938 0 6.984-1.125 9.188-3.354 2.18-2.202 3.797-5.063 4.828-8.556h-12.33l1.996-12h24.045l-2.039 11.625c0 .007-1.52 7.93-6.28 14.422zM327.63 1.666L316.87 65.84h-11.58l9.12-49.736L294.3 65.84h-9.49l-4.38-49.713-6.92 49.713h-11.72L272.5 1.666h16.43l3.69 45.189 18.46-45.308zM339.89 26.509h18.91l-1.97 12.447h-18.91l-2.44 13.664h21.35l-2.11 13.22h-33.65l10.64-64.246h33.25l-2.03 13.313H342zM239.08 1.547L213.21 65.84h12.609l4.617-12.541h16.5l1.078 12.541h12.211l-7.313-64.292-13.84-.001zm-4.64 40.784l9.377-25.571 2.178 25.571h-11.56z"/></g><g stroke="#EDEDED" stroke-width="2" fill="#4d4d4d"><path d="M430.28 56.3c-4.781 6.492-9.51 8.334-11.58 9.331-2.068.997-5.201 1.779-7.941 1.779-7.688 0-13.688-2.509-18-7.5-4.314-5.017-6.471-12.046-6.471-21.164 0-10.782 2.721-19.923 8.182-27.472C399.931 3.752 407.173.002 416.197.002c6.844 0 12.445 1.922 16.828 5.789 4.385 3.845 6.563 9.893 6.563 18.118h-13.24c0-3.938-.865-6.703-2.604-8.298-1.732-1.568-4.219-2.366-7.477-2.366-5.32 0-9.422 2.601-12.352 7.78-2.908 5.204-4.383 11.109-4.383 17.743 0 4.523.961 8.229 2.834 11.085 1.898 2.885 4.734 4.313 8.51 4.313 3.938 0 6.984-1.125 9.188-3.353 2.18-2.203 3.797-5.063 4.83-8.556h-12.33l1.992-12h24.047l-2.039 11.625c0 .003-1.53 7.926-6.29 14.418zM454.99 26.532h18.89l-1.94 12.424h-18.92l-2.46 13.664h21.38l-2.11 13.242h-33.66l10.64-64.268h33.26l-2.04 13.312H457.1zM496.8 1.573l-25.875 64.292h12.635l4.594-12.54h16.523l1.076 12.54h12.189l-7.314-64.292h-13.83zm-4.62 40.757l9.355-25.572 2.203 25.572h-11.557zM537.49 29.836l2.813-15.819h6.75c2.484 0 4.336.444 5.578 1.336 1.242.914 1.852 2.718 1.852 5.438 0 3.047-1.008 5.297-3 6.798-2.018 1.5-4.57 2.249-7.664 2.249l-6.33-.002zm-7.61-28.242l-10.641 64.268h12.303l4.127-24.492h5.695l9.516 24.492h14.109L554.44 38.745c3.682-1.875 6.846-4.993 9.049-8.25 2.297-3.353 3.443-7.267 3.443-11.743 0-6.07-1.357-10.431-4.102-13.125-2.719-2.694-6.588-4.031-11.555-4.031l-21.4-.002z"/></g><path d="M10.274 26.281C21.131 8.071 36.077-3.295 43.657.855c7.564 4.168 4.898 22.309-5.979 40.506C26.819 59.572 11.875 70.936 4.313 66.784c-7.582-4.165-4.9-22.307 5.961-40.503z" fill="#D61808"/><path d="M58.846 26.281C69.704 8.071 84.649-3.295 92.227.855c7.564 4.168 4.898 22.309-5.979 40.506-10.857 18.211-25.802 29.575-33.365 25.423-7.58-4.165-4.898-22.307 5.963-40.503z" fill="#008400"/><path d="M107.42 26.281C118.27 8.07 133.22-3.295 140.8.854c7.564 4.168 4.898 22.309-5.979 40.506-10.859 18.211-25.801 29.575-33.365 25.424-7.586-4.165-4.903-22.307 5.96-40.503z" fill="#00F"/></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="566.93" height="65.438"><path fill="#2D288B" d="M437.047 26.359c-1.192-3.612-4.341-7.049-4.341-7.049s-4.731-6.146-14.024-8.242c-7.956-1.664-14.208 1.845-14.208 1.845s-5.677 2.275-9.943 6.978c-6.796 6.542-8.749 16.088-8.749 16.088s-2.604 8.314 1.521 14.896l4.482 5.422c6.326 5.279 13.087 5.819 13.087 5.819s5.46 1.229 11.824-.434c5.563-1.122 9.614-3.869 9.614-3.869s9.222-5.097 11.749-15.509l-1.012-15.945zM422.69 43.676s-3.686 6.437-11.782 5.675c-9.51-.975-10.628-9.325-10.628-9.325s-1.305-6.146 4.553-11.498c5.931-4.987 12.113-4.229 12.113-4.229s4.154.397 6.292 7.268c2.744 8.747-.548 12.109-.548 12.109"/><path fill="#639D01" d="M467.773 43.787c-3.044-.672-7.917.575-7.917.575s-6.796 2.493-7.845 2.458c-.396-.577-1.263-11.677-1.012-16.123.146-7.846-.509-14.243-.509-14.243s-.323-7.558-4.373-12.039c-4.771-4.811-8.101-2.747-10.016-1.593-4.591 4.122-2.457 9.146-2.457 9.146l2.389 6.762s1.155 2.894 1.012 7.628l1.012 15.944c0 2.133 1.737 16.484 1.737 16.484s.176 4.665 4.661 5.496c4.593.759 9.109-1.52 11.025-2.423 1.917-.901 4.447-1.697 4.447-1.697s2.098-.471 4.194-.65c4.916-.472 6.688-1.338 6.688-1.338s1.901-.286 3.184-2.099c1.278-1.81 2.826-10.302-6.22-12.288"/><path fill="#94012C" d="M387.3 50.872c-3.229-.969-6.938-.327-6.938-.327s-10.485 1.011-15.945-.146c-8.457-1.48-8.174-10.592-8.174-10.592s-.283-6.039 4.813-14.208c6.289-10.088 13.23-11.895 13.23-11.895s1.733-.649 3.36.217c1.013 5.854 6.688 5.818 6.688 5.818s8.171.545 7.771-9.359c-.938-8.138-8.782-9.257-12.074-10.018-9.864-1.771-16.269 3.508-16.269 3.508s-6.614 3.578-14.531 16.051c-5.391 7.735-6.04 13.811-6.04 13.811s-.649 1.446-.396 7.883c-.145 5.023 1.737 8.676 1.737 8.676s2.854 8.645 11.891 12.187c5.497 2.276 13.525 2.241 13.525 2.241s7.771-.108 13.733-.435c3.255.252 4.812-1.447 4.812-1.447s3.648-2.385 3.289-6.543c0 0-.708-4.295-4.482-5.422"/><path fill="#2E3192" d="M152.788 62.488h-11.956l-1.598-36.012-15.545 36.012h-7.975l-6.642-32.557-10.367 32.557H78.374l-3.057-17.403H61.495l-7.84 17.403H41.16l25.652-58.2h14.749l7.839 47.04 15.285-47.041h11.823l5.848 31.893 13.56-31.893h14.351l2.521 58.201zM73.515 33.781l-2.189-11.29-5.049 11.29h7.238M187.072 62.488L189.07 50h-20.866l1.654-10.365h18.148L190 27.14h-18.341l1.594-10.366h20.861l1.995-12.486h-33.087l-9.305 58.2h33.355M342.419 4.287h-13.954l-11.827 19-7.438-19h-13.688l14.084 30.692-4.339 27.508h11.963l3.671-24.315 21.528-33.885"/><path fill="#2E3192" d="M253.306 28.382c3.714-16.093 17.469-26.654 30.717-23.591 13.256 3.063 20.989 18.586 17.278 34.679-3.714 16.089-17.467 26.652-30.721 23.589-13.253-3.063-20.985-18.59-17.274-34.677zm18.099 23.023c6.327 2.83 14.078-2.721 17.302-12.398 3.223-9.685.714-19.828-5.614-22.659-6.328-2.832-14.069 2.722-17.298 12.404-3.227 9.683-.713 19.821 5.61 22.653"/><path fill="#2E3192" d="M224.595 16.877h7.786c8.439 0 6.727 10.812-1.316 10.812h-8.313l1.843-10.812zm-3.689 22.679h10.021c9.499 0 9.233 11.605-1.317 11.605h-10.55l1.846-11.605zm-6.595-34.949l-9.229 57.767h26.903c11.076 0 27.276-16.326 12.531-29.672 15.162-15.692.126-27.955-7.916-28.095-6.461-.104-22.416 0-22.416 0h.127M15.648 9.468C4.252 16.521-1.228 27.271.231 41.89 1.928 58.847 23.887 69.53 42.49 58.769c1.629-.94.992-.792 1.595-1.331l3.723-23.656H25.614l-1.702 10.897h9.276l-1.065 5.85c-5.314 2.125-14.352 1.327-18.204-5.582-2.44-4.376-4.703-14.142 5.583-23.124 8.369-7.309 22.856-8.633 31.23-4.78 0 0 1.062-6.111 1.857-11.829-16.078-5.58-28.571-.927-36.941 4.254"/><path fill="#C8A601" d="M518.642 24.443c-6.325-10.339-17.46-11.894-17.46-11.894s-3.543-1.194-11.133-.183c-14.246 2.713-19.2 13.667-19.2 13.667s-5.099 8.024-3.074 17.75l6.224 12.292c4.59 4.302 6.469 4.302 6.757 4.558 6.076 2.747 13.125 1.156 13.125 1.156s8.895-.867 17.029-7.194c6.506-4.771 9.326-11.786 9.326-11.786l.863-9.41-2.457-8.956zm-17.316 21.113c-10.231 6.146-16.668-.579-16.668-.579s-2.855-1.88-3.47-7.593c-.438-6.615 6.146-10.05 6.146-10.05s3.471-2.134 7.81-1.808c4.339.324 5.708.035 9.219 2.64 3.324 3.002 3.107 5.206 3.107 5.206s1.195 7.449-6.144 12.184"/><path fill="#00766A" d="M520.234 42.809s.218 5.783-.688 7.194c-1.229 2.639-1.047 5.206-1.047 5.206s-.835 7.809 8.209 9.107c6.214-.035 6.971-5.206 7.081-7.411.36-1.732.217-9.798.217-9.798l8.063 6.581s5.856 4.917 9.295 7.772c3.581 2.818 4.479 3.325 4.479 3.325s.763.901 3.506.577c2.211.038 4.234-1.952 4.234-1.952s2.563-1.875 3.214-5.167c.795-3.905-2.24-5.821-2.24-5.821s-11.205-9.039-18.798-15.258c5.097-2.783 7.556-4.699 7.556-4.699s7.088-4.698 8.604-11.896c2.099-7.918-3.867-11.024-3.867-11.024s-3.726-2.676-6.87-4.087c-7.92-3.868-15.293-3.073-15.293-3.073s-10.483-.722-17.316 7.703c-3.144 4.083-1.19 9.436-1.19 9.436s.388.857 1.263 4.916c1.753 8.167 1.588 18.369 1.588 18.369zm13.738-16.053l-.688-9.435s6.614-.146 9.363.324c5.426.831 5.134 2.352 5.134 2.352s-.181 1.915-4.303 3.796c-4.48 2.17-9.506 2.963-9.506 2.963"/></svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

@ -0,0 +1 @@
<svg version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" width="566.929" height="98.574"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="527.771" y1="-.713" x2="527.771" y2="98.787"><stop offset=".005" stop-color="#2e5c92"/><stop offset="1" stop-color="#2e3192"/></linearGradient><path fill="url(#a)" d="M488.615.917h24.029l11.869 27.298L542.312.917h24.615L532.22 54.913l-5.635 42.128h-22.248l6.526-48.068z"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="290.738" y1="-.713" x2="290.738" y2="98.787"><stop offset=".005" stop-color="#2e5c92"/><stop offset="1" stop-color="#2e3192"/></linearGradient><path fill="url(#b)" d="M311.798 97.041l2.967-21.37h-33.814l2.076-16.605h29.365l2.971-21.36h-29.072l2.078-15.43h33.812L325.447.917h-56.068l-13.35 96.124z"/><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="127.571" y1="-.713" x2="127.571" y2="98.787"><stop offset=".005" stop-color="#2e5c92"/><stop offset="1" stop-color="#2e3192"/></linearGradient><path fill="url(#c)" d="M112.146 49.565l7.416-19.874 2.375 19.874h-9.791zm-8.009 18.987h20.172l3.563 28.48h36.488l16.91-52.213 8.309 52.213h19.283l21.359-55.179 3.561 55.179h21.359L249.207.913h-25.514l-19.875 50.728L196.103.913h-22.842l-26.105 78.912L137.365.913h-28.48l-31.744 79.8 4.154-31.149H42.729l-2.672 18.987h16.912l-1.188 6.526c-2.967 1.778-9.789 2.075-12.459 2.075s-22.545-1.778-21.656-23.139c.889-21.359 29.369-41.235 63.188-30.259l3.266-20.47C65.572-4.427 6.354-.111.305 52.828-3.254 83.976 25.226 98.81 44.211 98.516c10.977.594 23.438-3.561 27.887-5.935l-1.482 4.451h22.547l10.974-28.48z"/><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="458.994" y1="-.713" x2="458.994" y2="98.787"><stop offset=".005" stop-color="#2e5c92"/><stop offset="1" stop-color="#2e3192"/></linearGradient><path fill="url(#d)" d="M464.582.028c-15.428-.594-37.678 8.306-45.094 44.204-7.416 35.894 12.459 50.431 30.852 52.804 18.396 2.373 44.205-9.196 48.951-43.609C504.039 19.013 487.125.919 464.582.028zm-2.374 20.47c6.229 0 19.578 4.154 16.314 29.071-3.264 24.92-18.689 27.887-24.326 27.292-5.639-.594-17.207-4.447-13.943-27.292 3.262-22.841 15.424-29.368 21.955-29.071z"/><linearGradient id="e" gradientUnits="userSpaceOnUse" x1="378.921" y1="-.713" x2="378.921" y2="98.787"><stop offset=".005" stop-color="#2e5c92"/><stop offset="1" stop-color="#2e3192"/></linearGradient><path fill="url(#e)" d="M370.833 37.706h12.461c9.197 0 10.977-5.934 11.271-8.305.297-2.375-2.371-7.122-7.117-7.122h-14.537l-2.078 15.427zm-5.339 37.971h16.912c9.193 0 11.27-7.118 11.564-9.493.299-2.373-2.371-7.117-7.117-7.117h-18.984l-2.375 16.61zm-24.918 21.361L353.926.92h40.938c9.793 0 24.031 11.274 22.252 26.403-1.779 15.13-6.527 16.02-9.791 18.393 5.045 4.447 10.088 11.568 8.012 24.918-2.078 13.353-13.055 26.403-32.338 26.403l-42.423.001z"/><linearGradient id="f" gradientUnits="userSpaceOnUse" x1="538.598" y1="-.713" x2="538.598" y2="98.787"><stop offset=".005" stop-color="#2e5c92"/><stop offset="1" stop-color="#2e3192"/></linearGradient><path fill="url(#f)" d="M538.619 82.498c-3.66 0-6.615 2.951-6.615 6.593a6.608 6.608 0 0 0 6.615 6.634c3.641 0 6.592-2.953 6.592-6.634a6.596 6.596 0 0 0-6.592-6.593v-.907a7.5 7.5 0 0 1 7.498 7.5c0 4.173-3.35 7.538-7.498 7.538a7.526 7.526 0 0 1-7.539-7.538c0-4.135 3.365-7.499 7.539-7.499v.906z"/><linearGradient id="g" gradientUnits="userSpaceOnUse" x1="539.144" y1="-.713" x2="539.144" y2="98.787"><stop offset=".005" stop-color="#2e5c92"/><stop offset="1" stop-color="#2e3192"/></linearGradient><path fill="url(#g)" d="M536.839 85.639h2.402c1.045 0 2.182.156 2.182 1.457 0 1.711-1.828 1.516-3.01 1.516l-1.574-.002v.809h1.893l2.4 3.878h1.219l-2.539-3.878c1.496-.038 2.656-.648 2.656-2.302 0-.71-.313-1.457-.943-1.813-.629-.373-1.34-.412-2.049-.412h-3.656v8.403h1.02v-7.656h-.001z"/></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="250" height="30"><path d="M130.6 27c0 .3-.3.6-.6.6h-10.9c-.3 0-.6-.3-.6-.6v-7.9c0-.3.3-.6.6-.6H130c.3 0 .6.3.6.6V27zm-.5-10.9l-11.1.001c-1.6 0-2.9 1.3-2.9 2.9v7.9c0 1.6 1.3 2.9 2.9 2.9h11.1c1.6 0 2.9-1.3 2.9-2.9v-7.9c0-1.6-1.3-2.9-2.9-2.9" fill="#a09d9e"/><path d="M2.3 4.3v10.2H-.3V.7h2.2l10.4 10.1V.7h2.5v13.8h-2L2.3 4.3zM28 4.3v10.2h-2.6V.7h2.2L38 10.8V.7h2.5v13.8h-2L28 4.3zM81.1 4.3v10.2h-2.6V.7h2.2l10.4 10.1V.7h2.5v13.8h-2L81.1 4.3zM20.9.7h.5v13.8h-2.6V.7h2.1zM57.9.7h.5v2.4h-6.2v11.4h-2.7V3.1h-6.2V.7h14.5zM74.2.7h.5v2.4H63.8v3.1h8.5v2.4h-8.5v3.6h10.9v2.4H61.2V.8h13zM107.8 12.1H100v-9H107.9c2.5 0 3.3 2.4 3.3 4.5s-.9 4.5-3.3 4.5m4.2-9.4c-1-1.3-2.5-2-4.3-2H97.6v13.8h10.2c1.8 0 3.3-.7 4.3-2 .9-1.2 1.4-2.9 1.4-4.9 0-2-.5-3.7-1.4-4.9M130.6 11.6c0 .3-.3.6-.6.6h-10.9c-.3 0-.6-.3-.6-.6V3.7c0-.3.3-.6.6-.6H130c.3 0 .6.3.6.6v7.9zM130.1.7H119c-1.6 0-2.9 1.3-2.9 2.9v8c0 1.6 1.3 2.9 2.9 2.9h11.1c1.6 0 2.9-1.3 2.9-2.9v-8c0-1.6-1.3-2.9-2.9-2.9M213.1 24.2c2.6 1 8.2 1.9 12.6 1.9 4.8 0 6.8-1.6 6.8-3.7 0-1.8-1.8-2.9-7.1-4.9-7.1-2.6-12.2-4.7-12.2-9.3 0-4.8 6.2-7.6 15.7-7.6 5.1 0 6.8.3 10.1.9v4.6c-3.2-.6-6-1.6-10.4-1.6-4.7 0-6.7 1.5-6.7 3 0 2.2 3.1 3.3 8.5 5.2 7.5 2.7 11.7 4.8 11.7 9.3 0 4.7-5.2 8-17.1 8-4.8 0-8.2-.3-11.9-.9v-4.9zM188 4.6h-5.6v21.3h5.6c8.6 0 14.1-3.7 14.1-10.6 0-6.9-5.4-10.7-14.1-10.7m15.1 23.3c-2.8 1.3-8 2.1-12.6 2.1h-17.6V.7h17.6c4.6 0 9.9.8 12.7 2.1 6.8 3.1 9 7.9 9 12.6 0 4.6-2.2 9.5-9 12.6" fill="#231f20"/><path d="M160.5 13.9s8.2-1.3 8.2-6.4c0-5-8.7-7-18-7-8.4 0-13.9 1-13.9 1V6c3.8-.9 7.4-1.7 12.4-1.7 5.3 0 9.4 1.6 9.4 3.8 0 2.7-4 4.3-12.7 4.3h-4v4.1h3.7c9.1 0 14.3 1.4 14.3 4.7 0 3-4.6 4.8-10.4 4.8-5 0-9.6-1.1-13.4-2.1v4.9c1.8.3 6.6 1.3 15.4 1.3 9.8 0 18.4-3.2 18.4-8.7 0-4.7-5.9-7.4-9.4-7.4" fill="#cf181f"/><path d="M244.5 25.9h-.9v-.5h2.4v.5h-.9v2.8h-.6v-2.8zM249.1 27.4V26c-.1.4-.2.8-.4 1.2l-.5 1.4h-.5l-.4-1.4c-.1-.4-.2-.9-.3-1.3 0 .4 0 .9-.1 1.4l-.1 1.3h-.6l.2-3.2h.8l.4 1.3c.1.4.2.8.3 1.1.1-.4.2-.8.3-1.1l.4-1.3h.8l.2 3.2h-.6l-.1-1.3z" fill="#231f20"/></svg>

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="455"><path d="M278.096 205.831l10.965-12.46v-84.226l-52.33 20.185-43.36 77.249 43.36-16.696z" fill="#0222a9"/><path d="M371.044 323.2V181.16l53.078-20.433v223.524l-53.078 22.427-77.996-101.92v134.813l-56.317 23.673V232.993l56.317-21.43z" fill="#011da9"/><path d="M152.255 384.5l-49.838-96.685v118.864z" fill="#0222a9"/><path d="M155.495 160.728l24.919 50.835 12.958-4.984 43.359-77.25-52.33-20.433zm122.601 45.103l39.87-45.103 53.078 20.433V323.2l-77.996-111.637z" fill="#069330"/><path d="M236.73 463.245V232.993l-56.316-21.43v116.87L102.168 181.16l-53.077-20.433v223.524l53.077 22.427V287.815l78.246 151.757z" fill="#069330"/><path d="M102.417 181.161l53.078-20.433 24.919 50.835v116.87zM293.048 360.33l15.948 22.426 62.048 23.923-77.996-101.92z" fill="#fe2015"/><path d="M180.663 211.563l56.317-21.43 56.317 21.43-56.317 21.43zm190.381-71.269l53.078 20.434-53.078 20.433-53.077-20.433zm-268.627 0l53.078 20.434-53.078 20.433-53.077-20.433zM236.73 88.712l-52.33 20.184 52.33 20.434 52.33-20.185z" fill="#ffc001"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.9 KiB

View file

@ -0,0 +1 @@
<svg version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" width="566.929" height="96.834"><g fill="#605439"><path d="M353.812 58.21h2.244c2.096 0 5.68.432 7.157 1.297 1.477.859 2.45 1.824 2.92 2.89.47 1.067.709 3.42.709 7.053v14.266c0 4.305-4.55 6.498-6.74 6.974-2.202.475-4.34.713-6.422.713-6.006 0-11.191-1.563-15.563-4.69-4.365-3.13-7.529-8.02-9.492-14.69-1.959-6.662-2.936-14.405-2.936-23.25 0-7.296.895-14.412 2.685-21.345 1.796-6.934 4.846-12.337 9.155-16.215 4.309-3.874 9.71-5.812 16.193-5.812 6.787 0 10.758 1.718 15.753 6.91 5.109 5.306 10.01 11.336 12.87 20.188h4.179v-32.5h-2.378c-.857 2.604-1.793 4.372-2.816 5.305-1.027.937-2.139 1.403-3.328 1.403-.771 0-3.26-.847-7.463-2.539-4.2-1.694-7.244-2.723-9.118-3.085-3.455-.721-6.14-1.085-10.448-1.085-13.914 0-25.46 4.78-34.638 14.342-9.178 9.569-13.765 21.281-13.765 35.147 0 7.748 1.489 14.75 4.48 21.004 2.345 4.85 5.601 9.207 9.761 13.086 4.162 3.873 8.967 7 14.405 9.385 5.443 2.375 12.283 3.566 20.52 3.566 6.447 0 12.661-.666 18.662-1.998a82.643 82.643 0 0 0 17.326-5.932V69.427c0-3.36.19-5.472.572-6.331.682-1.636 1.65-2.806 2.909-3.513 1.255-.707 4.685-1.165 7.881-1.395v-3.139H353.8v3.139l.013.022z"/><path d="M457.91 83.04c-5.16 3.951-12.03 5.926-20.596 5.926h-4.883c-2.617 0-4.507-.356-5.683-1.076-1.166-.72-1.973-1.641-2.399-2.764-.428-1.123-.643-4.201-.643-9.228V50.149c4.4 0 9.553.573 11.865 1.723 2.311 1.144 4.34 3.385 6.083 6.716 1.75 3.33 2.894 7.008 3.439 12.229h3.713V23.432h-3.713c-.729 7.12-2.404 11.899-5.035 15.546-2.63 3.648-6.871 5.472-12.717 5.472h-3.64V12.666c-.028-5.525 4.895-4.885 4.895-4.885h5.754c6.956 0 11.695.407 14.224 1.219 4.336 1.348 7.692 3.461 10.062 6.339 2.374 2.88 4.211 7.623 5.522 14.236h3.115V2.508h-77.42v3.707h2.441c2.975 0 5.32.629 7.031 1.886 1.22.854 2.055 2.072 2.503 3.643.229.94.342 3.48.342 7.615v57.264c0 4.582-.249 7.414-.747 8.496-.63 1.525-1.535 2.604-2.705 3.234-1.625.945-3.765 1.416-6.421 1.416h-2.444v4.307h78.73l4.732-29.117h-4.318c-2.256 8.105-5.965 14.134-11.13 18.083"/><path d="M518.827 1.072c-13.193-.545-24.313 3.754-33.342 12.907-9.047 9.145-13.556 20.581-13.556 34.291 0 12.215 3.472 22.77 10.423 31.67 8.793 11.258 21.238 16.895 37.338 16.895 16.047 0 28.479-5.902 37.276-17.713 6.64-8.888 9.963-19.2 9.963-30.92 0-13.71-4.455-25.131-13.354-34.26-8.908-9.13-20.48-13.419-34.732-12.87m21.045 73.285c-2.157 6.376-5.166 11.02-9.037 13.918-3.035 2.273-6.818 3.406-11.351 3.406-6.73 0-11.96-2.635-15.705-7.896-5.365-7.532-8.05-19.17-8.05-34.924 0-13.255 1.736-23.419 5.212-30.497 4.266-8.62 10.487-12.93 18.664-12.93 4.443 0 8.37 1.25 11.777 3.746 3.409 2.495 6.214 6.775 8.41 12.83 2.202 6.064 3.301 15.19 3.301 27.406 0 10.256-1.076 18.574-3.234 24.953M226.502 96.302c16.047 0 28.477-5.904 37.276-17.713 6.639-8.899 9.962-19.2 9.962-30.92 0-13.711-4.455-25.13-13.356-34.26-8.906-9.13-20.48-13.417-34.73-12.87-13.193-.543-24.313 3.756-33.342 12.909-9.045 9.144-13.556 20.581-13.556 34.29 0 12.215 3.471 22.77 10.425 31.67 8.79 11.258 21.236 16.895 37.337 16.895M207.626 17.88c4.264-8.62 10.486-12.93 18.668-12.93 4.442 0 8.366 1.247 11.775 3.744 3.408 2.497 6.212 6.775 8.412 12.831 2.2 6.062 3.3 15.19 3.3 27.397 0 10.256-1.077 18.576-3.234 24.953-2.153 6.376-5.166 11.02-9.037 13.925-3.034 2.27-6.818 3.405-11.351 3.405-6.73 0-11.96-2.633-15.708-7.897-5.364-7.533-8.05-19.17-8.05-34.923 0-13.256 1.736-23.419 5.212-30.497"/><path d="M180.004 64.225h-4.321c-2.255 8.104-5.966 14.135-11.127 18.082-5.162 3.951-12.03 5.926-20.588 5.926h-4.884c-2.617 0-4.505-.36-5.681-1.074-1.17-.722-1.973-1.644-2.4-2.766-.428-1.125-.643-4.202-.643-9.23V49.414c4.399 0 9.553.575 11.867 1.724 2.31 1.143 4.34 3.386 6.083 6.716 1.748 3.331 2.894 7.008 3.438 12.23h3.714V22.698h-3.714c-.728 7.117-2.405 11.899-5.036 15.546-2.626 3.649-6.87 5.47-12.715 5.47h-3.64V11.932c-.03-5.526 4.898-4.885 4.898-4.885h5.749c6.961 0 11.705.406 14.235 1.216 4.338 1.348 7.691 3.464 10.063 6.341 2.373 2.879 4.212 7.625 5.524 14.234h3.112V1.749h-77.42v3.73h2.44c2.975 0 5.32.63 7.033 1.884 1.217.854 2.05 2.072 2.5 3.644.227.94.341 3.48.341 7.613v57.265c0 4.582-.247 7.414-.744 8.488-.63 1.526-1.536 2.61-2.702 3.237-1.626.945-3.766 1.416-6.428 1.416h-2.44v4.307h78.73l4.732-29.118.024.01zM31.413 88.977h-2.09c-2.998 0-5.66-.92-7.99-2.762-2.323-1.843-3.487-5.384-3.487-10.64V20.269L77.753 94.95l3.885.006v-76.17c0-4.332.36-5.589 1.074-7.37.714-1.783 1.714-3.07 2.99-3.86 1.278-.788 3.783-1.43 7.51-1.927V1.754h-29.72V5.63c4.9-.09 8.398 1.172 10.472 3.79 1.519 1.94 2.278 3.861 2.278 9.368v39.89L29.605 1.754H1.228v3.074c2.697.09 2.794.993 4.23 1.756l7.601 7.651-.01 61.332c0 4.85-.958 8.282-2.871 10.302C8.263 87.889 4.868 88.92 0 88.966v3.707h31.399v-3.707l.014.011z"/><path stroke="#000" stroke-width=".12422599000000001" d="M299.304 48.417c0 6.086-4.934 11.018-11.016 11.018-6.087 0-11.02-4.936-11.02-11.018 0-6.087 4.936-11.018 11.02-11.018 6.087 0 11.016 4.934 11.016 11.018z"/></g></svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="566.929" height="102.84"><path fill="#1747CE" d="M51.491 11.127L39.613 32.324l11.878-4.552 11.338 4.341 3.036-3.406V5.553zM88.391 87.288L66.938 59.29v37.017l-15.447 6.535V39.606l15.447-5.916 21.453 30.664V25.369l14.589-5.627v61.419zM14.589 87.288l13.688-6.061-13.688-26.575z"/><path fill="#069330" d="M29.178 19.742l6.866 13.947 3.569-1.365 11.878-21.197-14.374-5.592zM62.829 32.113l10.978-12.371 14.584 5.627v38.985L66.938 33.69z"/><path fill="#069330" d="M14.589 25.369L0 19.742v61.419l14.589 6.127V54.652l21.455 41.655 15.447 6.535V39.606l-15.447-5.917v32.103z"/><path fill="#CC130E" d="M36.044 33.689v32.103L14.589 25.369l14.589-5.627zM88.391 87.288L66.938 59.29v15.296l4.383 6.144z"/><path fill="#FFC001" d="M66.938 33.689l-15.447 5.917-15.447-5.917 15.447-5.917zM73.802 19.742l14.589-5.613 14.589 5.613-14.589 5.627zM0 19.742l14.589-5.613 14.589 5.613-14.589 5.627zM65.865 5.553L51.491 0 37.117 5.535l14.374 5.592z"/><path fill="#1747CE" d="M154.07 81.252h21.377v-47.5h-14.463v27.237h-.125l-9.536-27.237h-21.375v47.5h14.455V53.834h.13zM234.714 81.252h21.375v-47.5h-14.453v27.237h-.131l-9.537-27.237h-21.373v47.5h14.461V53.834h.125zM373.578 81.252h21.379v-47.5h-14.459v27.237h-.129l-9.536-27.237h-21.376v47.5h14.457V53.834h.127zM184.179 33.752h17.83v47.5h-17.83zM272.591 46.655h-11.33V33.752h40.524v12.903h-11.369v34.597h-17.825zM307.05 33.739h35.26v12.564h-17.713v4.967h16.309v12.178h-16.309v5.329h18.278v12.459H307.05zM402.63 33.752h21.123c18.016 0 23.75 10.197 23.75 24.275 0 14.343-8.848 23.226-22.684 23.226H402.63V33.752zm17.453 36.707h1.738c2.867 0 4.789-.879 5.912-2.787 1.184-1.975 1.316-5.572 1.316-10.172 0-4.604-.135-8.194-1.316-10.172-1.123-1.91-3.045-2.789-5.912-2.789h-1.738v25.92zM475.451 32.506c15.521 0 23.244 10.193 23.244 24.995 0 14.806-7.725 25.002-23.244 25.002-15.523 0-23.246-10.196-23.246-25.002 0-14.802 7.72-24.995 23.246-24.995zm0 37.959c2.738 0 4.801-1.346 4.801-12.965 0-11.357-1.939-12.961-4.801-12.961-2.865 0-4.801 1.604-4.801 12.961 0 11.62 2.058 12.965 4.801 12.965zM507.025 71.23a5.632 5.632 0 0 0-5.629 5.634 5.635 5.635 0 1 0 11.27 0 5.639 5.639 0 0 0-5.641-5.634zm0 10.284a4.64 4.64 0 0 1-4.637-4.649 4.638 4.638 0 0 1 4.637-4.646 4.649 4.649 0 0 1 0 9.295z"/><path fill="#1747CE" d="M506.109 79.961h-1.328v-6.199h2.635c1.068.019 2.154.357 2.154 1.615 0 .803-.52 1.342-1.287 1.504v.014c1.021.119 1.021.74 1.135 1.603.059.392.105 1.123.359 1.465h-1.469a17.57 17.57 0 0 1-.232-1.662c-.035-.344-.117-.817-.559-.836h-1.408v2.496zm0-3.527h1.119c.582-.008.928-.305.928-.85 0-.547-.346-.781-.928-.789h-1.119v1.639zM154.07 81.252h21.377v-47.5h-14.463v27.237h-.125l-9.536-27.237h-21.375v47.5h14.455V53.834h.13zM234.714 81.252h21.375v-47.5h-14.453v27.237h-.131l-9.537-27.237h-21.373v47.5h14.461V53.834h.125zM373.578 81.252h21.379v-47.5h-14.459v27.237h-.129l-9.536-27.237h-21.376v47.5h14.457V53.834h.127zM184.179 33.752h17.83v47.5h-17.83zM272.591 46.655h-11.33V33.752h40.524v12.903h-11.369v34.597h-17.825zM307.05 33.739h35.26v12.564h-17.713v4.967h16.309v12.178h-16.309v5.329h18.278v12.459H307.05z"/><path fill="#CC130E" d="M530.583 27.436c-.949-.083-1.871-.044-3.158.014-7.521.348-10.563 3.553-11.594 7.174h.182c1.873-1.637 4.188-2.401 7.289-2.401 5.965 0 11.414 4.338 11.414 12.476 0 7.787-5.986 13.852-14.02 13.852-10.584 0-15.188-8.083-15.188-16.75 0-7.041 2.498-13.004 6.598-16.85 3.902-3.615 8.934-5.441 15.092-5.582 1.631-.094 2.6 0 3.385.071v7.996zm-10.021 23.456c2.439 0 3.918-2.491 3.918-5.673-.02-2.686-1.25-5.613-4.52-5.613a4.427 4.427 0 0 0-4.143 2.795c-.229.469-.314 1.137-.314 2.27.209 3.035 1.672 6.222 4.998 6.222l.061-.001zM553.365 57.911v-8.524h-15.846v-6.811l12.723-22.671h12.66v21.673h4.027v7.809h-4.027v8.524h-9.537zm0-16.333v-6.531c0-2.414.145-4.922.268-7.565h-.207c-1.178 2.565-2.203 5.007-3.543 7.657l-3.113 6.326-.033.115 6.628-.002z"/></svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1 @@
<svg version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" width="566.929" height="78.275"><path fill="#999" d="M347.884 70.38c0 .83-.682 1.578-1.521 1.578h-29.102c-.848 0-1.527-.748-1.527-1.578V49.358c0-.832.682-1.496 1.527-1.496h29.102c.84 0 1.521.664 1.521 1.496V70.38zm-1.263-28.834H317c-4.287 0-7.787 3.49-7.787 7.813v21.104c0 4.236 3.5 7.813 7.787 7.813h29.621c4.297 0 7.787-3.574 7.787-7.813V49.358c0-4.322-3.491-7.812-7.787-7.812"/><path fill="#C91818" d="M6.797 9.969v27.174H0V.414h5.808L33.337 27.17V.414h6.706v36.729h-5.311L6.797 9.969M74.943 9.969v27.174h-6.797V.414h5.8l27.529 26.756V.414H108.189v36.729h-5.31L74.943 9.969M216.179 9.969v27.174h-6.797V.414h5.8l27.529 26.756V.414h6.714v36.729h-5.301L216.179 9.969M56.23.414h1.255v36.729h-6.797V.414h5.542M154.482.414h1.246v6.315h-16.386v30.413h-7.063V6.729h-16.386V.414h38.589M198.023.414h1.271v6.315H170.16v8.226h22.536v6.316H170.16v9.555h29.134v6.315h-35.863V.412c.39.002 34.592.002 34.592.002M287.216 30.827h-20.874V6.731h20.874c6.531 0 8.852 6.479 8.852 12.049-.002 5.482-2.318 12.047-8.852 12.047zm11.153-25.01c-2.658-3.573-6.59-5.401-11.344-5.401h-27.238v36.729h27.238c4.754 0 8.686-1.911 11.344-5.401 2.492-3.24 3.813-7.728 3.813-12.962-.001-5.239-1.321-9.725-3.813-12.965M347.884 29.331c0 .748-.682 1.496-1.521 1.496h-29.102c-.848 0-1.527-.748-1.527-1.496V8.226c0-.831.682-1.496 1.527-1.496h29.102c.84 0 1.521.665 1.521 1.496v21.105zM346.621.414H317c-4.287 0-7.787 3.49-7.787 7.813v21.104c0 4.321 3.5 7.813 7.787 7.813h29.621c4.297 0 7.787-3.49 7.787-7.813V8.226c0-4.32-3.491-7.812-7.787-7.812M470.017 62.737c7.045 2.824 21.928 5.066 33.545 5.066 12.713 0 17.973-4.32 17.973-9.806 0-4.985-4.887-7.811-18.92-12.963-18.771-6.896-32.541-12.38-32.541-24.762 0-12.713 16.57-20.274 41.822-20.274 13.561 0 18.215.831 26.822 2.41l.066 12.131c-8.459-1.578-15.955-4.321-27.598-4.321-12.479 0-17.799 3.988-17.799 8.063 0 5.9 8.191 8.725 22.563 13.876 20 7.146 31.127 12.629 31.127 24.68 0 12.463-13.938 21.438-45.361 21.438-12.904 0-21.805-.832-31.699-2.492V62.737M403.125 10.719H388.17V67.39h14.955c22.961 0 37.443-9.89 37.443-28.252 0-18.365-14.483-28.419-37.443-28.419zm40.144 61.905c-7.396 3.324-21.391 5.484-33.621 5.484H362.9V.165h46.748c12.23 0 26.225 2.16 33.637 5.484 18.008 8.143 23.873 21.188 23.873 33.485 0 12.302-5.817 25.347-23.889 33.49M551.773 66.475h-3v-1.08h7.305v1.08h-3.016V75.2h-1.289v-8.725M565.443 70.878c-.076-1.328-.158-2.989-.158-4.235h-.033a59.201 59.201 0 0 1-1.246 3.737l-1.736 4.82h-.965l-1.609-4.736c-.467-1.414-.85-2.659-1.121-3.821h-.033a124.98 124.98 0 0 1-.186 4.319l-.268 4.238h-1.213l.689-9.807h1.621l1.68 4.735c.406 1.246.73 2.326.996 3.324h.025c.266-.998.613-2.078 1.055-3.324l1.754-4.735h1.619l.615 9.807h-1.254l-.232-4.322"/></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.1 KiB

View file

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="733.333" height="733.333" viewBox="0 0 550 550" fill="#fff"><path d="M136.5 34.6c-48.1 8.6-86.8 44.2-99 91-4.4 16.9-4.7 26.8-4.2 157.9.3 120.4.4 123.2 2.4 132.5 11.1 50.1 46.7 85.8 97.3 97.6 6.6 1.5 15 1.8 69.1 2.1 56 .4 61.8.3 63.3-1.2s1.6-20.8 1.6-239.6c0-162.2-.3-238.6-1-240-1-1.8-2.7-1.9-61.3-1.8-47.6.1-61.9.4-68.2 1.5zm90.5 240v202.6l-40.7-.5c-37.5-.4-41.5-.6-49-2.5-32.2-8.3-56.1-33.1-62.8-65.4-2.2-10.1-2.2-258.9-.1-268.8 6-28.1 25.5-51.4 51.8-61.9 13.2-5.3 19.3-5.9 62.1-6L227 72v202.6z"/><path d="M145.1 133.1c-6.3 1.2-15.9 6-21 10.5-10.5 9.1-15.7 22-14.9 37.2.4 7.9.9 10 4.1 16.4 4.7 9.7 11.8 16.8 21.5 21.6 6.7 3.3 8.4 3.7 17.1 4 7.9.3 10.7 0 16-1.8 21.7-7.3 34.8-28.4 31.1-50-4.3-25.7-28.7-42.9-53.9-37.9zm170.6-99.4c-.4.3-.7 108.7-.7 240.9 0 218.1.1 240.2 1.6 240.8 2.7 1 80.3.6 89.9-.4 40.6-4.6 76.4-29.3 95.9-66 2.5-4.7 5.8-12.6 7.5-17.5 6.3-18.8 6.1-13.8 6.1-157.5 0-114.7-.2-131.8-1.6-139.1-9.9-52.1-49.6-91.4-101.8-100.4-7-1.2-17.8-1.5-52.6-1.5-24 0-44 .3-44.3.7zm106.8 217.8c15.6 4.1 28.4 16 33.6 31.2 3.3 9.4 3.2 23.2-.1 31.8-6.1 15.8-18.1 26.9-33.5 31-25 6.5-51.6-8.6-58.9-33.4-2.2-7.6-2.1-20.4.4-28.2 7.5-24.5 33.5-38.9 58.5-32.4z"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -0,0 +1 @@
<svg version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" width="566.936" height="274.332"><path fill="#C61717" d="M57.9 201.665c-.39 0-.787-.088-1.161-.271C18.76 182.96-.85 161.473.028 139.247c.714-18.296 15.645-35.57 43.177-49.959 26.123-13.65 62.969-24.482 106.557-31.33a2.663 2.663 0 0 1 .826 5.261C62.295 77.085 6.644 106.298 5.35 139.458c-.777 19.661 18.299 39.957 53.715 57.146a2.665 2.665 0 0 1-1.165 5.061zM388.979 65.167c-.145 0-.289-.011-.436-.035-28.057-4.606-57.67-7.681-88.022-9.133a2.66 2.66 0 0 1-2.533-2.787c.07-1.468 1.341-2.589 2.787-2.531 30.558 1.463 60.379 4.557 88.636 9.196a2.661 2.661 0 0 1-.432 5.29zM305.16 247.033c-.746 0-1.486 0-2.232-.003a2.657 2.657 0 0 1-2.651-2.671 2.657 2.657 0 0 1 2.658-2.652h.013c.73.002 1.479.002 2.215.002 142.504.002 254.953-37.04 256.436-84.646.521-16.658-12.861-33.561-38.709-48.873-25.734-15.251-62.619-28.25-106.66-37.589a2.667 2.667 0 0 1-2.053-3.157 2.665 2.665 0 0 1 3.158-2.052c44.6 9.459 82.039 22.674 108.27 38.217 27.615 16.364 41.902 34.907 41.316 53.62-.787 25.316-28.754 48.396-78.748 64.975-48.339 16.026-113.257 24.829-183.013 24.829z"/><path fill="#C61717" d="M353.382 108.404l70.299-53.586-82.567 32.958-23.204-24.152 7.398 33.467-70.299 53.584 82.571-32.967 23.2 24.153z"/><g fill="#C61717"><path d="M265.343 175.296c1.008-4.961 2.846-4.239 7.877-5.039l4.683-.737-1.458 7.809-4.683.748c-5.031.797-7.246 2.143-6.419-2.781zm-10.153-7.148l-3.645 19.605c-.998 5.354.62 7.078 5.772 6.264l29.831-4.732 6.395-34.387-29.833 4.726c-5.155.817-7.531 3.172-8.52 8.524zm189.368-30.95l-.348 1.896 30.771-4.885c2.429-.39 4.796-2.845 5.291-5.5.485-2.653-1.075-4.492-3.507-4.104l-7.902 1.248-12.609 2.007-3.195.5c-3.696.591-7.751 4.805-8.501 8.838zm-215.887 88.669l.25-1.367c1.058.08 2.476.489 3.714.305l31.98-5.017c-1.188 6.38-9.615 7.979-22.475 10.017l-14.637 2.325-7.848 42.202 19.229-3.047c47.345-4.674 65.357-29.143 71.139-58.313l57.688-9.156 9.295-50.021 4.692-.75c5.142-.815 4.384-1.746 3.396 3.597l-8.508 45.77 41.416-6.572.567-3.033c3.126 1.379 6.778 1.865 10.646 1.258l71.625-11.36 6.68-35.953-4.643-3.306c4.023-4.764 7.158-10.593 8.066-15.485l1.129-5.67c3.572-21.207-15.979-26.838-24.9-25.42l-41.104 6.521c-7.279 1.156-15.295 6.229-21.127 12.949-5.395-5.342-13.721-7.418-18.563-6.649l-45.76 7.259 5.123 11.322 41.27-6.54c5.951-.948 9.928 1.428 11.019 6.14-.438 1.248-11.019 57.579-11.019 57.579l-14.797 2.349 7.934-42.646c.982-5.34-.633-7.067-5.771-6.25l-28.356 4.504-9.304 50.021-16.266 2.589 10.645-57.271-13.391-15.796-48.203 17.425 22.846-3.625.369-.051-14.527 78.155c-3.691 19.854-24.877 38.84-43.668 41.823l-19.229 3.048 2.916-15.642 14.627-2.313c12.859-2.047 27.336-14.916 29.833-28.375l1.578-8.468-38.09 6.041c-8.167 1.298-12.6-3.663-10.993-12.291l6.83-36.741c1.208-6.529 5.282-11.951 10.733-14.769l.09-.979 19.109-14.707-11.163 1.877c-5.939.938-16.953 5.392-23.951 14.317-5.292-6.313-14.547-8.786-19.759-7.959l-41.055 6.521 6.69-35.962 29.953-4.752c15.944-2.526 33.586-20.458 36.721-37.301l4.503-24.232c3.135-16.854-8.716-30.104-24.661-27.576L163.747 26.8l-13.948 75.041-60.275 9.565c-5.102.81-10.064 5.841-11.062 11.231L55.935 243.79c-.999 5.394 2.326 9.112 7.429 8.31l115.008-18.252 9.305-50.021 4.682-.748c5.152-.81 4.393-1.735 3.395 3.604l-8.506 45.756 41.423-6.572zm-85.343-27.426l-38.459 6.101 1.448-7.808 31.061-4.938 7.558-40.646-31.061 4.936 1.447-7.814 38.459-6.104-10.453 56.273zm-2.327 12.51l-3.195 17.191-68.042 10.795 21.207-114.121 56.211-8.916-2.906 15.635-39.937 6.342-6.1 32.828 32.539-5.162-2.905 15.627-32.539 5.162-6.11 32.836 51.777-8.217zm78.156 4.296l-16.274 2.571 7.927-42.633c.999-5.344-.619-7.078-5.771-6.262l-28.355 4.504-9.294 50.021-16.275 2.586 12.201-65.652.379-.063 53.984-8.563c8.167-1.299 12.6 3.652 10.993 12.289l-9.515 51.202zm105.761-80.506l15.905-2.516-12.211 65.652-16.267 2.578 12.199-65.646.374-.068zm98.686 30.943l5.647-30.372c1.791-9.604 12.113-19.04 20.908-20.438l38.049-6.029c6.412-1.021 10.865 6.14 9.557 13.147l-1.865 9.774c-1.311 7.009-8.469 14.458-14.875 15.476l-39.498 6.271-.568 3.545c-.75 4.03 1.926 7.18 5.621 6.59l44.147-7.029-2.976 16.02-49.801 7.896c-8.796 1.392-16.124-5.239-14.346-14.851zM188.206 80.568l5.522-29.703 20.707-3.285c2.716-.43 4.104 1.119 3.564 3.983l-3.774 20.329c-.54 2.875-2.596 4.961-5.312 5.391l-20.707 3.285z"/><path d="M320.565 94.466l-4.396-17.412-2.479.299-.797 4.293c-.552 2.977-2.943 5.4-5.753 5.852l-17.015 2.695c-2.808.449-4.414-1.348-3.862-4.323l8.575-46.117c.55-2.965 2.943-5.392 5.748-5.841l17.02-2.695c2.807-.448 4.412 1.349 3.857 4.313l-1.098 5.87 34.396-5.462 1.308-7.029c3.296-17.741-8.767-31.229-25.562-28.574l-32.906 5.223c-16.782 2.666-34.753 20.917-38.047 38.658L250.4 93.459c-3.295 17.741 8.766 31.229 25.56 28.564l11-1.737 33.605-25.82zM344.946 83.962c.897-2.416 1.519-3.334 1.979-5.812l1.168-6.26-13.688 2.176 10.541 9.896z"/></g></svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5 KiB

View file

@ -1,8 +1 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="667" height="279.5">
<path d="M520.959 224.799c6.157-.256 12.684.695 12.684 8.244 0 5.463-4.03 8.521-9.277 8.521-6.147 0-9.268-4.398-9.031-10.229h-7.897c.185 10.074 5.811 16.836 16.929 16.836 9.277 0 17.041-5.627 17.041-14.729 0-6.24-3.283-11.006-8.726-12.092v-.102c4.563-1.709 6.772-5.625 6.772-10.424 0-8.51-7.672-12.846-15.119-12.846-9.736 0-15.588 6.965-15.956 16.406h7.774c-.104-5.002 2.576-9.902 7.998-9.902 4.337 0 7.487 2.793 7.487 6.875 0 5.912-5.38 7.723-10.679 7.59v5.852zM125.468 247.252h8.684v-18.863h13.103c14.074.063 16.78-9.072 16.78-15.158 0-6.146-2.706-15.25-16.78-15.25h-21.787v49.271zm8.684-42.275h12.765c4.567 0 8.475 1.719 8.475 8.193 0 6.207-4.741 8.182-8.648 8.182h-12.591v-16.375zM169.186 197.98h7.891v49.271h-7.891zM215.797 221.025c0-7.568-7.395-10.424-14.371-10.424-7.897 0-15.711 2.721-16.253 11.896h7.938c.241-3.877 3.396-5.625 7.814-5.625 3.248 0 7.416.766 7.416 4.838 0 4.602-5.068 3.938-10.745 5-6.547.758-13.722 2.23-13.722 11.141 0 6.936 5.83 10.412 12.233 10.412 4.199 0 9.226-1.34 12.382-4.367.604 3.324 2.93 4.367 6.04 4.367 1.33 0 3.866-.521 4.956-.85v-5.482c-.767.123-1.448.123-1.841.123-1.488 0-1.846-.756-1.846-2.721v-18.308zm-8.004 14.268c0 4.963-5.35 6.762-8.827 6.762-2.788 0-7.237-1.012-7.237-4.563 0-4.174 3.038-5.4 6.439-5.891 3.437-.613 7.237-.613 9.625-2.168v5.86zM232.618 247.221l-.899 2.762c-.941 2.955-1.887 4.971-5.575 4.971-1.232 0-2.501-.275-3.728-.572v6.709c1.774.195 3.657.359 5.467.359 8.254 0 10.091-5.779 12.663-12.152l13.901-37.713h-8.295l-9.007 26.656h-.148l-9.334-26.656h-8.546l13.501 35.636zM256.103 230.875c.179 12.273 9.298 17.594 20.591 17.594 9.814 0 19.587-4.43 19.587-15.426 0-5.145-3.079-10.637-9.594-12.682-2.537-.688-13.43-3.488-14.192-3.715-3.539-1.021-5.927-2.895-5.927-6.371 0-5.002 5.028-6.455 9.078-6.455 5.943 0 10.245 2.342 10.684 8.787h8.572c0-10.352-8.572-15.814-18.887-15.814-8.935 0-18.059 4.604-18.059 14.504 0 5.115 2.45 10.281 10.925 12.51 6.766 1.842 11.261 2.773 14.729 4.092 2.03.809 4.097 2.322 4.097 6.004 0 3.816-2.864 7.539-10.464 7.539-6.915 0-12.52-2.967-12.52-10.566h-8.62zM299.13 211.584h5.907v-10.74h7.928v10.74h7.093v5.861h-7.093V236.5c0 3.264.317 4.941 3.764 4.941 1.12 0 2.24 0 3.33-.234v6.014c-1.749.193-3.375.398-5.068.398-8.214 0-9.804-3.119-9.953-9.113v-21.061h-5.907v-5.861zM356.309 221.025c0-7.568-7.375-10.424-14.361-10.424-7.815 0-15.67 2.721-16.212 11.896h7.927c.328-3.877 3.406-5.625 7.886-5.625 3.156 0 7.355.766 7.355 4.838 0 4.602-5.038 3.938-10.746 5-6.597.758-13.722 2.23-13.722 11.141 0 6.936 5.825 10.412 12.193 10.412 4.229 0 9.267-1.34 12.412-4.367.619 3.324 2.9 4.367 6.158 4.367 1.227 0 3.718-.521 4.919-.85v-5.482c-.833.123-1.529.123-1.958.123-1.442 0-1.852-.756-1.852-2.721v-18.308zm-7.887 14.268c0 4.963-5.385 6.762-8.863 6.762-2.741 0-7.237-1.012-7.237-4.563 0-4.174 2.997-5.4 6.398-5.891 3.478-.613 7.283-.613 9.702-2.168v5.86zM360.876 211.584h5.927v-10.74h7.927v10.74h7.094v5.861h-7.094V236.5c0 3.264.266 4.941 3.774 4.941 1.078 0 2.199 0 3.319-.234v6.014c-1.698.193-3.396.398-5.1.398-8.244 0-9.773-3.119-9.921-9.113v-21.061h-5.927v-5.861zM388.59 211.584h7.887v35.668h-7.887zM420.432 248.264c11.467 0 18.023-7.855 18.023-18.83 0-10.945-6.557-18.832-18.023-18.832-11.497 0-18.043 7.887-18.043 18.832 0 10.974 6.546 18.83 18.043 18.83zm0-6.209c-7.098 0-10.167-6.383-10.167-12.621 0-6.18 3.069-12.561 10.167-12.561 7.018 0 10.137 6.381 10.137 12.561-.001 6.238-3.12 12.621-10.137 12.621zM444.397 247.252h7.855v-21.031c0-5.195 3.366-9.348 8.664-9.348 4.603 0 6.813 2.371 6.935 7.926v22.453h7.917v-24.488c0-7.979-4.909-12.162-12.683-12.162-4.654 0-8.776 2.434-11.109 6.414l-.174-.143v-5.289h-7.405v35.668zM388.59 197.98h7.887v7.455h-7.887z"
/>
<g>
<path d="M421.659 19.551h-82.591c-25.474 0-37.958 15.741-37.958 36.179v62.087c0 12.684-5.989 21.788-18.631 21.788h-72.24c-.506 0-.925.419-.925.9v12.53c0 .512.419.941.925.941h81.768c25.464 0 37.979-15.67 37.979-36.118V55.73c0-12.694 5.943-21.818 18.657-21.818h73.017c.573 0 1.023-.409 1.023-.921V20.482c0-.491-.451-.931-1.024-.931zM178.54 19.551H19.607c-.578 0-.998.44-.998.931v12.509c0 .512.419.941.998.941h149.374c12.627 0 18.621 9.104 18.621 21.797 0 12.643-5.994 21.726-18.621 21.726H50.81c-18.351 0-32.2 15.415-32.2 35.862v39.687c0 .543.419.973.998.973h26.927a.97.97 0 0 0 .967-.973v-39.687c0-12.612 7.247-21.511 17.762-21.511H178.54c25.423 0 37.887-15.62 37.887-36.067 0-20.415-12.464-36.188-37.887-36.188zM636.409 85.086c-.356-.399-.356-1.084 0-1.473 7.917-6.557 11.835-16.438 11.835-27.874 0-20.416-12.438-36.188-37.938-36.188H451.414c-.542 0-.94.44-.94.972v12.468a.93.93 0 0 0 .94.941h149.35c12.591 0 18.667 9.104 18.667 21.797 0 12.643-6.035 21.726-18.667 21.726h-.185l-149.165.031c-.542 0-.94.389-.94.961v12.459c0 .501.398.9.94.9h149.35c16.468.194 18.636 16.232 18.636 24.436l.031 1.544c0 12.714-6.076 21.859-18.667 21.859h-149.35c-.542 0-.94.388-.94.899v12.49a.93.93 0 0 0 .94.941h158.893c25.521 0 37.938-16.939 37.938-36.189v-1.544c-.001-12.274-3.919-23.996-11.836-31.156z"
/>
</g>
</svg>
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="667" height="279.5"><path d="M520.959 224.799c6.157-.256 12.684.695 12.684 8.244 0 5.463-4.03 8.521-9.277 8.521-6.147 0-9.268-4.398-9.031-10.229h-7.897c.185 10.074 5.811 16.836 16.929 16.836 9.277 0 17.041-5.627 17.041-14.729 0-6.24-3.283-11.006-8.726-12.092v-.102c4.563-1.709 6.772-5.625 6.772-10.424 0-8.51-7.672-12.846-15.119-12.846-9.736 0-15.588 6.965-15.956 16.406h7.774c-.104-5.002 2.576-9.902 7.998-9.902 4.337 0 7.487 2.793 7.487 6.875 0 5.912-5.38 7.723-10.679 7.59v5.852zm-395.491 22.453h8.684v-18.863h13.103c14.074.063 16.78-9.072 16.78-15.158 0-6.146-2.706-15.25-16.78-15.25h-21.787v49.271zm8.684-42.275h12.765c4.567 0 8.475 1.719 8.475 8.193 0 6.207-4.741 8.182-8.648 8.182h-12.591v-16.375zm35.034-6.997h7.891v49.271h-7.891zm46.611 23.045c0-7.568-7.395-10.424-14.371-10.424-7.897 0-15.711 2.721-16.253 11.896h7.938c.241-3.877 3.396-5.625 7.814-5.625 3.248 0 7.416.766 7.416 4.838 0 4.602-5.068 3.938-10.745 5-6.547.758-13.722 2.23-13.722 11.141 0 6.936 5.83 10.412 12.233 10.412 4.199 0 9.226-1.34 12.382-4.367.604 3.324 2.93 4.367 6.04 4.367 1.33 0 3.866-.521 4.956-.85v-5.482c-.767.123-1.448.123-1.841.123-1.488 0-1.846-.756-1.846-2.721v-18.308zm-8.004 14.268c0 4.963-5.35 6.762-8.827 6.762-2.788 0-7.237-1.012-7.237-4.563 0-4.174 3.038-5.4 6.439-5.891 3.437-.613 7.237-.613 9.625-2.168v5.86zm24.825 11.928l-.899 2.762c-.941 2.955-1.887 4.971-5.575 4.971-1.232 0-2.501-.275-3.728-.572v6.709c1.774.195 3.657.359 5.467.359 8.254 0 10.091-5.779 12.663-12.152l13.901-37.713h-8.295l-9.007 26.656h-.148l-9.334-26.656h-8.546l13.501 35.636zm23.485-16.346c.179 12.273 9.298 17.594 20.591 17.594 9.814 0 19.587-4.43 19.587-15.426 0-5.145-3.079-10.637-9.594-12.682-2.537-.688-13.43-3.488-14.192-3.715-3.539-1.021-5.927-2.895-5.927-6.371 0-5.002 5.028-6.455 9.078-6.455 5.943 0 10.245 2.342 10.684 8.787h8.572c0-10.352-8.572-15.814-18.887-15.814-8.935 0-18.059 4.604-18.059 14.504 0 5.115 2.45 10.281 10.925 12.51 6.766 1.842 11.261 2.773 14.729 4.092 2.03.809 4.097 2.322 4.097 6.004 0 3.816-2.864 7.539-10.464 7.539-6.915 0-12.52-2.967-12.52-10.566h-8.62zm43.027-19.291h5.907v-10.74h7.928v10.74h7.093v5.861h-7.093V236.5c0 3.264.317 4.941 3.764 4.941 1.12 0 2.24 0 3.33-.234v6.014c-1.749.193-3.375.398-5.068.398-8.214 0-9.804-3.119-9.953-9.113v-21.061h-5.907v-5.861zm57.179 9.441c0-7.568-7.375-10.424-14.361-10.424-7.815 0-15.67 2.721-16.212 11.896h7.927c.328-3.877 3.406-5.625 7.886-5.625 3.156 0 7.355.766 7.355 4.838 0 4.602-5.038 3.938-10.746 5-6.597.758-13.722 2.23-13.722 11.141 0 6.936 5.825 10.412 12.193 10.412 4.229 0 9.267-1.34 12.412-4.367.619 3.324 2.9 4.367 6.158 4.367 1.227 0 3.718-.521 4.919-.85v-5.482c-.833.123-1.529.123-1.958.123-1.442 0-1.852-.756-1.852-2.721v-18.308zm-7.887 14.268c0 4.963-5.385 6.762-8.863 6.762-2.741 0-7.237-1.012-7.237-4.563 0-4.174 2.997-5.4 6.398-5.891 3.478-.613 7.283-.613 9.702-2.168v5.86zm12.454-23.709h5.927v-10.74h7.927v10.74h7.094v5.861h-7.094V236.5c0 3.264.266 4.941 3.774 4.941 1.078 0 2.199 0 3.319-.234v6.014c-1.698.193-3.396.398-5.1.398-8.244 0-9.773-3.119-9.921-9.113v-21.061h-5.927v-5.861zm27.714 0h7.887v35.668h-7.887zm31.842 36.68c11.467 0 18.023-7.855 18.023-18.83 0-10.945-6.557-18.832-18.023-18.832-11.497 0-18.043 7.887-18.043 18.832 0 10.974 6.546 18.83 18.043 18.83zm0-6.209c-7.098 0-10.167-6.383-10.167-12.621 0-6.18 3.069-12.561 10.167-12.561 7.018 0 10.137 6.381 10.137 12.561-.001 6.238-3.12 12.621-10.137 12.621zm23.965 5.197h7.855v-21.031c0-5.195 3.366-9.348 8.664-9.348 4.603 0 6.813 2.371 6.935 7.926v22.453h7.917v-24.488c0-7.979-4.909-12.162-12.683-12.162-4.654 0-8.776 2.434-11.109 6.414l-.174-.143v-5.289h-7.405v35.668zM388.59 197.98h7.887v7.455h-7.887zM421.659 19.551h-82.591c-25.474 0-37.958 15.741-37.958 36.179v62.087c0 12.684-5.989 21.788-18.631 21.788h-72.24c-.506 0-.925.419-.925.9v12.53c0 .512.419.941.925.941h81.768c25.464 0 37.979-15.67 37.979-36.118V55.73c0-12.694 5.943-21.818 18.657-21.818h73.017c.573 0 1.023-.409 1.023-.921V20.482c0-.491-.451-.931-1.024-.931zm-243.119 0H19.607c-.578 0-.998.44-.998.931v12.509c0 .512.419.941.998.941h149.374c12.627 0 18.621 9.104 18.621 21.797 0 12.643-5.994 21.726-18.621 21.726H50.81c-18.351 0-32.2 15.415-32.2 35.862v39.687c0 .543.419.973.998.973h26.927a.97.97 0 0 0 .967-.973v-39.687c0-12.612 7.247-21.511 17.762-21.511H178.54c25.423 0 37.887-15.62 37.887-36.067 0-20.415-12.464-36.188-37.887-36.188zm457.869 65.535c-.356-.399-.356-1.084 0-1.473 7.917-6.557 11.835-16.438 11.835-27.874 0-20.416-12.438-36.188-37.938-36.188H451.414c-.542 0-.94.44-.94.972v12.468a.93.93 0 0 0 .94.941h149.35c12.591 0 18.667 9.104 18.667 21.797 0 12.643-6.035 21.726-18.667 21.726h-.185l-149.165.031c-.542 0-.94.389-.94.961v12.459c0 .501.398.9.94.9h149.35c16.468.194 18.636 16.232 18.636 24.436l.031 1.544c0 12.714-6.076 21.859-18.667 21.859h-149.35c-.542 0-.94.388-.94.899v12.49a.93.93 0 0 0 .94.941h158.893c25.521 0 37.938-16.939 37.938-36.189v-1.544c-.001-12.274-3.919-23.996-11.836-31.156z"/></svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View file

@ -0,0 +1,94 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<svg version="1.2" baseProfile="tiny"
id="svg4237" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:cc="http://web.resource.org/cc/" xmlns:svg="http://www.w3.org/2000/svg" sodipodi:version="0.32" inkscape:version="0.44" sodipodi:docbase="F:\Logos" sodipodi:docname="PlaystationPortable.svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="566.929px"
height="185.059px" viewBox="0 0 566.929 185.059" xml:space="preserve">
<sodipodi:namedview id="base" bordercolor="#666666" inkscape:cx="522.4006" inkscape:zoom="0.35" inkscape:cy="-11.131139" pagecolor="#ffffff" borderopacity="1.0" inkscape:window-x="10" inkscape:pageshadow="2" inkscape:current-layer="layer1" inkscape:window-width="925" inkscape:window-y="378" inkscape:pageopacity="0.0" inkscape:window-height="573" inkscape:document-units="px">
</sodipodi:namedview>
<g id="layer1" transform="translate(2.322326,-490.7257)" inkscape:groupmode="layer" inkscape:label="Ebene 1">
<path id="path6905" fill="#0895FF" d="M100.923,651.636c5.332,0,8.531-1.087,8.531-6.155c0-3.752-2.327-5.76-7.658-5.76h-7.368
v11.915H100.923z M91.617,667.291v-29.984h10.955c7.755,0,9.792,3.878,9.792,8.375c0,6.699-6.011,8.366-11.537,8.366h-6.399v13.242
L91.617,667.291"/>
<path id="path6907" fill="#0895FF" d="M116.143,667.291h2.424v-29.984h-2.424V667.291z"/>
<path id="path6909" fill="#0895FF" d="M138.925,655.958c-2.132,0.872-4.362,1.047-6.494,1.213
c-3.782,0.289-6.107,1.666-6.107,4.575c0,2.637,2.327,3.878,4.654,3.878c3.974,0,7.949-1.92,7.949-6.292L138.925,655.958
L138.925,655.958z M134.66,654.717c0.969-0.087,2.521-0.339,3.296-0.718c0.873-0.369,0.969-1.492,0.969-2.238
c0-2.54-1.551-4.372-5.428-4.372c-3.393,0-5.816,1.124-6.302,4.867h-2.521c0.388-5.081,4.168-7.126,8.919-7.126
c4.362,0,7.756,1.716,7.756,6.708v11.741c0,1.957,0.581,2.414,2.617,1.666v1.959c-0.291,0.126-1.163,0.416-1.938,0.416
c-0.389,0-0.679-0.038-1.066-0.125c-1.745-0.242-2.037-1.706-2.037-3.21c-2.037,2.338-4.944,3.588-8.046,3.588
c-3.781,0-7.175-2.046-7.175-6.204c0-3.616,2.521-5.826,7.562-6.495L134.66,654.717"/>
<path id="path6911" fill="#0895FF" d="M147.553,673.156c0.679,0.126,1.356,0.262,2.036,0.262c2.909,0,3.296-4.09,4.265-5.962
l-8.434-21.735h2.812l6.98,18.536l6.882-18.536h2.715L156.762,667c-2.037,5.409-3.393,8.784-6.883,8.784
c-0.873,0-1.648-0.125-2.327-0.29L147.553,673.156"/>
<path id="path6913" fill="#0895FF" d="M170.722,658.334c0.485,5.37,3.976,7.328,8.628,7.328c5.332,0,7.562-2.906,7.562-6.204
c0-9.287-18.226-3.121-18.226-14.898c0-4.171,3.393-8.038,10.179-8.038c6.689,0,10.082,4.071,9.985,8.959h-2.617
c0-4.587-3.587-6.544-7.368-6.544c-5.817,0-7.853,3.537-7.368,6.62c1.26,7.736,18.323,2.161,18.323,13.775
c0,5.508-4.072,8.746-10.955,8.746c-6.302,0-10.955-3.238-10.955-9.743L170.722,658.334"/>
<path id="path6915" fill="#0895FF" d="M202.812,667.37c-0.582,0.125-1.648,0.504-2.909,0.504c-2.424,0-3.781-1.086-3.781-4.294
v-15.783h-3.103v-2.074h3.103v-6.001h2.521v6.001h3.975v2.074h-3.975v14.785c0,2.133,0,3.043,2.132,3.043
c0.679,0,1.356-0.126,2.037-0.29V667.37"/>
<path id="path6917" fill="#0895FF" d="M221.52,655.958c-2.132,0.872-4.264,1.047-6.398,1.213c-3.78,0.289-6.107,1.666-6.107,4.575
c0,2.637,2.327,3.878,4.655,3.878c3.974,0,7.851-1.92,7.851-6.292L221.52,655.958L221.52,655.958z M217.352,654.717
c0.873-0.087,2.425-0.339,3.297-0.718c0.776-0.369,0.872-1.492,0.872-2.238c0-2.54-1.454-4.372-5.332-4.372
c-3.489,0-5.816,1.124-6.301,4.867h-2.521c0.387-5.081,4.168-7.126,8.821-7.126c4.364,0,7.853,1.716,7.853,6.708v11.741
c0,1.957,0.486,2.414,2.619,1.666v1.959c-0.389,0.126-1.262,0.416-1.939,0.416c-0.388,0-0.775-0.038-1.164-0.125
c-1.648-0.242-1.939-1.706-1.939-3.21c-2.134,2.338-4.943,3.588-8.046,3.588c-3.781,0-7.271-2.046-7.271-6.204
c0-3.616,2.521-5.826,7.562-6.495L217.352,654.717"/>
<path id="path6919" fill="#0895FF" d="M238.778,667.37c-0.581,0.125-1.649,0.504-2.908,0.504c-2.423,0-3.781-1.086-3.781-4.294
v-15.783h-3.006v-2.074h3.006v-6.001h2.521v6.001h3.975v2.074h-3.975v14.785c0,2.133,0,3.043,2.132,3.043
c0.678,0,1.358-0.126,2.037-0.29v2.035"/>
<path id="path6921" fill="#0895FF" d="M246.243,667.291h-2.425v-21.569h2.425V667.291z M243.624,641.008v-3.701h2.812v3.701
H243.624"/>
<path id="path6923" fill="#0895FF" d="M260.978,647.389c-5.235,0-7.271,4.449-7.271,9.112c0,5.371,2.521,9.122,7.271,9.122
c5.234,0,7.368-4.498,7.368-9.122C268.346,651.421,266.31,647.389,260.978,647.389z M250.993,656.5
c0-6.281,3.393-11.371,9.985-11.371c6.785,0,10.082,5.04,10.082,11.371c0,6.837-3.975,11.372-10.082,11.372
C255.549,667.786,250.993,664.043,250.993,656.5"/>
<path id="path6925" fill="#0895FF" d="M277.071,667.291h-2.521v-21.569h2.521v2.995c1.938-2.123,3.975-3.587,6.883-3.587
c2.713,0,5.041,0.833,6.592,3.083c1.064,1.552,1.162,3.169,1.162,4.953v14.124h-2.521v-14.076c0-3.866-1.647-5.825-5.623-5.825
c-3.103,0-5.235,1.996-6.01,4.196c-0.486,1.377-0.486,2.59-0.486,4.092v11.614"/>
<path id="path6927" fill="#0895FF" d="M301.499,660.283c-0.291-0.136-0.678-0.204-1.258-0.204h-0.777v1.997h0.875
c0.386,0,0.773-0.038,0.968-0.114c0.387-0.155,0.582-0.445,0.582-0.873C301.889,660.69,301.694,660.418,301.499,660.283z
M300.434,659.4c0.681,0,1.164,0.059,1.551,0.193c0.582,0.243,0.775,0.708,0.775,1.416c0,0.494-0.099,0.854-0.484,1.086
c-0.194,0.126-0.483,0.215-0.774,0.271c0.387,0.067,0.678,0.262,0.871,0.553c0.194,0.301,0.291,0.593,0.291,0.873v0.407
c0,0.135,0,0.281,0.098,0.418c0,0.154,0,0.251,0,0.299v0.068h-0.873c0-0.021,0-0.039,0-0.049c0-0.021,0-0.05,0-0.078l-0.096-0.173
v-0.447c0-0.658-0.195-1.086-0.486-1.289c-0.193-0.126-0.58-0.185-1.066-0.185h-0.773v2.221h-0.971v-5.584L300.434,659.4
L300.434,659.4L300.434,659.4z M297.43,659.11c-0.873,0.853-1.263,1.89-1.263,3.091c0,1.231,0.39,2.27,1.263,3.123
c0.872,0.863,1.841,1.289,3.103,1.289s2.229-0.426,3.103-1.289c0.872-0.854,1.263-1.891,1.263-3.123
c0-1.201-0.391-2.238-1.263-3.091c-0.872-0.854-1.841-1.281-3.103-1.281C299.271,657.828,298.302,658.255,297.43,659.11z
M304.119,665.797c-0.97,0.99-2.229,1.493-3.586,1.493c-1.359,0-2.619-0.504-3.586-1.493c-0.972-0.987-1.455-2.189-1.455-3.597
c0-1.386,0.483-2.588,1.455-3.567c0.967-0.998,2.227-1.482,3.586-1.482c1.356,0,2.616,0.483,3.586,1.482
c0.969,0.97,1.455,2.172,1.455,3.567C305.574,663.609,305.087,664.81,304.119,665.797"/>
<path id="path6929" fill="#0895FF" d="M322.634,651.636c5.332,0,8.627-1.087,8.627-6.155c0-3.752-2.422-5.76-7.754-5.76h-7.369
v11.915H322.634z M313.33,667.291v-29.984h10.955c7.756,0,9.789,3.878,9.789,8.375c0,6.699-5.914,8.366-11.535,8.366h-6.4v13.242
L313.33,667.291"/>
<path id="path6931" fill="#0895FF" d="M345.222,647.389c-5.234,0-7.365,4.449-7.365,9.112c0,5.371,2.615,9.122,7.365,9.122
c5.236,0,7.369-4.498,7.369-9.122C352.494,651.421,350.554,647.389,345.222,647.389z M335.238,656.5
c0-6.281,3.297-11.371,9.984-11.371c6.787,0,9.986,5.04,9.986,11.371c0,6.837-3.975,11.372-9.986,11.372
C339.697,667.786,335.238,664.043,335.238,656.5"/>
<path id="path6933" fill="#0895FF" d="M361.414,667.291h-2.521v-21.569h2.521v4.044h0.098c1.354-3.463,3.393-4.635,6.98-4.635
v2.716c-5.625-0.126-7.076,4.032-7.076,8.86v10.584"/>
<path id="path6935" fill="#0895FF" d="M382.451,667.37c-0.582,0.125-1.648,0.504-2.813,0.504c-2.52,0-3.879-1.086-3.879-4.294
v-15.783h-3.004v-2.074h3.004v-6.001h2.521v6.001h4.072v2.074h-4.072v14.785c0,2.133,0.098,3.043,2.133,3.043
c0.682,0,1.455-0.126,2.037-0.29V667.37"/>
<path id="path6937" fill="#0895FF" d="M400.384,655.958c-2.133,0.872-4.266,1.047-6.398,1.213
c-3.781,0.289-6.107,1.666-6.107,4.575c0,2.637,2.328,3.878,4.652,3.878c3.977,0,7.854-1.92,7.854-6.292V655.958L400.384,655.958z
M396.214,654.717c0.871-0.087,2.424-0.339,3.297-0.718c0.777-0.369,0.873-1.492,0.873-2.238c0-2.54-1.455-4.372-5.332-4.372
c-3.488,0-5.816,1.124-6.301,4.867h-2.521c0.387-5.081,4.17-7.126,8.822-7.126c4.363,0,7.854,1.716,7.854,6.708v11.741
c0,1.957,0.482,2.414,2.617,1.666v1.959c-0.389,0.126-1.262,0.416-1.938,0.416c-0.389,0-0.777-0.038-1.164-0.125
c-1.646-0.242-1.938-1.706-1.938-3.21c-2.135,2.338-4.945,3.588-8.051,3.588c-3.777,0-7.27-2.046-7.27-6.204
c0-3.616,2.52-5.826,7.561-6.495L396.214,654.717"/>
<path id="path6939" fill="#0895FF" d="M420.162,665.623c4.168,0,7.27-3.043,7.369-8.452c0.191-5.41-2.23-9.782-7.369-9.782
c-4.557,0-7.271,4.158-7.271,9.026C412.888,661.629,415.412,665.623,420.162,665.623z M412.888,667.291h-2.52v-29.984h2.52v11.865
c1.555-2.618,4.654-4.043,7.66-4.043c6.59,0,9.598,5.38,9.598,11.42c0,6.359-2.715,11.323-9.693,11.323
c-2.813,0-6.01-1.541-7.561-4.372l0,0v3.791"/>
<path id="path6941" fill="#0895FF" d="M435.673,667.291h2.52v-29.984h-2.52V667.291z"/>
<path id="path6943" fill="#0895FF" d="M459.908,654.999c0-4.198-2.326-7.61-6.785-7.61s-6.787,3.538-7.271,7.61H459.908z
M445.851,657.092c0,4.654,2.521,8.532,7.271,8.532c3.199,0,5.816-1.794,6.494-4.953h2.811c-1.26,4.07-3.779,7.203-9.305,7.203
c-6.885,0-9.891-4.915-9.891-11.282c0-6.293,3.686-11.461,9.891-11.461c5.914,0,9.5,4.218,9.5,11.962L445.851,657.092"/>
<path id="path6945" fill="#0895FF" d="M-2.322,490.726H174.31v52.38H4.657v45.398h-6.979v-52.38H167.33v-38.42H-2.322V490.726"/>
<path id="path6947" fill="#0895FF" d="M394.956,543.106v45.398h-6.98v-52.38h169.65v-38.42h-169.65v-6.979h176.631v52.38H394.956"
/>
<path id="path6949" fill="#0895FF" d="M264.371,490.726v90.798H174.31v6.98h97.428v-90.8H361.8v-6.979H264.371"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.5 KiB

View file

@ -0,0 +1,109 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
<!DOCTYPE svg [
<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
<!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
<!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
<!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/">
<!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
<!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/">
]>
<svg version="1.2" baseProfile="tiny" id="Ebene_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
x="0px" y="0px" width="1005px" height="155px" viewBox="-373.657 52.361 1005 155" xml:space="preserve">
<metadata>
<sfw xmlns="&ns_sfw;">
<slices></slices>
<sliceSourceBounds height="123.153" width="891.18" y="447.639" x="352.163" bottomLeftOrigin="true"></sliceSourceBounds>
</sfw>
</metadata>
<g>
<path fill="#AA0000" d="M341.373,193.968c-2.26-2.385-8.34-2.6-9.285-2.6c-42.588,0-85.172-0.002-127.764,0.002
c-4.329,0-5.108,0.531-4.578-4.957c0.868-8.979,4.167-17.322,10.688-23.766c1.249-1.271,1.666-1.699,4.52-4.287
c12.092-10.957,36.181-19.742,36.181-19.742s20.16-7.443,31.48-11.896c5.084-2,10.049-4.311,14.577-7.445
c16.421-12.943,7.894-25.79-13.755-28.781c-15.163-2.17-28.979,1.533-41.748,9.677c-1.667,1.063-3.074,2.125-4.684,3.281
c-2.856,2.414-5.307,5.229-5.836,8.34c-0.286,1.681-0.013,2.838,0.021,3.112c0.108,0.871,0.375,2.25-0.272,2.884
c-0.778,0.76-2.394-0.002-3.111-0.681c-6.58-6.219-13.172-12.424-19.759-18.637c-0.412-0.389-1.173-1.221-1.173-1.221
s-0.72-0.834-0.745-1.406c-0.029-0.644,0.604-1.249,1.36-1.485c3.589-0.661,5.245-0.873,7.399-2.448
c5.797-4.237,11.855-8.025,18.325-11.18c8.651-4.219,17.747-6.726,27.272-8.01c7.325-0.988,28.84-4.338,53.973,6.837
c6.629,2.907,12.313,7.024,16.598,12.831c2.535,3.437,12.098,22.281-7.383,37.333c-6.963,5.588-15.271,9.038-23.674,11.971
c-7.188,2.512-12.465,4.396-24.227,7.795c-8.932,2.658-15.342,4.736-25.563,9.586c-8.129,3.855-13.465,8.543-13.465,8.543
s-2.662,2.053-2.147,3.658c0.446,1.395,2.668,1.254,3.975,1.258c31.445,0.02,62.892,0.014,94.337,0.016
c3.254,0,6.408-0.229,8.893-2.783c0.361-0.373,1.318-0.574,1.75-0.356c0.414,0.207,0.703,1.061,0.707,1.633
c0.049,7.365,0.051,14.894,0.008,22.258c-0.006,0.716-0.238,0.972-0.596,1.179C343.134,194.789,341.994,194.623,341.373,193.968z"
/>
<path fill="#AA0000" d="M107.1,193.042c-5.159-0.314-10.332-0.979-15.427-1.879c-20.739-3.656-30.385-8.555-36.174-10.826
c-2.766-1.086-5.47-2.113-8.476-1.012c-0.343,0.127-0.745,0.119-1.121,0.127c-1.911,0.021-2.496-0.723-1.666-2.428
c0.989-2.031,2.148-3.984,3.317-5.926c3.167-5.252,6.376-10.479,9.57-15.718c0.147-0.239,0.315-0.471,0.46-0.715
c0.651-1.09,1.366-2.101,2.858-1.892c1.403,0.197,1.706,1.354,2,2.451c0.642,2.388,2.099,4.166,4.016,5.646
c4.536,3.511,9.659,5.873,15.033,7.748c6.969,2.431,14.143,3.953,21.429,5.097c8.627,1.354,17.299,1.526,25.961,1.024
c7.342-0.428,14.576-1.752,21.498-4.457c4.213-1.646,7.409-4.553,9.968-8.104c3.395-4.711,2.004-11.188-2.622-14.871
c-6.284-5.002-13.592-6.979-21.333-8.31c-6.96-1.192-13.912-1.065-20.879-0.976c-3.271,0.043-11.09,0.354-14.087,3.136
c-1.104,0.972-1.979,1.045-2.504,0.571c-0.525-0.477-0.548-1.229-0.554-1.885c-0.059-6.802-0.066-13.604-0.021-20.401
c0.015-2.229,1.054-2.902,2.78-1.693c2.18,1.527,4.599,2.195,7.125,2.519c4.196,0.539,17.892,0.063,20.69-0.303
c7.481-0.978,6.828-0.859,11.194-2.029c4.673-1.252,9.131-4.53,11.458-7.241c0.038-0.043,0.076-0.089,0.113-0.134
c3.244-3.907,2.154-8.405-0.864-11.626c-2.898-3.09-6.541-5.069-10.597-6.267c-6.647-1.96-13.456-3.032-20.365-2.707
c-12.507,0.588-24.774,2.497-36.083,8.316c-2.589,1.332-5.016,3.008-7.407,4.686c-2.042,1.433-3.07,3.531-3.128,6.056
c-0.03,1.313,0.18,2.815-1.379,3.39c-1.573,0.578-2.388-0.791-3.285-1.701c-5.76-5.853-11.496-11.727-17.238-17.598
c-0.33-0.337-0.698-0.658-0.942-1.053c-0.694-1.123-0.267-2.054,1.063-2.208c1.488-0.172,3.082,0.063,4.464-0.387
c2.042-0.665,3.952-1.753,5.895-2.707c5.165-2.533,10.195-5.386,15.502-7.57c8.405-3.458,17.25-5.316,26.285-6.437
c8.648-1.073,23.906-1.519,34.944,0.111c7.378,1.115,14.691,2.597,21.539,5.649c6.041,2.692,11.94,5.698,16.45,10.779
c3.26,3.672,5.449,7.775,6.183,12.751c0.704,4.771-0.081,9.127-2.12,13.406c-1.404,2.946-3.504,4.854-6.393,6.588
c-5.668,3.397-9.024,4.248-9.741,4.687c-1.14,0.692-1.19,1.616-0.027,2.282c1.046,0.601,2.248,0.953,3.413,1.315
c6.821,2.13,12.679,5.873,17.563,11.002c3.567,3.744,5.68,8.23,6.39,13.535c0.726,5.435-0.549,10.236-2.896,14.957
c-1.827,3.677-4.856,6.263-8.043,8.605c-6.444,4.744-13.622,7.955-21.316,10.232c-5.727,1.691-11.531,2.842-17.409,3.619
C122.068,194.468,111.803,193.33,107.1,193.042z"/>
<path fill="#AA0000" d="M383.914,72.788c6.705,0,13.41,0,20.117,0.001c0.66,0,1.328-0.05,1.98,0.028
c1.494,0.178,1.725,0.81,0.787,2.032c-1.676,2.182-1.662,2.417,0.246,4.435c0.063,0.069,0.133,0.134,0.199,0.201
c9.354,9.465,18.715,18.931,28.074,28.396c0.465,0.472,0.898,0.979,1.438,1.361c0.939,0.676,1.945,0.688,2.869-0.056
c0.514-0.412,0.969-0.897,1.434-1.369c9.24-9.317,18.48-18.638,27.719-27.96c0.334-0.335,0.682-0.659,0.977-1.026
c1.232-1.531,1.203-2.073,0.053-3.714c-1.035-1.398-1.035-2.249,1.076-2.302c0.461-0.012,0.939-0.026,1.412-0.026
c13.6,0,27.199-0.003,40.799,0.005c0.844,0,1.711-0.01,2.525,0.169c0.348,0.076,0.771,0.6,0.83,0.971
c0.057,0.367-0.199,1.01-0.504,1.162c-0.918,0.461-1.902,0.855-2.906,1.075c-3.807,0.832-6.908,2.712-9.66,5.516
c-11.838,12.063-23.799,24.003-35.695,36.012c-2.98,3.016-5.918,6.092-8.842,9.17c-1.85,1.944-1.854,2.862,0.021,4.78
c3.295,3.36,6.68,6.634,9.959,10.009c2.43,2.5,4.688,5.17,7.137,7.647c6.508,6.582,13.096,13.082,19.613,19.652
c4.387,4.422,8.736,8.881,13.047,13.377c2.482,2.594,5.373,4.4,8.861,5.293c1.271,0.322,2.514,0.807,3.715,1.338
c0.326,0.146,0.666,0.764,0.617,1.109c-0.051,0.354-0.516,0.813-0.891,0.932c-0.613,0.193-1.301,0.195-1.955,0.195
c-13.883,0.01-27.766,0.008-41.648,0.002c-0.563,0-1.15,0.012-1.684-0.141c-0.883-0.252-1.217-0.783-0.67-1.699
c0.459-0.771,1.186-1.648,1.102-2.402c-0.092-0.801-0.914-1.588-1.559-2.242c-10.768-10.99-21.557-21.961-32.342-32.934
c-0.396-0.404-0.795-0.809-1.203-1.201c-2.383-2.303-3.256-2.332-5.645,0.043c-6.895,6.857-13.801,13.715-20.633,20.641
c-4.438,4.498-8.764,9.107-13.129,13.68c-1.645,1.722-1.645,1.83-0.395,4.113c0.713,1.306,0.443,1.879-1.045,2.092
c-0.646,0.095-1.316,0.058-1.98,0.058c-13.41,0.002-26.818,0.019-40.229-0.022c-1.205-0.004-3.223,0.323-3.326-1.144
c-0.211-1.533,1.641-1.61,2.729-1.867c4.885-1.143,8.611-3.928,12.064-7.471c11.008-11.291,22.199-22.397,33.279-33.619
c3.439-3.483,6.729-7.119,10.127-10.646c1.311-1.354,2.764-2.567,4.104-3.896c2.799-2.776,2.813-3.519,0.117-6.235
c-8.166-8.261-16.348-16.498-24.508-24.763c-6.633-6.715-13.291-13.408-19.84-20.205c-2.521-2.617-5.482-4.244-8.967-5.059
c-0.643-0.15-1.273-0.349-1.904-0.544c-0.896-0.277-2.004-0.489-1.881-1.71c0.125-1.243,1.217-1.243,2.188-1.241
c0.568,0.001,1.135-0.002,1.701-0.002C370.501,72.788,377.208,72.788,383.914,72.788z"/>
</g>
<g>
<path id="path2898_1_" fill="#0584DB" d="M-369.356,194.63l52.284-0.042c21.383,0,38.716-17.33,38.716-38.716
c0-21.38-17.332-38.713-38.716-38.713l-13.576,0.065c-1.083,0-1.958-0.878-1.958-1.957c0-1.089,0.876-1.964,1.958-1.964
l52.156,0.007l0.031-16.392h-52.198c-10.117,0-18.314,8.201-18.314,18.313c0,10.115,8.197,18.313,18.314,18.313l13.642,0.153
c12.244,0,22.168,9.922,22.168,22.163c0,12.248-9.923,22.17-22.168,22.17h-52.319L-369.356,194.63"/>
<path id="path2900_1_" fill="#0584DB" d="M-369.336,174.172h52.319c10.117,0,18.313-8.195,18.313-18.313
c0-10.109-8.198-18.31-18.313-18.31l-13.642-0.148c-12.245,0-22.168-9.922-22.168-22.171c0-12.242,9.924-22.165,22.168-22.165
l52.198-0.023l-0.031-16.479l-52.156-0.016c-21.382,0-38.715,17.335-38.715,38.72c0,21.379,17.332,38.71,38.715,38.71l13.495,0.011
c1.047,0,1.892,0.848,1.892,1.896c0,1.044-0.845,1.895-1.892,1.895l-52.203,0.02L-369.336,174.172"/>
<path id="path2902_1_" fill="#0584DB" d="M-237.837,178.134c-9.057,0-16.487-7.256-16.487-16.482v-52.407
c0-8.885,7.431-16.233,16.487-16.233l55.806,0.015l-0.004-16.459l-55.802-0.011c-18.148,0-32.856,14.714-32.856,32.856v52.239
c0,18.143,14.709,32.853,32.856,32.853l55.574,0.023l-0.02-16.416L-237.837,178.134"/>
<path id="path2904_1_" fill="#0584DB" d="M-250.323,109.412c0-6.92,5.563-12.529,12.486-12.529h55.806l-0.004,16.433h-48.078
c-3.851,0.001-3.897,3.873-3.897,3.873h40.089l0.012,16.38h-56.444L-250.323,109.412"/>
<path id="path2906_1_" fill="#0584DB" d="M-237.837,174.15c-6.905,0-12.502-5.6-12.502-12.499l-0.011-24.17h56.445l-0.013,16.429
h-40.095c0.046,3.866,3.899,3.871,3.899,3.871h47.851l-0.02,16.349L-237.837,174.15"/>
<path id="path2908_1_" fill="#0584DB" d="M-142.932,178.092c-9.06,0-16.442-7.386-16.442-16.44v-52.239
c0-9.053,7.34-16.399,16.397-16.399l54.028-0.01l0.007-16.442l-54.162-0.003c-18.147,0-32.855,14.712-32.855,32.855v52.24
c0,18.143,14.84,32.852,32.984,32.852l54.033,0.024l-0.003-77.356h-46.439v16.396h30.023v44.528L-142.932,178.092"/>
<path id="path2910_1_" fill="#0584DB" d="M-155.507,161.651c0,6.916,5.609,12.614,12.529,12.614l33.744,0.002v-36.823h-26.11v16.45
h9.691l0.04,3.872l-9.642-0.014c-2.13,0-3.856-1.729-3.856-3.858l-0.06-36.745c0,0-0.01-3.831,3.873-3.911h46.396l-0.046-16.399
l-54.028,0.042c-6.919,0-12.527,5.611-12.527,12.528v52.242"/>
<path id="path2912_1_" fill="#0584DB" d="M-38.173,96.609c0.728-2.088,2.716-3.593,5.051-3.593c2.342,0,4.336,1.511,5.057,3.605
l26.207,77.729h-38.378l0.04-18.279h12.84l-5.795-17.212l-18.807,55.651h-19.386L-38.173,96.609"/>
<path id="path2914_1_" fill="#0584DB" d="M3.443,178.097h-43.62v16.418h66.413L-8.312,91.994
c-3.026-9.996-12.989-17.333-24.82-17.333c-11.818,0-21.777,7.333-24.811,17.314l-34.865,102.536h17.388l33.823-99.679
c1.383-3.298,4.638-5.62,8.438-5.62c3.797,0,7.042,2.302,8.428,5.59L3.443,178.097"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="950.985" height="131.981"><path style="marker:none" color="#000" fill="#b2ae85" overflow="visible" d="M0 0h950.985v131.98H0z"/><path d="M5.499 126.019V5.963l470.707.251 469.28-.251v119.846zm276.237-32.447h-3.806c0 3.063-2.184 4.416-3.983 4.898H190.51V71.456h54.137c.678.008 3.078 2.408 3.434 4.264h3.083V50.356h-3.46c0 2.554-2.023 4.959-3.35 4.943H190.51V31.378h80.793c2.125.422 4.341 3.106 4.341 4.997h3.067v-26.02h-3.01c-.125 1.876-1.623 4.401-3.967 4.839H156.53v2.146c3.867.066 5.626 3.119 5.626 4.445v86.87c-.251 1.734-1.905 3.957-5.843 3.73v2.897h118.017c1.467.738 3.388 1.653 3.703 4.875h3.765zm-133.84-9.253c-.713-25.827-36.844-30.276-55.852-31.212-17.75-.874-34.645-2.751-38.214-6.32-3.402-3.402-4.681-7.423 2.266-12.469 5.005-3.634 13.046-5.432 26.5-5.482 19.623-.073 40.188 5.806 46.11 13.188 1.94 2.42.022 2.94 3.047 3.907l16.088-24.017-2.697-1.445s-3.118 1.988-4.9 1.988c-4.473 0-27.651-11.186-58.288-11.195-25.983 0-56.716 8.521-57.5 32.05 0 7.008-.14 16.724 20.269 25.84 20.528 9.168 74.896.425 74.896 16.395 0 16.894-44.576 17.18-68.23 8.901-3.468-1.213-15.29-3.63-14.68-13.104l-2.551-.55-14.99 25.081c3.237 3.237 2.527.33 7.04.33 4.793.266 25.363 10.828 59.217 11.445 30.033.548 61.627-8.975 62.469-33.331zm788.489 31.075V15.536l-326.729-.37v100.6zM757.644 32.933C641.052 54.697 661.3 108.26 762.83 96.574c-160.757 33.502-206.99-37.001-5.187-63.641zm22.584 16.688l10.137 37.122c85.054-9.573 123.913-64.065-14.8-57.88 113.648-14.807 153.732 1.02 144.03 17.303-9.702 16.282-66.715 37.614-139.836 47.606zM434.016 99.178c-.041-2.073-3.982-1.235-6.027-4.777V69.913c-.044-.928 2.483-3.485 5.754-3.618l-.072-2.6h-63.524c-1.46-1.435-2.525-2.928-2.818-4.368h-3.664v23.62h3.092c1.553-1.11 1.02-3.751 3.98-4.623l34.32.067v13.616c-119.4 37.342-112.61-92.262-6.443-56.746 11.093 4.523 5.544 9.076 11.103 9.079l14.364-23.953c-1.5-2.47-4.038.51-6.868.33-5.81 0-26.577-8.715-51.17-8.814-35.357.084-76.79 12.766-76.79 53.933 2.346 39.494 45.121 51.959 79.002 49.314 16.326 0 44.61-4.702 65.761-15.972zm40.578 12.055c-1.593-.007-5.94-1.176-5.856-5.617l9.573-17.338 53.82.113c1.123 2.456 9.817 15.366 9.59 18.359 0 .643-.05 4.112-5.795 4.563v2.757h43.748v-2.66c-3.167-.185-5.289-.995-6.432-2.269l-51.348-88.136c.062-3.592 4.338-3.933 5.438-4.62v-2.813h-42.138l-.019 2.781c4.277.313 5.998 2.848 5.38 6.07l-48.685 85.935c-2.153 1.888-3.713 3.172-6.627 2.934v2.62h39.413zm11.232-36.871l19.396-35.773L524.644 74.4z"/></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -0,0 +1,221 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="568.929px"
height="116.145px" viewBox="-1 -1 568.929 116.145" enable-background="new -1 -1 568.929 116.145" xml:space="preserve">
<g>
<polygon points="533.056,31.853 532.827,31.721 348.343,31.721 329.321,-1 238.374,-1 219.347,31.721 34.106,31.721 -1,51.605
-1,95.259 33.88,115.018 34.108,115.145 532.825,115.145 567.675,95.404 567.929,95.259 567.929,51.607 "/>
<polygon fill="#CED1DD" points="0,52.188 0,94.677 34.37,114.145 532.56,114.145 566.929,94.677 566.929,52.19 532.56,32.72
347.767,32.72 328.744,0 238.948,0 219.923,32.72 34.37,32.72 "/>
<linearGradient id="path14_1_" gradientUnits="userSpaceOnUse" x1="308.144" y1="1410.9641" x2="308.144" y2="1515.9807" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#D9DDE9"/>
<stop offset="0.39" style="stop-color:#777489"/>
<stop offset="0.98" style="stop-color:#D9DDE9"/>
</linearGradient>
<path id="path14" fill="url(#path14_1_)" d="M344.724,37.286L325.701,4.564h-0.252h-83.458h-0.25l-19.025,32.723H36.777
L4.565,55.36v36.148l32.212,18.072h493.885l32.211-18.072V55.36l-32.211-18.072L344.724,37.286L344.724,37.286z"/>
<path id="path16" fill="#202066" d="M309.46,13.469l-7.131,21.726h3.521l7.146-20.979c0.26-0.959,1.043-1.659,1.963-1.659
c0.931,0,1.713,0.7,1.974,1.659l6.041,17.746h-9.479v3.232H327.6l-7.132-21.726c-0.684-2.396-2.893-4.146-5.51-4.146
C312.351,9.321,310.146,11.071,309.46,13.469z M313.638,26.961l1.248-3.706l1.301,3.706H313.638z M313.121,16.323l-6.387,18.872
h4.117l2.643-7.822v3.697h8.295l-4.926-14.747c-0.25-0.821-0.996-3.182-1.873-3.182C314.109,13.141,313.363,15.501,313.121,16.323
L313.121,16.323z M290.572,13.438h12.344v-3.53h-12.639c-3.408,0-6.172,2.771-6.172,6.18v12.936c0,3.409,2.764,6.172,6.172,6.172
h12.639V18.726h-9.992v3.234h6.461v9.702h-8.813c-1.627,0-2.936-1.315-2.936-2.938v-12.35
C287.634,14.755,288.945,13.438,290.572,13.438z M292.923,22.844v3.531h2.055v0.882h-2.055c-0.486,0-0.883-0.396-0.883-0.882
v-7.648c0-0.486,0.396-0.883,0.883-0.883h9.992V14.32h-11.461c-1.627,0-2.945,1.316-2.945,2.938v10.585
c0,1.622,1.318,2.938,2.945,2.938h7.055v-7.938L292.923,22.844L292.923,22.844z M270.292,13.438h12.344v-3.53h-12.641
c-3.408,0-6.17,2.771-6.17,6.18v12.792c0,3.408,2.762,6.179,6.17,6.179h12.641v-3.531h-12.344c-1.621,0-2.938-1.314-2.938-2.938
V16.376C267.354,14.755,268.671,13.438,270.292,13.438L270.292,13.438z M279.987,21.961v-3.234h-8.227
c0-0.486,0.395-0.883,0.883-0.883h9.992V14.32h-11.461c-1.621,0-2.936,1.316-2.936,2.938v4.703H279.987L279.987,21.961z
M279.987,23.14v3.234h-8.227c0,0.485,0.395,0.882,0.883,0.882h9.992v3.522h-11.461c-1.621,0-2.936-1.314-2.936-2.938v-4.703
L279.987,23.14L279.987,23.14z M249.784,27.547h-7.412v3.233h11.314h0.145c2.123-0.076,3.82-1.827,3.82-3.966
c0-2.189-1.773-3.972-3.965-3.972h-4.459c-1.803-0.686-3.334-2.474-3.334-4.559c0-2.679,2.467-4.848,5.145-4.848h11.027V9.907
h-11.469c-4.541,0-8.225,3.69-8.225,8.233c0,4.55,3.979,8.234,8.521,8.234v-0.038l0.023,0.038h2.625
c0.32,0,0.586,0.259,0.586,0.586c0,0.326-0.268,0.586-0.586,0.586H249.784L249.784,27.547z M254.646,17.554h7.42V14.32H250.75
h-0.152c-2.123,0.076-3.818,1.827-3.818,3.966c0,2.198,1.779,3.973,3.973,3.973h4.459c1.803,0.692,3.326,2.473,3.326,4.558
c0,2.68-2.465,4.849-5.146,4.849h-11.018v3.53h11.459c4.545,0,8.234-3.683,8.234-8.232c0-4.543-3.979-8.234-8.523-8.234v0.046
l-0.029-0.045h-2.619c-0.328,0-0.586-0.259-0.586-0.586c0-0.319,0.258-0.586,0.586-0.586L254.646,17.554L254.646,17.554z"/>
<g>
<linearGradient id="polygon37_2_" gradientUnits="userSpaceOnUse" x1="220.7949" y1="1450.0256" x2="270.3067" y2="1499.5374" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#D9DDE9"/>
<stop offset="0.39" style="stop-color:#777489"/>
<stop offset="0.98" style="stop-color:#D9DDE9"/>
</linearGradient>
<polygon id="polygon37" fill="url(#polygon37_2_)" points="260.669,47.433 260.669,99.606 243.101,99.606 243.101,80.333
209.429,61.171 209.429,99.606 191.86,99.606 191.86,47.433 210.161,47.433 243.101,66.173 243.101,47.433 "/>
<linearGradient id="polygon37_3_" gradientUnits="userSpaceOnUse" x1="221.6904" y1="1450.804" x2="269.7215" y2="1498.8352" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#000000"/>
<stop offset="0.11" style="stop-color:#181C4E"/>
<stop offset="0.22" style="stop-color:#181818"/>
<stop offset="0.34" style="stop-color:#181C4E"/>
<stop offset="0.47" style="stop-color:#000000"/>
<stop offset="0.59" style="stop-color:#181C4E"/>
<stop offset="0.72" style="stop-color:#000000"/>
<stop offset="0.84" style="stop-color:#181C4E"/>
<stop offset="0.98" style="stop-color:#000000"/>
</linearGradient>
<polygon id="polygon37_1_" fill="url(#polygon37_3_)" points="259.698,48.156 259.698,98.649 242.626,98.649 242.626,79.995
209.903,61.45 209.903,98.649 192.83,98.649 192.83,48.156 210.614,48.156 242.626,66.29 242.626,48.156 "/>
</g>
<g>
<linearGradient id="rect58_2_" gradientUnits="userSpaceOnUse" x1="449.5093" y1="1461.4338" x2="499.7514" y2="1514.8802" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#D9DDE9"/>
<stop offset="0.39" style="stop-color:#777489"/>
<stop offset="0.98" style="stop-color:#D9DDE9"/>
</linearGradient>
<rect id="rect58" x="433.251" y="47.179" fill="url(#rect58_2_)" width="18.262" height="52.509"/>
<linearGradient id="rect58_3_" gradientUnits="userSpaceOnUse" x1="450.2104" y1="1462.1799" x2="498.416" y2="1513.46" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#000000"/>
<stop offset="0.11" style="stop-color:#181C4E"/>
<stop offset="0.22" style="stop-color:#181818"/>
<stop offset="0.34" style="stop-color:#181C4E"/>
<stop offset="0.47" style="stop-color:#000000"/>
<stop offset="0.59" style="stop-color:#181C4E"/>
<stop offset="0.72" style="stop-color:#000000"/>
<stop offset="0.84" style="stop-color:#181C4E"/>
<stop offset="0.98" style="stop-color:#000000"/>
</linearGradient>
<rect id="rect58_1_" x="433.716" y="48.156" fill="url(#rect58_3_)" width="17.332" height="50.559"/>
</g>
<g>
<linearGradient id="polygon79_2_" gradientUnits="userSpaceOnUse" x1="300.4995" y1="1450.3645" x2="350.3083" y2="1500.1731" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#D9DDE9"/>
<stop offset="0.39" style="stop-color:#777489"/>
<stop offset="0.98" style="stop-color:#D9DDE9"/>
</linearGradient>
<polygon id="polygon79" fill="url(#polygon79_2_)" points="320.921,57.68 290.917,57.68 290.917,68.182 326.921,68.182
309.669,78.684 290.917,78.684 290.917,89.186 339.673,89.186 322.421,99.688 272.915,99.688 272.915,59.182 290.917,47.179
338.173,47.179 "/>
<linearGradient id="polygon79_3_" gradientUnits="userSpaceOnUse" x1="301.6196" y1="1451.4602" x2="349.5781" y2="1499.4187" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#000000"/>
<stop offset="0.11" style="stop-color:#181C4E"/>
<stop offset="0.22" style="stop-color:#181818"/>
<stop offset="0.34" style="stop-color:#181C4E"/>
<stop offset="0.47" style="stop-color:#000000"/>
<stop offset="0.59" style="stop-color:#181C4E"/>
<stop offset="0.72" style="stop-color:#000000"/>
<stop offset="0.84" style="stop-color:#181C4E"/>
<stop offset="0.98" style="stop-color:#000000"/>
</linearGradient>
<polygon id="polygon79_1_" fill="url(#polygon79_3_)" points="320.378,58.266 291.488,58.266 291.488,68.378 326.156,68.378
309.544,78.49 291.488,78.49 291.488,88.6 338.433,88.6 321.824,98.714 274.153,98.714 274.153,59.712 291.488,48.156
336.99,48.156 "/>
</g>
<g>
<linearGradient id="polygon100_2_" gradientUnits="userSpaceOnUse" x1="141.2285" y1="1450.637" x2="190.7611" y2="1500.1694" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#D9DDE9"/>
<stop offset="0.39" style="stop-color:#777489"/>
<stop offset="0.98" style="stop-color:#D9DDE9"/>
</linearGradient>
<polygon id="polygon100" fill="url(#polygon100_2_)" points="161.399,57.878 131.563,57.878 131.563,68.317 167.366,68.317
150.21,78.762 131.563,78.762 131.563,89.204 180.047,89.204 162.89,99.647 113.66,99.647 113.66,59.368 131.563,47.433
178.555,47.433 "/>
<linearGradient id="polygon100_3_" gradientUnits="userSpaceOnUse" x1="142.0806" y1="1451.468" x2="190.2064" y2="1499.5938" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#000000"/>
<stop offset="0.11" style="stop-color:#181C4E"/>
<stop offset="0.22" style="stop-color:#181818"/>
<stop offset="0.34" style="stop-color:#181C4E"/>
<stop offset="0.47" style="stop-color:#000000"/>
<stop offset="0.59" style="stop-color:#181C4E"/>
<stop offset="0.72" style="stop-color:#000000"/>
<stop offset="0.84" style="stop-color:#181C4E"/>
<stop offset="0.98" style="stop-color:#000000"/>
</linearGradient>
<polygon id="polygon100_1_" fill="url(#polygon100_3_)" points="160.984,58.319 131.996,58.319 131.996,68.468 166.783,68.468
150.113,78.615 131.996,78.615 131.996,88.76 179.104,88.76 162.436,98.905 114.601,98.905 114.601,59.768 131.996,48.174
177.654,48.174 "/>
</g>
<g>
<linearGradient id="polygon121_2_" gradientUnits="userSpaceOnUse" x1="64.9922" y1="1454.7668" x2="113.8675" y2="1503.6422" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#D9DDE9"/>
<stop offset="0.39" style="stop-color:#777489"/>
<stop offset="0.98" style="stop-color:#D9DDE9"/>
</linearGradient>
<polygon id="polygon121" fill="url(#polygon121_2_)" points="29.562,59.372 47.47,47.433 101.942,47.433 84.779,57.882
47.47,57.882 47.47,89.219 81.048,89.219 81.048,76.534 60.155,76.534 77.317,66.089 98.958,66.089 98.958,87.727 81.048,99.667
29.562,99.667 "/>
<linearGradient id="polygon121_3_" gradientUnits="userSpaceOnUse" x1="65.687" y1="1455.4641" x2="113.1985" y2="1502.9756" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#000000"/>
<stop offset="0.11" style="stop-color:#181C4E"/>
<stop offset="0.22" style="stop-color:#181818"/>
<stop offset="0.34" style="stop-color:#181C4E"/>
<stop offset="0.47" style="stop-color:#000000"/>
<stop offset="0.59" style="stop-color:#181C4E"/>
<stop offset="0.72" style="stop-color:#000000"/>
<stop offset="0.84" style="stop-color:#181C4E"/>
<stop offset="0.98" style="stop-color:#000000"/>
</linearGradient>
<polygon id="polygon121_1_" fill="url(#polygon121_3_)" points="30.563,59.76 47.971,48.156 100.922,48.156 84.238,58.311
47.971,58.311 47.971,88.776 80.611,88.776 80.611,76.444 60.302,76.444 76.985,66.29 98.021,66.29 98.021,87.325 80.611,98.93
30.563,98.93 "/>
</g>
<g>
<polygon fill="#C2C4D2" points="422.089,89.034 404.587,99.688 350.558,99.688 368.06,89.034 402.304,89.034 402.304,78.382
350.558,78.382 350.558,57.835 368.06,47.179 422.851,47.179 405.349,57.835 369.582,57.835 369.582,67.725 422.089,67.725 "/>
<linearGradient id="polygon142_2_" gradientUnits="userSpaceOnUse" x1="350.5229" y1="-651.3997" x2="422.8159" y2="-651.3997" gradientTransform="matrix(1 0 0 -1 0.0352 -577.9663)">
<stop offset="0" style="stop-color:#D9DDE9"/>
<stop offset="0.39" style="stop-color:#777489"/>
<stop offset="0.98" style="stop-color:#D9DDE9"/>
</linearGradient>
<polygon id="polygon142" fill="url(#polygon142_2_)" points="402.304,89.034 402.304,78.382 350.558,78.382 350.558,57.835
368.06,47.179 422.851,47.179 405.349,57.835 369.582,57.835 369.582,67.725 422.089,67.725 422.089,89.034 404.587,99.688
350.558,99.688 368.06,89.034 "/>
<linearGradient id="polygon142_3_" gradientUnits="userSpaceOnUse" x1="381.4263" y1="1450.1321" x2="430.443" y2="1499.1486" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#000000"/>
<stop offset="0.11" style="stop-color:#181C4E"/>
<stop offset="0.22" style="stop-color:#181818"/>
<stop offset="0.34" style="stop-color:#181C4E"/>
<stop offset="0.47" style="stop-color:#000000"/>
<stop offset="0.59" style="stop-color:#181C4E"/>
<stop offset="0.72" style="stop-color:#000000"/>
<stop offset="0.84" style="stop-color:#181C4E"/>
<stop offset="0.98" style="stop-color:#000000"/>
</linearGradient>
<polygon id="polygon142_1_" fill="url(#polygon142_3_)" points="401.724,88.454 401.724,78.198 351.902,78.198 351.902,58.413
368.753,48.156 421.507,48.156 404.656,58.413 370.218,58.413 370.218,67.938 420.775,67.938 420.775,88.454 403.923,98.714
351.902,98.714 368.753,88.454 "/>
</g>
<g>
<polygon fill="#C2C4D2" points="533.447,89.034 515.945,99.688 461.914,99.688 479.417,89.034 513.662,89.034 513.662,78.382
461.914,78.382 461.914,57.835 479.417,47.179 534.207,47.179 516.705,57.835 480.939,57.835 480.939,67.725 533.447,67.725 "/>
<linearGradient id="polygon163_2_" gradientUnits="userSpaceOnUse" x1="491.6362" y1="1448.9846" x2="542.5464" y2="1499.8948" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#D9DDE9"/>
<stop offset="0.39" style="stop-color:#777489"/>
<stop offset="0.98" style="stop-color:#D9DDE9"/>
</linearGradient>
<polygon id="polygon163" fill="url(#polygon163_2_)" points="513.662,89.034 513.662,78.382 461.914,78.382 461.914,57.835
479.417,47.179 534.207,47.179 516.705,57.835 480.939,57.835 480.939,67.725 533.447,67.725 533.447,89.034 515.945,99.688
461.914,99.688 479.417,89.034 "/>
<linearGradient id="polygon163_3_" gradientUnits="userSpaceOnUse" x1="492.7817" y1="1450.1321" x2="541.799" y2="1499.1493" gradientTransform="matrix(1 0 0 1 -24.4248 -1406.4004)">
<stop offset="0" style="stop-color:#000000"/>
<stop offset="0.11" style="stop-color:#181C4E"/>
<stop offset="0.22" style="stop-color:#181818"/>
<stop offset="0.34" style="stop-color:#181C4E"/>
<stop offset="0.47" style="stop-color:#000000"/>
<stop offset="0.59" style="stop-color:#181C4E"/>
<stop offset="0.72" style="stop-color:#000000"/>
<stop offset="0.84" style="stop-color:#181C4E"/>
<stop offset="0.98" style="stop-color:#000000"/>
</linearGradient>
<polygon id="polygon163_1_" fill="url(#polygon163_3_)" points="513.082,88.454 513.082,78.198 463.257,78.198 463.257,58.413
480.111,48.156 532.865,48.156 516.011,58.413 481.576,58.413 481.576,67.938 532.132,67.938 532.132,88.454 515.279,98.714
463.257,98.714 480.111,88.454 "/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 37 KiB

View file

@ -1,14 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="175.747" height="41.94">
<g fill-rule="evenodd">
<path d="M163.29 41.94l12.457-7.215V19.464l-11.937-6.903h-48.791L106.247 0H68.721l-8.824 12.561H11.886L0 19.412v15.313l12.509 7.215z" />
<path fill="#fff" d="M2.595 33.789l10.484 6.073h149.588l10.485-6.073v-13.39l-9.912-5.762h-49.258l-8.875-12.561H69.759l-8.772 12.561h-48.53l-9.862 5.71z" />
<path d="M80.925 11.588a1.17 1.17 0 0 0 1.179 1.172h4.815v-1.466h-4.522v-.411h3.563V9.424h-5.028l-.007 2.164zM80.932 6.754c0-.606.522-1.169 1.172-1.166h4.815v1.459h-4.522v.411h3.563v1.479h-5.035l.007-2.183zM113.099 25.537h15.26v6.073l-5.449 3.685h-16.844l5.58-3.738h9.861v-2.283h-15.26V23.33l5.633-3.814h16.817l-5.555 3.736h-10.043zM130.488 19.516h6.851v15.779h-6.851zM146.837 25.537h15.26v6.073l-5.451 3.685h-16.842l5.58-3.738h9.862v-2.283h-15.26V23.33l5.631-3.814h16.818l-5.555 3.736h-10.043z"
/>
<path d="M91.404 31.557v-2.283h6.564l5.58-3.737H91.404v-2.285h9.886l5.555-3.736H90.521l-5.969 3.66v12.119h16.61l5.605-3.738zM43.444 31.557v-2.283h6.566l5.579-3.737H43.444v-2.285h9.887l5.554-3.736H42.561l-5.968 3.66v12.119h16.609l5.606-3.738zM75.78 30.053l-8.512-5.295v10.537h-6.852V19.516h6.955l8.409 4.619v-4.619h6.852v15.779H75.78zM19.464 23.252v8.305h8.512v-2.283h-6.955l5.554-3.737h8.253v6.229l-5.243 3.529H12.613V23.358l5.683-3.842h18.582l-5.528 3.736zM81.932 3.621a2.96 2.96 0 0 0-2.96 2.959v5.18a2.96 2.96 0 0 0 2.96 2.959h4.988V13.26h-4.864c-.858 0-1.619-.813-1.619-1.671v-4.84c0-.858.761-1.651 1.619-1.651h4.864V3.619h-4.988v.002zM91.376 11.334V7.047h4.756V5.588h-5.023c-.65-.003-1.172.56-1.172 1.166l-.006 4.834c0 .658.535 1.179 1.178 1.172h3.064l-.008-3.362H91.86v1.446h.852v.489h-1.336v.001zM77.562 3.607h-4.779a3.646 3.646 0 0 0-3.646 3.645c0 2.014 1.633 3.607 3.646 3.59h1.456v.492h-5.07v1.427h4.905a1.67 1.67 0 0 0 1.67-1.669 1.66 1.66 0 0 0-1.67-1.657l-1.271-.005a2.166 2.166 0 0 1 0-4.332h4.762l-.003-1.491z"
/>
<path d="M77.562 7.008h-4.967v.489l1.49.003c2.014 0 3.646 1.593 3.646 3.606 0 2.014-1.632 3.611-3.646 3.611l-4.916-.01v-1.451h4.905a2.165 2.165 0 0 0 2.166-2.165c0-1.196-.97-2.153-2.166-2.153l-1.271-.005a1.67 1.67 0 0 1 0-3.34h4.762l-.003 1.415zM101.689 5.338c-.059-.139-.08-.172-.24-.172-.16 0-.199.083-.26.222l-3.029 9.331 1.594.002 1.713-5.173.564 1.747H100.9v1.472h3.219l-2.43-7.429z"
/>
<path d="M90.937 14.72a2.96 2.96 0 0 1-2.96-2.959v-5.18a2.96 2.96 0 0 1 2.96-2.959h5.195v1.479h-5.07c-.859 0-1.62.793-1.62 1.651v4.84c0 .858.76 1.671 1.62 1.671h3.592V8.912h-2.793V7.459h4.277v6.92l3.047-9.428a2.4 2.4 0 0 1 4.547.062l3.164 9.708H100.9v-1.459h3.895l-2.641-8.097c-.154-.445-.43-.498-.705-.498-.287 0-.553.118-.703.525l-3.1 9.529h-6.709v-.001z"
/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="175.747" height="41.94"><g fill-rule="evenodd"><path d="M163.29 41.94l12.457-7.215V19.464l-11.937-6.903h-48.791L106.247 0H68.721l-8.824 12.561H11.886L0 19.412v15.313l12.509 7.215z"/><path fill="#fff" d="M2.595 33.789l10.484 6.073h149.588l10.485-6.073v-13.39l-9.912-5.762h-49.258l-8.875-12.561H69.759l-8.772 12.561h-48.53l-9.862 5.71z"/><path d="M80.925 11.588a1.17 1.17 0 0 0 1.179 1.172h4.815v-1.466h-4.522v-.411h3.563V9.424h-5.028l-.007 2.164zm.007-4.834c0-.606.522-1.169 1.172-1.166h4.815v1.459h-4.522v.411h3.563v1.479h-5.035l.007-2.183zm32.167 18.783h15.26v6.073l-5.449 3.685h-16.844l5.58-3.738h9.861v-2.283h-15.26V23.33l5.633-3.814h16.817l-5.555 3.736h-10.043zm17.389-6.021h6.851v15.779h-6.851zm16.349 6.021h15.26v6.073l-5.451 3.685h-16.842l5.58-3.738h9.862v-2.283h-15.26V23.33l5.631-3.814h16.818l-5.555 3.736h-10.043z"/><path d="M91.404 31.557v-2.283h6.564l5.58-3.737H91.404v-2.285h9.886l5.555-3.736H90.521l-5.969 3.66v12.119h16.61l5.605-3.738zm-47.96 0v-2.283h6.566l5.579-3.737H43.444v-2.285h9.887l5.554-3.736H42.561l-5.968 3.66v12.119h16.609l5.606-3.738zm32.336-1.504l-8.512-5.295v10.537h-6.852V19.516h6.955l8.409 4.619v-4.619h6.852v15.779H75.78zm-56.316-6.801v8.305h8.512v-2.283h-6.955l5.554-3.737h8.253v6.229l-5.243 3.529H12.613V23.358l5.683-3.842h18.582l-5.528 3.736zM81.932 3.621a2.96 2.96 0 0 0-2.96 2.959v5.18a2.96 2.96 0 0 0 2.96 2.959h4.988V13.26h-4.864c-.858 0-1.619-.813-1.619-1.671v-4.84c0-.858.761-1.651 1.619-1.651h4.864V3.619h-4.988v.002zm9.444 7.713V7.047h4.756V5.588h-5.023c-.65-.003-1.172.56-1.172 1.166l-.006 4.834c0 .658.535 1.179 1.178 1.172h3.064l-.008-3.362H91.86v1.446h.852v.489h-1.336v.001zM77.562 3.607h-4.779a3.646 3.646 0 0 0-3.646 3.645c0 2.014 1.633 3.607 3.646 3.59h1.456v.492h-5.07v1.427h4.905a1.67 1.67 0 0 0 1.67-1.669 1.66 1.66 0 0 0-1.67-1.657l-1.271-.005a2.166 2.166 0 0 1 0-4.332h4.762l-.003-1.491z"/><path d="M77.562 7.008h-4.967v.489l1.49.003c2.014 0 3.646 1.593 3.646 3.606 0 2.014-1.632 3.611-3.646 3.611l-4.916-.01v-1.451h4.905a2.165 2.165 0 0 0 2.166-2.165c0-1.196-.97-2.153-2.166-2.153l-1.271-.005a1.67 1.67 0 0 1 0-3.34h4.762l-.003 1.415zm24.127-1.67c-.059-.139-.08-.172-.24-.172-.16 0-.199.083-.26.222l-3.029 9.331 1.594.002 1.713-5.173.564 1.747H100.9v1.472h3.219l-2.43-7.429z"/><path d="M90.937 14.72a2.96 2.96 0 0 1-2.96-2.959v-5.18a2.96 2.96 0 0 1 2.96-2.959h5.195v1.479h-5.07c-.859 0-1.62.793-1.62 1.651v4.84c0 .858.76 1.671 1.62 1.671h3.592V8.912h-2.793V7.459h4.277v6.92l3.047-9.428a2.4 2.4 0 0 1 4.547.062l3.164 9.708H100.9v-1.459h3.895l-2.641-8.097c-.154-.445-.43-.498-.705-.498-.287 0-.553.118-.703.525l-3.1 9.529h-6.709v-.001z"/></g></svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="580" height="130" viewBox="-7.371 -3.275 580 130"><g opacity=".5"><path d="M-3 2.5h28.081v8.265h-8.219v112.16H6.929V10.765H-3zM50.519 114.716H61.48V36.134h9.587v78.582c0 5.085-4.622 8.688-9.36 8.688H50.519c-5.007 0-9.474-4.075-9.474-8.791V36.134h9.474v78.582zM256.674 55.327h14.642v68.154h-20.632c-4.412 0-9.846-3.377-9.846-8.5V11.957c0-4.328 4.535-8.937 9.629-8.937h11.259c4.994 0 9.525 4.566 9.525 8.836v24.406h-9.868V12.196H250.17v102.861h11.472v-51.39h-4.968v-8.34zM398.255 81.654v41.31h-9.244V43.845c0-3.574 3.552-7.468 8.047-7.468h15.24v7.626h-14.043v29.232h11.56v8.457l-11.56-.038zM431.045 36.399h9.703v31.512l5.479 5.509 5.363-5.356V36.399h9.586V66.38c0 3.661-9.47 13.306-9.47 13.306s9.586 9.64 9.586 13.547v29.904h-9.017V92.004l-5.822-5.887-5.821 5.81v31.213h-9.587V93.306c0-3.669 10.155-13.695 10.155-13.695s-10.155-9.537-10.155-13.381V36.399zM112.616 81.849c3.253 0 7.578-3.888 7.578-9.092V44.319c0-4.092-4.667-7.901-9.975-7.901H90.528v86.894h9.076V82.488h3.425l10.101 40.67h8.904l-9.418-41.309zm-1.796-8.496H99.946V44.837h10.874v28.516zM313.457 81.622c3.254 0 7.581-3.895 7.581-9.096V44.09c0-4.091-4.67-7.905-9.976-7.905h-19.689v86.9h9.068v-40.83h3.429l10.104 40.669h8.901l-9.418-41.302zm-1.928-8.594h-10.867V44.515h10.867v28.513zM168.712 83.897c-.042-3.894-4.107-6.357-4.107-6.357s4.107-2.658 4.107-6.354V44.66c0-5.007-4.408-8.265-8.901-8.265h-20.719v86.744h20.719c4.195 0 8.901-2.621 8.901-8.262 0 .001.046-27.09 0-30.98zm-9.331 30.743H148.51V82.308h10.871v32.332zm0-41.308H148.51V44.817h10.871v28.515zM208.392 35.755H197.605c-5.437 0-9.396 4.648-9.396 8.184v70.446c0 4.554 5.072 8.683 9.354 8.683h11.728c4.58 0 9.16-4.729 9.16-8.5V43.699c0-3.177-4.325-7.944-10.059-7.944zm.342 78.359h-10.502V44.336h10.502v69.778zM360.691 36.376h-11.979c-5.396 0-8.563 4.447-8.563 7.943v78.645h9.074v-41.31h11.47v41.31h9.075V44.795c-.001-5.189-3.591-8.419-9.077-8.419zm-.259 36.7h-10.867v-27.96h10.867v27.96zM515.902 82.442h28.094v10.479h-28.094z"/><path d="M519.37 35.173c-24.607 0-44.551 19.946-44.551 44.553 0 24.607 19.942 44.558 44.551 44.558 24.606 0 44.557-19.949 44.557-44.558-.001-24.606-19.95-44.553-44.557-44.553zm-15.163 62.86h-14.128v-4.949h4.554V66.938h-4.47v-5.113h9.58V93h4.464v5.033zm44.66-26.709h-4.541v-4.548h-28.67v10.88h30.617l2.594 2.601v14.374l-3.247 3.247h-31.341l-3.248-3.247v-29.64l3.008-3.006h32.072l2.756 2.76v6.579z"/></g><path fill="#F79226" d="M0 0h28.081v8.264h-8.219v112.161H9.929V8.264H0zM53.519 112.216H64.48V33.634h9.587v78.582c0 5.085-4.622 8.688-9.36 8.688H53.519c-5.007 0-9.474-4.075-9.474-8.791V33.634h9.474v78.582z"/><path fill="#E3E800" d="M259.674 52.827h14.642v68.154h-20.632c-4.412 0-9.846-3.377-9.846-8.5V9.457c0-4.328 4.535-8.937 9.629-8.937h11.259c4.994 0 9.525 4.567 9.525 8.836v24.407h-9.868V9.696H253.17v102.861h11.472v-51.39h-4.968v-8.34zM401.255 79.154v41.31h-9.244V41.345c0-3.574 3.552-7.468 8.047-7.468h15.24v7.626h-14.043v29.232h11.56v8.457l-11.56-.038zM434.045 33.899h9.703v31.512l5.479 5.509 5.363-5.356V33.899h9.586v29.982c0 3.661-9.47 13.306-9.47 13.306s9.586 9.64 9.586 13.547v29.904h-9.017V89.504l-5.822-5.887-5.821 5.81v31.213h-9.587V90.806c0-3.669 10.155-13.695 10.155-13.695s-10.155-9.537-10.155-13.381V33.899z"/><path fill="#F79226" d="M115.616 79.349c3.253 0 7.578-3.888 7.578-9.092V41.82c0-4.092-4.667-7.902-9.975-7.902H93.528v86.894h9.076V79.988h3.425l10.101 40.67h8.904l-9.418-41.309zm-1.796-8.496h-10.874V42.337h10.874v28.516z"/><path fill="#E3E800" d="M316.457 79.122c3.254 0 7.581-3.895 7.581-9.096V41.59c0-4.091-4.67-7.905-9.976-7.905h-19.689v86.9h9.068v-40.83h3.429l10.104 40.669h8.901l-9.418-41.302zm-1.928-8.594h-10.867V42.014h10.867v28.514z"/><path fill="#F79226" d="M171.712 81.397c-.042-3.894-4.107-6.357-4.107-6.357s4.107-2.658 4.107-6.354V42.16c0-5.007-4.408-8.264-8.901-8.264h-20.719v86.744h20.719c4.195 0 8.901-2.621 8.901-8.262 0 0 .046-27.091 0-30.981zm-9.331 30.743H151.51V79.808h10.871v32.332zm0-41.308H151.51V42.318h10.871v28.514zM211.392 33.255H200.605c-5.437 0-9.396 4.648-9.396 8.183v70.447c0 4.554 5.072 8.683 9.354 8.683h11.728c4.58 0 9.16-4.729 9.16-8.5V41.199c0-3.176-4.325-7.944-10.059-7.944zm.342 78.359h-10.502V41.836h10.502v69.778z"/><path fill="#E3E800" d="M363.691 33.876h-11.979c-5.396 0-8.563 4.447-8.563 7.944v78.644h9.074v-41.31h11.47v41.31h9.075V42.295c-.001-5.188-3.591-8.419-9.077-8.419zm-.259 36.7h-10.867v-27.96h10.867v27.96z"/><g fill="#F79226"><path d="M518.902 79.942h28.094v10.479h-28.094z"/><path d="M522.37 32.673c-24.607 0-44.551 19.946-44.551 44.553 0 24.607 19.942 44.558 44.551 44.558 24.606 0 44.557-19.949 44.557-44.558-.001-24.606-19.95-44.553-44.557-44.553zm-15.163 62.86h-14.128v-4.949h4.554V64.438h-4.47v-5.113h9.58V90.5h4.464v5.033zm44.66-26.709h-4.541v-4.548h-28.67v10.88h30.617l2.594 2.601v14.374l-3.247 3.247h-31.341l-3.248-3.247v-29.64l3.008-3.005h32.072l2.756 2.759v6.579z"/></g></svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

@ -0,0 +1 @@
<svg version="1.2" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" width="566.929" height="170.079" viewBox="0 -13.883 566.929 170.079"><path fill="#5B5B5B" d="M240.575 77.262c-14.877 14.885-14.877 39.008 0 53.895 14.885 14.877 39.008 14.877 53.893 0 12.871-12.871 14.605-32.656 5.219-47.393l-20.5 20.5a11.621 11.621 0 0 1-3.414 8.193c-4.557 4.551-11.945 4.551-16.502 0-4.55-4.557-4.55-11.941 0-16.5 4.557-4.551 11.945-4.551 16.502 0l.35.371 18.705-18.703-.355-.364c-14.89-14.876-39.013-14.876-53.898.001z"/><path fill="#494949" d="M92.1 142.161l92.101-104.84h-38.433l-58.87 59.936a4.548 4.548 0 0 1-6.509 0c-1.796-1.825-1.796-4.797 0-6.633l52.361-53.302H0l92.1 104.839z"/><path fill="#5B5B5B" d="M503.134 104.038l-31.893 37.5h26.061l24.832-25.281a3.642 3.642 0 0 1 5.211 0c1.438 1.461 1.438 3.834 0 5.306l-19.621 19.979h59.205l-31.893-37.502 31.893-37.499h-26.061l-24.832 25.282a3.628 3.628 0 0 1-5.211 0c-1.439-1.462-1.439-3.832 0-5.304l19.621-19.979h-59.205l31.893 37.498zM356.339 66.539v75h23.938V92.793h18.15l22.326-26.254h-26.061l-24.84 25.282a3.616 3.616 0 0 1-5.201 0c-1.439-1.462-1.439-3.833 0-5.304l19.619-19.979-27.931.001z"/><path fill="#5B5B5B" d="M338.494 66.857h14.465l23.893-24.691h-38.354V0l-58.351 66.857h25.519l17.473-16.23a3.634 3.634 0 0 1 5.203 0c1.438 1.472 1.438 3.842 0 5.306L314.56 69.969v71.571h23.938V66.857h-.004zM158.919 77.262c-14.877 14.885-14.877 39.008 0 53.895 14.885 14.877 39.008 14.877 53.893 0 12.871-12.871 14.605-32.656 5.218-47.393l-20.5 20.5a11.621 11.621 0 0 1-3.414 8.193c-3.741 3.733-9.379 4.401-13.796 2.018l34.747-34.747c-.599-.715-4.425-4.512-5.576-5.42-14.954-11.852-36.753-10.865-50.572 2.954zm16.175 31.442c-1.765-4.229-.925-9.301 2.52-12.744a11.677 11.677 0 0 1 12.746-2.521l-15.266 15.265zM418.664 77.262c-14.877 14.885-14.877 39.008 0 53.895 14.887 14.877 39.01 14.877 53.895 0 12.871-12.871 14.605-32.656 5.223-47.393l-20.5 20.5c-.02 2.971-1.15 5.934-3.414 8.193-3.74 3.733-9.379 4.401-13.795 2.018l34.746-34.747c-.604-.715-4.43-4.512-5.576-5.42-14.96-11.852-36.759-10.865-50.579 2.954zm16.175 31.442c-1.766-4.229-.926-9.301 2.52-12.744a11.677 11.677 0 0 1 12.746-2.521l-15.266 15.265z"/></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.5 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="566.929" height="142.564"><g fill="#CE021B"><path d="M0 .016l29.727 142.531L59.3.016H43.294L29.727 80.124 16.007.016H0zM65.855.016h16.006v142.531H65.855V.016zM96.181 0v142.555h16.012V68.899l22.266 73.652h14.762l-17.813-67.397c9.896-5.938 12.81-13.71 12.81-13.71V16.161C137.66 1.603 126.353 0 126.353 0H96.181zm16.012 14.51h16.012v49.536h-16.012V14.51zM149.24.016h47.867v14.48H181.1v128.05h-16.006V14.498H149.24V.016zM285.669 0l-30.924 142.402v.149h15.862l3.353-19.213h22.366l3.202 19.213h16.013L285.669 0zm0 61.443l7.306 49.085h-15.813l8.507-49.085zM321.955.016h16.008v128.049h23.936v14.481h-39.941L321.955.016zM493.148.016h14.635l14.938 61.435L536.289.016h16.156l-22.408 83.842v58.688h-16.006V83.859L493.148.016zM464.423.016c-18.193 0-24.041 16.146-24.041 16.146.15.229 0 107.181 0 110.23 2.412 17.325 24.041 16.155 24.041 16.155 24 0 23.992-16.155 23.992-16.155V16.161C482.21-.783 464.423.016 464.423.016zm-8.031 16.145h16.014v111.881h-16.014V16.161zM203.356.016h16.16V126.39h16.159V.016h15.853V126.39s-5.183 16.157-23.323 16.157-24.849-16.157-24.849-16.157V.016zM379.587 0v142.555h32.174c14.934-3.89 15.859-14.513 15.859-14.513s-.023-38.076-.023-47.918c-1.121-6.213-6.229-6.422-6.229-6.422s-.021-1.731 0-3.102c5.645-.433 6.254-6.556 6.254-6.556s-.023-38.039 0-47.885C425.179 4.533 411.761 0 411.761 0h-32.174zm16.061 16.26h16.111v47.785h-16.111V16.26zm-.049 62.247h16.16v49.535h-16.16V78.507zM539.72 128.066h11.125v1.656h-4.725v12.825h-1.604v-12.825h-4.801v-1.656h.005zM552.447 142.548v-14.481h1.602l5.717 12.92 5.486-12.92h1.678v14.481h-1.678v-11.209l-4.73 11.209h-1.615l-4.855-11.209v11.209h-1.605z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="698.294" height="208.332" viewBox="0 0 197.074 58.796" id="svg2" version="1.1" fill-rule="evenodd"><defs id="defs4"><style type="text/css" id="style6">.fil0{fill:#02abca}.fil1{fill:#8b8b8b;fill-rule:nonzero}</style></defs><g id="Capa_x0020_1" transform="translate(-5.825 -5.621)"><g id="_56610944"><path id="_56666168" class="fil0" d="M165.011 25.954c0 13.427 15.875 11.507 15.875 2.117V5.846h-15.875v20.108z" fill="#009ac7" fill-opacity="1" stroke="none"/><path id="_56603080" class="fil0" d="M143.139 40.065c0 6.634 4.582 10.583 11.289 10.583h38.1c5.659 0 10.23-3.907 10.23-9.525V13.254c0-3.386-2.523-7.055-5.644-7.055h-8.82v22.93c0 17.416-30.338 17.282-30.338.353V5.846h-6.703c-4.364 0-8.114 2.765-8.114 7.055v27.164z" fill="#009ac7" fill-opacity="1" stroke="none"/><path id="_56604928" class="fil1" d="M90.402 12.433c0 3.622 3.05 6.671 6.861 6.671 4.003 0 7.148-2.954 7.148-6.67 0-3.717-3.145-6.671-7.148-6.671-3.812 0-6.861 2.954-6.861 6.67z" fill="#8b8b8b" fill-opacity="1" fill-rule="nonzero" stroke="none"/><path id="_56605920" class="fil1" fill="#8b8b8b" fill-opacity="1" fill-rule="nonzero" stroke="none" d="M103.363 63.895V25.68H91.546v38.215z"/><path id="_56605848" class="fil1" d="M114.322 12.433c0 3.622 3.145 6.671 6.957 6.671 3.907 0 7.052-2.954 7.052-6.67 0-3.717-3.145-6.671-7.052-6.671-3.812 0-6.957 2.954-6.957 6.67z" fill="#8b8b8b" fill-opacity="1" fill-rule="nonzero" stroke="none"/><path id="_56607936" class="fil1" fill="#8b8b8b" fill-opacity="1" fill-rule="nonzero" stroke="none" d="M127.283 63.895V25.68h-11.817v38.215z"/><path id="_56607472" class="fil1" d="M72.772 9.003L62.479 49.505s-7.91-30.4-9.244-34.785c-1.239-4.288-3.907-6.194-7.624-6.194-3.812 0-6.385 1.906-7.72 6.195-1.238 4.383-9.148 34.784-9.148 34.784L18.356 9.003H5.965S17.88 52.173 19.5 57.224c1.239 3.908 4.289 7.052 8.672 7.052 5.146 0 7.529-3.716 8.577-7.052 1.144-3.43 8.863-31.925 8.863-31.925s7.72 28.494 8.768 31.925c1.143 3.336 3.526 7.052 8.577 7.052 4.479 0 7.433-3.144 8.767-7.052 1.62-5.05 13.533-48.221 13.533-48.221H72.77z" fill="#8b8b8b" fill-opacity="1" fill-rule="nonzero" stroke="none"/></g></g></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -1,4 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1" width="990" height="445">
<path d="M166.997 430.01c-18.173-4.99-35.888-21.829-43.638-41.479-5.194-13.171-23.966-79.255-89.76-316l-9.866-35.5 44.517-.26c24.485-.143 44.832.082 45.215.5.383.418 17.05 64.935 37.038 143.37l36.342 142.611 17.274-66.11c41.02-156.993 47.988-182.31 53.165-193.184 6.976-14.654 19.169-25.124 33.647-28.895 7.628-1.987 25.207-2.008 32.765-.04 15.955 4.156 28.425 15.66 35.29 32.555 4.187 10.304 13.197 43.473 46.844 172.453 11.335 43.45 20.935 79.786 21.334 80.746.452 1.087 14.501-52.221 37.225-141.244l36.5-142.99 45.219-.005c35.74-.005 45.128.255 44.786 1.243-.238.688-9.867 35.225-21.397 76.75-55.103 198.443-74.286 265.085-79.688 276.84-9.176 19.97-24.597 33.846-42.914 38.617-7.652 1.993-24.288 2.012-31.875.036-10.565-2.752-16.608-6.39-25.671-15.453-7.08-7.078-9.34-10.165-13.206-18.04-6.323-12.873-12.417-33.87-51.227-176.5-9.129-33.55-16.85-61.675-17.158-62.5-.308-.825-9.728 31.98-20.933 72.9-24.628 89.938-37.601 136.4-41.633 149.1-8.714 27.454-24.558 45.03-45.447 50.416-7.533 1.943-25.774 1.977-32.748.062zM635.39 292.03v-136.5h85v273h-85v-136.5zm171 0v-136.5h85v273h-85v-136.5zm117 123v-13.5h-5c-4.666 0-5-.166-5-2.5v-2.5h26v2.5c0 2.334-.333 2.5-5 2.5h-5v27h-6v-13.5zm18-2.5v-16h8.914l3.043 9.861c1.674 5.424 3.043 10.464 3.043 11.2 0 3.122 1.954-1.178 4.911-10.81l3.147-10.25h8.942v32h-6l-.079-11.25c-.085-12.163-.036-12.192-4.444 2.557-2.63 8.8-2.635 8.807-5.774 8.5-3.08-.301-3.202-.516-6.172-10.808l-3.03-10.5-.285 10.75-.283 10.75h-5.933v-16zm-275.5-304.103c-19.26-3.903-35.21-20.392-38.481-39.786-3.985-23.626 11.77-47.392 35.516-53.578 12.12-3.156 27.642-1.517 38.702 4.088 6.624 3.356 16.689 12.99 20.078 19.217 11.64 21.387 4.745 49.29-15.37 62.198-11.154 7.157-27.876 10.407-40.445 7.86zm171 0c-24.943-5.054-42.598-29.911-38.57-54.304 3.09-18.71 17.292-34.29 35.605-39.06 12.108-3.153 27.643-1.517 38.678 4.075 6.648 3.369 16.028 12.322 19.78 18.879 12.047 21.058 5.19 49.562-15.049 62.55-11.153 7.156-27.875 10.406-40.444 7.86z"
fill="#999" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" version="1" width="990" height="445"><path d="M166.997 430.01c-18.173-4.99-35.888-21.829-43.638-41.479-5.194-13.171-23.966-79.255-89.76-316l-9.866-35.5 44.517-.26c24.485-.143 44.832.082 45.215.5.383.418 17.05 64.935 37.038 143.37l36.342 142.611 17.274-66.11c41.02-156.993 47.988-182.31 53.165-193.184 6.976-14.654 19.169-25.124 33.647-28.895 7.628-1.987 25.207-2.008 32.765-.04 15.955 4.156 28.425 15.66 35.29 32.555 4.187 10.304 13.197 43.473 46.844 172.453 11.335 43.45 20.935 79.786 21.334 80.746.452 1.087 14.501-52.221 37.225-141.244l36.5-142.99 45.219-.005c35.74-.005 45.128.255 44.786 1.243-.238.688-9.867 35.225-21.397 76.75-55.103 198.443-74.286 265.085-79.688 276.84-9.176 19.97-24.597 33.846-42.914 38.617-7.652 1.993-24.288 2.012-31.875.036-10.565-2.752-16.608-6.39-25.671-15.453-7.08-7.078-9.34-10.165-13.206-18.04-6.323-12.873-12.417-33.87-51.227-176.5-9.129-33.55-16.85-61.675-17.158-62.5-.308-.825-9.728 31.98-20.933 72.9-24.628 89.938-37.601 136.4-41.633 149.1-8.714 27.454-24.558 45.03-45.447 50.416-7.533 1.943-25.774 1.977-32.748.062zM635.39 292.03v-136.5h85v273h-85v-136.5zm171 0v-136.5h85v273h-85v-136.5zm117 123v-13.5h-5c-4.666 0-5-.166-5-2.5v-2.5h26v2.5c0 2.334-.333 2.5-5 2.5h-5v27h-6v-13.5zm18-2.5v-16h8.914l3.043 9.861c1.674 5.424 3.043 10.464 3.043 11.2 0 3.122 1.954-1.178 4.911-10.81l3.147-10.25h8.942v32h-6l-.079-11.25c-.085-12.163-.036-12.192-4.444 2.557-2.63 8.8-2.635 8.807-5.774 8.5-3.08-.301-3.202-.516-6.172-10.808l-3.03-10.5-.285 10.75-.283 10.75h-5.933v-16zm-275.5-304.103c-19.26-3.903-35.21-20.392-38.481-39.786-3.985-23.626 11.77-47.392 35.516-53.578 12.12-3.156 27.642-1.517 38.702 4.088 6.624 3.356 16.689 12.99 20.078 19.217 11.64 21.387 4.745 49.29-15.37 62.198-11.154 7.157-27.876 10.407-40.445 7.86zm171 0c-24.943-5.054-42.598-29.911-38.57-54.304 3.09-18.71 17.292-34.29 35.605-39.06 12.108-3.153 27.643-1.517 38.678 4.075 6.648 3.369 16.028 12.322 19.78 18.879 12.047 21.058 5.19 49.562-15.049 62.55-11.153 7.156-27.875 10.406-40.444 7.86z" fill="#999"/></svg>

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,7 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="439" height="439">
<path fill="#f3f3f3" d="M0 0h439v439H0z" />
<path fill="#f35325" d="M17 17h194v194H17z" />
<path fill="#81bc06" d="M228 17h194v194H228z" />
<path fill="#05a6f0" d="M17 228h194v194H17z" />
<path fill="#ffba08" d="M228 228h194v194H228z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="439" height="439"><path fill="#f3f3f3" d="M0 0h439v439H0z"/><path fill="#f35325" d="M17 17h194v194H17z"/><path fill="#81bc06" d="M228 17h194v194H228z"/><path fill="#05a6f0" d="M17 228h194v194H17z"/><path fill="#ffba08" d="M228 228h194v194H228z"/></svg>

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 299 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="171.818" height="43.527"><g font-weight="400" font-family="Bitstream Vera Sans"><path d="M110.573 22.551v-2.668h3.049c2.214 0 3.802-.453 4.764-1.36.961-.908 1.442-2.015 1.442-3.322 0-1.428-.535-2.562-1.606-3.403-1.07-.84-2.41-1.261-4.02-1.261-2.988 0-5.057 1.446-6.206 4.337h-3.031c1.73-4.658 4.912-6.987 9.546-6.987 2.601 0 4.703.693 6.307 2.078 1.603 1.385 2.404 3.052 2.404 5 0 1.512-.484 2.831-1.452 3.956-.968 1.126-2.202 1.833-3.702 2.124 1.694.242 3.149.95 4.365 2.123 1.216 1.174 1.824 2.692 1.824 4.556 0 2.214-.905 4.08-2.714 5.598-1.808 1.519-4.292 2.278-7.45 2.278-2.492 0-4.627-.593-6.406-1.779-1.779-1.185-3.418-4.59-3.702-7.779h3.121c.54 4.163 3.255 6.854 6.933 6.854 2.396 0 4.117-.511 5.163-1.534 1.047-1.022 1.57-2.241 1.57-3.657 0-1.536-.626-2.78-1.878-3.73-1.253-.949-3.01-1.424-5.272-1.424h-3.05zm33.791-7.858h-3.049c-1.028-2.698-2.903-4.047-5.626-4.047-4.997 0-7.55 3.372-7.658 11.466.762-1.646 1.878-2.916 3.348-3.811 1.47-.896 3.022-1.343 4.655-1.343 2.468 0 4.537.862 6.207 2.586 1.67 1.724 2.504 4.465 2.504 6.873 0 2.492-.886 4.646-2.658 6.46-1.773 1.816-4.044 2.723-6.815 2.723-3.158 0-5.669-1.186-7.532-3.557-1.863-2.372-2.795-5.602-2.795-9.691 0-3.993.88-7.402 2.64-10.227 1.761-2.825 4.493-4.238 8.195-4.238 4.247 0 7.108 2.269 8.584 6.806zm-9.165 18.24c1.888 0 3.433-.624 4.637-1.87 1.204-1.246 1.806-2.74 1.806-4.483 0-1.718-.587-3.866-1.76-5.094-1.174-1.228-2.632-1.842-4.374-1.842-1.803 0-3.373.644-4.71 1.932-1.337 1.289-2.005 3.474-2.005 5.204 0 1.597.599 3.022 1.797 4.274 1.197 1.252 2.734 1.878 4.61 1.878zm21.553 2.667c-3.194 0-5.708-1.33-7.54-3.993-1.834-2.661-2.75-5.965-2.75-9.909 0-3.872.871-7.141 2.613-9.81 1.743-2.667 4.271-4 7.586-4 3.46 0 6.053 1.39 7.777 4.173 1.724 2.783 2.586 6.05 2.586 9.8 0 3.667-.886 6.873-2.659 9.62-1.772 2.746-4.31 4.119-7.613 4.119zm.018-2.613c2.384 0 4.117-1.02 5.2-3.058 1.083-2.04 1.624-4.595 1.624-7.668 0-3.376-.553-6.183-1.66-8.421-1.108-2.238-2.877-3.358-5.309-3.358-2.36 0-4.08 1.023-5.163 3.067-1.083 2.045-1.625 4.731-1.625 8.058 0 3.46.572 6.222 1.716 8.285 1.143 2.063 2.882 3.095 5.217 3.095z" style="text-align:start;line-height:125%" font-size="566.097" fill="#989898"/><path d="M27.435 8.05L18.15 21.408l9.267 13.666H23.28l-7.334-11.125-7.515 11.125H4.53l9.375-13.503-9.159-13.52h4.119l7.244 10.98 7.406-10.98h3.92zm23.438 18.712c0 1.343-.253 2.528-.759 3.557-.506 1.028-1.186 1.875-2.04 2.54a9.443 9.443 0 0 1-3.334 1.707c-1.21.338-3.424.508-5.29.508h-9.538V21.952h-5.42l1.807-3.03h3.613V8.05h7.966c1.963 0 4.108.073 5.083.218.975.145 2.246.448 3.138.908.987.52 1.704 1.188 2.15 2.005.445.817.668 1.794.668 2.931 0 1.283-.326 2.375-.976 3.276-.65.901-1.517 1.624-2.601 2.169v.145c1.818.375 2.914 1.176 3.961 2.405 1.048 1.228 1.572 2.78 1.572 4.655zm-5.678-12.178c0-.653-.108-1.204-.325-1.652-.217-.447-.566-.81-1.047-1.089-.566-.326-2.266-.529-3.073-.607-.807-.08-1.806-.118-2.998-.118h-4.263v7.803h4.624c1.12 0 2.011-.057 2.673-.172.663-.115 1.952-.354 2.518-.717.566-.363 1.304-.832 1.54-1.406.234-.575.351-1.256.351-2.042zm1.957 12.323c0-1.09-.163-1.954-.488-2.595-.325-.642-.915-1.186-1.77-1.634-.578-.302-1.28-.499-2.105-.59-.825-.09-2.502-.136-3.683-.136H33.49v10.055h4.732c1.566 0 3.524-.082 4.523-.245 1-.164 1.819-.463 2.457-.899.674-.472 1.168-1.01 1.481-1.615.313-.605.47-1.385.47-2.341zm6.908-5.608c0 2.94.958 5.493 2.873 7.659 1.878 2.202 4.269 3.303 7.17 3.303 2.108 0 4.156-.732 6.143-2.196 2.661-1.972 3.992-4.725 3.992-8.258 0-2.807-.88-5.196-2.638-7.169-1.926-2.165-4.45-3.248-7.568-3.248-2.698 0-5.028.968-6.991 2.904-1.987 1.972-2.98 4.307-2.98 7.005zm-3.793 0c0-3.666 1.427-6.824 4.281-9.474C57.27 9.31 60.323 8.05 63.706 8.05c3.48 0 6.576 1.047 9.285 3.14 3.312 2.517 4.968 6.007 4.968 10.472 0 3.424-1.259 6.545-3.776 9.365-2.721 2.988-5.997 4.482-9.826 4.482-3.77 0-7.003-1.228-9.7-3.684-2.927-2.722-4.39-6.23-4.39-10.526zM97.484 8.05L88.2 21.408l9.267 13.666H93.33l-7.334-11.125-7.515 11.125H74.58l9.375-13.503-9.158-13.52h4.119l7.243 10.98 7.406-10.98h3.92z" style="text-align:start;line-height:125%" font-size="564.772" fill="#99cb33"/></g></svg>

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -1,12 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1" viewBox="0 0 131.2 22.4">
<g fill="#177d3e">
<path d="M10.11.479c-.82.101-1.878.345-2.544.603-.741.278-1.65.725-1.65.814 0 .054.162.101.424.128.943.109 2.693.848 4.276 1.79.383.23.76.42.828.42.074 0 .444-.19.821-.42.902-.55 2.39-1.274 3.077-1.505.31-.102.795-.217 1.084-.264.35-.048.532-.109.532-.163 0-.197-1.569-.868-2.66-1.139a11.081 11.081 0 0 0-4.187-.264zM3.6 3.638C1.802 5.482.826 7.482.496 10.044c-.155 1.193-.115 2.21.141 3.512.25 1.254.822 2.664 1.495 3.66.444.665.518.659.572-.053.21-2.671 2.27-6.339 5.696-10.108.297-.333.546-.644.546-.685 0-.095-1.024-1.098-1.778-1.75-1.01-.867-2.323-1.674-2.706-1.674-.148 0-.337.156-.862.692zM17.921 3.143c-.855.413-2.006 1.281-3.117 2.36-.445.426-.808.826-.808.88 0 .055.33.468.734.922 2.908 3.261 4.753 6.373 5.325 8.976.074.333.135.787.135 1.017 0 .38.013.427.128.427.155 0 .768-.949 1.151-1.796.781-1.688 1.057-3.092.99-5.03-.067-2.244-.673-4.082-1.919-5.844-.572-.814-1.831-2.109-2.047-2.109-.087 0-.343.088-.572.197zM10.696 9.13c-1.595 1.396-3.703 3.592-4.901 5.118-1.273 1.613-2.64 3.796-2.64 4.203 0 .129.707.854 1.347 1.39 2.249 1.87 5.514 2.738 8.585 2.284 2.37-.352 4.524-1.437 6.315-3.173.276-.264.317-.339.317-.583-.007-1.247-2.438-4.338-6.457-8.21-1.091-1.05-1.697-1.586-1.791-1.586-.081 0-.411.237-.775.556z"
/>
</g>
<path fill="#6b6b6b" d="M105.51 6.844l9.826 13.324 1.848.002V3.595h-1.846v13.614L105.309 3.584l-1.643-.003v16.576h1.843zM94.078 3.21c-4.66 0-7.919 3.565-7.919 8.668 0 5.111 3.258 8.675 7.92 8.675 4.655 0 7.902-3.564 7.902-8.675 0-5.103-3.247-8.668-7.903-8.668m0 15.587c-3.55 0-6.039-2.845-6.039-6.92 0-4.07 2.49-6.915 6.04-6.915 3.545 0 6.018 2.845 6.018 6.916 0 4.074-2.473 6.919-6.019 6.919M130.863 5.205V3.584h-11.605V20.17h11.719v-1.623h-9.86v-6.133h9.125v-1.623h-9.125V5.205z"
/>
<path fill="#177d3e" d="M70.922 3.594l4.744 6.443 4.739-6.443h2.18l-5.816 7.9 6.375 8.691h-2.18l-5.298-7.194-5.296 7.194h-2.183l6.372-8.692-5.818-7.899zM51.793 12.121a4.766 4.766 0 0 0-1.087-.692c1.204-.653 1.994-1.888 1.994-3.321 0-1.062-.392-4.513-5.393-4.513H40.57v7.152h-2.245c-.292.38-.952 1.29-1.204 1.665h3.449v7.772h6.737c3.649 0 5.917-1.854 5.917-4.843 0-1.306-.494-2.416-1.431-3.22m-9.36-6.796h4.874c1.32 0 3.529.329 3.529 2.637 0 1.745-1.288 2.785-3.53 2.785h-4.873V5.325zm4.874 13.129h-4.874v-6.04h4.874c1.848 0 4.06.51 4.06 2.891 0 2.738-2.543 3.149-4.06 3.149"
/>
<path d="M61.986 3.21c-4.659 0-7.916 3.566-7.916 8.669 0 5.11 3.257 8.673 7.916 8.673 4.657 0 7.904-3.562 7.904-8.673 0-5.103-3.247-8.668-7.904-8.668m0 15.587c-3.55 0-6.036-2.846-6.036-6.92 0-4.07 2.486-6.914 6.036-6.914 3.545 0 6.02 2.845 6.02 6.915 0 4.073-2.475 6.919-6.02 6.919M25.268 3.595l5.815 7.898-6.376 8.69h2.184l5.294-7.192 5.297 7.193h2.182l-6.378-8.691 5.82-7.898h-2.18l-4.744 6.444-4.74-6.444z"
fill="#177d3e" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" version="1" viewBox="0 0 131.2 22.4"><path d="M10.11.479c-.82.101-1.878.345-2.544.603-.741.278-1.65.725-1.65.814 0 .054.162.101.424.128.943.109 2.693.848 4.276 1.79.383.23.76.42.828.42.074 0 .444-.19.821-.42.902-.55 2.39-1.274 3.077-1.505.31-.102.795-.217 1.084-.264.35-.048.532-.109.532-.163 0-.197-1.569-.868-2.66-1.139a11.081 11.081 0 0 0-4.187-.264zM3.6 3.638C1.802 5.482.826 7.482.496 10.044c-.155 1.193-.115 2.21.141 3.512.25 1.254.822 2.664 1.495 3.66.444.665.518.659.572-.053.21-2.671 2.27-6.339 5.696-10.108.297-.333.546-.644.546-.685 0-.095-1.024-1.098-1.778-1.75-1.01-.867-2.323-1.674-2.706-1.674-.148 0-.337.156-.862.692zm14.321-.495c-.855.413-2.006 1.281-3.117 2.36-.445.426-.808.826-.808.88 0 .055.33.468.734.922 2.908 3.261 4.753 6.373 5.325 8.976.074.333.135.787.135 1.017 0 .38.013.427.128.427.155 0 .768-.949 1.151-1.796.781-1.688 1.057-3.092.99-5.03-.067-2.244-.673-4.082-1.919-5.844-.572-.814-1.831-2.109-2.047-2.109-.087 0-.343.088-.572.197zM10.696 9.13c-1.595 1.396-3.703 3.592-4.901 5.118-1.273 1.613-2.64 3.796-2.64 4.203 0 .129.707.854 1.347 1.39 2.249 1.87 5.514 2.738 8.585 2.284 2.37-.352 4.524-1.437 6.315-3.173.276-.264.317-.339.317-.583-.007-1.247-2.438-4.338-6.457-8.21-1.091-1.05-1.697-1.586-1.791-1.586-.081 0-.411.237-.775.556z" fill="#177d3e"/><path fill="#6b6b6b" d="M105.51 6.844l9.826 13.324 1.848.002V3.595h-1.846v13.614L105.309 3.584l-1.643-.003v16.576h1.843zM94.078 3.21c-4.66 0-7.919 3.565-7.919 8.668 0 5.111 3.258 8.675 7.92 8.675 4.655 0 7.902-3.564 7.902-8.675 0-5.103-3.247-8.668-7.903-8.668m0 15.587c-3.55 0-6.039-2.845-6.039-6.92 0-4.07 2.49-6.915 6.04-6.915 3.545 0 6.018 2.845 6.018 6.916 0 4.074-2.473 6.919-6.019 6.919m36.785-13.592V3.584h-11.605V20.17h11.719v-1.623h-9.86v-6.133h9.125v-1.623h-9.125V5.205z"/><path fill="#177d3e" d="M70.922 3.594l4.744 6.443 4.739-6.443h2.18l-5.816 7.9 6.375 8.691h-2.18l-5.298-7.194-5.296 7.194h-2.183l6.372-8.692-5.818-7.899zm-19.129 8.527a4.766 4.766 0 0 0-1.087-.692c1.204-.653 1.994-1.888 1.994-3.321 0-1.062-.392-4.513-5.393-4.513H40.57v7.152h-2.245c-.292.38-.952 1.29-1.204 1.665h3.449v7.772h6.737c3.649 0 5.917-1.854 5.917-4.843 0-1.306-.494-2.416-1.431-3.22m-9.36-6.796h4.874c1.32 0 3.529.329 3.529 2.637 0 1.745-1.288 2.785-3.53 2.785h-4.873V5.325zm4.874 13.129h-4.874v-6.04h4.874c1.848 0 4.06.51 4.06 2.891 0 2.738-2.543 3.149-4.06 3.149"/><path d="M61.986 3.21c-4.659 0-7.916 3.566-7.916 8.669 0 5.11 3.257 8.673 7.916 8.673 4.657 0 7.904-3.562 7.904-8.673 0-5.103-3.247-8.668-7.904-8.668m0 15.587c-3.55 0-6.036-2.846-6.036-6.92 0-4.07 2.486-6.914 6.036-6.914 3.545 0 6.02 2.845 6.02 6.915 0 4.073-2.475 6.919-6.02 6.919M25.268 3.595l5.815 7.898-6.376 8.69h2.184l5.294-7.192 5.297 7.193h2.182l-6.378-8.691 5.82-7.898h-2.18l-4.744 6.444-4.74-6.444z" fill="#177d3e"/></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1 @@
<svg stroke-width=".501" stroke-linejoin="bevel" fill-rule="evenodd" xmlns="http://www.w3.org/2000/svg" overflow="visible" width="240" height="48" viewBox="0 0 180 36"><defs><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="0" y1="0" x2="0" y2="20.02" gradientTransform="translate(200.49 -121.059)"><stop offset="0" stop-color="#faed16"/><stop offset="1" stop-color="#fbab09"/></linearGradient><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="0" y1="0" x2="0" y2="0" gradientTransform="translate(183.483 -130.817)"><stop offset="0" stop-color="#faed16"/><stop offset="1" stop-color="#fbab09"/></linearGradient></defs><g stroke="none" fill="none" font-family="Times New Roman" font-size="16"><path d="M200.394-117.382c.017 0 .031.003.048.003l.144.004-.192-.007z" fill-rule="nonzero" fill="url(#a)" transform="matrix(1 0 0 -1 0 36)"/><path d="M183.483-130.817z" fill-rule="nonzero" fill="url(#b)" transform="matrix(1 0 0 -1 0 36)"/><path d="M456.603-62.766h192.756V129.99H456.603V-62.766" fill="#fff"/><path d="M179.787 5.454h-.68l-.815 2.583c-.136.204-.204.408-.204.544a3.432 3.432 0 0 1-.204-.476l-.883-2.651h-.68v3.67h.408V5.998l1.087 3.126h.408l1.088-3.058v3.058h.475v-3.67M174.622 5.93h1.156v-.476h-2.855v.476h1.224v3.194h.475V5.93M161.982 5.318L148.458 16.26 135.002 5.318h-7.612l17.33 14-17.33 14h7.612l13.456-11.009 13.524 11.009h7.543l-17.262-14 17.262-14h-7.543M125.147 19.318c0-6.252-1.631-10.873-4.757-14H92.731c-3.262 3.127-4.893 7.748-4.893 14 0 6.253 1.631 10.874 4.893 14h27.659c3.126-3.126 4.757-7.816 4.757-14m-4.621 0c0 2.107-.476 4.282-1.359 6.525l-1.291 2.922H95.177l-1.291-2.922c-.951-2.243-1.359-4.418-1.359-6.525 0-3.33.883-6.456 2.65-9.378h22.699c1.767 2.922 2.65 6.048 2.65 9.378M80.77 20.474v-2.311l2.039-1.087c-.476-5.233-2.039-9.175-4.689-11.758H50.46c-2.65 2.515-4.282 6.457-4.689 11.69h-4.486v4.621h4.486c.407 5.233 2.039 9.107 4.689 11.689h27.66c2.65-2.65 4.213-6.524 4.689-11.689l-2.039-1.155M75.605 9.94c1.223 2.107 2.107 4.417 2.515 7.068H50.46c.408-2.651 1.223-4.961 2.514-7.068h22.631m2.515 11.689a20.265 20.265 0 0 1-2.515 7.136H52.974c-1.291-2.107-2.106-4.485-2.514-7.136h27.66" fill="#73bd1f"/><path d="M26.062 19.318l17.262-14h-7.612L22.257 16.26 8.732 5.318H1.257l17.194 14-17.194 14h7.475l13.525-11.009 13.455 11.009h7.612l-17.262-14" fill="#73bd1f"/></g></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB