feat: add Microsoft Todo SVG icon

This commit is contained in:
taitddev
2024-04-06 22:14:24 +07:00
parent e89c79100f
commit ddbb6e7b9f
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -2568,5 +2568,11 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/raindrop.svg',
url: 'https://raindrop.io/'
},
{
title: 'Microsoft Todo',
category: 'Software',
route: '/library/microsoft-todo.svg',
url: 'https://to-do.office.com/'
}
];