forked from edent/SuperTinyIcons
Addition of Bing logo (#177)
* Add Bing logo. * Remove a couple of newlines in Bing logo.
This commit is contained in:
committed by
Terence Eden
parent
a88bfc1f83
commit
0c14ae9404
@@ -145,6 +145,7 @@ Say thanks!
|
||||
<tr>
|
||||
<td>Buffer<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/buffer.svg" width="125" title="buffer" /><br>489 Bytes</td>
|
||||
<td>Upwork<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/upwork.svg" width="125" title="Upwork" /><br>670 Bytes</td>
|
||||
<td>Bing<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/bing.svg" width="125" title="Bing" /><br>241 Bytes</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
14
images/android-vector-drawable/bing.xml
Normal file
14
images/android-vector-drawable/bing.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
|
||||
<path
|
||||
android:fillColor="#008373"
|
||||
android:pathData="M145,73l73,26V356l103-59-50-24-32-79,162,57v83L218,439l-73-41Z" />
|
||||
</vector>
|
BIN
images/reference/BingLogo.png
Normal file
BIN
images/reference/BingLogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
@@ -132,4 +132,5 @@ Where possible this links to the organisation's brand guidelines page.
|
||||
| <img src="/images/svg/react.svg" width="256" /> | <img src="/images/reference/react.svg" width="256" /> | https://github.com/facebook/react/blob/master/fixtures/dom/public/react-logo.svg |
|
||||
| <img src="/images/svg/vue.svg" width="256" /> | <img src="/images/reference/vue.svg" width="256" /> | https://github.com/vuejs/art/blob/master/logo.svg |
|
||||
| <img src="/images/svg/angular.svg" width="256" /> | <img src="/images/reference/angular.svg" width="256" /> | https://angular.io/presskit |
|
||||
| <img src="/images/svg/bing.svg" width="256" /> | <img src="/images/reference/BingLogo.png" width="256" /> | https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE1q9FS |
|
||||
|
||||
|
6
images/svg/bing.svg
Normal file
6
images/svg/bing.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
aria-label="Bing" role="img"
|
||||
viewBox="0 0 512 512"><rect
|
||||
width="512" height="512"
|
||||
rx="15%"
|
||||
fill="#fff"/><path d="M145,73l73,26V356l103-59-50-24-32-79,162,57v83L218,439l-73-41Z" fill="#008373"/></svg>
|
After Width: | Height: | Size: 239 B |
Reference in New Issue
Block a user