Icons for root menu

This commit is contained in:
simojenki
2021-08-17 09:46:15 +10:00
parent 3545d9c653
commit 0ad1cd5c40
25 changed files with 1270 additions and 186 deletions

4
typings/scale-that-svg/index.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "scale-that-svg" {
const noTypesYet: any;
export default noTypesYet;
}