1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-12 09:34:36 +02:00

2137 Commits

Author SHA1 Message Date
Patrik Wehrli
02dec69a9d Update azuredatafactory-original.svg
Add newline
2025-06-17 10:40:44 +02:00
Patrik Wehrli
ef8a6cb074 Update azuredatafactory-line.svg
Add newline
2025-06-17 10:40:27 +02:00
Alex Canales
73fa860bbd Merge pull request #2173 from typed-sigterm/develop
new icon: nuxt (original, original-wordmark, plain-wordmark)
2025-06-15 00:42:05 -04:00
Alex Canales
beb6ff23b8 Merge branch 'develop' into develop 2025-06-15 00:21:32 -04:00
Alex Canales
79f33c8d14 Merge pull request #2439 from Snailedlt/dyalog
update icon: dyalog (original, plain)
2025-06-15 00:21:03 -04:00
Alex Canales
4579504094 Merge branch 'develop' into dyalog 2025-06-15 00:16:20 -04:00
Alex Canales
42f4e92082 Merge pull request #2264 from Finii/feature/llvm-plain-simple
update icon: llvm (plain, line)
2025-06-15 00:13:12 -04:00
Patrik Wehrli
adadefb8b3 update icon: clion (original, plain) 2025-06-13 13:26:34 +02:00
Patrik Wehrli
821a3e906d update icon: intellij (original, plain) 2025-06-13 13:02:13 +02:00
Patrik Wehrli
96b8da388f new icon: bruno (original, original-wordmark, plain, plain-wordmark) 2025-06-12 18:24:58 +02:00
Patrik Wehrli
7fad625fcd new icon: luau (original, original-wordmark, plain, plain-wordmark, line, line-wordmark) 2025-06-11 23:17:48 +02:00
Patrik Wehrli
ec89cf648d new icon: vapor (original, original-wordmark, plain, plain-wordmark) 2025-06-11 22:46:31 +02:00
Snailedlt
df76c381d7 remove wordmark version
This logo is only used for the company, not the product
2025-06-10 15:41:29 +02: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
Jørgen Kalsnes Hagen
6dd3db28e4 Optimize llvm-plain.svg with SVGOMG 2025-06-10 11:07:22 +02:00
Jørgen Kalsnes Hagen
2a8f44ee43 Optimize llvm-line.svg with svgomg 2025-06-10 11:05:23 +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
Fini Jastrow
2a43683c3f update icon: llvm (plain)
[why]
While the plain icon is plainer than the original icon, it is still
quite complex with very thin strokes.

[how]
In the discussion of PR #2264 @Snailedlt developed a more detailed plain
version of the icon.

Taking that I just removed a three-node smudge at the dragon's left hand
and did the Break-Apart & Union dance in Inkscape to clean the paths up.

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
Snailedlt
69343804ee add azuredatafactory icons 2025-06-05 14:38:29 +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
Fini
0876dff98a update icon: nodejs (plain, plain-wordmark, line, line-wordmark) (#2418)
[why]
The plain/line item contains two lines that are not visible in the
original icon. Technically they are there but they are hidden.
These lines make it impossible to recognize the stylized N that is the
basis of the icon.

[how]
Take the rounded hexagon from the wps file (because it was the most
clean one) and hand draw the lines of the N. Create from that simple
form all the new plain/line icons.

Use a different stroke thickness for the wordmark icons because the
previously used line width is ridiculously thin.

After optimized export from Inkscape hand-edit file to re-sort elements,
remove unused fill attributes and make start identical to previous svgs.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2025-06-02 12:40:20 +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
Alex Canales
32c405d9a3 Merge pull request #2396 from c-lang-org/official-c-logo
update icon: c (original, line)
2025-06-01 03:33:02 -04:00
Typed SIGTERM
cd348b685d tweak 2025-06-01 06:30:39 +00: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
41d9c16b58 Merge pull request #2380 from weh/feature/2255-harbor
new icon: harbor (original, original-wordmark, plain, plain-wordmark, line, line-wordmark)
2025-06-01 01:25:56 -04:00
Alex Canales
2fcaae0d15 Merge branch 'develop' into feature/2255-harbor 2025-06-01 01:21:07 -04:00
Alex Canales
6bd8f3fb3b Merge pull request #2379 from weh/feature/2256-spicedb
new icon: spicedb (original, plain)
2025-06-01 00:48:25 -04:00
Alex Canales
009a534a29 Merge branch 'develop' into feature/2256-spicedb 2025-06-01 00:45:52 -04:00
Alex Canales
80c32bca7a Merge pull request #2426 from weh/feature/2423-tmux
New Icon: tmux (original, original-wordmark, plain, plain-wordmark)
2025-05-31 01:10:17 -04:00
Patrik Wehrli
d25c6316cb fix line version width 2025-05-27 20:00:19 +02:00
Patrik Wehrli
756c6d8407 Redone plain and line versions 2025-05-27 19:55:05 +02: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
45fecd6b63 Merge pull request #2420 from gewaleelek/qtest
new icon: qtest (original, original-wordmark)
2025-05-17 23:45:47 -04:00
Alex Canales
9b34772a30 Merge branch 'develop' into qtest 2025-05-17 23:13:07 -04:00
Alex Canales
3f30482c6e Merge pull request #2421 from gewaleelek/aframe
new icon: aframe (original, original-wordmark, plain)
2025-05-17 22:09:46 -04:00
Alex Canales
6516b26440 Merge branch 'develop' into aframe 2025-05-17 22:06:55 -04:00
Alex Canales
2c8b86bd00 Merge pull request #2422 from gewaleelek/babylonjs
new icon: babylonjs (original, original-wordmark, plain, plain-wordmark)
2025-05-17 21:59:41 -04:00