## Icon ### Install ``` javascript import { Icon } from 'vant'; Vue.component(Icon.name, Icon); ``` ### Usage #### Basic Usage View all usable icons on the right. :::demo Icon List ```html ``` ::: ### API | Attribute | Description | Type | Default | Accepted Values | |-----------|-----------|-----------|-------------|-------------| | name | Icon name | `String` | `''` | - |