2021-12-19 19:19:46 +08:00
|
|
|
|
import {
|
|
|
|
|
Close as CloseIcon,
|
|
|
|
|
Remove as RemoveIcon,
|
|
|
|
|
Resize as ResizeIcon,
|
|
|
|
|
EllipsisHorizontalSharp as EllipsisHorizontalCircleSharpIcon,
|
|
|
|
|
CopyOutline as CopyIcon,
|
|
|
|
|
Trash as TrashIcon,
|
|
|
|
|
Pencil as PencilIcon,
|
2021-12-20 13:36:54 +08:00
|
|
|
|
HammerOutline as HammerIcon,
|
2022-01-05 18:04:41 +08:00
|
|
|
|
DesktopOutline as DesktopOutlineIcon,
|
2021-12-19 19:19:46 +08:00
|
|
|
|
DownloadOutline as DownloadIcon,
|
2021-12-20 13:36:54 +08:00
|
|
|
|
Open as OpenIcon,
|
2021-12-20 14:29:29 +08:00
|
|
|
|
Send as SendIcon,
|
2021-12-20 16:39:19 +08:00
|
|
|
|
InformationCircleOutline as InformationCircleIcon,
|
|
|
|
|
Grid as GridIcon,
|
|
|
|
|
TvOutline as DesktopIcon,
|
|
|
|
|
DocumentText as DocumentTextIcon,
|
|
|
|
|
Language as LanguageIcon,
|
|
|
|
|
Moon as MoonIcon,
|
|
|
|
|
Sunny as SunnyIcon,
|
|
|
|
|
Person as PersonIcon,
|
|
|
|
|
PersonOutline as PersonOutlineIcon,
|
|
|
|
|
LogOutOutline as LogOutOutlineIcon,
|
|
|
|
|
ChatboxEllipses as ChatboxEllipsesIcon,
|
2022-01-21 17:55:35 +08:00
|
|
|
|
LockOpenOutline as LockOpenOutlineIcon,
|
2021-12-20 16:39:19 +08:00
|
|
|
|
LockClosedOutline as LockClosedOutlineIcon,
|
|
|
|
|
HelpCircleOutline as HelpOutlineIcon,
|
|
|
|
|
CodeSlash as CodeSlashIcon,
|
|
|
|
|
Duplicate as DuplicateIcon,
|
2021-12-21 14:57:31 +08:00
|
|
|
|
DuplicateOutline as DuplicateOutlineIcon,
|
2022-01-05 18:04:41 +08:00
|
|
|
|
Fish as FishIcon,
|
|
|
|
|
BarChart as BarChartIcon,
|
2022-01-05 20:52:49 +08:00
|
|
|
|
Layers as LayersIcon,
|
|
|
|
|
Prism as PrismIcon,
|
2022-01-06 15:37:44 +08:00
|
|
|
|
Cube as CubeIcon,
|
|
|
|
|
ChevronBackOutline as ChevronBackOutlineIcon,
|
2022-01-07 22:02:13 +08:00
|
|
|
|
Flash as FlashIcon,
|
2022-01-09 17:12:35 +08:00
|
|
|
|
SettingsSharp as SettingsSharpIcon,
|
2022-01-11 20:56:19 +08:00
|
|
|
|
Home as HomeIcon,
|
2022-02-01 17:12:16 +08:00
|
|
|
|
Card as CardIcon,
|
|
|
|
|
ChevronUp as ChevronUpIcon,
|
2022-02-03 22:54:31 +08:00
|
|
|
|
ChevronDown as ChevronDownIcon,
|
|
|
|
|
TimeOutline as TimeOutlineIcon,
|
|
|
|
|
ClipboardOutline as ClipboardOutlineIcon
|
2021-12-19 19:19:46 +08:00
|
|
|
|
} from '@vicons/ionicons5'
|
|
|
|
|
|
2022-01-11 20:56:19 +08:00
|
|
|
|
import {
|
|
|
|
|
TableSplit as TableSplitIcon,
|
|
|
|
|
Roadmap as RoadmapIcon,
|
2022-01-12 10:41:26 +08:00
|
|
|
|
SpellCheck as SpellCheckIcon,
|
2022-01-16 15:28:33 +08:00
|
|
|
|
GraphicalDataFlow as GraphicalDataFlowIcon,
|
|
|
|
|
Store as StoreIcon,
|
|
|
|
|
Devices as DevicesIcon,
|
2022-01-21 17:55:35 +08:00
|
|
|
|
ObjectStorage as ObjectStorageIcon,
|
2022-02-01 17:12:16 +08:00
|
|
|
|
DicomOverlay as DicomOverlayIcon,
|
|
|
|
|
UpToTop as UpToTopIcon,
|
|
|
|
|
DownToBottom as DownToBottomIcon,
|
2022-02-03 22:54:31 +08:00
|
|
|
|
StackedMove as StackedMoveIcon
|
2022-01-11 20:56:19 +08:00
|
|
|
|
} from '@vicons/carbon'
|
|
|
|
|
|
2021-12-19 19:19:46 +08:00
|
|
|
|
const ionicons5 = {
|
2022-02-03 22:54:31 +08:00
|
|
|
|
// 帮助(问号)
|
2021-12-20 16:39:19 +08:00
|
|
|
|
HelpOutlineIcon,
|
|
|
|
|
// 添加
|
|
|
|
|
DuplicateIcon,
|
|
|
|
|
// 添加 Outline
|
|
|
|
|
DuplicateOutlineIcon,
|
|
|
|
|
// 代码
|
|
|
|
|
CodeSlashIcon,
|
|
|
|
|
// 退出
|
|
|
|
|
LogOutOutlineIcon,
|
|
|
|
|
// 锁
|
2022-01-21 17:55:35 +08:00
|
|
|
|
LockOpenOutlineIcon,
|
2022-01-11 20:56:19 +08:00
|
|
|
|
LockClosedOutlineIcon,
|
2021-12-20 16:39:19 +08:00
|
|
|
|
// 人
|
|
|
|
|
PersonIcon,
|
|
|
|
|
// 人2
|
|
|
|
|
PersonOutlineIcon,
|
|
|
|
|
// 更多(省略号)
|
|
|
|
|
ChatboxEllipsesIcon,
|
|
|
|
|
// 月亮
|
|
|
|
|
MoonIcon,
|
|
|
|
|
// 太阳
|
|
|
|
|
SunnyIcon,
|
2021-12-19 19:19:46 +08:00
|
|
|
|
// 关闭
|
|
|
|
|
CloseIcon,
|
|
|
|
|
// 移除(最小化)
|
|
|
|
|
RemoveIcon,
|
|
|
|
|
// 调整(最大化)
|
|
|
|
|
ResizeIcon,
|
|
|
|
|
// 省略号
|
|
|
|
|
EllipsisHorizontalCircleSharpIcon,
|
|
|
|
|
// 复制
|
|
|
|
|
CopyIcon,
|
|
|
|
|
// 删除(垃圾桶)
|
|
|
|
|
TrashIcon,
|
|
|
|
|
// 编辑1(笔)
|
|
|
|
|
PencilIcon,
|
|
|
|
|
// 编辑2(锤子)
|
|
|
|
|
HammerIcon,
|
|
|
|
|
// 预览
|
2022-01-05 18:04:41 +08:00
|
|
|
|
DesktopOutlineIcon,
|
2021-12-19 19:19:46 +08:00
|
|
|
|
// 下载
|
|
|
|
|
DownloadIcon,
|
|
|
|
|
// 导出
|
2021-12-20 13:36:54 +08:00
|
|
|
|
OpenIcon,
|
|
|
|
|
// 导出
|
|
|
|
|
SendIcon,
|
2021-12-20 14:29:29 +08:00
|
|
|
|
// 信息
|
2021-12-20 16:39:19 +08:00
|
|
|
|
InformationCircleIcon,
|
|
|
|
|
// 项目
|
|
|
|
|
GridIcon,
|
|
|
|
|
// 电脑1
|
|
|
|
|
DesktopIcon,
|
|
|
|
|
// 文档
|
|
|
|
|
DocumentTextIcon,
|
|
|
|
|
// 语言
|
2021-12-21 14:57:31 +08:00
|
|
|
|
LanguageIcon,
|
|
|
|
|
// 新项目(鱼)
|
2022-01-05 18:04:41 +08:00
|
|
|
|
FishIcon,
|
|
|
|
|
// 图表
|
|
|
|
|
BarChartIcon,
|
|
|
|
|
// 图层
|
2022-01-05 20:52:49 +08:00
|
|
|
|
LayersIcon,
|
|
|
|
|
// 组件详情设置(三棱镜)
|
|
|
|
|
PrismIcon,
|
2022-01-06 13:45:51 +08:00
|
|
|
|
// 正方体
|
|
|
|
|
CubeIcon,
|
|
|
|
|
// 折叠/回退
|
2022-01-06 15:37:44 +08:00
|
|
|
|
ChevronBackOutlineIcon,
|
|
|
|
|
// 后端数据(闪电)
|
2022-01-07 22:02:13 +08:00
|
|
|
|
FlashIcon,
|
|
|
|
|
// 设置(齿轮)
|
2022-01-09 17:12:35 +08:00
|
|
|
|
SettingsSharpIcon,
|
|
|
|
|
// 回退
|
2022-01-11 20:56:19 +08:00
|
|
|
|
HomeIcon,
|
|
|
|
|
// 控件(卡片)
|
2022-02-01 17:12:16 +08:00
|
|
|
|
CardIcon,
|
|
|
|
|
// 上移
|
|
|
|
|
ChevronUpIcon,
|
|
|
|
|
// 下移
|
|
|
|
|
ChevronDownIcon,
|
2022-02-03 22:54:31 +08:00
|
|
|
|
// 时间
|
|
|
|
|
TimeOutlineIcon,
|
|
|
|
|
// 剪贴板
|
|
|
|
|
ClipboardOutlineIcon
|
2022-01-11 20:56:19 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const carbon = {
|
|
|
|
|
// 图表
|
|
|
|
|
RoadmapIcon,
|
2022-01-12 10:41:26 +08:00
|
|
|
|
// 信息
|
|
|
|
|
SpellCheckIcon,
|
2022-01-11 20:56:19 +08:00
|
|
|
|
// 表格
|
2022-01-12 10:41:26 +08:00
|
|
|
|
TableSplitIcon,
|
|
|
|
|
// 装饰
|
2022-01-16 15:28:33 +08:00
|
|
|
|
GraphicalDataFlowIcon,
|
|
|
|
|
// 项目
|
|
|
|
|
DevicesIcon,
|
|
|
|
|
// 模板市场
|
|
|
|
|
StoreIcon,
|
|
|
|
|
// 我的模板
|
2022-01-21 17:55:35 +08:00
|
|
|
|
ObjectStorageIcon,
|
|
|
|
|
// 键盘
|
2022-02-01 17:12:16 +08:00
|
|
|
|
DicomOverlayIcon,
|
|
|
|
|
// 置顶
|
|
|
|
|
UpToTopIcon,
|
|
|
|
|
// 置底
|
2022-02-03 22:54:31 +08:00
|
|
|
|
DownToBottomIcon,
|
|
|
|
|
// 移动
|
|
|
|
|
StackedMoveIcon
|
2021-12-19 19:19:46 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// https://www.xicons.org/#/ 还有很多
|
|
|
|
|
|
|
|
|
|
export const icon = {
|
2022-01-11 20:56:19 +08:00
|
|
|
|
ionicons5,
|
|
|
|
|
carbon
|
2021-12-19 19:19:46 +08:00
|
|
|
|
}
|