[perf] Remove unuse file

This commit is contained in:
JasonWu 2021-09-06 18:03:48 +08:00
parent 7dc01d5480
commit e5904586d9
5 changed files with 2 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z" fill="#d0021b" />
</svg>

Before

Width:  |  Height:  |  Size: 197 B

View File

@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z" fill="#393939" />
</svg>

Before

Width:  |  Height:  |  Size: 197 B

View File

@ -23,8 +23,8 @@ const Admin: RouteObject = {
avatarActive: '',
},
],
avatar: 'route/disactive/home.svg',
avatarActive: 'route/active/home.svg',
avatar: '',
avatarActive: '',
},
],
};