# 图标 icon
# 描述
提供了丰富的常用icon,可以直接在自己项目中通过简单的配置来使用。
# 图标库
点击图标可复制图标type
属性到剪贴板,图标下为html实体值,可用于rating
组件的icon值。
add-circle-o

add-circle

add

airplane

alarm

arrow-back

arrow-down

arrow-dropdown-circle

arrow-dropdown

arrow-dropleft-circle

arrow-dropleft

arrow-dropright-circle

arrow-dropright

arrow-dropup-circle

arrow-dropup

arrow-fwd

arrow-round-back

arrow-round-down

arrow-r-fwd

arrow-round-up

arrow-up

bluetooth

bug

build

business

call

camera

card

cart

chatbox

chat

checkbox-outline

checkbox

checkmark-circle-outline

checkmark-circle

checkmark

close-circle-outline

close-circle

close

cloud-done

cloud-down

cloud-up

cut

eye-off

eye

finger-print

flash-off

flash

flashlight

funnel

gift

heart-dislike

heart-empty

heart-half

heart

help-circle-outline

help-circle

image

images

infinite

information-circle-outline

information-circle

key

link

list


menu

musical

notification-off

notification-o

notification

options

paper-plane

pause

people

person-add

person

pie

pin

play-circle

play

power

pricetag

pricetags


qr-scanner

refresh-circle

refresh

remove-circle-outline

remove-circle

rewind

rocket

save

search

settings

share-alt

skip-bwd

skip-fwd

snow

star-half

star-outline

star

stats

sync

thumbs-down

thumbs-up

time

timer

trash

trend-down

trend-up

undo

unlock

vol-high

vol-low

vol-mute

vol-off

warning

wifi

woman

# 使用方法
在.ux
文件中引入组件
<import name="my-icon" src="apex-ui/components/icon/index"></import>
# 示例
<template>
<my-icon type="info" size="48"></my-icon>
</template>
2
3
# API
# 组件属性
属性 | 类型 | 默认值 | 说明 |
---|---|---|---|
type | String | 'empty' | 图标的类型 |
size | Number | 14 | 图标的大小 |
color | String | - | 图标的颜色 |
← 色彩 color 导航栏 navbar →