From 5c82f78a0d4d5afacbedb034342ac1d8ee81ee91 Mon Sep 17 00:00:00 2001 From: Anh Thang Date: Tue, 28 May 2024 19:32:33 +0700 Subject: [PATCH] Add Modal (#11050) --- _data/simple-icons.json | 5 +++++ icons/modal.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/modal.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 9ce3b562e7b6..0a4783bcc4e2 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9937,6 +9937,11 @@ "hex": "FF6A33", "source": "https://github.com/mswjs/msw/blob/9c53bd23040307d41b5b0b7cec1bf3a05950dbc8/media/msw-logo-black.svg" }, + { + "title": "Modal", + "hex": "7FEE64", + "source": "https://modal.com" + }, { "title": "Modin", "hex": "001729", diff --git a/icons/modal.svg b/icons/modal.svg new file mode 100644 index 000000000000..c5f2229e25f5 --- /dev/null +++ b/icons/modal.svg @@ -0,0 +1 @@ +Modal \ No newline at end of file