From 6c377e7cd4c48263dcc20dc2ef49ac02de7929c2 Mon Sep 17 00:00:00 2001 From: Juan Biondi Date: Fri, 11 Nov 2022 10:52:25 +0100 Subject: [PATCH] new icon: p5js (original) (#1465) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add icon for p5js * Fix minor issues on the commit. * Fix color for the icon and unite paths * Fix paths and ungroup objects. * Add altnames and tags to icon * Update devicon.json Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> * Rename icon * resize icon * Pass icons through SVGOMG * Update devicon.json Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com> * Move entry to its alphabetical order Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com> --- devicon.json | 34 ++++++++++++++++++++++++++++++++++ icons/p5js/p5js-original.svg | 1 + 2 files changed, 35 insertions(+) create mode 100644 icons/p5js/p5js-original.svg diff --git a/devicon.json b/devicon.json index 0d516c38..19089b1b 100644 --- a/devicon.json +++ b/devicon.json @@ -5594,6 +5594,40 @@ } ] }, + { + "name": "p5js", + "altnames": [ + "p5.js" + ], + "tags": [ + "javascript", + "js", + "library" + ], + "versions": { + "svg": [ + "original" + ], + "font": [ + "original" + ] + }, + "color": "#ED225D", + "aliases": [ + { + "base": "original", + "alias": "plain" + }, + { + "base": "original", + "alias": "original-wordmark" + }, + { + "base": "original", + "alias": "plain-wordmark" + } + ] + }, { "name": "packer", "altnames": [], diff --git a/icons/p5js/p5js-original.svg b/icons/p5js/p5js-original.svg new file mode 100644 index 00000000..8c458fdd --- /dev/null +++ b/icons/p5js/p5js-original.svg @@ -0,0 +1 @@ + \ No newline at end of file