Icon
Semantic vector graphics. Before use icons。
List of icons
Examples
Icon API#
| Property | Description | Type | Default Value |
|---|---|---|---|
| Alt | ParameterAlternative text for the icon | String | -- |
| Role | ParameterRotate icon with animation | String | img |
| AriaLabel | ParameterSets the value of the aria-label attribute | String | -- |
| Spin | ParameterRotate icon with animation | Boolean | false |
| Rotate | ParameterRotate by n degrees - does not work in IE9 | Int32 | 0 |
| Type | ParameterIcon name to show | String | -- |
| Theme | ParameterWhich theme of icon - 'fill' | 'outline' | 'twotone'; | IconThemeType | IconThemeType.Outline |
| TwoToneColor | ParameterSpecify the primary color when using the TwoTone theme. Other themes ignore this parameter. | String | -- |
| IconFont | ParameterThe type of IconFont |
String | -- |
| Width | ParameterWidth of the icon | String | 1em |
| Height | ParameterHeight of the icon | String | 1em |
| Fill | ParameterFill value for the icon's SVG | String | currentColor |
| TabIndex | ParameterTabindex for the wrapping span | String | -- |
| StopPropagation | ParameterStop propagation of the click event on the icon | Boolean | false |
| OnClick | ParameterOnClick event for the icon | EventCallback<MouseEventArgs> | -- |
| Component | ParameterThe component to render as a custom icon | RenderFragment | -- |
| Id | ParameterID for the component's HTML | String | Uniquely Generated ID |
| Class | ParameterSpecifies one or more class names for an DOM element. | String | -- |
| Style | ParameterSpecifies an inline style for a DOM element. | String | -- |
| RefBack | ParameterA ForwardRef instance. You can get a reference to the internal DOM by using AntDesign.ForwardRef.Current. |
ForwardRef | -- |