From bbb25cdb834014c04d5de211ba3f15307d5bab12 Mon Sep 17 00:00:00 2001 From: Altay Date: Tue, 12 Dec 2023 14:33:27 +0300 Subject: [PATCH 1/2] feat: add put.io --- src/data/svgs.ts | 7 +++++++ static/library/putio.svg | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 static/library/putio.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 451bb09..e85bc68 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2047,5 +2047,12 @@ export const svgs: iSVG[] = [ dark: '/library/shadcn-ui_dark.svg' }, url: 'https://ui.shadcn.com/' + }, + { + id: 15762580, + title: 'putio', + category: 'Software', + route: '/library/putio.svg', + url: 'https://put.io/' } ]; diff --git a/static/library/putio.svg b/static/library/putio.svg new file mode 100644 index 0000000..cdea6cf --- /dev/null +++ b/static/library/putio.svg @@ -0,0 +1,6 @@ + + + + + + From b1520bffa15fbe189d08347119511494a092f7a1 Mon Sep 17 00:00:00 2001 From: Suraj Date: Tue, 12 Dec 2023 18:23:52 +0530 Subject: [PATCH 2/2] added pinterest logo --- src/data/svgs.ts | 7 +++++++ static/library/pinterest.svg | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 static/library/pinterest.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e85bc68..f9e3309 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2054,5 +2054,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/putio.svg', url: 'https://put.io/' + }, + { + id: 249, + title: 'Pinterest', + category: 'Software', + route: '/library/pinterest.svg', + url: 'https://pinterest.com/' } ]; diff --git a/static/library/pinterest.svg b/static/library/pinterest.svg new file mode 100644 index 0000000..88d5851 --- /dev/null +++ b/static/library/pinterest.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file