Skip to content

Commit

Permalink
Release 24 new icons and 122 updated icons (v7.13.0)
Browse files Browse the repository at this point in the history
# New Icons

- Adminer (#7746)
- Amazon Games (#7832)
- CafePress (#7817)
- Electron Fiddle (#7839)
- Fanfou (#7838)
- Fantom (#7030)
- Game Developer (#7806)
- Interaction Design Foundation (#7809)
- JUKE (#7811)
- MacPaw (#7842)
- Relay (#7825)
- ReSharper (#7814)
- Setapp (#7840)
- Shopee (#5896)
- Similarweb (#7841)
- Sonar (#7800)
- Taichi Graphics (#7829)
- Taichi Lang (#7828)
- Tamiya (#7755)
- Tidyverse (#7816)
- Vitest (#7824)
- VSCodium (#7826)
- Warp (#7309)
- ZincSearch (#7837)

# Updated Icons

- ACM (#7855)
- ActiGraph (#7855)
- Activision (#7855)
- AddThis (#7855)
- AdGuard (#7855)
- Aerospike (#7855)
- AEW (#7855)
- Air China (#7855)
- Air France (#7855)
- Alfa Romeo (#7855)
- Alfred (#7855)
- AlloCiné (#7855)
- AllTrails (#7855)
- Apache CloudStack (#7855)
- Apache Cordova (#7855)
- Azure DevOps (#7855)
- Azure Functions (#7855)
- Bootstrap (#7855)
- BorgBackup (#7855)
- Castro (#7855)
- Caterpillar (#7855)
- Co-op (#7855)
- Cockpit (#7855)
- Codeforces (#7855)
- CodeIgniter (#7855)
- CSS Wizardry (#7855)
- CSS3 (#7855)
- Cucumber (#7855)
- DeviantArt (#7855)
- Devpost (#7855)
- Douban (#7843)
- Empire Kred (#7855)
- Enpass (#7855)
- Expo (#7855)
- Express (#7855)
- FeatHub (#7855)
- FedEx (#7855)
- Fiat (#7855)
- Fido Alliance (#7855)
- Fitbit (#7855)
- FITE (#7855)
- Fnac (#7855)
- Folium (#7855)
- Fortinet (#7855)
- Fortran (#7855)
- Git (#7855)
- GoldenLine (#7855)
- Goodreads (#7855)
- Google Sheets (#7855)
- Google Street View (#7855)
- Grav (#7855)
- Gravatar (#7855)
- Hatena Bookmark (#7855)
- haveibeenpwned (#7855)
- HTML5 (#7855)
- HTTPie (#7855)
- Jeep (#7855)
- Jekyll (#7855)
- Komoot (#7855)
- Konami (#7855)
- LINE (#7855)
- LineageOS (#7855)
- LiveJournal (#7855)
- Livewire (#7855)
- Magento (#7855)
- Magisk (#7855)
- MailChimp (#7855)
- Mailgun (#7855)
- MakerBot (#7855)
- MAMP (#7855)
- Matternet (#7855)
- Max (#7855)
- Meteor (#7855)
- Metro (#7855)
- Microgenetics (#7855)
- MicroPython (#7855)
- NetApp (#7855)
- OCaml (#7855)
- Parity Substrate (#7855)
- Parse.ly (#7855)
- Passport (#7855)
- Pastebin (#7855)
- Pepsi (#7855)
- Percy (#7855)
- PHP (#7855)
- Plex (#7799)
- Ram (#7855)
- Rancher (#7855)
- Ruby on Rails (#7855)
- San Francisco Municipal Railway (#7855)
- SanDisk (#7855)
- Sass (#7855)
- Sencha (#7855)
- Sennheiser (#7855)
- Server Fault (#7855)
- SitePoint (#7855)
- Sketch (#7855)
- Skype (#7855)
- Skype for Business (#7855)
- Spacemacs (#7855)
- SSRN (#7855)
- Stack Exchange (#7855)
- Stencyl (#7855)
- Stimulus (#7855)
- StubHub (#7855)
- styled-components (#7855)
- Subversion (#7855)
- suckless (#7855)
- Tinder (#7855)
- TinyLetter (#7855)
- Twoo (#7855)
- Typeform (#7855)
- VLC media player (#7855)
- VMware (#7855)
- WEBTOON (#7855)
- WeChat (#7855)
- Wire (#7855)
- Wix (#7855)
- Wizz Air (#7855)
- Wolfram (#7855)
- Wolfram Language (#7855)
- Wolfram Mathematica (#7855)
  • Loading branch information
mondeja committed Sep 25, 2022
2 parents 50eb494 + 5958fc1 commit 04f053a
Show file tree
Hide file tree
Showing 39 changed files with 508 additions and 115 deletions.
3 changes: 2 additions & 1 deletion .jsonschema.json
Expand Up @@ -231,8 +231,9 @@
},
"url": {
"$id": "#url",
"description": "HTTPS-only URL for a source",
"type": "string",
"pattern": "^https?://[^\\s]+$"
"pattern": "^https://[^\\s]+$"
}
},
"type": "object",
Expand Down
3 changes: 2 additions & 1 deletion .svglintrc.mjs
Expand Up @@ -3,6 +3,7 @@ import path from 'node:path';
import {
getDirnameFromImportMeta,
htmlFriendlyToTitle,
collator,
} from './scripts/utils.js';
import svgpath from 'svgpath';
import svgPathBbox from 'svg-path-bbox';
Expand Down Expand Up @@ -46,7 +47,7 @@ const sortObjectByKey = (obj) => {

const sortObjectByValue = (obj) => {
return Object.keys(obj)
.sort((a, b) => ('' + obj[a]).localeCompare(obj[b]))
.sort((a, b) => collator.compare(obj[a], obj[b]))
.reduce((r, k) => Object.assign(r, { [k]: obj[k] }), {});
};

Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -265,6 +265,8 @@ Here is the object of a fictional brand as an example:
}
```

You can use `npm run add-icon-data` to add metadata via a CLI prompt.

Make sure the icon is added in alphabetical order. If you're in doubt, you can always run `npm run our-lint` - this will tell you if any of the JSON data is in the wrong order.

#### Optional Data
Expand All @@ -291,6 +293,8 @@ Here is the object of the fictional brand from before, but with all optional val
}
```

> Non secured HTTP URLs are forbidden. If a brand's website only supports HTTP, you must still declare the URL using the `https://` protocol.
#### Source Guidelines

We use the source URL as a reference for the current SVG in our repository and as a jumping-off point to find updates if the logo changes. If you used one of the sources listed below, make sure to follow these guidelines. If you're unsure about the source URL you can open a Pull Request and ask for help from others.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Expand Up @@ -27,4 +27,4 @@ For these and/or other purposes and motivations, and without any expectation of
3. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person’s Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
4. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.

For more information, please see http://creativecommons.org/publicdomain/zero/1.0/.
For more information, please see https://creativecommons.org/publicdomain/zero/1.0/.

0 comments on commit 04f053a

Please sign in to comment.