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