From 25f7acf6e01974c5ce718c6f979005021a6f28b7 Mon Sep 17 00:00:00 2001 From: Wilmer Blanco Date: Tue, 12 Dec 2023 14:28:44 -0300 Subject: [PATCH] Some design logos added --- src/data/svgs.ts | 35 +++++++++++++ static/library/adobe-xd.svg | 4 ++ static/library/axure.svg | 9 ++++ static/library/gimp.svg | 97 +++++++++++++++++++++++++++++++++++++ static/library/penpot.svg | 3 ++ static/library/sketch.svg | 3 ++ 6 files changed, 151 insertions(+) create mode 100644 static/library/adobe-xd.svg create mode 100644 static/library/axure.svg create mode 100644 static/library/gimp.svg create mode 100644 static/library/penpot.svg create mode 100644 static/library/sketch.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 292b4fc..13a10dc 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2085,5 +2085,40 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/linux.svg', url: 'https://www.linux.org/' + }, + { + id: 5876149632, + title: 'XD', + category: 'Design', + route: '/library/adobe-xd.svg', + url: 'https://helpx.adobe.com/xd/get-started.html' + }, + { + id: 5882201288, + title: 'Axure', + category: 'Design', + route: '/library/axure.svg', + url: 'https://www.axure.com/' + }, + { + id: 6841462408, + title: 'Penpot', + category: 'Design', + route: '/library/penpot.svg', + url: 'https://penpot.app/' + }, + { + id: 6481118154, + title: 'Skecth', + category: 'Design', + route: '/library/sketch.svg', + url: 'https://www.sketch.com/' + }, + { + id: 5822536555, + title: 'Gimp', + category: 'Design', + route: '/library/gimp.svg', + url: 'https://www.gimp.org/' } ]; diff --git a/static/library/adobe-xd.svg b/static/library/adobe-xd.svg new file mode 100644 index 0000000..b401cb7 --- /dev/null +++ b/static/library/adobe-xd.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/static/library/axure.svg b/static/library/axure.svg new file mode 100644 index 0000000..b9b5ef6 --- /dev/null +++ b/static/library/axure.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/static/library/gimp.svg b/static/library/gimp.svg new file mode 100644 index 0000000..cbf1432 --- /dev/null +++ b/static/library/gimp.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/penpot.svg b/static/library/penpot.svg new file mode 100644 index 0000000..57ba1d5 --- /dev/null +++ b/static/library/penpot.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/library/sketch.svg b/static/library/sketch.svg new file mode 100644 index 0000000..f2c1716 --- /dev/null +++ b/static/library/sketch.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file