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