diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 829699a9..dc22659d 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,12 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'Marble', + category: 'CMS', + route: '/library/marble.svg', + url: 'https://marblecms.com/' + }, { title: 'daisyUI', category: 'Library', diff --git a/static/library/marble.svg b/static/library/marble.svg new file mode 100644 index 00000000..95389e80 --- /dev/null +++ b/static/library/marble.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file