From 808d71eb47733951bfcc4d8c0f352b7186c2ff6d Mon Sep 17 00:00:00 2001 From: Teague Stockwell <71202372+teaguestockwell@users.noreply.github.com> Date: Sat, 16 Sep 2023 00:46:10 -0700 Subject: [PATCH] Add Mantine icon (#7633) Co-authored-by: Adam Rusted --- _data/simple-icons.json | 9 +++++++++ icons/mantine.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 icons/mantine.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f11b1709..52184767 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -7831,6 +7831,15 @@ "hex": "35BF5C", "source": "https://manjaro.org" }, + { + "title": "Mantine", + "hex": "339AF0", + "source": "https://github.com/mantinedev/mantine/blob/f2da0287bfcda19dcf7866f4d03a05d1ee7b49f7/docs/src/images/logo.svg", + "license": { + "type": "MIT", + "url": "https://github.com/mantinedev/mantine/blob/master/LICENSE" + } + }, { "title": "Mapbox", "hex": "000000", diff --git a/icons/mantine.svg b/icons/mantine.svg new file mode 100644 index 00000000..4bbd836c --- /dev/null +++ b/icons/mantine.svg @@ -0,0 +1 @@ +Mantine \ No newline at end of file