Skip to content
On this page

VIcon

Icons (IconFont/SVG icon)

Import

js
import { VIcon } from 'vui-vc-next'

app.component(VIcon.name, VIcon)

API

Icon Props

PropsDescriptionTypeDefaultNote
nameThe icon nameString--
sizeThe icon sizeStringmdxs, sm, md, lg
colorThe icon colorStringcurrentColorthis color value is set as the value of fill on the svg icon
svgWhether use SVG iconBooleanfalse-