Merge branch 'main' into add-postcss-logo

This commit is contained in:
Pablo Hdez
2024-06-11 16:09:01 +01:00
committed by GitHub
4 changed files with 3381 additions and 2692 deletions
+14
View File
@@ -2829,5 +2829,19 @@ export const svgs: iSVG[] = [
route: "/library/svg.svg",
wordmark: "/library/svg_wordmark.svg",
url: "https://www.w3.org/TR/SVG/"
},
{
title: 'SVG',
category: ['Language', 'Design'],
route: '/library/svg.svg',
wordmark: '/library/svg_wordmark.svg',
url: 'https://www.w3.org/TR/SVG/'
},
{
title: 'Todoist',
category: 'Software',
route: '/library/todoist.svg',
wordmark: '/library/todoist_wordmark.svg',
url: 'https://todoist.com/'
}
];