Merge branch 'master' into add-rust-icon

This commit is contained in:
Jude Gibbons
2019-07-28 14:44:17 +01:00
committed by GitHub
11 changed files with 172 additions and 0 deletions

6
images/svg/java.svg Executable file
View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:x="http://www.w3.org/1999/xlink"
aria-label="Java" role="img"
viewBox="0 0 512 512" fill="none"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path d="M274 235c18 21-5 40-5 40s47-24 25-54-35-42 48-90C342 130 211 163 274 235M294 53s40 40-38 100c-62 49-14 77 0 109-36-33-63-61-45-88C238 134 310 115 294 53" fill="#f8981d"/><path d="M206 347s-15 8 10 11 46 3 79-3a137 137 0 0 0 21 10C242 397 147 364 206 347m-9-42s-16 12 9 15 58 4 102-5a45 45 0 0 0 16 10C233 351 132 327 197 305m175 73s11 9-12 16c-43 13-179 17-217 1-14-6 15-17 33-17-17-10-98 21-42 30C287 432 412 396 372 378M213 262s-69 16-25 22c19 3 57 2 92-1s57-8 57-8a122 122 0 0 0-17 9c-70 18-206 10-167-9S213 262 213 262m124 69c73-37 39-80 7-66 36-30 101 36-9 68v-2M220 432c69 4 174-2 176-35 0 0-5 12-57 22s-131 10-174 3C166 422 175 429 220 432" fill="#5382a1"/></svg>

After

Width:  |  Height:  |  Size: 874 B

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="OpenBenches" role="img"
viewBox="0 0 512 512" fill="none">
<rect width="512" height="512"
rx="15%"/><circle cx="256" cy="256" r="250" fill="#11b0a3"/><path d="M9 319 a258 258 0 0 0 495 0" fill="#8c5015"/><g stroke-width="12" stroke="#000"><rect x="110" y="228" width="139" height="37" fill="#fb0" stroke="#fff" stroke-width="24"/><g fill="#007200"><path d="M503 318h-114c12-35 41-15 41-15 7-27 38-27 38-27 2-30 24-39 37-37"/><circle cx="365" cy="174" r="64"/></g><path d="M65 276H299m-187-2v44m135-43v42m20-41V215H91v61M365 170V318M330 170l36 35m37-33-39 39M133 108s33-3 39 16c-8-31 14-40 14-40m13 44s26 21 16 39c14-28 36-19 36-19M49 401l436-40M82 438l99-19m-63 48 189-53M158 488l302-86M9 319H502"/><circle cx="256" cy="256" r="250"/></g></svg>

After

Width:  |  Height:  |  Size: 797 B

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:x="http://www.w3.org/1999/xlink"
aria-label="TripAdvisor" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path fill="#fcc40f" stroke="#000a12" stroke-width="17" d="M93 202a195 151 0 0 1 326 0v56h-326"/><g transform="translate(256 257)"><g id="a" fill="#000a12"><path d="M2 0h-33v45l31 47M-173-49c3-12-19-46-19-48h77"/><circle cx="-97" cy="0" r="97"/><circle cx="-97" cy="0" r="78" fill="#fff"/><circle cx="-97" cy="0" r="50"/><circle cx="-97" cy="0" r="33" fill="#fff"/></g><use x:href="#a" transform="scale(-1 1)"/><circle cx="-97" cy="0" r="17" fill="#ef6a45"/><circle cx="97" cy="0" r="17" fill="#00b087"/></g></svg>

After

Width:  |  Height:  |  Size: 704 B