* 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>
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>
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>
[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>