Skip to content

Commit

Permalink
Publish 1.17.0
Browse files Browse the repository at this point in the history
# New icons

- Terraform (#1674)
- Google Scholar (#1677)
- TensorFlow (#1683)
- Skillshare (#1686)
- Eleventy (#1698)
- GreenSock (#1691)
- PyTorch (#1689)
- Qgis (#1697)
- Xiaomi (#1687)
- MuseScore (#1685)
- Gentoo (#1688)
- McAfee (#1700)

# Updated icons
- Laravel (#1692)

# Miscellaneous

- Now available for PHP through packagist (#1611)
- SVG files may no have a final newline (#1682)
  • Loading branch information
birjj committed Oct 6, 2019
2 parents 884279e + dec6c79 commit 1cf5898
Show file tree
Hide file tree
Showing 21 changed files with 151 additions and 14 deletions.
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/website_and_package.md
@@ -1,5 +1,5 @@
---
name: Website & NPM Package
name: Website & Packages
about: For general issues and improvements
---

Expand All @@ -13,6 +13,7 @@ about: For general issues and improvements

### This issue concerns <!-- Change the one that applies to `[x]` -->
- [ ] The NPM Package
- [ ] The Packagist Package
- [ ] The website
- [ ] Other, namely:

Expand All @@ -23,7 +24,9 @@ about: For general issues and improvements
Anything relevant, for example:
- For bugs: "Steps to reproduce" and "Expected behavior"
- For improvements: An example of a use case
- Package issues: What is your node version ($ node --version)
- Package issues: Version information
- For JavaScript/NodeJS: $ node --version
- For PHP/Packagist: $ composer --version
- Website issues: What browser do you use
- etc.
-->
30 changes: 30 additions & 0 deletions .github/renovate.json5
@@ -0,0 +1,30 @@
{
extends: [
"config:base",

// Make sure we get a single PR combining all updates
"group:all",
],

lockFileMaintenance: {
extends: [
// Make sure we get a single PR combining all updates
"group:all",
],

// Explicitly enable lockfile maintenance
enabled: true,

// This schedule should be the same as the general schedule!
schedule: "on the 2nd and 4th day instance on sunday after 11pm",
},

// Use our labelling system
labels: ["dependencies"],

// Schedule the PRs to interleave with our release schedule
schedule: "on the 2nd and 4th day instance on sunday after 11pm",

// We generally always want the major version
separateMajorMinor: false,
}
19 changes: 19 additions & 0 deletions README.md
Expand Up @@ -76,6 +76,25 @@ console.log(icon);
*/
```

### PHP usage

The icons are also available through our Packagist package. To install, simply run:

```
$ composer require simple-icons/simple-icons
```

The package can then be used as follows:

```php
<?php

echo file_get_contents('path/to/package/icons/simple-icons.svg');

// <svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">...</svg>
?>
```

## Third Party Extensions

### WordPress
Expand Down
62 changes: 61 additions & 1 deletion _data/simple-icons.json
Expand Up @@ -870,6 +870,11 @@
"hex": "64BAFF",
"source": "https://elementary.io/brand"
},
{
"title": "Eleventy",
"hex": "000000",
"source": "https://www.11ty.io"
},
{
"title": "Ello",
"hex": "000000",
Expand Down Expand Up @@ -1085,6 +1090,11 @@
"hex": "2FA66A",
"source": "http://get.gaug.es/"
},
{
"title": "Gentoo",
"hex": "54487A",
"source": "https://wiki.gentoo.org/wiki/Project:Artwork/Artwork#Variations_of_the_.22g.22_logo"
},
{
"title": "Geocaching",
"hex": "00874D",
Expand Down Expand Up @@ -1235,6 +1245,11 @@
"hex": "4285F4",
"source": "https://developers.google.com/search/docs/data-types/podcast"
},
{
"title": "Google Scholar",
"hex": "4885ED",
"source": "https://scholar.google.com/intl/fr/scholar/images/2x/sprite_20161020.png"
},
{
"title": "GOV.UK",
"hex": "005EA5",
Expand Down Expand Up @@ -1270,6 +1285,11 @@
"hex": "00C775",
"source": "https://greenkeeper.io/"
},
{
"title": "GreenSock",
"hex": "88CE02",
"source": "https://greensock.com/"
},
{
"title": "Groupon",
"hex": "53A318",
Expand Down Expand Up @@ -1662,7 +1682,7 @@
},
{
"title": "Laravel",
"hex": "E74430",
"hex": "FF2D20",
"source": "https://github.com/laravel/art"
},
{
Expand Down Expand Up @@ -1840,6 +1860,11 @@
"hex": "261C29",
"source": "http://mttr.net"
},
{
"title": "McAfee",
"hex": "C01818",
"source": "https://www.mcafee.com/"
},
{
"title": "MediaFire",
"hex": "1299F3",
Expand Down Expand Up @@ -2000,6 +2025,11 @@
"hex": "FF9400",
"source": "http://design.firefox.com/photon/visuals/product-identity-assets.html"
},
{
"title": "MuseScore",
"hex": "1A70B8",
"source": "https://musescore.org/en/about/logos-and-graphics"
},
{
"title": "MX Linux",
"hex": "000000",
Expand Down Expand Up @@ -2380,6 +2410,16 @@
"hex": "3776AB",
"source": "https://www.python.org/community/logos/"
},
{
"title": "PyTorch",
"hex": "EE4C2C",
"source": "https://github.com/pytorch/pytorch/tree/master/docs/source/_static/img"
},
{
"title": "Qgis",
"hex": "589632",
"source": "https://www.qgis.org/en/site/getinvolved/styleguide.html"
},
{
"title": "Qiita",
"hex": "55C500",
Expand Down Expand Up @@ -2655,6 +2695,11 @@
"hex": "258AAF",
"source": "http://www.sitepoint.com"
},
{
"title": "Skillshare",
"hex": "17C5CB",
"source": "https://company-89494.frontify.com/d/Tquwc3XMiaBb/skillshare-style-guide"
},
{
"title": "Skyliner",
"hex": "2FCEA0",
Expand Down Expand Up @@ -2970,11 +3015,21 @@
"hex": "20B8E5",
"source": "http://t.qq.com/"
},
{
"title": "TensorFlow",
"hex": "FF6F00",
"source": "https://www.tensorflow.org/extras/tensorflow_brand_guidelines.pdf"
},
{
"title": "Tesla",
"hex": "CC0000",
"source": "http://www.teslamotors.com/en_GB/about"
},
{
"title": "Terraform",
"hex": "623CE4",
"source": "https://www.hashicorp.com/brand#terraform"
},
{
"title": "The Mighty",
"hex": "D0072A",
Expand Down Expand Up @@ -3360,6 +3415,11 @@
"hex": "13B5EA",
"source": "https://www.xero.com/uk/about/media/downloads"
},
{
"title": "Xiaomi",
"hex": "FA6709",
"source": "https://www.mi.com/global"
},
{
"title": "Xing",
"hex": "006567",
Expand Down
13 changes: 13 additions & 0 deletions composer.json
@@ -0,0 +1,13 @@
{
"name": "simple-icons/simple-icons",
"description": "SVG icons for popular brands",
"homepage": "https://simpleicons.org/",
"keywords": [
"svg",
"icons"
],
"support": {
"issues": "https://github.com/simple-icons/simple-icons/issues"
},
"license": "CC0-1.0"
}
1 change: 1 addition & 0 deletions icons/eleventy.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/gentoo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/googlescholar.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1cf5898

Please sign in to comment.