diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 8752458..181bbde 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -111,6 +111,24 @@ export const svgs: iSVG[] = [ route: '/library/discord.svg', url: 'https://discord.com/' }, + { + title: 'Samsung', + category: 'Software', + route: '/library/samsung.svg', + url: 'https://samsung.com/' + }, + { + title: 'Sony', + category: 'Software', + route: '/library/sony.svg', + url: 'https://sony.com/' + }, + { + title: 'Intel', + category: 'Software', + route: '/library/intel.svg', + url: 'https://intel.com/' + }, { title: 'Aliexpress', category: 'Software', diff --git a/static/library/intel.svg b/static/library/intel.svg new file mode 100644 index 0000000..a2ddd38 --- /dev/null +++ b/static/library/intel.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/library/samsung.svg b/static/library/samsung.svg new file mode 100644 index 0000000..e59d3ab --- /dev/null +++ b/static/library/samsung.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/static/library/sony.svg b/static/library/sony.svg new file mode 100644 index 0000000..700526a --- /dev/null +++ b/static/library/sony.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + +