@nutui/icons-vue
Version:
京东风格的轻量级移动端 Vue 组件库 NutUI 图标包
185 lines (184 loc) • 3.28 kB
JavaScript
const a = "nutui-icon", e = [
{
name: "粗体 Icon",
nameEn: "Bold Icon",
icons: [
"order",
"refresh",
"add",
"JD",
"eye",
"dshop",
"my2",
"star",
"del2",
"more-x",
"comment",
"microphone",
"people",
"service",
"cart2",
"location2",
"marshalling",
"fabulous",
"s-follow",
"shop",
"jdl"
]
},
{
name: "细体 Icon",
nameEn: "Thin Icon",
icons: [
"ask",
"tips",
"notice",
"lower",
"top",
"download",
"dongdong",
"JIMI40",
"location",
"scan",
"addfollow",
"search",
"share",
"follow",
"del",
"edit",
"cart",
"home",
"find",
"category",
"my",
"footprint",
"link",
"scan2",
"left",
"close",
"locationg3",
"share",
"shop3",
"message",
"ask2",
"search2",
"clock",
"setting",
"refresh2",
"horizontal",
"date",
"photograph",
"more-s",
"play-stop",
"play-start",
"play-double-back",
"play-double-forward",
"voice",
"image",
"image-error"
]
},
{
name: "应用图标",
nameEn: "Application Icon",
icons: [
"arrow-up",
"arrow-down",
"arrow-up2",
"arrow-down2",
"down-arrow",
"joy-smile",
"close-little",
"horizontal-n",
"share-n",
"heart1",
"heart-fill",
"star-n",
"star-fill-n",
"triangle-down",
"triangle-up"
]
},
{
name: "基础图标",
nameEn: "Basic Icon",
icons: [
"rect-up",
"rect-down",
"rect-left",
"rect-right",
"uploader",
"mask-close",
"circle-close",
"right",
"arrow-right",
"github",
"screen-little",
"plus",
"minus",
"Check",
"issue",
"failure",
"success",
"retweet",
"poweroff-circle-fill",
"play-circle-fill",
"checked",
"checklist",
"check-disabled",
"check-normal",
"check-checked",
"loading",
"loading1"
]
}
], n = [
{
name: "通用动态样式",
nameEn: "Universal Dynamic Style",
icons: [
{
name: "dou-arrow-up",
"animation-name": "am-jump",
"animation-time": "am-infinite"
},
{
name: "star",
"animation-name": "am-blink",
"animation-time": "am-infinite"
},
{
name: "refresh2",
"animation-name": "am-rotate",
"animation-time": "am-infinite"
},
{
name: "heart-fill",
"animation-name": "am-breathe",
"animation-time": "am-infinite"
},
{
name: "microphone",
"animation-name": "am-flash",
"animation-time": "am-infinite"
},
{
name: "download",
"animation-name": "am-bounce",
"animation-time": "am-infinite"
},
{
name: "message",
"animation-name": "am-shake",
"animation-time": "am-infinite"
}
]
}
], i = {
name: a,
data: e,
style: n
};
export {
i as config
};