Added bitwarden
This commit is contained in:
@@ -190,6 +190,7 @@ Say thanks!
|
||||
<tr>
|
||||
<td>Authy<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/authy.svg" width="125" title="Authy" /><br>347 Bytes</td>
|
||||
<td>HackerOne<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/hackerone.svg" width="125" title="HackerOne" /><br>446 Bytes</td>
|
||||
<td>Bitwarden<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/bitwarden.svg" width="125" title="Bitwarden" /><br>391 Bytes</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
BIN
images/reference/bitwarden.png
Normal file
BIN
images/reference/bitwarden.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
@@ -110,3 +110,4 @@ Where possible this links to the organisation's brand guidelines page.
|
||||
| <img src="/images/svg/apereo.svg" width="256" /> | <img src="/images/reference/apereo.png" width="256" /> | https://www.apereo.org |
|
||||
| <img src="/images/svg/hackerone.svg" width="256" /> | <img src="/images/reference/hackerone.png" width="256" /> | https://www.hackerone.com/branding |
|
||||
| <img src="/images/svg/imgur.svg" width="256" /> | <img src="/images/reference/imgur.png" width="256" /> | https://imgurinc.com/press |
|
||||
| <img src="/images/svg/bitwarden.svg" width="256" /> | <img src="/images/reference/bitwarden.png" width="256" /> | https://github.com/bitwarden/brand |
|
||||
|
6
images/svg/bitwarden.svg
Normal file
6
images/svg/bitwarden.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
aria-label="imgur" role="img"
|
||||
viewBox="0 0 512 512"><rect
|
||||
width="512" height="512"
|
||||
rx="15%"
|
||||
fill="#3c8dbc"/><path fill="#fff" d="M372 297V131H256v294q31-17 55-36 61-47 61-92zm49-198v198q0 22-9 43-8 22-21 39t-30 33l-33 27-31 20-23 12-11 5q-3 2-7 2t-7-2l-11-5-23-12-31-20-33-27q-17-16-30-33t-21-39q-9-21-9-43V99q0-7 5-12t12-5h297q6 0 11 5t5 12z"/></svg>
|
After Width: | Height: | Size: 391 B |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "super-tiny-icons",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"description": "Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos",
|
||||
"homepage": "https://github.com/edent/SuperTinyIcons/",
|
||||
"license": "MIT",
|
||||
|
@@ -84,7 +84,8 @@
|
||||
'baidu', 'twitch', 'ok', 'pocket', 'stumbleupon', 'viber',
|
||||
'workato', 'sketch', 'vlc', 'google_maps','access', 'ethereum',
|
||||
'opencast', 'stackexchange', 'qq', 'vegetarian', 'gogcom', 'strava',
|
||||
'ko-fi', 'untappd', 'vivino', 'apereo', 'hackerone', 'imgur'
|
||||
'ko-fi', 'untappd', 'vivino', 'apereo', 'hackerone', 'imgur',
|
||||
'bitwarden'
|
||||
];
|
||||
|
||||
var container = document.querySelector('.icons');
|
||||
|
Reference in New Issue
Block a user