From 027985e2b8f71dffb1a62357fd276e9e5c757ed3 Mon Sep 17 00:00:00 2001 From: Louis Tsai Date: Sun, 21 Oct 2018 08:03:30 +0200 Subject: [PATCH] Add Figma icon (#1014) * Add figma icon * Add figma to simple-icon.json * Rename Frame.svg to figma.svg * Fix wrong figma source * Fix Figma icon --- _data/simple-icons.json | 5 +++++ icons/figma.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/figma.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5a305e16..081a23d9 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -645,6 +645,11 @@ "hex": "F94877", "source": "https://foursquare.com/about/logos" }, + { + "title": "Figma", + "hex": "F24E1E", + "source": "https://figma.com/" + }, { "title": "Framer", "hex": "0055FF", diff --git a/icons/figma.svg b/icons/figma.svg new file mode 100644 index 00000000..5ae924c2 --- /dev/null +++ b/icons/figma.svg @@ -0,0 +1 @@ +Figma icon \ No newline at end of file