import Icon from 'nes-design/es/Icon'; OR import { Icon } from 'nes-design';
Provide custom Icon class to meet the needs of NES.CSS special Icon
提供自定义 Icon 类,适应官方无规则的 Icon 需求
Prop / 参数 | Description / 描述 | Type / 类型 | Default / 默认值 |
---|---|---|---|
name | icon name / icon 的名称 | Icons | - |
size | icon size / icon 的尺寸 | 'large' | 'middle' | 'small' | middle |
customClass | custom Icon class / 自定义 icon 类 | string | - |
className | icon className / icon className | string | - |
Prop / 参数 | Description / 描述 | Type / 类型 | Default / 默认值 |
---|---|---|---|
Icons | icon name collect | 'twitter' | 'facebook' | 'instagram' | 'github' | 'google' | 'gmail' | 'medium' | 'linkedin' | 'twitch' | 'youtube' | 'reddit' | 'whatsapp' | 'close' | 'trophy' | 'coin' | 'star' | 'heart' | 'like' | - |