import { SmacIcon } from '@smartacteam/react-native-ui'; <SmacIcon name='verified-smac' size_md text_base_accent />
| Prop | Type | Description |
|---|---|---|
name | IconName | Name of the icon to render, based on font metadata |
size_* | IconSize | Sizing flags like size_sm, size_md, etc. |
...inherited | TextProps, BaseSmacTextStyling | All other inherited props |
The name prop must be one of the predefined icon names exported from the icon font config.
You can find the list of available icons here: Icons
Size can be passed via one of the prefixed props:
size_smsize_mdsize_lgThese map to font sizes defined in SizeScaleIcon.
� (U+FFFD) is shown.Installation).