diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 925d8ed9..09ea6038 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,7 +77,7 @@ All icons in Simple Icons have been optimized with the [SVGO tool](https://githu * Install SVGO * With npm: `npm install -g svgo` * With Homebrew: `brew install svgo` - * Run the following command `svgo -precision=3 icon.svg icon.min.svg` + * Run the following command `svgo --precision=3 icon.svg icon.min.svg` * Check if there is a loss of quality in the output, if so increase the precision. * The [SVGOMG Online Tool](https://jakearchibald.github.io/svgomg/) * Click "Open SVG" and select an SVG file. diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 24dda25b..fd22aac3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -400,6 +400,11 @@ "hex": "05CC47", "source": "http://help.deviantart.com/21" }, + { + "title": "devRant", + "hex": "F99A66", + "source": "https://devrant.com" + }, { "title": "dev.to", "hex": "0A0A0A", @@ -1180,6 +1185,11 @@ "hex": "314359", "source": "https://www.mixcloud.com/branding" }, + { + "title": "Mixer", + "hex": "002050", + "source": "https://github.com/mixer/branding-kit/" + }, { "title": "Monero", "hex": "FF6600", @@ -1545,6 +1555,11 @@ "hex": "5E9EE3", "source": "https://riseup.net/en/about-us/images" }, + { + "title": "rollup.js", + "hex": "EC4A3F", + "source": "https://rollupjs.org/" + }, { "title": "Roots", "hex": "525DDC", diff --git a/icons/devrant.svg b/icons/devrant.svg new file mode 100644 index 00000000..0300f01e --- /dev/null +++ b/icons/devrant.svg @@ -0,0 +1 @@ +devRant icon diff --git a/icons/mixer.svg b/icons/mixer.svg new file mode 100644 index 00000000..3bf0cebd --- /dev/null +++ b/icons/mixer.svg @@ -0,0 +1 @@ +Mixer icon diff --git a/icons/rollup-dot-js.svg b/icons/rollup-dot-js.svg new file mode 100644 index 00000000..a79c3d64 --- /dev/null +++ b/icons/rollup-dot-js.svg @@ -0,0 +1 @@ +rollup.js icon diff --git a/index.html b/index.html index 8e9b4c6a..0099d379 100644 --- a/index.html +++ b/index.html @@ -207,6 +207,7 @@ Sort by color Sort alphabetically + Sort by relevance