From fe215a5c252c17c509e38b5046631203469bef23 Mon Sep 17 00:00:00 2001 From: Alexander <4584443+DragonStuff@users.noreply.github.com> Date: Thu, 25 Aug 2022 20:25:35 +0900 Subject: [PATCH] feat: add TableCheck logo (#7696) * feat: add tablecheck logo * feat: shrink svg text and add metadata * feat: optimise svg * fix: revert optimisation * fix: 24x24 sizing * fix: 24x24 svg * fix: 24x24 * fix: 24x24 precision * fix: remove newline * fix: remove newline --- _data/simple-icons.json | 5 +++++ icons/tablecheck.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/tablecheck.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 6921a8d667a2..ae76a6bbe105 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -10687,6 +10687,11 @@ "hex": "E97627", "source": "https://www.tableau.com/about/media-download-center" }, + { + "title": "TableCheck", + "hex": "7935D2", + "source": "https://www.tablecheck.com/join" + }, { "title": "Taco Bell", "hex": "38096C", diff --git a/icons/tablecheck.svg b/icons/tablecheck.svg new file mode 100644 index 000000000000..af298c3e5e7c --- /dev/null +++ b/icons/tablecheck.svg @@ -0,0 +1 @@ +TableCheck \ No newline at end of file