diff --git a/src/data/svgs.ts b/src/data/svgs.ts index ff489f1..a6abf1b 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1498,5 +1498,12 @@ export const svgs: iSVG[] = [ category: 'Crypto', route: '/library/matic.svg', url: 'https://polygon.technology/' + }, + { + id: 215, + title: 'X', + category: 'Social', + route: '/library/x.svg', + url: 'https://x.com' } ]; diff --git a/static/library/x.svg b/static/library/x.svg new file mode 100644 index 0000000..056fd8f --- /dev/null +++ b/static/library/x.svg @@ -0,0 +1 @@ + \ No newline at end of file