1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-19 06:17:59 +01:00

944 Commits

Author SHA1 Message Date
Tulio Leao
fdbf6e62bc
Fix plain icon example on CONTRIBUTING (#701) 2021-06-25 22:47:26 -07:00
Tulio Leao
66d09b7f10
Close #190: Add Qt icon (#691) 2021-06-24 10:58:13 -07:00
Thomas Bui
476f4eb2cc
Merge pull request #692 from devicons/thomas/argFix
Only build script will need token API
2021-06-23 22:58:22 -07:00
Thomas Bui
62d022b074 Only build script will need token API 2021-06-23 16:57:23 -07:00
Thomas Bui
8a6bab320b
Merge pull request #686 from devicons/thomas/buildBotFix
Build bot now check both the PRs and the `devicon.json` for icons to be build
2021-06-20 21:42:37 -07:00
Thomas Bui
2f116f1ed5 Uncomment test code 2021-06-18 10:42:25 -07:00
Thomas Bui
e23d295d37 Moved stale workflow into draft 2021-06-17 18:22:29 -07:00
Thomas Bui
0486aa765a Build bot now check both PR and devicon.json 2021-06-17 18:22:01 -07:00
Thomas Bui
9f4f5cdb39
Merge pull request #682 from devicons/develop
Release v2.12.0
v2.12.0
2021-06-13 17:10:52 -07:00
Clemens Bastian
9f3bb9a36e
Merge pull request #679 from devicons/draft-release
Build preparation for v2.12.0
2021-06-14 01:24:13 +02:00
github-actions[bot]
0aaa2fb430
Built new icons, icomoon.json and devicon.css (#678)
Co-authored-by: Thomas-Boi <Thomas-Boi@users.noreply.github.com>
2021-06-13 16:07:18 -07:00
Thomas Bui
e9bd2d812c bump npm version to v2.12.0 2021-06-13 16:01:02 -07:00
Thomas Bui
2bb95969b7
Fixed issue with wrong name referencing from github api (#677) 2021-06-14 00:59:15 +02:00
Thomas Bui
794e8592ba
Fix duplicated past icons in build process (#674) 2021-06-13 23:32:49 +02:00
Thomas Bui
26e2c64f4f
Minor update to CONTRIBUTING and post peek (#672) 2021-06-13 22:45:51 +02:00
Saket Kothari
c6876ae907
new icon: tailwindcss (wordmark) (#671)
* Bump hosted-git-info from 2.8.8 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump lodash from 4.17.20 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

* added tailwindcss wordmark

* updated commit

* updated

* done

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
2021-06-13 13:37:26 -07:00
Thomas Bui
d60b334fa3
Build bot now build new SVGs in folder that were already built (#666)
* Refactor the pull request fetching code

* Refactor build script to use past PRs

* Added function to update icomoon json

* new icon: matlab (line) (#640)

* Add matlab-line

* Fixed issues reported by check svg bot

* optimisation for svg (#643)

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>

* Add better logging to icomoon_build

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-13 15:17:13 +02:00
Ben Hampson
8d617d7787
typo & grammar fixes in readme (#670)
* Bump hosted-git-info from 2.8.8 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump lodash from 4.17.20 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

* Typo + grammar fixes.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-06-09 15:29:28 +02:00
David Leal
d4dd57d8b2
new icon: crystal (original, original-wordmark) (#667) 2021-06-08 17:12:24 -07:00
Thomas Bui
ed562b4fbf
new icon: matlab (line) (#640)
* Add matlab-line

* Fixed issues reported by check svg bot

* optimisation for svg (#643)

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-07 17:52:24 -07:00
Malte Jürgens
72007cc584
new icon: julia (original, original-wordmark, plain, plain-wordmark) (#665)
* Bump hosted-git-info from 2.8.8 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump lodash from 4.17.20 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

* new icon: julia (original, original-wordmark, plain, plain-wordmark)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-06-06 23:44:53 +02:00
David Leal
e2a75428c6
new icon: vscode (original, original-wordmark, plain, plain-wordmark) (#664) 2021-06-03 14:19:26 -07:00
David Leal
4e380c50b0
new icon: godot (original, original-wordmark, plain, plain-wordmark) (#663)
* new icon: godot (original, original-wordmark, plain, plain-wordmark)

* Minor fix

Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
2021-06-01 18:34:03 -07:00
Thomas Bui
b59e103835
Update issue and PR templates (#658)
* Update issue and PR templates

* Added icon requirements to contributing

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/ISSUE_TEMPLATE/icon-request.md

Co-authored-by: David Leal <halfpacho@gmail.com>

* Apply suggestions from code review

Co-authored-by: David Leal <halfpacho@gmail.com>

* Apply suggestions from code review

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update bug_report.md

* Update .github/PULL_REQUEST_TEMPLATE/new_feature.md

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/PULL_REQUEST_TEMPLATE/new_feature.md

Co-authored-by: David Leal <halfpacho@gmail.com>

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-06-01 18:31:33 -07:00
Thomas Bui
d2254e4e9f
Fix svg checker double posting comment (#660)
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-31 11:48:20 +02:00
Thomas Bui
63ca95aef3
new icon: magento (original, original-wordmark, line) (#652)
* Magento

Adding Magento Icon

* Fix issues reported by check svg bot

* Fixed magento line

Co-authored-by: Mariya Videva <mariaavideva@gmail.com>
2021-05-30 23:02:42 -07:00
Thomas Bui
0fb272f38f
Peek bot won't check whether icon is in icomoon (#657)
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-05-30 14:08:45 -07:00
Chrıs Seelus
192b31be11
Add Unix icon (#659)
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-29 10:47:04 -07:00
Thomas Bui
bf16a51ee0
new icon: codecov (plain) (#649)
* Add Codecov icons (plain)

* Update codecov-plain

* Centered codecov plain

Co-authored-by: Raúl Julián López Caña <rjlopezmad@gmail.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-29 18:51:36 +02:00
Thomas Bui
2522b57f42
new icon: vuestorefront (original, plain) (#655)
* vue StoreFront

vue StoreFront icons

* Update vuestorefront-plain

Co-authored-by: Mariya Videva <mariaavideva@gmail.com>
2021-05-28 11:59:45 +02:00
Thomas Bui
1ad71566ce
new icon: salesforce (original, plain) (#654)
* SalesForce

Adding SalesForce icons

* Fixed check svg errors

Co-authored-by: Mariya Videva <mariaavideva@gmail.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-28 11:57:40 +02:00
Thomas Bui
e6c20fcfb8
new icon: shopware (original, original-wordmark) (#653)
* Shopware

Adding SHopware icons

* Fixed check svgbot issues

Co-authored-by: Mariya Videva <mariaavideva@gmail.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-28 11:56:31 +02:00
Thomas Bui
610a1a3751
new icon: circleci (plain, plain-wordmark) (#648)
Co-authored-by: Raúl Julián López Caña <rjlopezmad@gmail.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-28 02:36:07 +02:00
Thomas Bui
8cefca5a99
new icon: karma (original, plain) (#646)
Co-authored-by: Raúl Julián López Caña <rjlopezmad@gmail.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-28 02:30:09 +02:00
Clemens Bastian
9700cdddba
update public-upload-to-imgur action v2.2.2 (#651)
* update public-upload-to-imgur action v2.2.2

* update imgur upload action to v2.2.2
2021-05-27 17:19:34 -07:00
Thomas Bui
23d922f317
new icon: jest (plain) (#647)
Co-authored-by: Raúl Julián López Caña <rjlopezmad@gmail.com>
2021-05-27 23:39:15 +02:00
Thomas Bui
b4f49d64f6
new icon: spss (original, plain) (#639)
* Add spss svgs

* Addressed svg bot's issues

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-27 21:25:39 +02:00
Thomas Bui
322c33e806
new icon: bulma (plain) (#638)
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-27 21:23:26 +02:00
Thomas Bui
24cb1078fa
new icon: minitab (original, plain) (#636)
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-27 21:19:26 +02:00
Thomas Bui
6f408bc4e1
new icon: phalcon (original, plain) (#635)
* Add phalcon svgs

* Change style to fill attribute

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-27 21:17:24 +02:00
Thomas Bui
3c17944e96
new icon: rstudio (orignal. plain) (#634)
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-27 21:15:13 +02:00
Thomas Bui
9806f6e397
Add extra requirement in new icon pr template (#642)
* Add extra requirement in new icon pr template

* Update .github/PULL_REQUEST_TEMPLATE/new_icon.md

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-27 21:11:44 +02:00
Thomas Bui
48ebd6a93c
Optimize bot is now a part of the build script (#624)
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-27 16:24:59 +02:00
Thomas Bui
1e01930573
new icon: embeddedc (original, plain, original-wordmark, plain-wordmark) (#625)
* add embeddedc icon (original, plain, original-wordmark, plain-wordmark)

* Convert style to fill

* Remove merge error in devicon.json

Co-authored-by: Marc LaBelle <mlabelle@acvauctions.com>
2021-05-25 09:06:17 -07:00
Thomas Bui
822cd7047e
new icon: knockout (plain-wordmark) (#628)
* Added Knockout icon (plain workmark only)

* Updated devicon.json

Co-authored-by: Adriano Ueda <adriano.ueda@gmail.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-25 10:17:04 +02:00
Thomas Bui
b0ab923ac5
new icon: modx (original, original-wordmark, plain, plain-wordmark) (#627)
* Submitting MODX logo

MODX is a popular open source PHP CMS. Its logo is also found in
FontAwesome, seems like it would be great for it to have

* Updated devicon.json and modx svg color

* Fixed issues reported by svg-checker bot

Co-authored-by: JP DeVries <mail@devries.jp>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
2021-05-25 10:14:35 +02:00
Thomas Bui
1aaef6e32a
new icon: labview (original, original-wordmark, plain, plain-wordmark) (#626)
* add labview icon (original, plain, original-wordmark, plain-wordmark)

* Updated labview svgs

Co-authored-by: Marc LaBelle <mlabelle@acvauctions.com>
2021-05-25 10:12:38 +02:00
Thomas Bui
e9b8e2e9f9
Updated and optimized python svgs (#622)
* Updated and optimized python svgs

* Update icons/python/python-original.svg

Co-authored-by: David Leal <halfpacho@gmail.com>

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-05-24 14:59:38 -07:00
Utkarsh Mishra
62199a961a
New icon: tailwindcss (plain) (#610)
* Bump hosted-git-info from 2.8.8 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

* Bump lodash from 4.17.20 to 4.17.21

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

* Create README.md

* Add files via upload

* Delete README.md

* Update devicon.json

* new file added

* file added

* Delete jamstack-plain.svg

* Add files via upload

* Delete icons/jamstack directory

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
2021-05-21 10:43:31 -07:00
Thomas Bui
0801235a2f
New icon: raspberrypi (original, original-wordmark, line, line-wordmark) (#609)
* Add rpi icon

* Add original. Remove `enable-background`. Fix font colors

* Add icons to list

* Fix formatting

* Add official RPi logo + eps. Update svg and font

* Updated raspberry icons

* Optimized the SVGs

Co-authored-by: Herman Singh <kartstig@gmail.com>
Co-authored-by: Thomas-Boi <Thomas-Boi@users.noreply.github.com>
2021-05-17 15:41:43 +02:00