From a2c70b4e37ba2ce0e33719cd4299632b642fd493 Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Wed, 6 Jul 2022 15:33:36 +0000 Subject: [PATCH] Add Unlicense icon (#7543) * Add Unlicense logo * Redo unlicense svg * Update icons/unlicense.svg Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> * Change Unlicense color * Update simple-icons.json * Update simple-icons.json Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/unlicense.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/unlicense.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9991dc104..fbb8087ad 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -11289,6 +11289,11 @@ "source": "https://brand.unity.com/", "guidelines": "https://brand.unity.com/" }, + { + "title": "Unlicense", + "hex": "808080", + "source": "https://commons.wikimedia.org/wiki/File:PD-icon.svg" + }, { "title": "UnoCSS", "hex": "333333", diff --git a/icons/unlicense.svg b/icons/unlicense.svg new file mode 100644 index 000000000..d6bf6ed11 --- /dev/null +++ b/icons/unlicense.svg @@ -0,0 +1 @@ +Unlicense \ No newline at end of file