mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-28 04:16:34 +08:00
fix: 补充合并代码丢失的icon图标
This commit is contained in:
parent
35968475b9
commit
cd20e68480
@ -53,7 +53,8 @@ import {
|
|||||||
ArrowForward as ArrowForwardIcon,
|
ArrowForward as ArrowForwardIcon,
|
||||||
Planet as PawIcon,
|
Planet as PawIcon,
|
||||||
Search as SearchIcon,
|
Search as SearchIcon,
|
||||||
Reload as ReloadIcon
|
Reload as ReloadIcon,
|
||||||
|
Filter as FilterIcon
|
||||||
} from '@vicons/ionicons5'
|
} from '@vicons/ionicons5'
|
||||||
|
|
||||||
import {
|
import {
|
||||||
@ -194,7 +195,9 @@ const ionicons5 = {
|
|||||||
// 搜索(放大镜)
|
// 搜索(放大镜)
|
||||||
SearchIcon,
|
SearchIcon,
|
||||||
// 加载
|
// 加载
|
||||||
ReloadIcon
|
ReloadIcon,
|
||||||
|
// 过滤
|
||||||
|
FilterIcon
|
||||||
}
|
}
|
||||||
|
|
||||||
const carbon = {
|
const carbon = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user