1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00
Commit Graph

2428 Commits

Author SHA1 Message Date
Peter Noble
e5c34b10b0
Add Rezgo (#5100) 2021-02-23 19:01:03 -05:00
Alexandre Paradis
355454cb6c
Add KnowledgeBase icon (#4922) 2021-02-22 16:46:21 +00:00
Alexandre Paradis
8957498754
Add AMP (#4962) 2021-02-22 16:28:38 +00:00
Alexandre Paradis
4423505062
Add AssemblyScript (#4997) 2021-02-22 15:22:01 +00:00
Karthik-Nayak
f464deebc2
Add Grammarly icon (#5045)
* Add Grammarly icon

* update the grammarly logo
2021-02-21 16:02:12 -05:00
Mubashshir
9e7fb2563f
Add MyAnimeList (#4718)
* add myanimelist.svg

* update metadata

* update

* fix icons/myanimelist.svg

* Update myanimelist.svg

Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-02-21 15:54:31 -05:00
Adam Rusted
c4a4c78938
Updated Google Play (#4505)
* Updated Google Play

* Updated Source. Rebuilt to match monochrome treatment at source.

* Rebuilt from source; 3 Decimals Precision;
2021-02-20 12:04:21 -05:00
Peter Noble
748c3984d5
Add Aparat (#5046) 2021-02-20 16:53:23 +00:00
Peter Noble
4a533dc5da
Add British Airways (#4908) 2021-02-20 16:48:37 +00:00
Peter Noble
736b8ab082
Add Ethiopian Airlines (#4909) 2021-02-20 16:46:12 +00:00
Peter Noble
af5a2ef9fc
Add Alibaba.com (#4953) 2021-02-20 16:43:09 +00:00
Peter Noble
333bfd8d94
Add Lion Air (#4959) 2021-02-20 16:28:08 +00:00
Peter Noble
a97232716e
Add OpenFaaS (#4980) 2021-02-20 16:25:15 +00:00
Peter Noble
5cb3259d7f
Add Juniper Networks (#4894) 2021-02-20 16:22:48 +00:00
Peter Noble
30f01f0b37
Add MODX (#4893) 2021-02-20 16:20:41 +00:00
Peter Noble
c21c387a08
Add Cycling '74 (#4982) 2021-02-20 15:23:38 +00:00
Peter Noble
22b6cd84fc
Add MobX-State-Tree (#4984) 2021-02-20 15:21:22 +00:00
Tassia Accioly
37da0c92c3
Add Miro icon (#5077) 2021-02-20 15:08:56 +00:00
Peter Noble
c22fffa5f5
Add Sefaria (#4988) 2021-02-20 15:48:17 +01:00
Peter Noble
a7502b590e
Add MobX (#4986) 2021-02-20 12:35:14 +00:00
Adam Rusted
d4ee1aca53
Updated Opel (#5012) 2021-02-20 13:32:12 +01:00
Peter Noble
70fd521c8c
Add Naver (#4987) 2021-02-20 12:29:28 +00:00
Peter Noble
a3026917fe
Add IEEE (#4989) 2021-02-20 12:20:57 +00:00
Peter Noble
11aef9d5a4
Add Aerospike (#4994) 2021-02-20 12:18:35 +00:00
Peter Noble
974d3b8e01
Add semantic-release (#4995) 2021-02-20 12:14:52 +00:00
Peter Noble
65bff2a69f
Add Rider & JetBrains Guidelines (#5041) 2021-02-20 12:13:11 +00:00
Peter Noble
bf40d1b911
Add sharp (#4998) 2021-02-20 12:10:46 +00:00
Peter Noble
4f13260c68
Add Databricks (#5037) 2021-02-20 12:08:06 +00:00
Peter Noble
48f8d39b24
Add Handshake (#5071) 2021-02-20 12:06:07 +00:00
Peter Noble
30a7ad8474
Add OnlyFans (#5059) 2021-02-20 12:02:47 +00:00
Peter Noble
eff5398180
Add Handshake (Protocol) (#5072) 2021-02-20 11:55:58 +00:00
Adam Rusted
6e575de5f8
Updated Peugeot (#5013) 2021-02-20 12:45:17 +01:00
Peter Noble
2a550a7dd7
Add Apache Hive (#4882) 2021-02-19 18:39:23 +00:00
Florian Bernhart
0de048c158
Add Codeberg (#4757) 2021-02-19 18:34:14 +00:00
Peter Noble
e0b346503f
Add Hibernate (#4873) 2021-02-19 18:14:49 +00:00
Peter Noble
dd77a464cc
Add Qatar Airways (#4869) 2021-02-19 18:11:39 +00:00
Peter Noble
d539c41eba
Add ANA (#4821) 2021-02-19 18:08:54 +00:00
Alexandre Paradis
e70b38f46c
Add WebdriverIO (#5042) 2021-02-19 16:33:32 +00:00
Eric Cornelissen
54f9ceff75
Disallow underscores in slugs & filenames (#4921) 2021-02-19 16:16:19 +00:00
Alexandre Paradis
2727697c16
Add HelpDesk (#4895) 2021-02-19 16:10:59 +00:00
Michael Smith
ae266efd40
Add Hive Blockchain (#3008)
* Added Hive Blockchain

* Rename hiveblockchain.svg to hive_blockchain.svg

* Add slug for Hive (Blockchain)

Co-authored-by: Michael Smith <michael@app-forge.com.au>
Co-authored-by: Peter Noble <petershaggynoble@gmail.com>
2021-02-19 17:04:52 +01:00
Eric Cornelissen
39269e7d39
Add icon license to JSON linting (and change JSON linting dependency) (#4945)
* Add "license" object to the data file JSON schema

* Add license to GNU and GNU social

As an example, based on the discussion in:
https://github.com/simple-icons/simple-icons/issues/1167

* Use `"additionalProperties": false` in JSON schema

... to detect properties in the data file that shouldn't be there.

For more info, see:
https://json-schema.org/understanding-json-schema/reference/object.html

* Update JSON scheme descriptions

* Switch from jsonlint2 to jsonschema

This gives is better support for advanced features of JSON schema.

A couple of clarifications:
- There does exist a jsonschema-cli package, but it is rather limited
  and crucially doens't exit with a non-zero exit code if there is an
  error. (it is also pretty old and not maintained), hence the custom
  script.
- I renamed .jsonlintschema 1) for clarity (lint is no longer accurate)
  and 2) the .json extension allows easy imorting in the script and 3)
  it adds syntax highlighting.
- The script outputs the number of errors in the end because the output
  gets pretty big pretty quickly, this way you can see it easily from
  your CLI.
- We could customize how the errors are logged, but I feel that is
  beyond this PR.

* Two minor changes

* Use `oneOf` to require URL for custom licenses

The updated configuration allows the `"license"` field to be either
1) a SPDX license, optional with a URL
2) a "custom" license with a required URL

Read more about the "oneOf" feature of jsonschema at:
https://json-schema.org/understanding-json-schema/reference/combining.html#oneof

* Include license field in Contributing Guidelines
2021-02-19 15:19:22 +01:00
Alexandre Paradis
0dae9943e6
Add ChatBot (#4877) 2021-02-19 13:03:43 +00:00
Florian Bernhart
b4f3391c3a
Update IconJar (#3909) 2021-02-19 12:53:14 +00:00
Adam Rusted
99a3a4214b
Add Podman (#4774) 2021-02-19 12:21:31 +00:00
Adam Rusted
7690aeb8b9
Add Dogecoin (#4762) 2021-02-19 11:48:50 +00:00
Florian Bernhart
a8c771bdd9
Add Resurrection Remix OS (#4756) 2021-02-19 11:30:36 +00:00
Peter Noble
71a6081514
Add Linux Containers (#3155) 2021-02-19 09:48:23 +00:00
Phil Wareham
ab77655bc9
Update Textpattern colour (#5065) 2021-02-19 09:44:13 +00:00
Andre Grossi
4b9ef9b077
Add Prisma (#5052) 2021-02-18 16:48:11 +00:00
Peter Noble
745ee6e84c
Add teratail (#4897) 2021-02-17 16:38:16 -05:00
Peter Noble
c8d2b1ace4
Update InVision (#5048)
* Update InVision

* Add InVision guidelines
2021-02-17 14:20:02 -05:00
Adam Rusted
23f0c1a466
Updated DS Automobiles (#5006) 2021-02-16 00:40:22 +01:00
Adam Alston
749cd2e441
Add Shotcut (#4879) 2021-02-15 16:47:29 +00:00
Adam Rusted
102e90e3da
Update Maserati (#5009) 2021-02-14 16:05:44 +00:00
Eugena Mikhaylikova
e77146b2d8
D-Wave Systems (#4825) 2021-02-13 17:50:54 +00:00
Logan Marchione
51b5c10f12
Add Blockchain.com (#4818) 2021-02-13 17:49:45 +00:00
Peter Noble
82c259d214
Add Pug (#4714) 2021-02-13 01:37:12 +01:00
Adam Rusted
e79c559dab
Update Roundcube (#4495)
* Updated Roundcube source
* Update roundcube.svg
2021-02-13 01:29:35 +01:00
Adam Rusted
0fcfed0b1d
Updated Android Auto Source (#4400)
* Update source

* Update color to Android green
2021-02-12 22:34:27 +01:00
Peter Noble
d046b1aa66
Add China Eastern Airlines (#4827) 2021-02-12 18:48:23 +00:00
Peter Noble
9df68ffc15
Add LinkedIn Guidelines (#4985) 2021-02-12 14:03:40 +00:00
Divyanshu Singh
1aed5c29b9
Updated LinkedIn Colour (#4939) 2021-02-12 09:49:49 +00:00
Phil Wareham
6921681a6c
Add Textpattern icon (#4966) 2021-02-10 17:43:36 +00:00
Adam Rusted
3deca735be
Added Windows Terminal (#4956) 2021-02-10 11:33:31 +00:00
Adam Rusted
e8e6ed5176
Added Cloudera (#4812)
* Added Cloudera

* Update HEX
2021-02-10 10:57:08 +00:00
Peter Noble
a2c1e21167
Add Major League Hacking (#4915) 2021-02-10 10:56:16 +00:00
David Barton
ec9643a7ea
Add AOL (#4954) 2021-02-09 17:54:35 +00:00
Adam Rusted
c522930d2e
Added Oxygen (#4839) 2021-02-09 16:38:49 +00:00
Peter Noble
da8206aca1
Update openSUSE (#4904) 2021-02-09 09:19:07 +00:00
Peter Noble
ee577805d1
Update Svelte (#4907) 2021-02-09 09:16:33 +00:00
Peter Noble
caef1db2a2
Update New Japan Pro-Wrestling (#4930)
* Update New Japan Pro-Wrestling

* Fix New Japan Pro-Wrestling path

* Remove New Japan Pro-Wrestling from .svglint-ignored.json

* Fix New Japan Pro-Wrestling path

* Fix New Japan Pro-Wrestling path
2021-02-08 20:28:32 +01:00
Yuri Norwood
ac633dc120
Add dwm (#4891) 2021-02-03 09:41:33 +00:00
Thomas Drake-Brockman
de8bff418b
Add PubMed (#4705) 2021-02-02 20:56:31 +00:00
M. Hassan
2b3bdc1378
Update .NET (#4906)
Co-authored-by: Peter Noble <PeterShaggyNoble@users.noreply.github.com>
2021-02-02 20:54:22 +00:00
Alexandre Paradis
a6583eaa9e
Add LiveChat icon (#4871) 2021-02-02 16:29:34 +00:00
Adam Alston
7b23e9abc8
Add Showtime (#4864)
* Add Showtime

* update
2021-02-02 08:55:28 -05:00
Adam Rusted
9ab9aa6d8c
Update Google Chrome (#4525)
* Updated Google Chrome

* Updated Source; Rebuilt from Source;

* Update googlechrome.svg

4 decimals required for inner circle.

* Used @PeterShaggyNoble's path.

Co-Authored-By: Peter Noble <PeterShaggyNoble@users.noreply.github.com>
2021-02-02 08:49:20 -05:00
Adam Rusted
c690da95ae
Updated Google Sheets (#4685) 2021-02-02 10:04:55 +00:00
Yuri Norwood
31440e2ccb
Add Suckless (#4890) 2021-02-01 16:52:03 +00:00
Alexandre Paradis
601a1a872b
Add stylelint icon (#4838) 2021-01-29 17:20:23 +00:00
Peter Noble
2579e4f1d4
Update Anchor (#4880) 2021-01-29 17:17:53 +00:00
Adam Rusted
32e0172aba
Updated Opel (#4813) 2021-01-29 17:16:52 +00:00
Adam Rusted
d7681db4c5
Add Zoiper (#4854) 2021-01-29 11:57:02 -05:00
Adam Rusted
049b0c8c1f
Updated Google Translate (#4584) 2021-01-29 16:40:56 +00:00
Adam Rusted
8254d17861
Update Google AdSense (#4472)
* Updated AdSense

* 0.5px gap;

* Rebuilt from Source; Precision of 4 required;

* Rebuilt using @PeterShaggyNoble's path. Precision of 3.
2021-01-29 11:28:37 -05:00
Adam Rusted
e1aa95f934
Updated Google News (#4474) 2021-01-29 15:04:02 +00:00
Peter Noble
0a688f188c
Add Amazon Pay (#4793) 2021-01-29 09:19:27 -05:00
Peter Noble
d04ba0d855
Add Aeroméxico (#4760)
* Add Aeroméxico

* Create aeromexico.svg

Add Aeroméxico

* Update Aeroméxico path
2021-01-29 09:16:21 -05:00
Adam Alston
19a04f7351
Add macOS (#4867) 2021-01-29 12:08:49 +00:00
Bruno Bruzzano
7e5a31159c
Add nrlw icon (#4859) 2021-01-29 12:02:22 +00:00
Peter Noble
4d2f8bd2d9
Add Delta (#4844) 2021-01-28 13:54:21 +00:00
Sam Stark
8329347100
Add Vectorworks Icon (#4764)
* adds and fixes vectorworks logo

* ran SVGO CLI with 38.6% reduction in size

* updated icon to use footer icon

* optimized and checked with SVGOMG

* Fix ordering
2021-01-27 16:53:53 -05:00
Alexandre Paradis
070118ed1d
Add Jamstack icon (#4831) 2021-01-27 11:20:50 +00:00
Adam Alston
1f851d8a1c
Add NASA (#4850) 2021-01-26 16:00:17 +00:00
Florian Bernhart
3166f14e71
Add Redux-Saga (#4803)
* Add Redux-Saga

* Correct filename
2021-01-26 10:36:54 -05:00
Alexandre Paradis
d46f99d3d9
Add Statuspal icon (#4823) 2021-01-26 15:30:34 +00:00
Peter Noble
db5319d3d1
Add Vector Logo Zone (#4842) 2021-01-26 15:25:12 +00:00
Alexandre Paradis
1e4acc747e
Add Tampermonkey icon (#4843) 2021-01-26 15:23:12 +00:00
Alexandre Paradis
46f60e64f1
Add Screencastify icon (#4806) 2021-01-26 15:17:40 +00:00
Peter Noble
719f2f7264
Add Emirates (#4862) 2021-01-26 15:12:19 +00:00
Peter Noble
97f665b62d
Add BBC (#4846) 2021-01-26 15:05:51 +00:00
Peter Noble
27d156a38e
Add Falcon (#4841) 2021-01-26 14:59:50 +00:00
Peter Noble
5ce83aa999
Add OYO (#4840) 2021-01-26 14:56:06 +00:00
Peter Noble
ca55542222
Add China Southern Airlines (#4837) 2021-01-26 14:53:18 +00:00
Peter Noble
dad01d0acb
Add Alibaba Cloud (#4819) 2021-01-26 14:40:11 +00:00
Peter Noble
9cbd56e53b
Add Air China (#4799) 2021-01-26 14:33:28 +00:00
Florian Bernhart
e19e964b82
Add CountingWorks PRO (#4796) 2021-01-26 14:29:29 +00:00
Peter Noble
c5548a3818
Add TV Time (#4766) 2021-01-26 14:27:30 +00:00
Florian Bernhart
23a856bf40
Add Premier League (#4753) 2021-01-26 14:18:52 +00:00
MiguelMJ
880c706a50
Add SFML (#4678) 2021-01-25 16:20:08 +00:00
Adam Alston
2a25afa202
Add Chainlink (#4857) 2021-01-25 14:49:14 +00:00
Adam Alston
c625811c8b
Add Okta (#4852) 2021-01-25 14:43:16 +00:00
Adam Alston
2935bf63c4
Add Chakra UI (#4851) 2021-01-25 14:38:16 +00:00
Adam Rusted
586d832104
Updated Google Calendar (#4522) 2021-01-23 16:10:45 +00:00
Adam Rusted
ca101ce8ca
Updated Gmail (#4470) 2021-01-23 14:58:41 +00:00
Kaito Sugimoto
a9317ddacd
Add bookmeter.com icon (#4829)
* add Bookmeter svg

* fix svg

* fix hex

* fix icon

* update!

* height fix

* commit the best code
2021-01-22 13:41:09 -05:00
Peter Noble
ffc4491ed9
Add Acclaim (#4820) 2021-01-22 13:54:27 +00:00
Peter Noble
48a59fb0ca
Add Alitalia (#4808) 2021-01-22 08:28:01 -05:00
Calvin Espinoza
82c0ebed17
Add Lydia icon (#4836) 2021-01-22 08:16:03 -05:00
Peter Noble
260080370a
Add Eagle (#4809) 2021-01-21 09:29:45 +00:00
Alexandre Paradis
60847890d2
Add Cachet icon (#4822) 2021-01-20 19:14:56 +01:00
Adam Rusted
beb5c0b736
Add Songoda (#4810) 2021-01-20 11:57:15 -05:00
Adam Rusted
ba9e0643ad
Add Namecheap (#4811)
* Added Namecheap

* Update namecheap.svg
2021-01-20 11:18:39 -05:00
Peter Noble
2eeab070dc
Update AliExpress & Taobao Sources (#4815) 2021-01-19 13:04:53 -05:00
Adam Rusted
dce8c26312
Added OPNSense (#4557) 2021-01-19 15:29:23 +01:00
Peter Noble
0edf9b37ae
Add Amazon DynamoDB (#4780) 2021-01-19 11:42:57 +00:00
Florian Bernhart
a4e42d09c0
Add Corsair (#4798) 2021-01-18 17:58:38 +00:00
Peter Noble
6e15409ea6
Add Crystal (#4779) 2021-01-18 17:47:41 +00:00
Bjarne Fyrstenborg
4a331b95da
Update Umbraco colour (#4794) 2021-01-18 14:44:47 +00:00
Adam Rusted
598863834f
Updated Delicious (#4499) 2021-01-18 12:06:05 +01:00
Peter Noble
ff168ca408
Add Foxtel (#4784) 2021-01-18 00:45:35 +01:00
Adam Rusted
7f1c96f862
Added IBM Watson (#4634) 2021-01-18 00:39:38 +01:00
Adam Rusted
bcf00d6b62
Added Kongregate (#4733) 2021-01-18 00:24:15 +01:00
Logan Marchione
adfe5c6630
Add Solidity (#4740)
* Add Solidity

* Fix extra bracket

* Make requested changes
2021-01-17 22:58:33 +00:00
Adam Rusted
70af5c3416
Update Bing (#4758) 2021-01-17 23:48:47 +01:00
Eric Cornelissen
9fed7b6ebf
Keep track of brand guidelines/presskits/etc. explicitly (#2846)
Co-authored-by: Peter Noble <PeterShaggyNoble@users.noreply.github.com>
2021-01-17 21:41:03 +00:00
Peter Noble
c2a32d13d6
Add Postmates (#4781) 2021-01-16 21:41:03 +00:00
Peter Noble
e77594680f
Add QuickBooks (#4782) 2021-01-16 21:38:26 +00:00
Peter Noble
0132c5b7bc
Add OWASP (#4783) 2021-01-16 21:35:18 +00:00
Richárd Nagy
01d320a58a
Add Google Optimize (#4785)
* Added Google Optimize

* fix lint error

* update icon

Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-16 20:24:30 +01:00
Peter Noble
8fc59f0507
Add WALKMAN (#4670) 2021-01-15 10:06:31 -05:00
Adam Rusted
b29345d309
Add Folium (#4688) 2021-01-15 10:01:21 -05:00
Peter Noble
241564f344
Add Headspace (#4765) 2021-01-15 09:38:47 +00:00
Peter Noble
f160e99c04
Add FutureLearn (#4773) 2021-01-15 09:36:26 +00:00
Peter Noble
215c13b1b5
Add Rolls-Royce (#4772) 2021-01-15 09:34:57 +00:00
Peter Noble
42feb83bd0
Add Devpost (#4771) 2021-01-15 09:30:02 +00:00
Peter Noble
5a1fd1981d
Add Rotten Tomatoes (#4770) 2021-01-15 09:27:59 +00:00
Peter Noble
494e99474e
Add Selenium (#4769) 2021-01-15 09:25:12 +00:00
Peter Noble
36bf348897
Add Kali Linux (#4768) 2021-01-15 09:23:26 +00:00
Peter Noble
3149e816ae
Add Metro (#3183) 2021-01-14 17:57:33 +00:00
Peter Noble
c99c2c5bbc
Add Less (#4693) 2021-01-14 12:59:39 +00:00
Peter Noble
1c0a5c8172
Add New Japan Pro-Wrestling (#2791)
* Add NJPW

* Rename NJPW as New Japan Pro-Wrestling

* Update New Japan Pro-Wrestling path
2021-01-14 11:39:22 +00:00
Peter Noble
b60b801602
Add Southwest Airlines (#2896) 2021-01-13 18:20:30 +00:00
Logan Marchione
558a6fedcb
Add Git LFS (#4737) 2021-01-13 15:54:41 +00:00
Peter Noble
9d7e32ca2c
Add PlayStation 5 (#4641) 2021-01-13 14:43:21 +01:00
Peter Noble
d0b8c01711
Add The Irish Times (#4752) 2021-01-13 13:39:17 +00:00
Fulltea
a6c8e7b8ea
Add Deutsche bahn (#4210)
* add icon

* #4153 Added Deutsche Bahn

* fix: simple-icons.json

* Update deutschebahn.svg

* Prettify JSON.

Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-13 08:36:42 -05:00
Peter Noble
ebe79cd5da
Add Home Assistant Community Store (#4755) 2021-01-13 13:34:13 +00:00
Florian Bernhart
c52ffc197c
Add Cucumber (#4754) 2021-01-13 13:24:35 +00:00
Florian Bernhart
f3881b4cb7
Add Semantic UI React (#4743) 2021-01-13 13:21:54 +00:00
Tom Schneider
1de1fd7026
Add VOX (#2205)
Co-authored-by: Florian Bernhart <70264417+fbernhart@users.noreply.github.com>
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-13 13:19:21 +00:00
Peter Noble
460430902e
Add Wikidata (#4738) 2021-01-13 13:10:57 +00:00
Peter Noble
5a7490c0a2
Add TP-Link (#4732) 2021-01-13 13:08:51 +00:00
Peter Noble
1ccc7040b4
Add Pioneer DJ (#4709) 2021-01-13 13:00:50 +00:00
Peter Noble
535dfde6fa
Add Blazor (#4694) 2021-01-13 12:55:28 +00:00
Peter Noble
d15254089d
Add Acer (#4680) 2021-01-13 12:48:47 +00:00
Logan Marchione
00b1bde3d9
Add Bank of America (#4722) 2021-01-13 12:34:29 +00:00
Logan Marchione
a9556d4bbd
Add Jellyfin (#4674) 2021-01-13 12:21:27 +00:00
Peter Noble
9be33351ac
Update Intel (#4751)
* Update Intel
2021-01-13 12:14:07 +00:00
Logan Marchione
4a2dd5e3c7
Add Graylog (#4675) 2021-01-13 12:13:00 +00:00
Alexandre Paradis
12a7cda161
Add hotjar icon (#4723) 2021-01-13 09:59:55 +00:00
Alexandre Paradis
49a6e0671b
Add Momenteo icon (#4676) 2021-01-13 09:57:13 +00:00
Peter Noble
45a450c88c
Add Game Jolt (#4742) 2021-01-13 09:34:20 +00:00
Adam Rusted
30212ad67f
Updated Citrix (#4748)
Co-authored-by: Florian Bernhart <70264417+fbernhart@users.noreply.github.com>
2021-01-13 09:28:23 +00:00
Florian Bernhart
4e512b6ca2
Update General Motors (#4741) 2021-01-13 08:58:03 +00:00
Peter Noble
6f83d1dd85
Add NBA (#4739) 2021-01-12 17:10:00 +01:00
Adam Rusted
ec6695d151
Added Flipkart (#4734) 2021-01-12 15:36:18 +01:00
Alexandre Paradis
5d6ce030f7
Add Unacademy icon (#4689) 2021-01-12 15:15:32 +01:00
Adam Rusted
1a6d77d084
Updated Google Chat (#4736) 2021-01-12 13:02:41 +00:00
Florian Bernhart
cdf5dac3a0
Update Microsoft (#4649) 2021-01-12 10:26:10 +00:00
miZyind
3cc4ac1491
Add Blueprint (#3510) (#4729) 2021-01-12 10:50:47 +01:00
Florian Bernhart
6df755e600
Update Kia (#4730) 2021-01-12 09:43:41 +00:00
Adam Rusted
154a87601a
Add AliExpress (#4712)
Co-authored-by: Florian Bernhart <70264417+fbernhart@users.noreply.github.com>
2021-01-12 10:20:05 +01:00
Logan Marchione
897e79bacd
Add Yale (#4721) 2021-01-12 09:12:02 +00:00
Vanessa Soares
1f65c6b8f6
Add CodeceptJS (#3399)
Co-authored-by: fbernhart <70264417+fbernhart@users.noreply.github.com>
2021-01-12 08:50:53 +00:00
Logan Marchione
ba085f59ff
Add Espressif (#4720) 2021-01-12 01:11:02 +01:00
Alexandre Paradis
24216de019
Update Visa icon (#4719) 2021-01-11 23:22:00 +01:00
Peter Noble
8ce248c1b1
Add Presto (#4623) 2021-01-11 21:16:53 +00:00
Adam Rusted
cf0615bc51
Added Taobao (#4632) 2021-01-11 16:26:02 +01:00
Adam Rusted
236aa85ce5
Added Codemagic (#4711) 2021-01-11 13:19:32 +01:00
Logan Marchione
7affe87312
Add Treyarch (#4690)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-10 14:07:50 +01:00
Adam Rusted
cec225b806
Added Ticketmaster (#4526) 2021-01-10 14:03:34 +01:00
MetLee
fc59ca6895
Add Ingress (#3389)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-10 14:00:18 +01:00
Florian Bernhart
0fc5bb7bd5
Add Vimeo Livestream (#4703) 2021-01-10 12:45:05 +00:00
Florian Bernhart
a6b222661e
Add Reliance Industries Limited (#4702) 2021-01-10 12:43:01 +00:00
Florian Bernhart
a2ac01fb48
Update Uber Eats (#4651) 2021-01-10 12:40:13 +00:00
Adam Rusted
6538ef4f6a
Added Chrysler (#4357) 2021-01-10 12:45:03 +01:00
Moustikitos
ef5f574fab
Added Ark Ecosystem logo (#4699) 2021-01-10 11:33:01 +01:00
Florian Bernhart
788be68f49
Update pr.co (#4655) 2021-01-09 23:26:20 +00:00
Adam Rusted
e2b0189e24
Add Wikiquote (#4687) 2021-01-09 15:29:27 -05:00
Peter Noble
e67b8c9f1d
Add Hyperledger (#4673) 2021-01-08 10:19:11 +00:00
Peter Noble
acc6b74730
Add Zomato (#4664) 2021-01-08 10:16:37 +00:00
Peter Noble
18a5fd0d7a
Rename Kahoot as Kahoot! (#4635) 2021-01-08 10:13:00 +00:00
Peter Noble
3c2767a353
Add egghead (#4644) 2021-01-08 10:10:45 +00:00
Peter Noble
82c6385f21
Add Linktree (#4662)
* Add Linktree

* Update Linktree path
2021-01-08 10:06:22 +00:00
Peter Noble
01802c7330
Add pfSense (#4671) 2021-01-08 10:04:07 +00:00
Ed Muthiah
a8b4891d74
Added ROS (#4658) 2021-01-08 09:05:38 +00:00
Bruno Alla
83456fbb0d
Add cookiecutter icon (#3649)
Co-authored-by: fbernhart <70264417+fbernhart@users.noreply.github.com>
2021-01-08 09:01:48 +00:00
Florian Bernhart
54f3893568
Update SonicWall (#4654) 2021-01-08 08:43:13 +00:00
Florian Bernhart
d4dd676c2c
Update Mozilla (#4656) 2021-01-07 12:29:59 -05:00
Peter Noble
a48780d0c3
Add Cockroach Labs (#4665) 2021-01-07 14:32:33 +01:00
Peter Noble
57b0992f49
Add AnyDesk (#4663) 2021-01-07 14:11:08 +01:00
Peter Noble
65fbad466b
Add Unraid (#4613)
* Add Unraid

* Precision = 3

Co-authored-by: fbernhart <70264417+fbernhart@users.noreply.github.com>
2021-01-07 09:50:10 +00:00
Adam Rusted
e12b3cda46
Updated Google Fit (#4506) 2021-01-07 10:48:59 +01:00
Adam Rusted
c9797930d6
Added TrueNAS (#4574) 2021-01-07 10:35:30 +01:00
Peter Noble
caf290b55a
Add Paytm (#4643) 2021-01-06 19:18:44 +01:00
Adam Rusted
005b969ddf
Add TaxBuzz (#4619) 2021-01-06 19:08:27 +01:00
Adam Rusted
dfe28db2ad
Added FreeNAS (#4573) 2021-01-06 18:29:53 +01:00
Peter Noble
097ee9399b
Add tado° (#4637) 2021-01-06 17:01:43 +00:00
Adam Rusted
e605b1591f
Added UPS (#4565) 2021-01-06 17:57:12 +01:00
Adam Rusted
4c3fd50e35
Added FedEx (#4564) 2021-01-06 17:53:57 +01:00
Adam Rusted
38ba2b4306
Added Zotero (#4561) 2021-01-06 17:41:27 +01:00
Peter Noble
fe3b7630fb
Add Open Bug Bounty (#4627) 2021-01-06 16:28:55 +00:00
Adam Rusted
bf780a6db9
Added Scrimba (#4556) 2021-01-06 17:27:48 +01:00
Peter Noble
8d448fc292
Add Observable (#4640) 2021-01-06 16:26:52 +00:00
Peter Noble
68208df4a1
Add Weights & Biases (#4630) 2021-01-06 16:23:53 +00:00
Adam Rusted
7bd502a651
Added B&R Automation (#4552) 2021-01-06 17:22:24 +01:00
Peter Noble
e57f3d43ae
Add SoloLearn (#4624) 2021-01-06 16:21:49 +00:00
Peter Noble
a2fdd66f4f
Add Gitee (#4625) 2021-01-06 16:19:14 +00:00
Adam Rusted
2993a9bb0f
Add Swiper (#4562) 2021-01-06 11:14:20 -05:00
Alexandre Paradis
bfc42d5950
Update WP Engine (#4639) 2021-01-06 16:09:28 +00:00
Peter Noble
30d6e8d522
Update Zillow (#4636) 2021-01-06 16:00:31 +00:00
Adam Rusted
b8be2f5124
Added PageSpeed Insights (#4553) 2021-01-06 16:22:16 +01:00
Adam Rusted
4c4a720dfa
Added IKEA (#4555) 2021-01-06 16:07:22 +01:00
Adam Rusted
944eb8d691
Added Open Nebula (#4551) 2021-01-06 15:35:36 +01:00
Adam Rusted
8f8c265b57
Added De'Longhi (#4426) 2021-01-06 14:34:56 +00:00
Adam Rusted
8b93ec9ab9
Added ThinkPad (#4550) 2021-01-06 15:25:27 +01:00
Adam Rusted
95a0a98129
Added USPS (#4549) 2021-01-06 15:24:05 +01:00
Vins Sharma
27f11842e4
Add Xilinx (#3424)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-06 14:50:41 +01:00
Adam Rusted
f7a28e0908
Added Klook (#4548) 2021-01-06 14:44:51 +01:00
Peter Noble
188540fc91
Add Google Domains (#4622) 2021-01-06 13:36:46 +00:00
Florian Bernhart
b6213ced35
Add Homebridge (#4607) 2021-01-06 13:33:50 +00:00
Adam Rusted
f484878cb4
Added MetaFilter (#4547) 2021-01-06 14:28:22 +01:00
Peter Noble
ae6f2f613d
Add SEPA (#3154) 2021-01-06 13:24:22 +00:00
Adam Rusted
2596112b64
Added Deepnote (#4546) 2021-01-06 14:23:04 +01:00
Adam Rusted
a413d7d951
Added Apache Kylin (#4545) 2021-01-06 14:02:23 +01:00
Adam Rusted
5b14de7db8
Added Grubhub (#4544) 2021-01-06 13:48:46 +01:00
Adam Rusted
c6bab5940d
Added Testing Library (#4542) 2021-01-06 12:49:43 +01:00
Peter Noble
e2cfac6a94
Add Eclipse Vert.x (#4631) 2021-01-06 11:43:09 +00:00
Aditya Vats
fddaaa8aea
Add Cloudways icon (#3352)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
Co-authored-by: fbernhart <70264417+fbernhart@users.noreply.github.com>
2021-01-06 11:33:21 +00:00
Adam Rusted
58f5fb6bd2
Added McLaren (#4538) 2021-01-06 12:28:11 +01:00
Adam Rusted
3e06dab46e
Added AIOHTTP (#4536) 2021-01-06 12:07:40 +01:00
Adam Rusted
9de7fd5a25
Add Jitsi (#4540)
* Add Jitsi

* Updated Hex
2021-01-06 10:29:55 +01:00
Adam Rusted
0a06b10ad0
Added Contentful (#4537)
* Added Contentful

* Updated Source
2021-01-06 10:29:01 +01:00
Adam Rusted
2e400edf2e
Added Kitsu (#4520) 2021-01-06 02:01:25 +01:00
Adam Rusted
ee5bc19742
Added CheckiO (#4512) 2021-01-06 00:01:42 +01:00
Vins Sharma
cf136ebc34
Add Motorola (#3425)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-05 23:48:04 +01:00
Adam Rusted
30f766f613
Added edX (#4452) 2021-01-05 22:41:10 +01:00
Florian Bernhart
7305a5ecdc
Update Gatsby (#4620)
* Update Gatsby

* Changed source
2021-01-05 16:03:26 -05:00
Peter Noble
d21e7d0b11
Add Speedtest (#4626) 2021-01-05 17:56:57 +01:00
Peter Noble
fc13350826
Add Bugcrowd (#4615) 2021-01-05 14:33:54 +00:00
Peter Noble
716530870f
Add Noun Project (#4608) 2021-01-05 14:31:14 +00:00
Peter Noble
28224da71b
Add Vault (#4606) 2021-01-05 14:29:05 +00:00
Peter Noble
205308f3b7
Add CodeProject (#4617) 2021-01-05 13:46:34 +00:00
Ed Muthiah
fbb62bed09
Added OpenCV (#4580) 2021-01-05 13:09:51 +00:00
Adam Rusted
9116530d90
Fixed naming of 'bigbasket' (#4616) 2021-01-05 13:50:04 +01:00
Adam Rusted
ff6a0f738b
Added CodinGame (#4575) 2021-01-05 13:45:58 +01:00
Adam Rusted
129f881a8b
Added Big Basket (#4572) 2021-01-05 13:38:44 +01:00
Adam Rusted
ceb21b8617
Added Testin (#4571) 2021-01-05 13:22:16 +01:00
Adam Rusted
955fceca90
Added São Paulo Metro (#4570) 2021-01-05 13:00:04 +01:00
Adam Rusted
0452567f65
Added Webflow (#4568) 2021-01-05 12:47:12 +01:00
Peter Noble
364ec52613
Add Tile (#4614) 2021-01-05 12:43:49 +01:00
Adam Rusted
35d85d55d0
Added Digi-Key Electronics (#4398) 2021-01-05 12:19:32 +01:00
Adam Rusted
c80ee58593
Added Apache JMeter (#4594) 2021-01-05 12:15:09 +01:00
Adam Rusted
d472a47110
Added Fortran (#4397) 2021-01-05 12:12:09 +01:00
Adam Rusted
860b7cdadb
Added Revue (#4391)
Co-authored-by: fbernhart <70264417+fbernhart@users.noreply.github.com>
2021-01-05 10:59:20 +00:00
Peter Noble
7c88e58677
Add Progress (#4611) 2021-01-05 11:43:04 +01:00
Peter Noble
11622a37ac
Add STARZ (#4612) 2021-01-05 11:25:14 +01:00
Adam Rusted
f0f45ebb7b
Added Cognizant (#4392)
Co-authored-by: fbernhart <70264417+fbernhart@users.noreply.github.com>
2021-01-05 09:39:07 +00:00
Adam Rusted
8fa3ad3350
Added Accenture (#4396) 2021-01-05 10:15:44 +01:00
Adam Rusted
34efe1c6be
Added DataStax (#4393) 2021-01-05 10:12:47 +01:00
Mubashshir
970609efdc
Add AniList (#4609) 2021-01-05 09:05:37 +01:00
Adam Rusted
9a9d31cc21
Add Looker (#4442) 2021-01-04 14:41:43 -05:00
creepertron95
cc99f4ade9
Add Rainmeter (#3554)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-04 17:07:30 +01:00
matteomiceli
cdf0d81691
add Pop OS Logo (#3769)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-04 16:00:33 +01:00
Adam Rusted
2e91fbce1f
Added Google Photos (#4341) 2021-01-04 15:53:57 +01:00
Adam Rusted
c6ca868217
Added Radar (#4319) 2021-01-04 15:49:03 +01:00
Adam Rusted
a92ab2c06f
Added Wipro (#4359) 2021-01-04 15:43:47 +01:00
Adam Rusted
750260acdb
Added Lada (#4361)
Co-authored-by: Florian Bernhart <70264417+fbernhart@users.noreply.github.com>
2021-01-04 14:37:48 +00:00
Adam Rusted
f73beea5ea
Update Stadia (#4503)
Co-authored by: @fbernhart
2021-01-04 13:53:53 +00:00
Adam Rusted
abf62ace23
Updated Google (#4508) 2021-01-04 14:51:57 +01:00
Lukas Frischknecht
6474ae704f
Add Winmate Icon (#3316)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-04 14:30:26 +01:00
Peter Noble
d5968ba1aa
Add Zelle (#4605) 2021-01-04 12:52:40 +00:00
Álvaro Mondéjar
ec44009559
Update Zendesk (#4595) 2021-01-04 12:27:47 +00:00
Álvaro Mondéjar
743e559df4
Update Viber (#4597) 2021-01-04 12:19:25 +00:00
Ovillena
9c9188ec90
Add SciPy icon (#3772)
Co-authored-by: fbernhart <70264417+fbernhart@users.noreply.github.com>
2021-01-04 09:40:09 +00:00
Nikolas De Giorgis
8c6e8f9109
Added lichess icon (#3535)
Co-authored-by: Lucas Becker <runxel@users.noreply.github.com>
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-04 06:22:09 +01:00
John Stilia
ad3e25dc66
add TMUX (#3512)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-04 06:14:48 +01:00
Stephen De Gabrielle
c131cd6d39
Add Racket icon (#3483)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-04 06:08:46 +01:00
Kalpesh
217dc76627
Add eightsleep icon (#3638)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-04 06:01:38 +01:00
Eduard Ursu
3ea8295674
Add Zoho (#3661)
* Add Zoho
* Rebuilt from source to improve clarity;

Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-04 05:48:21 +01:00
Adam Rusted
3f76a5e487
Updated YouTube TV (#4405) 2021-01-04 00:55:26 +01:00
Adam Rusted
268555c2e4
Updated Google Analytics (#4504) 2021-01-04 00:41:38 +01:00
Adam Rusted
db01813dbc
Updated Waze (#4583) 2021-01-03 23:52:32 +01:00
edizbaha
c5565be829
Add Spark AR icon (#4468)
* Added Spark AR Studio icon

* Update simple-icons.json

* Added Icon

* Added Gaps of 0.5px

* Removed extra anchor points

Co-authored-by: Adam <hello@adamrusted.me>
2021-01-03 21:14:17 +01:00
Adam Rusted
3a5f965fad
Updated Kyocera (#4475) 2021-01-03 20:40:32 +01:00
Regina Reynolds
42bb8f00f5
Add Progate (#3680)
* Add files via upload

* Update and rename progate optimized.svg to progate.svg

Annotate file

* Add Progate JSON data

* Update simple-icons.json

Fix syntax error
2021-01-03 20:36:50 +01:00
Adam Rusted
0f97221c9f
Updated XMPP (#4483)
* Updated XMPP

* Edit Linter Ignore
2021-01-03 20:31:09 +01:00
creepertron95
14998cec7d
Add Facepunch (#3671)
* Add Facepunch

* Recenter icon

* Rebuilt from source

Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-03 20:25:12 +01:00
Adam Rusted
bc449051ec
Updated Lenovo (#4477) 2021-01-03 19:55:02 +01:00
MetLee
e02a846d3a
Update Adobe XD (#3386)
* Update Adobe XD

* Updated Source; Rebuilt from Source;

* Update simple-icons.json

* Rebuilt from source

Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-03 19:28:14 +01:00
Adam Rusted
9a13180aa7
Updated Fossa (#4473) 2021-01-03 18:53:45 +01:00
Florian Bernhart
7c04f7fb18
Updated Google Cardboard (#4058) 2021-01-03 14:26:37 +00:00
Florian Bernhart
fb2fca6eb9
Update Synology (#4220) 2021-01-03 13:53:55 +00:00
Florian Bernhart
d60a76412e
Add PyPy (#4281) 2021-01-03 13:52:21 +00:00
MaxGiting
05b86e7932
Add 3m (#3631)
* Add 3m

* Changed source; Rebuilt from source;

Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-03 14:46:46 +01:00
Ryan L
f334062bdf
Added streamlit icon (#4412) 2021-01-03 11:45:54 +00:00
Kalpesh
fa85d6e9b5
Add RedwoodJS icon (#3624)
* Add RedwoodJS icon

* Updated source; Rebuilt from source;

Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-02 13:55:12 -05:00
Karthik-Nayak
48cdd007a8
Add Veepee icon (#3626)
* Add veepee icon

* Updated source; Rebuilt from source;

Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-02 13:49:53 -05:00
OOQQ
70cb7cc5a4
Add logo p5.js (#3507)
* Added a logo

* added logo p5.js

* Resized logo to 24*24

Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-02 13:45:18 -05:00
Alexandre Paradis
43d145b411
Correct Toyota icon (#4439) 2021-01-01 20:17:38 +00:00
Adam Rusted
abf32dfc26
Updated Known (#4484)
* Updated Known

* Rebuilt manually from source

* Made changes suggested by @mondeja
2021-01-01 21:15:49 +01:00
Hansel Dsouza
88e8f4e357
Add Photobucket (#3253)
* added photobucket

* removed height width from svg

* reset to previous commit

* fixed hex code error after rollback

* added pkg lock

* fixed sizing issue

* Rebuilt from new source; Precision of 3;

Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-01 20:10:23 +01:00
David Kryzaniak
45676d5f08
Add Rakuten Icon (#3328)
* Create rakuten.svg

* Update simple-icons.json

* Update rakuten.svg

* Update simple-icons.json

* Fixed Centering oops. Json needed to be sorted alphabetically.

* Found new source for 'R' icon - rebuilt from source.

Co-authored-by: Adam Rusted <hello@adamrusted.me>
2021-01-01 19:57:41 +01:00
Eduard Ursu
911beefe8e
Add QubesOS (#3660) 2021-01-01 13:20:07 +00:00
Emma Segal-Grossman
fc23d21294
Add WeTransfer icon (#3635) 2021-01-01 12:46:30 +00:00
Maximilian Berkmann
6654b1e0d1
Added Capacitor (#3349) 2020-12-30 22:06:14 +00:00
Alexandre Paradis
54562e979a
Add GE icon (#4435)
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2020-12-30 20:30:34 +00:00
Alexander Nostadt
aacfbbdaac
Add YourTravel.TV icon (#3723) 2020-12-30 19:04:38 +00:00
Karmen Lu
c92315df4f
Add Infosys (#4524)
* Add Infosys.

* Remove extra lines from icon.
2020-12-29 22:31:14 +00:00
Karmen
94f2e3e821
Add Starship (#4514)
* Add starship svg and update simple-icons.json.

* Update icon,

* Rebuilt from source; Precision of 5; Ran through SVGOMG to Precision of 3;

Co-authored-by: Karmen Lu <lukarm3n@gmail.com>
Co-authored-by: Adam Rusted <hello@adamrusted.me>
2020-12-29 15:53:03 +01:00
Florian Bernhart
9c7e06a28f
Add Google Colab (#4316) 2020-12-29 12:01:10 +00:00
Florian Bernhart
6d5df28917
Add Express (#4280)
* Add Express

* Changed source
2020-12-29 11:54:09 +00:00
Florian Bernhart
6e03780afe
Add Ceph (#4277) 2020-12-29 11:52:18 +00:00
Florian Bernhart
3e93e1e0ee
Update Webmin (#4235) 2020-12-29 11:43:23 +00:00
Florian Bernhart
5ec7b28754
Update Telegram (#4221) 2020-12-29 11:31:03 +00:00
Karmen
1d1015d08e
Add Shields.io (#4517) 2020-12-29 10:55:31 +00:00
Florian Bernhart
31b1c5a1a8
Update Super User (#4217) 2020-12-28 23:37:06 +00:00
Florian Bernhart
02a5ac31ec
Updated Statamic (#4199) 2020-12-28 19:25:22 +00:00
Florian Bernhart
5d79d504dd
Updated SonarLint (#4191) 2020-12-28 17:54:32 +00:00
Adam Rusted
904006906c
Updated Land Rover (#4476)
* Updated Land Rover

* Forgot Linter Ignore File
2020-12-28 18:51:48 +01:00
Florian Bernhart
867e93290c
Updated Skillshare (#4189) 2020-12-28 17:44:16 +00:00
Adam Rusted
1111845e9c
Updated Neovim (#4479)
* Updated Neovim

* Updated to monochrome icon
2020-12-28 18:39:41 +01:00
Florian Bernhart
6b26622106
Updated Runkeeper (#4184) 2020-12-28 17:22:13 +00:00
Florian Bernhart
85753e2761
Updated Sentry (#4187) 2020-12-28 17:06:31 +00:00
Florian Bernhart
a42f023c26
Updated Riseup (#4183) 2020-12-28 16:58:20 +00:00
Karmen
ad2c563c8f
Add Peloton. (#4515) 2020-12-28 16:16:49 +00:00
Florian Bernhart
054fe2de29
Updated Rhinoceros (#4182) 2020-12-28 16:14:14 +00:00
Adam Rusted
13ccb61efb
Updated Android (#4399)
* Updated Android

* Rebuilt from source; Precision of 3

* Specific source

* Precision of 4;
2020-12-28 17:08:28 +01:00
Karmen
c1bb01965a
Add Wikivoyage. (#4518) 2020-12-28 15:46:43 +00:00
Adam Rusted
e05913ba2f
Added Star Trek (#4521) 2020-12-28 16:13:23 +01:00
Adam Rusted
b7964318e9
Updated Apache Airflow (#4501)
* Updated Apache Airflow

* Removed unnecessary anchors

* @mondeja found more points!
2020-12-28 15:46:34 +01:00
Jorys Paulin
972c01ee1b
Added Matomo (#4489)
* Added Matomo

* Updated Logo

* Returned smoothness

Co-authored-by: Adam <hello@adamrusted.me>
2020-12-28 15:37:40 +01:00
Adam Rusted
c3681025f2
Updated Apache Maven (#4500)
* Updated Apache Maven

* Forgot JSON
2020-12-28 15:08:49 +01:00
Adam Rusted
d0de4b4d4a
Updated Source (#4502) 2020-12-28 15:02:59 +01:00
Adam Rusted
32e7654bc1
Updated Linux Foundation (#4486) 2020-12-28 14:59:07 +01:00
Karmen
61d0ea38b2
Add Sumo Logic. (#4516) 2020-12-28 10:50:36 +00:00
Adam Rusted
1c92f2f825
Update Asciidoctor (#4450)
* Update Asciidoctor

* Updated source; Rebuilt from source

* Precision of 4
2020-12-27 22:25:59 +01:00
Adam Rusted
a2413cad19
Fixed linter error (#4510) 2020-12-27 18:50:16 +01:00
Florian Bernhart
d8a84111f0
Add TinyLetter (#4306) 2020-12-27 17:12:07 +00:00
Álvaro Mondéjar
5ed5404a99
Add Three.js (#4443) 2020-12-27 17:10:11 +00:00
Adam Rusted
1c94435614
Added Trip.com (#4358) 2020-12-27 18:05:23 +01:00
Adam Rusted
c6d2a00fb9
Add Roam Research (#4360) 2020-12-27 12:04:29 -05:00
Florian Bernhart
8de43060e9
Add foodpanda (#4305) 2020-12-27 17:02:29 +00:00
Florian Bernhart
ae206ea0c3
Add ESPHome (#4303) 2020-12-27 17:00:02 +00:00
Adam Rusted
feadb59499
Added PhonePe (#4317)
* Added PhonePe Icon

* Fixed issue with svg

* Fixed mutliple braces on single line
2020-12-27 11:59:31 -05:00
Adam Rusted
9471d76190
Added Substack (#4386) 2020-12-27 17:56:42 +01:00
Florian Bernhart
ea896be6a8
Add Integromat (#4302) 2020-12-27 16:55:29 +00:00
Florian Bernhart
c99d1c0a47
Add mastercomfig (#4296) 2020-12-27 16:53:00 +00:00
Florian Bernhart
aaaf97ea2d
Updated Mail.Ru (#4097) 2020-12-27 16:52:12 +00:00
Florian Bernhart
51d93409c5
Add okcupid (#4297) 2020-12-27 16:51:20 +00:00
creepertron95
75c612a908
Add Undertale (#3663) 2020-12-27 16:46:25 +00:00
Florian Bernhart
f1f9d301f6
Add Podcast Addict (#4295) 2020-12-27 13:27:25 +00:00
Florian Bernhart
88a79f946b
Add Infiniti (#4293) 2020-12-27 13:23:49 +00:00
Florian Bernhart
f2a473c862
Add Fathom (#4289) 2020-12-27 13:21:56 +00:00
Florian Bernhart
d6664b9792
Add Laragon (#4283) 2020-12-27 13:17:37 +00:00
Florian Bernhart
96c7b51115
Add Chevrolet (#4282) 2020-12-27 13:14:46 +00:00
Alexandre Paradis
28c6644547
Add ngrok (#3949) 2020-12-26 12:00:23 +01:00
Florian Bernhart
8331a2e959
Updated Prismic (#4171) 2020-12-26 10:48:58 +00:00
Florian Bernhart
3164fe6edd
Updated Pi-hole (#4167) 2020-12-26 09:14:56 +00:00
Florian Bernhart
b6e16c60f3
Updated LeetCode (#4084) 2020-12-26 08:59:17 +00:00
Florian Bernhart
300fc8f618
Updated Last.fm (#4083) 2020-12-26 08:54:24 +00:00
Florian Bernhart
229fecd13a
Updated Palo Alto Software (#4163) 2020-12-26 08:39:51 +00:00
Florian Bernhart
82c2a2960b
Updated iCloud (#4073) 2020-12-26 08:35:32 +00:00
Adam Rusted
aee0800987
Added Blazemeter (#4385) 2020-12-26 03:06:44 +01:00
Álvaro Mondéjar
6853d0ae7f
Update Adobe InDesign (#4460) 2020-12-26 02:24:48 +01:00
Adam Rusted
d2bccf0acb
Updated DataCamp (#4455) 2020-12-26 02:20:28 +01:00
Adam Rusted
552f941bf0
Updated Garmin (#4445)
* Updated Garmin

* Remove Garmin from '.svglint-ignored.json'
2020-12-24 16:25:39 +01:00
Florian Bernhart
f43f6b9f93
Updated Goodreads (#4057) 2020-12-24 11:28:42 +00:00
Florian Bernhart
bfb22a3414
Updated GoldenLine (#4056) 2020-12-24 10:22:13 +00:00
Florian Bernhart
ca781fe89f
Correct HackerEarth (#4065)
* Updated HackerEarth

* Rebuilt from source; precision = 3; changed color
2020-12-23 15:13:43 -05:00
Florian Bernhart
083bbf44b0
Correct homify (#4070)
* Updated homify

* Rebuilt from source; precision = 3; changed source
2020-12-23 14:56:22 -05:00
Florian Bernhart
dc491d2b8f
Update Helm (#4067)
* Updated Helm

* Rebuilt from source; precision = 3; changed color
2020-12-23 14:42:45 -05:00
Florian Bernhart
fa4ae2032f
Updated HERE (#4068)
* Updated HERE

* Rebuilt from source; precision = 3

* Updated color to 00AFAA

* Fixed the mess ...
2020-12-23 14:38:55 -05:00
Allan Galarza
cc7d8157aa
Add SingleStore icon (#4451) 2020-12-23 19:31:43 +00:00
Florian Bernhart
08d2972ff9
Updated Gitea (#4052) 2020-12-23 18:51:21 +00:00
Florian Bernhart
be01e5c6f7
Updated Genius (#4050)
* Updated Genius

* Rebuilt from source; precision = 3; changed source
2020-12-23 18:41:26 +00:00
Florian Bernhart
502ea4ceaf
Updated ICQ (#4075) 2020-12-23 18:26:25 +00:00
Florian Bernhart
dcc4df9cfb
Update Udacity (#4229) 2020-12-23 17:57:19 +00:00
Florian Bernhart
4cbb1134d2
Update XAML (#4240)
* Update XAML

* Rebuilt from source; precision = 5; changed source
2020-12-23 17:52:11 +00:00
Florian Bernhart
f99632edfd
Added Informatica (#4142)
* Added Informatica

* Fixed unnecessary nodes
2020-12-23 18:41:20 +01:00
Florian Bernhart
6734f20cb3
Update Yelp (#4242) 2020-12-23 17:19:39 +00:00
Florian Bernhart
ee85ce35d2
Updated KaiOS (#4079) 2020-12-23 13:43:08 +00:00
Florian Bernhart
f5b6004654
Update Mojang Studios (#4288) 2020-12-23 13:39:25 +00:00
Florian Bernhart
8cd24f76c1
Update Zulip (#4255) 2020-12-23 13:09:18 +00:00
Florian Bernhart
0d1777c14d
Update WeChat (#4236) 2020-12-23 11:34:53 +00:00
Florian Bernhart
8176e849c6
Update Wattpad (#4290) 2020-12-23 11:25:05 +00:00
Florian Bernhart
ae2e239560
Updated Cinema 4D (#4005) 2020-12-23 09:43:20 +00:00
Florian Bernhart
6101192f0f
Updated Datadog (#4020) 2020-12-22 21:10:48 +00:00
Alexandre Paradis
03af0bc82d
Add GitBook icon (#3975) 2020-12-22 21:25:13 +01:00
Alexandre Paradis
11f55dee6a
Add DoorDash icon (#4094) 2020-12-22 20:54:02 +01:00
Florian Bernhart
887965b94e
Updated Common Workflow Language (#4013) 2020-12-22 16:39:38 +00:00
Álvaro Mondéjar
dc68d313b8
Add Pro Tools (#3880) 2020-12-22 16:35:31 +00:00
creepertron95
742961f724
Add PCGamingWiki (#3664) 2020-12-22 15:59:03 +00:00
Álvaro Mondéjar
c1d45b60cc
Update React (#4430) 2020-12-22 12:56:42 +00:00
Florian Bernhart
53688d50da
Updated Codeship (#4011) 2020-12-22 09:13:41 +00:00
Florian Bernhart
5febbbd560
Updated Codewars (#4012) 2020-12-22 08:45:15 +00:00
Florian Bernhart
4880f9d20d
Updated CodeIgniter (#4010) 2020-12-21 22:26:22 +00:00
Adam Rusted
f8f5ff10cf
Updated Apache NetBeans IDE (#4421)
* Updated Apache NetBeans IDE

* Rebuilt from Source

* Rebuilt from source; 4 Decimals;

* Update _data/simple-icons.json

* Removed extra points
2020-12-21 21:04:11 +01:00
Florian Bernhart
7cd357ead3
Correct Kentico (#4080)
* Updated Kentico

* Rebuilt new logo from source; precision = 3; changed source
2020-12-21 13:31:11 -05:00
Adam Rusted
09aa3c7674
Added Cocos (#4340)
* Added Cocos

* Fixed logo/icon in json

* Rebuilt from source; Compared to 7 decimal variation

* Updated using @mondeja's path

* Removed ineffective paths
2020-12-21 18:41:30 +01:00
Florian Bernhart
5f94607f3f
Updated Boeing (#4000) 2020-12-21 16:38:38 +00:00
Florian Bernhart
51536aeaea
Updated Keybase (#4081)
* Updated Keybase

* Precision = 3; changed source
2020-12-21 17:17:02 +01:00
Florian Bernhart
34a9bb2bef
Updated Cirrus CI (#4006)
* Updated Cirrus CI

* Set Precision to 4

* Set Precision to 5

* Set Precision to 5

* Used path of @mondeja

* Updated color

Co-authored-by: Álvaro Mondéjar <mondejar1994@gmail.com>
2020-12-21 17:13:42 +01:00
Adam Rusted
b043f677ca
Added Triller (#4384) 2020-12-21 16:54:03 +01:00
Florian Bernhart
b028ed28ac
Add MeWe (#4268) 2020-12-21 15:44:25 +00:00
Florian Bernhart
7d231be5d6
Add Jaguar (#4267) 2020-12-21 15:34:39 +00:00
Adam Rusted
8509f912b0
Added Thymeleaf (#4411) 2020-12-21 15:57:16 +01:00
Florian Bernhart
2456518d0e
Updated AT&T (#3980) 2020-12-21 14:54:12 +01:00
Florian Bernhart
6add5d9a57
Added Spyder IDE (#4092)
* Added Spyder IDE

* Added Spyder IDE

* Rebuilt new logo from source; precision = 3
2020-12-21 13:50:24 +01:00
Florian Bernhart
55a601ba21
Updated Buffer (#4004) 2020-12-21 12:41:19 +00:00
Florian Bernhart
1115d3d5a8
Add TryHackMe (#4258) 2020-12-21 12:30:42 +00:00
Florian Bernhart
7b15a4dc91
Updated Baidu (#3984) 2020-12-21 12:28:08 +00:00
Florian Bernhart
bcfb284dfb
Updated Jinja (#4078)
* Updated Jinja

* Precision = 3; changed source
2020-12-20 22:00:38 +01:00
Florian Bernhart
26371d5206
Updated Amazon Lumberyard (#3964) 2020-12-20 20:42:55 +00:00
Florian Bernhart
e6df4872d1
Update Topcoder (#4226) 2020-12-20 18:38:14 +00:00
Florian Bernhart
c1b965f7b6
Added Tomcat (#4154) 2020-12-20 17:58:15 +00:00
Florian Bernhart
7d4b2de65d
Add Max-Planck-Gesellschaft Icon (#3793) 2020-12-20 17:49:28 +00:00
Adam Rusted
3b8cf5478e
Added Packagist (#4390)
* Added Packagist

* Removed Fill

* Rebuilt using path from @mondeja

* Rebuilt from path.
2020-12-20 18:33:35 +01:00
Florian Bernhart
246bdca44d
Added Delphi (#4139)
Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
2020-12-20 16:23:47 +00:00
Florian Bernhart
bcfcab934f
Updated Coursera (#4016)
* Updated Coursera

* Rebuilt new logo from source; precision = 3; changed color
2020-12-20 12:30:45 +01:00
Micael Jarniac
3f87cc00ca
Added SemVer (#4414) 2020-12-20 11:52:31 +01:00
sya-ri
55f5a59757
Add STMicroelectronics (#4140) 2020-12-20 11:35:06 +01:00
Inesh Bose
90c679128a
Add Dialogflow (#3460) 2020-12-20 01:14:29 +01:00
Ronan D'Souza
feb8d98cbb
Add Katacoda icon (#3790) 2020-12-20 00:41:39 +01:00
creepertron95
3813cbd05d
Add SteamDB (#3665) 2020-12-20 00:03:24 +01:00
creepertron95
22f7d2923a
Add AI Dungeon (#3662) 2020-12-19 23:51:01 +01:00
MaxGiting
dc784de8e5
Add Abbvie (#3645) 2020-12-19 23:41:32 +01:00
Florian Bernhart
fbeec64bc3
Updated Fandom (#4043)
* Updated Fandom

* Rebuilt from source; precision = 3; changed source
2020-12-19 19:52:18 +01:00
Diego Arce
dec9f8cb32
Add AWS Amplify (#3612) 2020-12-19 18:07:11 +01:00
Adam
83f6ce2b71
Update Apache Kafka (#4344) 2020-12-19 17:34:13 +01:00
creepertron95
7dce90587b
Add ProtonDB (#3670) 2020-12-19 05:17:19 +01:00
Alexandre Paradis
e458f7452b
Correct HP icon (#4146) 2020-12-19 04:49:43 +01:00
Alexandre Paradis
ef4c8f1b54
Correct Micro.blog icon (#4148) 2020-12-19 04:30:24 +01:00
Adam
57286d16bf
Updated Bootstrap (v5 logo) (#4388) 2020-12-19 03:36:04 +01:00
Florian Bernhart
1673c3a494
Updated Read the Docs (#4179)
* Updated Read the Docs

* Rebuilt from source; precision = 3; changed source

* Filled version; precision = 3
2020-12-19 02:22:05 +01:00
Florian Bernhart
5200531eb6
Update Netflix (#4367)
* Update Netflix

* Fixed; precision = 3
2020-12-19 02:10:36 +01:00
Adam
1fbc60304a
Updated Unilever (#4380)
* Corrected Unilever

* Updated Source

* Precision 4
2020-12-18 21:05:27 +01:00
Adam
c383f66551
Updated Apache Ant (#4406)
* Updated Apache Ant Source

* Updated icon
2020-12-18 20:50:14 +01:00
Florian Bernhart
b193665a11
Updated Apple (#3970)
* Updated Apple

* Rebuilt new logo from source; changed color & source; precision = 3
2020-12-18 17:33:18 +01:00
Florian Bernhart
7881cc6863
Updated Boost (#4001)
* Updated Boost

* Rebuilt new logo from source; changed color; precision = 3
2020-12-18 17:26:11 +01:00
Florian Bernhart
17b76f510b
Update Pantheon (#4164)
* Updated Pantheon

* Rebuilt new logo from source; changed color; precision = 3
2020-12-18 10:26:55 -05:00
Adam
e4701cb3cd
Update Apache Solr (#4375)
* Updated Apache Solr

* Updated source for Apache Solr & Flink
2020-12-18 15:36:51 +01:00
Adam
4aa150ec73
Updated Apache RocketMQ (#4345)
* Slight changes to RocketMQ icon

* Updated Source
2020-12-18 15:34:40 +01:00
Adam
21d577cbb9
Add BigCommerce (#4387) 2020-12-18 08:31:09 -05:00
NovaGL
8acb57e5d2
Update Mixcloud Logo (#3161)
* update mixcloud branding

* Update Mixcloud logo

* Uppercase Hex

* Update Mixcloud logo

* Update Mixcloud branding

* Use path and color provided by @fbernhart

Co-authored-by: Florian Bernhart <fbernhart@users.noreply.github.com>
2020-12-18 04:02:25 +01:00
MetLee
f61c83576b
Update Adobe Premiere Pro (#3384)
* Update Adobe Premiere Pro

* Update source

* Restore original source
2020-12-18 02:33:29 +01:00
NovaGL
53ebeba749
Updated Stitcher icon (#3116)
* Updated Stitcher icon

* Update Stitcher logo to official source

* Fixed Stitcher logo sizing

* Update Stitcher source

* missing title

* Update Stitcher svg

* Remove potential whitespace

* Use @PetterShaggyNoble path

Co-authored-by: Peter Noble <PeterShaggyNoble@users.noreply.github.com>
2020-12-18 02:25:47 +01:00
Adam
6665105223
Update Figma icon (#4376)
* Updated to monochrome icon

* Fixed HEX code
2020-12-17 13:38:42 -05:00
Florian Bernhart
d2d005a351
Updated Mathworks (#4099)
* Updated Mathworks

* Updated Mathworks

* Precision = 3; Updated source
2020-12-16 20:59:50 +01:00
nekocodeX
074079821c
Add Zenn (#4372)
* Add Zenn

* Fix Zenn icon
2020-12-16 19:57:23 +01:00
Florian Bernhart
3c55fb9ee6
Update Typescript (#4370) 2020-12-16 16:22:43 +01:00
Florian Bernhart
8ba71c3d27
Update Vauxhall (#3944)
* Updated Vauxhall

* New icon; precision = 3
2020-12-16 09:22:34 -05:00
Florian Bernhart
ecb9828a37
Updated Kaspersky (#3910)
* Updated Kaspersky

* Rebuilt from source; Changed color; Precision = 3
2020-12-15 16:52:22 +01:00
Alexandre Paradis
5533d3c2bb
Update Drupal icon (#4260) 2020-12-15 16:05:28 +01:00
Kirill Nikolaev
7891e18d5b
Add Fozzy (#4301) 2020-12-15 15:54:07 +01:00
Adam
e9b85fa00e
Added Tasmota (#4349) 2020-12-15 04:43:06 +01:00
Adam
8fa1cd79da
Add Dacia (#2059) (#4338)
* Added Dacia

* Fixed hex code for Dacia

* Removed trailing comma
2020-12-14 18:36:07 -05:00
Adam
bf026d737d
Add Fing (#4339) 2020-12-13 14:50:44 -05:00
Álvaro Mondéjar
1c44360757
Add Fastlane (#3906)
* Add Fastlane

* Rebuilt from vectorized source
2020-12-13 20:47:20 +01:00
Florian Bernhart
a63f5296e8
Updated NuGet (#4113)
* Updated NuGet

* Set Precision to 5

* Rebuilt from source; Precision of 3

* Rebuilt from source; Precision of 3

* Rebuilt; Precision of 3; Updated source
2020-12-12 13:07:08 +01:00
Alexandre Paradis
f518910519
Update SketchUp icon (#4311) 2020-12-11 21:03:32 +01:00
Florian Bernhart
331c39e2b4
Updated Nextdoor (#4110)
* Updated Nextdoor

* Rebuilt new icon from source; Changed color; Precision of 3
2020-12-11 20:18:42 +01:00
Florian Bernhart
3fda13808c
Updated HelloFresh (#3907)
* Updated HelloFresh

* Rebuilt from source; changed color; precision of 3
2020-12-11 20:06:56 +01:00
Álvaro Mondéjar
e4aea98da2
Fix multiple braces in single lines in '_data/simple-icons.json' (#4318) 2020-12-11 12:27:20 -05:00
Adam
13062e83c2
Add Diagrams.net icon (#4310)
* Added Diagrams.net icon

* Updated Diagrams.net hex to fix linting

* Set precision to 5 - still not perfect

* Did not include correct annotations

* Corrected logo to icon

* Utilized SVGO Command Line Tool - Default Precision

* Used @service-paradis' path output

* Updated from Diagrams.net to diagrams.net - reflects naming convention better.

* Updated SVG title tag
2020-12-11 10:25:10 -05:00
Florian Bernhart
db316494f9
Updated Apache OpenOffice (#3969)
* Updated Apache OpenOffice

* Set precision to 4

* Rebuilt from source; Precision of 3

Changed source to https://apache.org/logos

* Without unnecessary points
2020-12-10 15:17:32 +01:00
Florian Bernhart
e1fa88ec7e
Add Snowflake icon (#4089)
* Added Snowflake

* Precision of 3
2020-12-10 08:58:36 -05:00
Florian Bernhart
82583e34f3
Updated Anaconda (#3965)
* Updated Anaconda

* Updated Anaconda

* Set precision to 4

* New source; New color; Rebuilt from source

* Resized and recentered again with Inkscape

* Precision of 4

* Resized and recentered again ...

* Precision of 5

* Resized and recentered again ...

* Resized and recentered again ...

* Optimized with Inkscape this time instead of SVGOMG (Precision of 3)

* Using the version of @service-paradis
2020-12-10 09:16:37 +01:00
Florian Bernhart
a8a6d01034
Correct Steem (#4201)
* Updated Steem

* New icon
2020-12-09 11:04:11 -05:00
Peter Noble
8b8fbc91d3
Add Tutanota (#3375) 2020-12-09 16:49:03 +01:00
Florian Bernhart
089312af52
Updated Salesforce (#4185)
* Updated Salesforce

* Changed source; Precision is now 3

* Should pass now ...
2020-12-09 08:58:29 -05:00
Florian Bernhart
b41e06db25
Add Hack The Box (#4254) 2020-12-08 08:49:18 -05:00
MaxGiting
2c1957e716
Add National Grid (#3633) 2020-12-06 20:48:53 +01:00
Diego Arce
85a0dd3b56
Add Nubank (#3617)
* Add Nubank icon (#3615)

Signed-off-by: Diego Arce <Diego@arce.cr>

* fix nubank.svg

Signed-off-by: Diego Arce <Diego@arce.cr>
2020-12-05 20:39:15 +01:00
Albert Wigmore
68066c0b53
Wireshark (#4275)
* Add wireshark icon, Fixes #3704

* Fix wireshark icon size and centering

* Fix icon paths and reduce precision

* Fix max precision linting errors
2020-12-05 20:26:51 +01:00
Florian Bernhart
9998f2bb19
Updated Stackbit (#4197)
* Updated Stackbit

* Rebuilt from source; updated color & source

* Rebuilt from source; updated color & source

* Precision of 4
2020-12-05 13:57:33 -05:00
NovaGL
3f41c051ed
Add MYOB Logo (#3398)
* Add MYOB Logo

* MYOB Branding

* Change MYOB source

* Revert MYOB colour
2020-12-05 12:52:33 +01:00
Fedor Rumyantsev
96d162b5c8
Added TeamCity (#4207)
* added a TeamCity icon and updated simple-icons.json accordingly

* modified TeamCity icon

* amended the icon to comply with existing JetBrains logo and product logos

* updated the icon to match the rest of available JetBrains product icons, updated source property to link to the brand logos download page

* replaced tabulation with spaces

Co-authored-by: Fedor Rumyantsev <fedor.rumyantsev@jetbrains.com>
2020-12-05 11:59:38 +01:00