From bd43e1c26f74d5078fa5d0f7b87b628aada60f06 Mon Sep 17 00:00:00 2001 From: Wilmer Blanco Date: Mon, 11 Dec 2023 14:00:42 -0300 Subject: [PATCH 01/31] Adding Salesforce logo --- src/data/svgs.ts | 7 +++++++ static/library/salesforce.svg | 13 +++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 static/library/salesforce.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 697b866..50a871a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1589,5 +1589,12 @@ export const svgs: iSVG[] = [ category: 'Browser', route: '/library/opera.svg', url: 'https://www.opera.com' + }, + { + id: 228, + title: 'Salesforce', + category: 'Software', + route: '/library/salesforce.svg', + url: 'https://www.salesforce.com' } ]; diff --git a/static/library/salesforce.svg b/static/library/salesforce.svg new file mode 100644 index 0000000..0385232 --- /dev/null +++ b/static/library/salesforce.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file From 09aa54bcc3d1f1a93928b6c7fdb382f922ee4c17 Mon Sep 17 00:00:00 2001 From: svensken94 Date: Mon, 11 Dec 2023 20:13:54 +0300 Subject: [PATCH 02/31] 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 From a12213c12c534efe12c90405fa5555dc37a28fa8 Mon Sep 17 00:00:00 2001 From: Burak Kantarci Date: Mon, 11 Dec 2023 17:14:44 +0000 Subject: [PATCH 03/31] Added beacon logo svg --- static/library/Beacon-Logo.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/library/Beacon-Logo.svg diff --git a/static/library/Beacon-Logo.svg b/static/library/Beacon-Logo.svg new file mode 100644 index 0000000..54ecea5 --- /dev/null +++ b/static/library/Beacon-Logo.svg @@ -0,0 +1 @@ + \ No newline at end of file From b4d24938e82cd15057d8fc5ed636a5914bf73995 Mon Sep 17 00:00:00 2001 From: Burak Kantarci Date: Mon, 11 Dec 2023 17:16:10 +0000 Subject: [PATCH 04/31] Update svgs.ts --- src/data/svgs.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e95a8c5..8467423 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1618,4 +1618,11 @@ export const svgs: iSVG[] = [ route: '/library/randevum.svg', url: 'https://www.randevum.co' }, + { + "id": 232, + "title": "Beacon", + "category": "Software", + "route": "/library/Beacon-Logo.svg", + "url": "https://www.beacon.com" + }, ]; From a11ce0526e46ff5f1b49e9c73948b183a9549518 Mon Sep 17 00:00:00 2001 From: David Khourshid Date: Mon, 11 Dec 2023 12:22:55 -0500 Subject: [PATCH 05/31] Add Stately.ai logo and XState logo --- src/data/svgs.ts | 16 +++++++++++++++- static/library/stately.svg | 1 + static/library/xstate.svg | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 static/library/stately.svg create mode 100644 static/library/xstate.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e95a8c5..1ad81d6 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,18 @@ export const svgs: iSVG[] = [ route: '/library/randevum.svg', url: 'https://www.randevum.co' }, + { + id: 68067, + title: 'Stately.ai', + category: 'Software', + route: '/library/stately.svg', + url: 'https://stately.ai/' + }, + { + id: 68068, + title: 'XState', + category: 'Library', + route: '/library/xstate.svg', + url: 'https://github.com/statelyai/xstate' + } ]; diff --git a/static/library/stately.svg b/static/library/stately.svg new file mode 100644 index 0000000..b47c99e --- /dev/null +++ b/static/library/stately.svg @@ -0,0 +1 @@ + diff --git a/static/library/xstate.svg b/static/library/xstate.svg new file mode 100644 index 0000000..461ed3a --- /dev/null +++ b/static/library/xstate.svg @@ -0,0 +1 @@ + From f78306f38647aae75b8bc8542d08d3f20db892c8 Mon Sep 17 00:00:00 2001 From: pritamHN <143422832+pritamHN@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:13:02 +0530 Subject: [PATCH 06/31] Add Hashnode logo --- src/data/svgs.ts | 7 +++++++ static/library/hashnode.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 static/library/hashnode.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 697b866..454b315 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1589,5 +1589,12 @@ export const svgs: iSVG[] = [ category: 'Browser', route: '/library/opera.svg', url: 'https://www.opera.com' + }, + { + id: 228, + title: 'Hashnode', + category: 'Social', + route: '/library/hashnode.svg', + url: 'https://hashnode.com' } ]; diff --git a/static/library/hashnode.svg b/static/library/hashnode.svg new file mode 100644 index 0000000..c1d60f1 --- /dev/null +++ b/static/library/hashnode.svg @@ -0,0 +1 @@ + \ No newline at end of file From 3419e0794d850c0c79cb5a6c54244a275db0e603 Mon Sep 17 00:00:00 2001 From: pritamHN <143422832+pritamHN@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:29:08 +0530 Subject: [PATCH 07/31] Updated the logo dimension. --- static/library/hashnode.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/library/hashnode.svg b/static/library/hashnode.svg index c1d60f1..af3505e 100644 --- a/static/library/hashnode.svg +++ b/static/library/hashnode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 2ebbd13cc6a4cd8d02efecf2606f0204b421fb54 Mon Sep 17 00:00:00 2001 From: Gaurav Chadha Date: Mon, 11 Dec 2023 23:39:32 +0530 Subject: [PATCH 08/31] add Rowy and BuildShip logos Signed-off-by: Gaurav Chadha --- src/data/svgs.ts | 16 +++++++++- static/library/buildship.svg | 10 ++++++ static/library/rowy.svg | 61 ++++++++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+), 1 deletion(-) create mode 100644 static/library/buildship.svg create mode 100644 static/library/rowy.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e95a8c5..96fdf0a 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,18 @@ export const svgs: iSVG[] = [ route: '/library/randevum.svg', url: 'https://www.randevum.co' }, + { + id: 69114, + title: 'Rowy', + category: 'CMS', + route: '/library/rowy.svg', + url: 'https://www.rowy.io/' + }, + { + id: 12251, + title: 'BuildShip', + category: 'AI', + route: '/library/buildship.svg', + url: 'https://buildship.com/' + } ]; diff --git a/static/library/buildship.svg b/static/library/buildship.svg new file mode 100644 index 0000000..3db3ca6 --- /dev/null +++ b/static/library/buildship.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/library/rowy.svg b/static/library/rowy.svg new file mode 100644 index 0000000..f1cf36e --- /dev/null +++ b/static/library/rowy.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 1b26e9ec5ed2caec849c78cd28242e15a5f9f5a2 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 11 Dec 2023 10:19:34 -0800 Subject: [PATCH 09/31] added cal-com --- src/data/svgs.ts | 9 ++++++++- static/library/cal.svg | 9 +++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 static/library/cal.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 8c086ed..01b2530 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1624,5 +1624,12 @@ export const svgs: iSVG[] = [ category: 'Social', route: '/library/hashnode.svg', url: 'https://hashnode.com' - } + }, + { + id: 246480685059147554972, + title: 'Cal.com', + category: 'Software', + route: '/library/cal.svg', + url: 'https://cal.com' + } ]; diff --git a/static/library/cal.svg b/static/library/cal.svg new file mode 100644 index 0000000..bccfe81 --- /dev/null +++ b/static/library/cal.svg @@ -0,0 +1,9 @@ + + + + + + + + + From fa8de6293ecf016dc2fd86deca96e8122961bb76 Mon Sep 17 00:00:00 2001 From: Jay V Date: Mon, 11 Dec 2023 14:07:13 -0500 Subject: [PATCH 10/31] Adding SST --- src/data/svgs.ts | 15 +++++++++++---- static/library/sst.svg | 1 + 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 static/library/sst.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index fd65146..b1b0928 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1632,7 +1632,7 @@ export const svgs: iSVG[] = [ route: '/library/xstate.svg', url: 'https://github.com/statelyai/xstate' }, - { + { id: 232, title: 'Hashnode', category: 'Social', @@ -1652,12 +1652,19 @@ export const svgs: iSVG[] = [ category: 'AI', route: '/library/buildship.svg', url: 'https://buildship.com/' - }, - { + }, + { id: 246480685059147554972, title: 'Cal.com', category: 'Software', route: '/library/cal.svg', url: 'https://cal.com' - } + }, + { + id: 706747866206488963651, + title: 'SST', + category: 'Framework', + route: '/library/sst.svg', + url: 'https://sst.dev/' + } ]; diff --git a/static/library/sst.svg b/static/library/sst.svg new file mode 100644 index 0000000..970dab1 --- /dev/null +++ b/static/library/sst.svg @@ -0,0 +1 @@ + \ No newline at end of file From 4f4edd6b0bc7b508e51d33ea36529eba6577d710 Mon Sep 17 00:00:00 2001 From: Advaith U <45172876+advaith-unnikrishnan@users.noreply.github.com> Date: Tue, 12 Dec 2023 00:40:11 +0530 Subject: [PATCH 11/31] Add consistency to id --- src/data/svgs.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index fd65146..6fb482c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1619,42 +1619,42 @@ export const svgs: iSVG[] = [ url: 'https://www.randevum.co' }, { - id: 68067, + id: 232, title: 'Stately.ai', category: 'Software', route: '/library/stately.svg', url: 'https://stately.ai/' }, { - id: 68068, + id: 233, title: 'XState', category: 'Library', route: '/library/xstate.svg', url: 'https://github.com/statelyai/xstate' }, { - id: 232, + id: 234, title: 'Hashnode', category: 'Social', route: '/library/hashnode.svg', url: 'https://hashnode.com' }, { - id: 69114, + id: 235, title: 'Rowy', category: 'CMS', route: '/library/rowy.svg', url: 'https://www.rowy.io/' }, { - id: 12251, + id: 236, title: 'BuildShip', category: 'AI', route: '/library/buildship.svg', url: 'https://buildship.com/' }, { - id: 246480685059147554972, + id: 237, title: 'Cal.com', category: 'Software', route: '/library/cal.svg', From fcbd73daf8394000aa73a66de0a6dc92590f7c0f Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Mon, 11 Dec 2023 19:17:21 +0000 Subject: [PATCH 12/31] feat: add documenso svg --- src/data/svgs.ts | 15 +++++++++++---- static/library/documenso.svg | 19 +++++++++++++++++++ 2 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 static/library/documenso.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 01b2530..7c31491 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,18 +1618,25 @@ export const svgs: iSVG[] = [ route: '/library/randevum.svg', url: 'https://www.randevum.co' }, - { + { id: 232, title: 'Hashnode', category: 'Social', route: '/library/hashnode.svg', url: 'https://hashnode.com' }, - { + { id: 246480685059147554972, title: 'Cal.com', category: 'Software', route: '/library/cal.svg', url: 'https://cal.com' - } + }, + { + id: 234, + title: 'Documenso', + category: 'Software', + route: '/library/documenso.svg', + url: 'https://documenso.com' + } ]; diff --git a/static/library/documenso.svg b/static/library/documenso.svg new file mode 100644 index 0000000..c6f3b30 --- /dev/null +++ b/static/library/documenso.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + From 1f6fbe0cd971bb98b232103afddf6b8308d89aac Mon Sep 17 00:00:00 2001 From: Advaith U <45172876+advaith-unnikrishnan@users.noreply.github.com> Date: Tue, 12 Dec 2023 00:59:12 +0530 Subject: [PATCH 13/31] Add new SVGs --- src/data/svgs.ts | 58 ++++++++++- static/library/calendly.svg | 44 ++++++++ static/library/cursor.svg | 181 +++++++++++++++++++++++++++++++++ static/library/mintlify.svg | 6 ++ static/library/patreon.svg | 1 + static/library/peerlist.svg | 7 ++ static/library/producthunt.svg | 6 ++ static/library/remotion.svg | 5 + static/library/warp.svg | 6 ++ 9 files changed, 313 insertions(+), 1 deletion(-) create mode 100644 static/library/calendly.svg create mode 100644 static/library/cursor.svg create mode 100644 static/library/mintlify.svg create mode 100644 static/library/patreon.svg create mode 100644 static/library/peerlist.svg create mode 100644 static/library/producthunt.svg create mode 100644 static/library/remotion.svg create mode 100644 static/library/warp.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 6fb482c..d566c82 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1659,5 +1659,61 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/cal.svg', url: 'https://cal.com' - } + }, + { + id: 238, + title: 'Cursor AI', + category: 'Software', + route: '/library/cursor.svg', + url: 'https://cursor.sh/' + }, + { + id: 239, + title: 'Calendly', + category: 'Software', + route: '/library/calendly.svg', + url: 'https://calendly.com/' + }, + { + id: 240, + title: 'Mintlify', + category: 'Software', + route: '/library/mintlify.svg', + url: 'https://mintlify.com/' + }, + { + id: 241, + title: 'Patreon', + category: 'Software', + route: '/library/patreon.svg', + url: 'https://www.patreon.com/' + }, + { + id: 242, + title: 'Peerlist', + category: 'Social', + route: '/library/peerlist.svg', + url: 'https://www.peerlist.io/' + }, + { + id: 243, + title: 'Product Hunt', + category: 'Software', + route: '/library/producthunt.svg', + url: 'https://www.producthunt.com/' + }, + { + id: 244, + title: 'Remotion', + category: 'Framework', + route: '/library/remotion.svg', + url: 'https://www.remotion.dev/' + }, + { + id: 245, + title: 'Warp', + category: 'Software', + route: '/library/warp.svg', + url: 'https://www.warp.dev/' + } ]; diff --git a/static/library/calendly.svg b/static/library/calendly.svg new file mode 100644 index 0000000..a7160b0 --- /dev/null +++ b/static/library/calendly.svg @@ -0,0 +1,44 @@ + + + + + + + + + + diff --git a/static/library/cursor.svg b/static/library/cursor.svg new file mode 100644 index 0000000..f316524 --- /dev/null +++ b/static/library/cursor.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/library/mintlify.svg b/static/library/mintlify.svg new file mode 100644 index 0000000..3125157 --- /dev/null +++ b/static/library/mintlify.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/library/patreon.svg b/static/library/patreon.svg new file mode 100644 index 0000000..b230e93 --- /dev/null +++ b/static/library/patreon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/peerlist.svg b/static/library/peerlist.svg new file mode 100644 index 0000000..b4119de --- /dev/null +++ b/static/library/peerlist.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/library/producthunt.svg b/static/library/producthunt.svg new file mode 100644 index 0000000..a56fecf --- /dev/null +++ b/static/library/producthunt.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/library/remotion.svg b/static/library/remotion.svg new file mode 100644 index 0000000..08f9b39 --- /dev/null +++ b/static/library/remotion.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/library/warp.svg b/static/library/warp.svg new file mode 100644 index 0000000..493b333 --- /dev/null +++ b/static/library/warp.svg @@ -0,0 +1,6 @@ + + + + + + From b8ec5bf3d2dc4332ac6bcbf35baa73c5b729e8da Mon Sep 17 00:00:00 2001 From: luis-tenorio-code Date: Mon, 11 Dec 2023 15:14:44 -0500 Subject: [PATCH 14/31] bash, c, c++, cobol, fortran, haskell, matlab, r, rust and zig logos --- src/data/svgs.ts | 72 +++++++++++++++++++++++++++++++++++++- static/library/bash.svg | 1 + static/library/c++.svg | 1 + static/library/c.svg | 1 + static/library/cobol.svg | 1 + static/library/fortran.svg | 1 + static/library/haskell.svg | 1 + static/library/matlab.svg | 1 + static/library/r.svg | 1 + static/library/rust.svg | 1 + static/library/zig.svg | 1 + 11 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 static/library/bash.svg create mode 100644 static/library/c++.svg create mode 100644 static/library/c.svg create mode 100644 static/library/cobol.svg create mode 100644 static/library/fortran.svg create mode 100644 static/library/haskell.svg create mode 100644 static/library/matlab.svg create mode 100644 static/library/r.svg create mode 100644 static/library/rust.svg create mode 100644 static/library/zig.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index eb1f5ad..b60551d 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1673,5 +1673,75 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/documenso.svg', url: 'https://documenso.com' - } + }, + { + id: 326851, + title: 'Bash', + category: 'Language', + route: '/library/bash.svg', + url: 'https://www.gnu.org/software/bash/' + }, + { + id: 740938, + title: 'C', + category: 'Language', + route: '/library/c.svg', + url: 'https://en.wikipedia.org/wiki/C_(programming_language)' + }, + { + id: 156807, + title: 'C++', + category: 'Language', + route: '/library/c++.svg', + url: 'https://en.wikipedia.org/wiki/C%2B%2B' + }, + { + id: 854167, + title: 'Cobol', + category: 'Language', + route: '/library/cobol.svg', + url: 'https://en.wikipedia.org/wiki/COBOL' + }, + { + id: 473965, + title: 'Fortran', + category: 'Language', + route: '/library/fortran.svg', + url: 'https://en.wikipedia.org/wiki/Fortran' + }, + { + id: 429673, + title: 'Haskell', + category: 'Language', + route: '/library/haskell.svg', + url: 'https://www.haskell.org/' + }, + { + id: 907583, + title: 'Mathlab', + category: 'Language', + route: '/library/mathlab.svg', + url: 'https://www.mathworks.com/products/matlab.html' + }, + { + id: 754396, + title: 'R', + category: 'Language', + route: '/library/r.svg', + url: 'https://www.r-project.org/' + }, + { + id: 783625, + title: 'Rust', + category: 'Language', + route: '/library/rust.svg', + url: 'https://www.rust-lang.org/' + }, + { + id: 586019, + title: 'Zig', + category: 'Language', + route: '/library/zig.svg', + url: 'https://ziglang.org/' + }, ]; diff --git a/static/library/bash.svg b/static/library/bash.svg new file mode 100644 index 0000000..e7eaad8 --- /dev/null +++ b/static/library/bash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/c++.svg b/static/library/c++.svg new file mode 100644 index 0000000..e371402 --- /dev/null +++ b/static/library/c++.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/c.svg b/static/library/c.svg new file mode 100644 index 0000000..76b62a1 --- /dev/null +++ b/static/library/c.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/cobol.svg b/static/library/cobol.svg new file mode 100644 index 0000000..e6e7f82 --- /dev/null +++ b/static/library/cobol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/fortran.svg b/static/library/fortran.svg new file mode 100644 index 0000000..0ad4185 --- /dev/null +++ b/static/library/fortran.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/haskell.svg b/static/library/haskell.svg new file mode 100644 index 0000000..65d0786 --- /dev/null +++ b/static/library/haskell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/matlab.svg b/static/library/matlab.svg new file mode 100644 index 0000000..45b875a --- /dev/null +++ b/static/library/matlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/r.svg b/static/library/r.svg new file mode 100644 index 0000000..575c110 --- /dev/null +++ b/static/library/r.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/rust.svg b/static/library/rust.svg new file mode 100644 index 0000000..2587862 --- /dev/null +++ b/static/library/rust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/zig.svg b/static/library/zig.svg new file mode 100644 index 0000000..f733d27 --- /dev/null +++ b/static/library/zig.svg @@ -0,0 +1 @@ + \ No newline at end of file From 19c3095c1ad23e59dd89adb0c54c11defe814d18 Mon Sep 17 00:00:00 2001 From: luis-tenorio-code Date: Mon, 11 Dec 2023 15:22:49 -0500 Subject: [PATCH 15/31] Update SVG route for Mathlab --- src/data/svgs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 9abc2e4..e672d98 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1748,7 +1748,7 @@ export const svgs: iSVG[] = [ id: 907583, title: 'Mathlab', category: 'Language', - route: '/library/mathlab.svg', + route: '/library/matlab.svg', url: 'https://www.mathworks.com/products/matlab.html' }, { @@ -1771,5 +1771,5 @@ export const svgs: iSVG[] = [ category: 'Language', route: '/library/zig.svg', url: 'https://ziglang.org/' - }, + } ]; From 1231b5387b168e23d525c0fcb4990956defe1a1f Mon Sep 17 00:00:00 2001 From: luis-tenorio-code Date: Mon, 11 Dec 2023 15:27:05 -0500 Subject: [PATCH 16/31] Fix typo in SVG title --- src/data/svgs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e672d98..cfaa077 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1746,7 +1746,7 @@ export const svgs: iSVG[] = [ }, { id: 907583, - title: 'Mathlab', + title: 'matlab', category: 'Language', route: '/library/matlab.svg', url: 'https://www.mathworks.com/products/matlab.html' From 54b0174b0c5c45714ad56eb89a1713c2910da9ff Mon Sep 17 00:00:00 2001 From: Ali Salah Date: Mon, 11 Dec 2023 23:11:46 +0200 Subject: [PATCH 17/31] add instatus --- src/data/svgs.ts | 9 ++++++++- static/library/instatus.svg | 13 +++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 static/library/instatus.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f3d82be..a03dc16 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1701,5 +1701,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/documenso.svg', url: 'https://documenso.com' - } + }, + { + id: 233, + title: 'Instatus', + category: 'Software', + route: '/library/instatus.svg', + url: 'https://instatus.com' + }, ]; diff --git a/static/library/instatus.svg b/static/library/instatus.svg new file mode 100644 index 0000000..67e0e1e --- /dev/null +++ b/static/library/instatus.svg @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file From c8ce3c6608b7acd18e178e5ab16e7ada68144fe3 Mon Sep 17 00:00:00 2001 From: Jason Dugdale Date: Mon, 11 Dec 2023 13:12:35 -0800 Subject: [PATCH 18/31] Adds Front.com logo --- src/data/svgs.ts | 7 +++++++ static/library/front.svg | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 static/library/front.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f3d82be..571a1ea 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1701,5 +1701,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/documenso.svg', url: 'https://documenso.com' + }, + { + id: 6676113873388621, + title: 'Front', + category: 'Software', + route: '/library/front.svg', + url: 'https://front.com' } ]; diff --git a/static/library/front.svg b/static/library/front.svg new file mode 100644 index 0000000..cf876d1 --- /dev/null +++ b/static/library/front.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + From d583fad8d653cecbb91e2bfae81cd40d39486129 Mon Sep 17 00:00:00 2001 From: marpeand <55035865+marpeand@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:55:23 -0300 Subject: [PATCH 19/31] Add files via upload --- static/library/monero.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/library/monero.svg diff --git a/static/library/monero.svg b/static/library/monero.svg new file mode 100644 index 0000000..47e5699 --- /dev/null +++ b/static/library/monero.svg @@ -0,0 +1 @@ + \ No newline at end of file From 6d7459ee85f5f08687c71a3105686650f493cb4e Mon Sep 17 00:00:00 2001 From: marpeand <55035865+marpeand@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:59:52 -0300 Subject: [PATCH 20/31] Update svgs.ts --- src/data/svgs.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0ebe485..028368b 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1715,5 +1715,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/front.svg', url: 'https://front.com' + }, + { + id: 473836, + title: 'Monero', + category: 'Crypto', + route: '/library/monero.svg', + url: 'https://www.getmonero.org/' } ]; From 73f71f3dd64a9a87f2c602863740b2b49ca6fb8f Mon Sep 17 00:00:00 2001 From: Igor Bedesqui Date: Mon, 11 Dec 2023 19:09:02 -0300 Subject: [PATCH 21/31] feat: Add Axiom Logo --- src/data/svgs.ts | 7 +++++++ static/library/axiom.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 static/library/axiom.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0ebe485..b188a84 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1715,5 +1715,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/front.svg', url: 'https://front.com' + }, + { + id: 775133760594, + title: 'Axiom', + category: 'Software', + route: '/library/axiom.svg', + url: 'https://axiom.co/' } ]; diff --git a/static/library/axiom.svg b/static/library/axiom.svg new file mode 100644 index 0000000..8f55a02 --- /dev/null +++ b/static/library/axiom.svg @@ -0,0 +1 @@ + \ No newline at end of file From 3e70914f9145bf96bd0eb05434535157fa78371e Mon Sep 17 00:00:00 2001 From: Sebastian Rojo Date: Mon, 11 Dec 2023 17:22:36 -0500 Subject: [PATCH 22/31] ADD ArtisanLabs by Update svgs.ts --- src/data/svgs.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0ebe485..6f52158 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1715,5 +1715,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/front.svg', url: 'https://front.com' + }, + { + id: 382900874177765, + title: 'ArtisanLabs', + category: 'Software', + route: '/library/ArtisanLabs.svg', + url: 'https://artisanlabs.io' } ]; From 254e37af6f7c4826d30573560b6086df4d30a9cd Mon Sep 17 00:00:00 2001 From: Sebastian Rojo Date: Mon, 11 Dec 2023 17:25:36 -0500 Subject: [PATCH 23/31] ADD SVG static/library/ArtisanLabs.svg --- static/library/ArtisanLabs.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/library/ArtisanLabs.svg diff --git a/static/library/ArtisanLabs.svg b/static/library/ArtisanLabs.svg new file mode 100644 index 0000000..e896502 --- /dev/null +++ b/static/library/ArtisanLabs.svg @@ -0,0 +1 @@ + \ No newline at end of file From 51d828ebc97072aebdd8711af2c02f37bb9c4e37 Mon Sep 17 00:00:00 2001 From: Arturo Barrera Date: Mon, 11 Dec 2023 19:38:24 -0300 Subject: [PATCH 24/31] Add Django logo --- src/data/svgs.ts | 7 +++++++ static/library/django.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 static/library/django.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0ebe485..2347a38 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1715,5 +1715,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/front.svg', url: 'https://front.com' + }, + { + id: 14839, + title: 'Django', + category: 'Framework', + route: '/library/django.svg', + url: 'https://www.djangoproject.com/' } ]; diff --git a/static/library/django.svg b/static/library/django.svg new file mode 100644 index 0000000..05b253f --- /dev/null +++ b/static/library/django.svg @@ -0,0 +1 @@ + \ No newline at end of file From 81a6edca6cf8d8e329505ff5dd7e6840874e3d70 Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 11 Dec 2023 22:43:07 +0000 Subject: [PATCH 25/31] =?UTF-8?q?=F0=9F=90=9B=20Add=20antialiased.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.html b/src/app.html index 6f17e09..dd99150 100644 --- a/src/app.html +++ b/src/app.html @@ -29,7 +29,7 @@
%sveltekit.body%
From 3d23d22ed25c316800ce5d3d2da702d0fd1e805c Mon Sep 17 00:00:00 2001 From: Igor Bedesqui Date: Mon, 11 Dec 2023 20:58:05 -0300 Subject: [PATCH 26/31] feat: make icon theme aware. --- src/components/svgCard.svelte | 13 +++++++++++-- src/data/svgs.ts | 5 ++++- src/types/svg.ts | 7 ++++++- static/library/{axiom.svg => axiom-dark.svg} | 0 static/library/axiom-light.svg | 1 + 5 files changed, 22 insertions(+), 4 deletions(-) rename static/library/{axiom.svg => axiom-dark.svg} (100%) create mode 100644 static/library/axiom-light.svg diff --git a/src/components/svgCard.svelte b/src/components/svgCard.svelte index b60837c..502db65 100644 --- a/src/components/svgCard.svelte +++ b/src/components/svgCard.svelte @@ -41,7 +41,16 @@
- {svgInfo.title} + + {svgInfo.title}

{svgInfo.title}

{ - downloadSvg(svgInfo.route); + downloadSvg(typeof svgInfo.route !== 'string' ? svgInfo.route.dark : svgInfo.route); }} class="flex items-center space-x-2 rounded-md p-2 duration-100 hover:bg-neutral-200 dark:hover:bg-neutral-700/40" > diff --git a/src/data/svgs.ts b/src/data/svgs.ts index b188a84..adc2362 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1720,7 +1720,10 @@ export const svgs: iSVG[] = [ id: 775133760594, title: 'Axiom', category: 'Software', - route: '/library/axiom.svg', + route: { + dark: '/library/axiom-dark.svg', + light: '/library/axiom-light.svg' + }, url: 'https://axiom.co/' } ]; diff --git a/src/types/svg.ts b/src/types/svg.ts index d49eb3b..bdbeb0b 100644 --- a/src/types/svg.ts +++ b/src/types/svg.ts @@ -4,6 +4,11 @@ export interface iSVG { id: number; title: string; category: tCategory; - route: string; + route: + | string // for backwards compat of when theme support was not added + | { + dark: string; + light: string; + }; url: string; } diff --git a/static/library/axiom.svg b/static/library/axiom-dark.svg similarity index 100% rename from static/library/axiom.svg rename to static/library/axiom-dark.svg diff --git a/static/library/axiom-light.svg b/static/library/axiom-light.svg new file mode 100644 index 0000000..be2e2c2 --- /dev/null +++ b/static/library/axiom-light.svg @@ -0,0 +1 @@ + \ No newline at end of file From 20b2dd51559bbbda997a1a2654f63614b518de97 Mon Sep 17 00:00:00 2001 From: Igor Bedesqui Date: Mon, 11 Dec 2023 20:58:16 -0300 Subject: [PATCH 27/31] feat: make copy icon theme aware --- src/components/svgCard.svelte | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/components/svgCard.svelte b/src/components/svgCard.svelte index 502db65..fdc077d 100644 --- a/src/components/svgCard.svelte +++ b/src/components/svgCard.svelte @@ -62,7 +62,26 @@