Piotr Hylicki
9c196c0525
Added DuckDuckGo icon ( #1443 )
...
Closes #1374
2019-05-29 00:30:57 +02:00
David Klebanoff
1fb7581c55
Handle accented brand names ( #1439 )
...
* Handle accented brand names.
* Update order of replacement (alphabetic).
2019-05-28 23:56:20 +02:00
Piotr Hylicki
23525c2dd9
Added OSMC icon ( #1440 )
2019-05-28 11:37:15 -07:00
Johan Fagerberg
55b5371352
Add PyPI icon ( #1435 )
...
* Add PyPI icon
Fixes #1104
Icon is monochromization of their official SVG, with minor touchups
The lines unfortunately do not line up, but that is a property of the official SVG
* Merge all paths from PyPI icon
2019-05-27 15:30:52 +02:00
Piotr Hylicki
e9f76351ec
Added FreeBSD icon ( #1431 )
2019-05-23 22:48:13 +02:00
Piotr Hylicki
a18622d0b7
Added Fedora icon ( #1423 )
2019-05-23 07:57:52 +02:00
Piotr Hylicki
4f5b3bd463
Added Linux Mint icon ( #1422 )
...
* Added Mint icon
* Fixed the Linux Mint title
* Updated file name and title of Linux Mint SVG
* Fixed SVG ending line problem
2019-05-22 23:29:32 +02:00
Piotr Hylicki
fb79a0eea5
Added Zorin icon ( #1426 )
...
* Added Zorin icon
* Fixed linting problem
* Fixed source URL linting problem
2019-05-22 18:19:59 +02:00
Piotr Hylicki
4126d78494
Added openSUSE icon ( #1425 )
2019-05-22 18:18:14 +02:00
Piotr Hylicki
d04614963e
Added MX Linux icon ( #1424 )
2019-05-22 18:15:42 +02:00
Piotr Hylicki
f2ff89fbd2
Added Manjaro icon ( #1421 )
2019-05-22 09:40:35 +02:00
Piotr Hylicki
a829855c44
Added Todoist icon ( #1420 )
2019-05-20 01:01:19 +02:00
Johan Fagerberg
f68a93805d
Merge pull request #1419 from simple-icons/develop
...
Publish 14 new icons
2019-05-19 16:59:47 +02:00
birjolaxew
8aa85816d5
Version bump
2019-05-18 17:12:41 +02:00
Piotr Hylicki
30f0f5b167
Added Miscrosoft Azure icon ( #1402 )
...
* Added Miscrosoft Azure icon
* Changed Microsoft Azure source URL
2019-05-17 20:20:39 +02:00
Piotr Hylicki
da4ed5d8f0
Add Laravel Horizon icon ( #1414 )
2019-05-15 22:41:42 +02:00
Piotr Hylicki
643854683c
Added Bamboo icon ( #1410 )
...
Closes #1408
* Added Bamboo icon
* Changed Bamboo source URL
The previous link was incorrect.
2019-05-14 12:19:34 +03:00
Piotr Hylicki
91d17fdd46
Added Atlassian products icon (Confluence, Statuspage, Opsgenie) ( #1401 )
...
Closes #1380
* Added Confluence icon
* Added Statuspage icon
* Added Opsgenie icon
* Fixed Statuspage icon
2019-05-14 10:07:05 +03:00
Piotr Hylicki
612bec963b
Added Oracle icon ( #1396 )
...
* Added Oracle icon
* Changed Oracle logo to offical Oracle website favicon
2019-05-13 21:55:41 +03:00
Eric Cornelissen
47d5f86b27
Add Azure Pipelines icon ( #1353 )
2019-05-12 14:58:24 -07:00
Piotr Hylicki
358a1e58ae
Added Proxmox icon ( #1406 )
2019-05-12 14:29:26 -07:00
Metaa
e24760b57c
Added Red Hat icon. ( #1399 )
2019-05-12 14:24:32 -07:00
Piotr Hylicki
967096ffce
Added Buddy icon ( #1381 )
...
Closes #1343
2019-05-03 20:48:59 +03:00
Piotr Hylicki
8237199928
Added Kubernetes icon ( #1388 )
...
Closes #1387
2019-05-03 20:43:49 +03:00
Piotr Hylicki
dd21a42035
Added Octopus Deploy icon ( #1389 )
...
Closes #1379
2019-05-03 20:40:18 +03:00
Piotr Hylicki
7b6a06a552
Added Audible icon ( #1394 )
...
Closes #1386
2019-05-03 20:38:39 +03:00
Eric Cornelissen
e00e1c1fe3
Merge pull request #1383 from simple-icons/develop
...
Publish 8 new icons, update 1 icon
2019-05-03 17:24:24 +03:00
Eric Cornelissen
0794f0186a
Add backwards compatability for Adobe Lightroom
...
Because it was renamed it may result in unexpected errors --> breaking
changes.
This is a temporary solution to circumvent the problem. This can be
removed once some other breaking changes are also present and a major
new version is released. I propose removing this change when
https://github.com/simple-icons/simple-icons/issues/1362 is implemented
2019-05-03 17:16:52 +03:00
Eric Cornelissen
265bdeacaf
Add 'icon' to Angular Universal SVG <title>
2019-05-03 13:50:17 +03:00
Piotr Hylicki
ff35beb383
Added Angular Universal icon ( #1378 )
...
Closes #1345 .
2019-04-29 20:12:36 -07:00
Eric Cornelissen
e05787520a
Version bump
2019-04-27 22:32:02 +03:00
Metaa
a6249cc942
Added Material Design icon. ( #1320 )
2019-04-26 13:48:59 +03:00
David Klebanoff
354d4041a6
Capitalize XD in Adobe XD ( #1369 )
2019-04-23 14:09:34 +03:00
Eric Cornelissen
0a0586a04e
Lint SVG files for final newlines ( #1367 )
...
* Update editorconfig-checker dependency
At least v2.0.7 [1] is required to check that a file does not contain a
final newline.
--
1.
https://github.com/editorconfig-checker/editorconfig-checker.javascript/releases/tag/2.0.7
* Add *.svg to editorconfig and enable checking in editorconfig-checker
* Remove final newline from existing SVG files
... to fix the `$ npm run wslint` command
2019-04-23 01:41:13 +03:00
Piotr Hylicki
27ee19106d
Added Adobe Xd icon ( #1354 )
2019-04-22 23:09:08 +03:00
Piotr Hylicki
f69ea6f28a
Added Adobe Lightroom CC icon #1363 ( #1366 )
2019-04-21 12:08:21 +03:00
Guy Saar
10804b2f6e
Added bit icon ( #1360 )
2019-04-20 14:07:42 +03:00
Piotr Hylicki
48e51962ca
Renamed 'Adobe Lightromm' to 'Adobe Lightroom Classic' #1364 ( #1365 )
2019-04-19 18:15:50 +03:00
Piotr Hylicki
92c2d47db7
Added Hackaday icon #1142 ( #1356 )
2019-04-19 18:13:03 +03:00
Alex
d91df7c829
Added Unity ( #1361 )
2019-04-19 16:26:54 +03:00
Eric Cornelissen
579d439e60
Lint file formatting (primarily whitespace) ( #1349 )
...
* Add editorconfig-checker and .editorconfig
* Fix wslint errors
2019-04-17 12:59:44 +03:00
Piotr Hylicki
9d4a9cb652
Added Electron icon #1334 ( #1358 )
2019-04-17 12:51:19 +03:00
Eric Cornelissen
112b78f48c
Update Travis CI build ( #1348 )
...
* Remove xmlstarlet from Travis CI "Lint" build
With https://github.com/birjolaxew/svglint/pull/6 merged some time ago,
we no longer need xmlstarlet to verify that SVGs are valid XML.
Essentially reverting the changes in #1112 and #1159
This should also make it easier for contributors to reproduce the build
on their own machines, specifically if they don't use Linux.
2019-04-17 12:41:37 +03:00
Piotr Hylicki
bf28dfe9dc
Added Jest icon #1326 ( #1355 )
2019-04-17 12:20:07 +03:00
Eric Cornelissen
6bc11b7bb9
Merge pull request #1347 from simple-icons/develop
...
Publish new icons & single <path> change
2019-04-07 23:55:01 +03:00
Metaa
f24ac17e66
Added Creative Commons icon. ( #1322 )
...
* Added Creative Commons icon.
* Removed uncool attributes on the Creative Commons path.
* Changed the color for CreativeCommons to their official bright orange.
2019-04-07 12:09:30 +03:00
Eric Cornelissen
c1f4df5322
Version bump
2019-04-05 20:45:09 +03:00
Eric Cornelissen
3e153cfd1a
Merge branch 'master' into develop
2019-04-05 20:44:30 +03:00
David Klebanoff
a023bfb9a6
Added Favro. ( #1336 )
2019-03-28 21:52:44 +02:00
David Klebanoff
1c0b2b1dbf
Update SVG linting. Only single path SVGs allowed. ( #1335 )
...
* Update SVG linting. Only single path SVGs allowed.
* Update docs.
2019-03-28 21:40:31 +02:00