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,
|
|
|
|
|
Beer as BeerIcon,
|
|
|
|
|
Grid as GridIcon,
|
|
|
|
|
TvOutline as DesktopIcon,
|
|
|
|
|
LaptopOutline as LaptopOutlineIcon,
|
|
|
|
|
DocumentText as DocumentTextIcon,
|
|
|
|
|
Language as LanguageIcon,
|
|
|
|
|
Moon as MoonIcon,
|
|
|
|
|
Sunny as SunnyIcon,
|
|
|
|
|
Person as PersonIcon,
|
|
|
|
|
PersonOutline as PersonOutlineIcon,
|
|
|
|
|
LogOutOutline as LogOutOutlineIcon,
|
|
|
|
|
ChatboxEllipses as ChatboxEllipsesIcon,
|
|
|
|
|
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,
|
|
|
|
|
SettingsSharp as SettingsSharpIcon
|
2021-12-19 19:19:46 +08:00
|
|
|
|
} from '@vicons/ionicons5'
|
|
|
|
|
|
|
|
|
|
// ionicons5 在这里
|
|
|
|
|
const ionicons5 = {
|
2021-12-20 16:39:19 +08:00
|
|
|
|
// 帮助
|
|
|
|
|
HelpOutlineIcon,
|
|
|
|
|
// 添加
|
|
|
|
|
DuplicateIcon,
|
|
|
|
|
// 添加 Outline
|
|
|
|
|
DuplicateOutlineIcon,
|
|
|
|
|
// 代码
|
|
|
|
|
CodeSlashIcon,
|
|
|
|
|
// 退出
|
|
|
|
|
LogOutOutlineIcon,
|
|
|
|
|
// 锁
|
|
|
|
|
LockClosedOutlineIcon,
|
|
|
|
|
// 人
|
|
|
|
|
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,
|
|
|
|
|
// 物料(颜色混合)
|
|
|
|
|
BeerIcon,
|
|
|
|
|
// 项目
|
|
|
|
|
GridIcon,
|
|
|
|
|
// 电脑1
|
|
|
|
|
DesktopIcon,
|
|
|
|
|
// 电脑2
|
|
|
|
|
LaptopOutlineIcon,
|
|
|
|
|
// 文档
|
|
|
|
|
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,
|
|
|
|
|
// 设置(齿轮)
|
|
|
|
|
SettingsSharpIcon
|
2021-12-19 19:19:46 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// https://www.xicons.org/#/ 还有很多
|
|
|
|
|
|
|
|
|
|
export const icon = {
|
|
|
|
|
ionicons5
|
|
|
|
|
}
|