Merge pull request #754 from simple-icons/develop

Publish Firebase and Unsplash
This commit is contained in:
Johan Fagerberg 2018-02-07 16:30:31 +01:00 committed by GitHub
commit ecc72ac458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 2 deletions

View file

@ -18,8 +18,8 @@ Icons can be downloaded as SVGs directly from [our website](https://simpleicons.
Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com). Simply use the `simple-icons` npm package and specify a version in the URL like the following:
```html
<img width="32" height="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/stackoverflow.svg" />
<img width="32" height="32" src="https://unpkg.com/simple-icons@latest/icons/stackoverflow.svg" />
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/stackoverflow.svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@latest/icons/stackoverflow.svg" />
```
### Node Usage

View file

@ -470,6 +470,11 @@
"hex": "6CC655",
"source": "https://worldvectorlogo.com/logo/feedly"
},
{
"title": "Firebase",
"hex": "FFCA28",
"source": "https://firebase.google.com/brand-guidelines/"
},
{
"title": "Fitbit",
"hex": "00B0B9",
@ -1795,6 +1800,11 @@
"hex": "00BEC1",
"source": "https://umbraco.com/"
},
{
"title": "Unsplash",
"hex": "000000",
"source": "https://unsplash.com/"
},
{
"title": "Untappd",
"hex": "FFC000",

1
icons/firebase.svg Normal file
View file

@ -0,0 +1 @@
<svg aria-labelledby="simpleicons-firebase-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title id="simpleicons-firebase-icon">Firebase icon</title><path d="M3.89 15.673L6.255.461A.542.542 0 0 1 7.27.289L9.813 5.06 3.89 15.673zm16.795 3.691L18.433 5.365a.543.543 0 0 0-.918-.295l-14.2 14.294 7.857 4.428a1.62 1.62 0 0 0 1.587 0l7.926-4.428zM14.3 7.148l-1.82-3.482a.542.542 0 0 0-.96 0L3.53 17.984 14.3 7.148z"/></svg>

After

Width:  |  Height:  |  Size: 443 B

2
icons/unsplash.svg Normal file
View file

@ -0,0 +1,2 @@
<svg aria-labelledby="simpleicons-unsplash-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title id="simpleicons-unsplash-icon">Unsplash icon</title><path d="M15.6,13.575 C15.6,15.6 13.95,17.175 12,17.175 C10.05,17.175 8.4,15.6 8.4,13.575 C8.4,11.55 10.05,9.975 12,9.975 C14.025,10.05 15.6,11.625 15.6,13.575 Z M24,8.025 L24,19.2 C24,20.925 22.575,22.425 20.775,22.425 L3.225,22.425 C1.425,22.425 0,21 0,19.2 L0,7.95 C0,6.225 1.425,4.725 3.225,4.725 L6,4.725 L6.6,3 C6.9,2.175 7.875,1.5 8.775,1.5 L15.225,1.5 C16.125,1.5 17.1,2.175 17.4,3 L18,4.8 L20.775,4.8 C22.575,4.8 24,6.225 24,8.025 Z M17.55,13.65 C17.55,10.575 15.075,8.025 11.925,8.025 C8.85,8.025 6.3,10.575 6.3,13.65 C6.3,16.725 8.775,19.275 11.925,19.275 C15.075,19.2 17.55,16.725 17.55,13.65 Z"/></svg>

After

Width:  |  Height:  |  Size: 791 B