diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0f6b2eb..7b8be24 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1163,11 +1163,17 @@ export const svgs: iSVG[] = [ route: '/library/wordpress.svg', url: 'https://wordpress.org/' }, - { id: 167, title: 'Microsoft', category: 'Software', route: '/library/microsoft.svg', url: 'https://www.microsoft.com/' - } + }, + { + id: 168, + title: 'Elementor', + category: 'Software', + route: '/library/elementor.svg', + url: 'https://elementor.com/' + }, ]; diff --git a/static/library/elementor.svg b/static/library/elementor.svg new file mode 100644 index 0000000..f837e2b --- /dev/null +++ b/static/library/elementor.svg @@ -0,0 +1 @@ + \ No newline at end of file