1
0
mirror of https://github.com/konpa/devicon.git synced 2025-09-09 05:40:48 +02:00

1000 Commits

Author SHA1 Message Date
Alex Canales
9fb53f246b Build preparation for release v2.17.0 (#2480)
* bump npm version to v2.17.0

* Built new icons, icomoon.json and devicon.css

* Add missing fill attribute for ansys (plain, plain-wordmark)

* Add missing fill attribute for bevyengine

plain, plain-wordmark, line, line-wordmark

* Add missing fill attribute for clickhouse (plain)

* Updated duckdb color to six-digit version, and added newline

* Added missing fill attribute to dynatryce (plain, plain-wordmark, line, line-wordmark)

* Added missing fill attribute to expo (line, line-wordmark)

* Added missing fill attribute to glitch (plain)

* Replaced style attribute with fill for harbor (plain, plain-wordmark, line, line-wordmark)

* Added six-digit fill attribute to illustrator (plain, line)

* Added missing fill attribute to leetcode (plain, plain-wordmark, line, line-wordmark)

* Replaced style attribute with fill for newrelic (plain, line)

* Added missing fill attribute to primeng (plain)

* Replaced style attribute with fill for processing (plain, line)

* Replaced style attribute with fill for talos (plain)

* Added missing fill attribute to web3js (plain)

* Added missing fill attribute to wolfram (plain, plain-wordmark)

* Fix tmux color and union path (plain, plain-wordmark)

* Add missing alias definitions for C (original-wordmark, plain, plain-wordmark)

* Updated colors

* Updated npm icon

* Built new icons, icomoon.json and devicon.css

---------

Co-authored-by: Patrik Wehrli <patrik.wehrli@spcs.ch>
2025-06-29 22:32:00 -04:00
Alex Canales
beb6ff23b8 Merge branch 'develop' into develop 2025-06-15 00:21:32 -04:00
Alex Canales
4579504094 Merge branch 'develop' into dyalog 2025-06-15 00:16:20 -04:00
Snailedlt
fdcb39218d update with tool SVGs
The previously suggested icons were for the company, while these new ones are for the product as explained here: https://github.com/devicons/devicon/pull/2356#issuecomment-2958757137

Co-authored-by: abrudz <a.brudz@gmail.com>
2025-06-10 15:29:48 +02:00
Fini Jastrow
fb8c070733 Sort devicons.json (as suggested by the SVG checker)
It seems not only that the current devicons.json is not sorted, it also
has un-unified indent levels and other 'defects' obviously from manual
manipulation without ever running it through a unifying process.
Which is of course not needed, but maybe it's more nice to have all
indents identical etc pp.

The commands used to create this commit:

    jq -s --indent 4 '.[] | sort_by(.name)' < devicon.json  > A
    mv A devicons.json

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2025-06-09 23:00:56 +02:00
Fini Jastrow
f30c8202c8 new icon: llvm (line)
In the discussion of PR #2264 @Snailedlt developed a line version of the
icon. As the original icon it had thinner outside lines than lines
within the icon.
This has been fixed by me through Selection->Grow in Gimp that I applied
only on the outside of the icon.

Authored-by: Jørgen Kalsnes Hagen @Snailedlt
Co-authored-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2025-06-09 10:20:47 +02:00
Patrik Wehrli
59fd26f17e New icon: netbox (original, original-wordmark, plain, plain-wordmark, line, line-wordmark) (#2434) 2025-06-06 16:11:24 +02:00
Ansh Singh Sonkhia
d2002091b7 new icon: leetcode (original, plain, line, original-wordmark, plain-wordmark, line-wordmark) (#2152)
* Added: leetcode icons

* Added: leetcode icons in devicon.json

* Optimized: leetcode-original.svg

* Optimized: leetcode-plain.svg

* Optimized: leetcode-line.svg

* Updated Aliases in devicon.json

* Apply suggestions from code review

- add plain icon to font
- shorten `#000000` to `#000`

* Create leetcode-original-wordmark.svg

* Create leetcode-line-wordmark.svg

* Create leetcode-plain-wordmark.svg

* add wordmark versions

* change color to `#ffa116`

* Rename icons/leetcode-plain-wordmark.svg to icons/leetcode/leetcode-plain-wordmark.svg

* Update leetcode-plain-wordmark.svg

recreate the plain version using the non-optimized original version

---------

Co-authored-by: Alex Canales <49886351+canaleal@users.noreply.github.com>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2025-06-05 13:01:08 +02:00
Jørgen Kalsnes Hagen
10b414a02b Apply suggestions from code review 2025-06-02 14:40:48 +02:00
Jørgen Kalsnes Hagen
bcba34332a Merge branch 'develop' into develop 2025-06-02 14:34:03 +02:00
Alex Canales
0565962ea6 new icon: sourceengine (original, original-wordmark, plain, plain-wordmark) (#2211)
* new icon sourceengine

* Apply suggestions from code review

- Add missing SVG and font versions.
- add "javascript" tag
- add "source engine" altname

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2025-06-02 14:32:52 +02:00
Alex Canales
9f8f3246d8 new icon: pug (original, plain, line) (#2390)
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: GCHQDeveloper926 <66307263+GCHQDeveloper926@users.noreply.github.com>
2025-06-02 14:17:39 +02:00
Jørgen Kalsnes Hagen
da27377b79 new icon: delphi (original, plain) (#2429)
* new icon: delphi-12 (original)

* new icon: delphi-12 (original)

* new icon: delphi (original)

* Add plain icon

* Optimizing icons

* Add optimized version created by @gewaleelek

Optimized version of the one created by @gewaleelek here: https://github.com/devicons/devicon/pull/2290#issuecomment-2676266338

Co-authored-by: gewaleelek <165679471+gewaleelek@users.noreply.github.com>

* Update delphi-plain.svg

* update color to the same as the plain icon

---------

Co-authored-by: Bulani <jao_1999@hotmail.com>
Co-authored-by: gewaleelek <165679471+gewaleelek@users.noreply.github.com>
2025-06-02 14:09:43 +02:00
Jørgen Kalsnes Hagen
7369e22d08 Revert "new icon: delphi (original, plain) (#2290)" (#2427)
This reverts commit 3e23b202e7.
2025-06-02 13:10:57 +02:00
João Víctor Fernandes Miranda
3e23b202e7 new icon: delphi (original, plain) (#2290)
* new icon: delphi-12 (original)

* new icon: delphi-12 (original)

* new icon: delphi (original)

* Add plain icon

* Optimizing icons

* Add optimized version created by @gewaleelek

Optimized version of the one created by @gewaleelek here: https://github.com/devicons/devicon/pull/2290#issuecomment-2676266338

Co-authored-by: gewaleelek <165679471+gewaleelek@users.noreply.github.com>

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
Co-authored-by: gewaleelek <165679471+gewaleelek@users.noreply.github.com>
2025-06-02 13:09:45 +02:00
Alex Canales
92fe6c7258 new icon: cpanel (orignal, original-wordmark) (#2408)
* Added cpanel

* Fixed name

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2025-06-02 12:32:14 +02:00
Typed SIGTERM
b5c16cdcdf tweak 2025-06-01 06:29:30 +00:00
Jorenar
80faaa9a23 update icon: c (original, line) 2025-06-01 08:22:09 +02:00
Typed SIGTERM
be61b7ec88 Merge remote-tracking branch 'upstream/develop' into develop 2025-06-01 06:18:48 +00:00
Alex Canales
2fcaae0d15 Merge branch 'develop' into feature/2255-harbor 2025-06-01 01:21:07 -04:00
Alex Canales
009a534a29 Merge branch 'develop' into feature/2256-spicedb 2025-06-01 00:45:52 -04:00
Patrik Wehrli
7c92ab3137 Resize images, and add line icon 2025-05-27 18:57:01 +02:00
Patrik Wehrli
630a929dfe New Icon: tmux (original, original-wordmark, plain, plain-wordmark) 2025-05-27 18:41:43 +02:00
Alex Canales
9b34772a30 Merge branch 'develop' into qtest 2025-05-17 23:13:07 -04:00
Alex Canales
6516b26440 Merge branch 'develop' into aframe 2025-05-17 22:06:55 -04:00
gewaleelek
9a368a6fb0 new icon: babylonjs (original, original-wordmark, plain, plain-wordmark) 2025-05-14 16:07:07 +07:00
gewaleelek
dae3d3e2d6 new icon: aframe (original, original-wordmark, plain) 2025-05-12 23:54:10 +07:00
gewaleelek
de03cf903c new icon: qtest (original, original-wordmark) 2025-05-12 23:18:56 +07:00
Alex Canales
40c3f6d7cf Merge branch 'develop' into hyperv 2025-03-30 02:22:15 -04:00
Alex Canales
74acc972b9 Merge branch 'develop' into feature/2134-update-cosmosdb 2025-03-30 01:13:03 -04:00
canaleal
1772fa4622 Updated json 2025-03-30 01:09:12 -04:00
gewaleelek
331de228d3 new icon: entityframeworkcore (original, plain, line) 2025-03-29 22:45:01 +07:00
Alex Canales
178a235bd5 Merge branch 'develop' into radstudio 2025-03-25 00:05:10 -04:00
Alex Canales
36ed863179 Merge branch 'develop' into new-icon-apollo 2025-03-16 22:36:10 -04:00
Typed SIGTERM
3dcf056324 tweak 2025-03-16 14:53:44 +08:00
Alex Canales
5316b5f3f5 Merge branch 'develop' into develop 2025-03-16 00:21:47 -04:00
Daria Kiseleva
dcfceed441 New icon: Twilio 2025-03-16 00:13:49 -04:00
Alex Canales
780eca9231 Merge branch 'develop' into feature/github-actions-wordmark-icons 2025-03-15 23:57:47 -04:00
canaleal
a152e69191 Optimized icons and added plain-wordmark to font 2025-03-15 23:40:45 -04:00
Alex Canales
629f3f68a9 Merge branch 'develop' into zustand 2025-03-15 23:32:51 -04:00
canaleal
ff806fd575 Added missing aliases array 2025-03-15 23:26:45 -04:00
canaleal
e0da99c757 Updated plain icon 2025-03-15 22:04:07 -04:00
Alex Canales
7342e92ec9 Merge branch 'develop' into new-icon-apollo 2025-03-13 23:19:32 -04:00
Alex Canales
2150f89f12 Merge branch 'develop' into radstudio 2025-03-13 22:19:45 -04:00
pascal Zhang
95750604cd change the icon to 128 2025-03-13 16:04:45 +01:00
pascal Zhang
2490a23217 new icon: zustand 2025-03-13 16:04:42 +01:00
gewaleelek
0cd115ec98 new icon: mercurial (original, original-wordmark, plain, plain-wordmark) 2025-03-13 19:19:27 +07:00
gewaleelek
f706689d3a new icon: radstudio (original, plain) 2025-03-13 18:45:48 +07:00
gewaleelek
ea83cf30cf update devicon.json 2025-03-13 17:02:43 +07:00
Alex Canales
f0c1ccc1d1 Merge branch 'develop' into fusion 2025-03-12 23:16:20 -04:00