mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 08:12:49 +08:00
feat: icon 增加RowDelete
This commit is contained in:
parent
eccb39acad
commit
26116685e1
@ -100,7 +100,8 @@ import {
|
||||
Carbon3DSoftware as Carbon3DSoftwareIcon,
|
||||
Filter as FilterIcon,
|
||||
FilterEdit as FilterEditIcon,
|
||||
Laptop as LaptopIcon
|
||||
Laptop as LaptopIcon,
|
||||
RowDelete as RowDeleteIcon
|
||||
} from '@vicons/carbon'
|
||||
|
||||
const ionicons5 = {
|
||||
@ -294,7 +295,9 @@ const carbon = {
|
||||
FilterIcon,
|
||||
FilterEditIcon,
|
||||
// 图层
|
||||
LaptopIcon
|
||||
LaptopIcon,
|
||||
// 删除组件
|
||||
RowDeleteIcon
|
||||
}
|
||||
|
||||
// https://www.xicons.org/#/ 还有很多
|
||||
|
Loading…
Reference in New Issue
Block a user