From 16875dca7e608aaa2c4f34a06aa3758a1186149a Mon Sep 17 00:00:00 2001 From: netsgnut <284779+netsgnut@users.noreply.github.com> Date: Sun, 20 Oct 2019 05:39:52 +0800 Subject: [PATCH] Add SVG icon (#1790) --- _data/simple-icons.json | 5 +++++ icons/svg.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/svg.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1d17d0e3..8e348ff8 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3145,6 +3145,11 @@ "hex": "FF3E00", "source": "https://github.com/sveltejs/svelte/tree/master/site/static" }, + { + "title": "SVG", + "hex": "FFB13B", + "source": "https://www.w3.org/2009/08/svg-logos.html" + }, { "title": "Swagger", "hex": "85EA2D", diff --git a/icons/svg.svg b/icons/svg.svg new file mode 100644 index 00000000..7fe4377d --- /dev/null +++ b/icons/svg.svg @@ -0,0 +1 @@ +SVG icon \ No newline at end of file