diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 276fffb..86a7667 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2214,6 +2214,15 @@ export const svgs: iSVG[] = [ }, url: 'https://1password.com' }, + { + title: 'Flask', + category: 'Framework', + route: { + light: '/library/flask-light.svg', + dark: '/library/flask-dark.svg' + }, + url: 'https://flask.palletsprojects.com/' + }, { title: 'Alacritty', category: 'Software', diff --git a/static/library/flask-dark.svg b/static/library/flask-dark.svg new file mode 100644 index 0000000..a01a550 --- /dev/null +++ b/static/library/flask-dark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/library/flask-light.svg b/static/library/flask-light.svg new file mode 100644 index 0000000..c6e8c00 --- /dev/null +++ b/static/library/flask-light.svg @@ -0,0 +1,6 @@ + + + +flask + + \ No newline at end of file