From cc7152c6fe383edda977a57247c73fa30c0a1415 Mon Sep 17 00:00:00 2001 From: Tomas Melone Date: Mon, 7 Nov 2022 10:35:50 +0100 Subject: [PATCH] add apple, android and windows logos --- data/svgs.json | 21 +++++++++++++++++++++ public/library/android.svg | 1 + public/library/apple.svg | 1 + public/library/windows.svg | 1 + 4 files changed, 24 insertions(+) create mode 100644 public/library/android.svg create mode 100644 public/library/apple.svg create mode 100644 public/library/windows.svg diff --git a/data/svgs.json b/data/svgs.json index 5b9cfa0..a249d24 100644 --- a/data/svgs.json +++ b/data/svgs.json @@ -978,5 +978,26 @@ "title": "midudev", "category": "Education", "url": "https://midu.dev" + }, + { + "id": 141, + "slug": "/library/apple.svg", + "title": "Apple", + "category": "Software", + "url": "https://www.apple.com" + }, + { + "id": 142, + "slug": "/library/android.svg", + "title": "Android", + "category": "Software", + "url": "https://www.android.com/" + }, + { + "id": 143, + "slug": "/library/windows.svg", + "title": "Windows", + "category": "Software", + "url": "https://www.microsoft.com/windows" } ] diff --git a/public/library/android.svg b/public/library/android.svg new file mode 100644 index 0000000..0a5f06c --- /dev/null +++ b/public/library/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/library/apple.svg b/public/library/apple.svg new file mode 100644 index 0000000..bcb9380 --- /dev/null +++ b/public/library/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/library/windows.svg b/public/library/windows.svg new file mode 100644 index 0000000..6778874 --- /dev/null +++ b/public/library/windows.svg @@ -0,0 +1 @@ + \ No newline at end of file