diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 292b4fc..02c0c45 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2085,5 +2085,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/linux.svg', url: 'https://www.linux.org/' + }, + { + id: 253, + title: 'Ubuntu', + category: 'Software', + route: '/library/ubuntu.svg', + url: 'https://ubuntu.com/' } ]; diff --git a/static/library/ubuntu.svg b/static/library/ubuntu.svg new file mode 100644 index 0000000..c348cc7 --- /dev/null +++ b/static/library/ubuntu.svg @@ -0,0 +1 @@ + \ No newline at end of file