From 09aa54bcc3d1f1a93928b6c7fdb382f922ee4c17 Mon Sep 17 00:00:00 2001 From: svensken94 Date: Mon, 11 Dec 2023 20:13:54 +0300 Subject: [PATCH] add: Affinity logos and Roblox --- src/data/svgs.ts | 30 ++++++++++++++++++++++++++- static/library/affinity_designer.svg | 1 + static/library/affinity_photo.svg | 1 + static/library/affinity_publisher.svg | 1 + static/library/roblox.svg | 1 + 5 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 static/library/affinity_designer.svg create mode 100644 static/library/affinity_photo.svg create mode 100644 static/library/affinity_publisher.svg create mode 100644 static/library/roblox.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e95a8c5..83d2911 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1610,7 +1610,7 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/datadog.svg', url: 'https://www.datadoghq.com/' - }, + }, { id: 231, title: 'Randevum', @@ -1618,4 +1618,32 @@ export const svgs: iSVG[] = [ route: '/library/randevum.svg', url: 'https://www.randevum.co' }, + { + id: 95775, + title: 'Affinity Designer', + category: 'Design', + route: '/library/affinity_designer.svg', + url: 'https://affinity.serif.com/en-us/designer/' + }, + { + id: 44448, + title: 'Affinity Photo', + category: 'Software', + route: '/library/affinity_photo.svg', + url: 'https://affinity.serif.com/en-us/photo/' + }, + { + id: 39170, + title: 'Affinity Publisher', + category: 'Software', + route: '/library/affinity_publisher.svg', + url: 'https://affinity.serif.com/en-us/publisher/' + }, + { + id: 24525, + title: 'Roblox', + category: 'Software', + route: '/library/roblox.svg', + url: 'https://www.roblox.com/' + } ]; diff --git a/static/library/affinity_designer.svg b/static/library/affinity_designer.svg new file mode 100644 index 0000000..d546142 --- /dev/null +++ b/static/library/affinity_designer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/affinity_photo.svg b/static/library/affinity_photo.svg new file mode 100644 index 0000000..70b28ba --- /dev/null +++ b/static/library/affinity_photo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/affinity_publisher.svg b/static/library/affinity_publisher.svg new file mode 100644 index 0000000..34c81d8 --- /dev/null +++ b/static/library/affinity_publisher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/roblox.svg b/static/library/roblox.svg new file mode 100644 index 0000000..ba5751c --- /dev/null +++ b/static/library/roblox.svg @@ -0,0 +1 @@ + \ No newline at end of file