A2Icon
Icon display component.
Props
| Property | Type | Default | Description |
|---|---|---|---|
name | string | - | Icon name (Element Plus Icons) |
size | number | 16 | Icon size (px) |
color | string | - | Icon color |
Basic Example
Basic Icon
Multiple Icons
Icon Collection
JSON Schema
json
{
"id": "iconId",
"type": "a2-icon",
"props": {
"name": "Check",
"size": 24,
"color": "#67c23a"
}
}Available Icons
Uses Element Plus Icons. Common icons include:
Check,Close,Plus,MinusEdit,Delete,Search,RefreshUser,Setting,Document,FolderArrowUp,ArrowDown,ArrowLeft,ArrowRight