diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a891c2e..efe1ff3 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,4 +1,4 @@ -import type { iSVG } from '../types/svg'; +import type { iSVG } from '../types/svg' export const svgs: iSVG[] = [ { @@ -2050,4 +2050,22 @@ export const svgs: iSVG[] = [ "route": "/library/directus.svg", "url": "https://directus.io/" }, -]; \ No newline at end of file + { + title: 'Pnpm', + category: 'Software', + route: { + light: '/library/pnpm.svg', + dark: '/library/pnpm_dark.svg' + }, + url: 'https://pnpm.io/' + }, + { + title: 'Pnpm No Text', + category: 'Software', + route: { + light: '/library/pnpm_no_text.svg', + dark: '/library/pnpm_no_text_dark.svg' + }, + url: 'https://pnpm.io/' + } +] diff --git a/static/library/pnpm.svg b/static/library/pnpm.svg new file mode 100644 index 0000000..8eb6061 --- /dev/null +++ b/static/library/pnpm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/pnpm_dark.svg b/static/library/pnpm_dark.svg new file mode 100644 index 0000000..3d9e96b --- /dev/null +++ b/static/library/pnpm_dark.svg @@ -0,0 +1,9 @@ + + +pnpm \ No newline at end of file diff --git a/static/library/pnpm_no_text.svg b/static/library/pnpm_no_text.svg new file mode 100644 index 0000000..d60132a --- /dev/null +++ b/static/library/pnpm_no_text.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/library/pnpm_no_text_dark.svg b/static/library/pnpm_no_text_dark.svg new file mode 100644 index 0000000..0286ac9 --- /dev/null +++ b/static/library/pnpm_no_text_dark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file