From 2a7fd03a8a542dc83e6bf152b6ed98f8dcb0bbf7 Mon Sep 17 00:00:00 2001 From: Sachin Raja Date: Mon, 6 Dec 2021 18:14:39 -0800 Subject: [PATCH] add SWC icon (#6243) * add swc icon * use primary green from website * change color to white --- _data/simple-icons.json | 5 +++++ icons/swc.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/swc.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index c00db5c32..473be0de8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9611,6 +9611,11 @@ "hex": "FFA633", "source": "https://foursquare.com/about/logos" }, + { + "title": "SWC", + "hex": "FFFFFF", + "source": "https://github.com/swc-project/logo/blob/f26cac1b4a490e3bdf128d3b084bb57f4fab1aac/svg/swc_black.svg" + }, { "title": "Swift", "hex": "F05138", diff --git a/icons/swc.svg b/icons/swc.svg new file mode 100644 index 000000000..d4c5e3077 --- /dev/null +++ b/icons/swc.svg @@ -0,0 +1 @@ +SWC \ No newline at end of file