diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 11bb029..3b7fd21 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3345,5 +3345,11 @@ export const svgs: iSVG[] = [ dark: '/library/inflectionai_wordmark_dark.svg' }, url: 'https://inflection.ai/' - } + }, + { + title: 'D3.js', + category: 'Library', + route: '/library/D3.svg', + url: 'https://d3js.org/' + }, ]; diff --git a/static/library/D3.svg b/static/library/D3.svg new file mode 100644 index 0000000..afc516e --- /dev/null +++ b/static/library/D3.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file