UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines 196 B
import { withClassnameHOC } from '../../../lib/compose'; import { cnIcon } from '../Icon'; import './Icon_size_xs.css'; export var withModIconSizeXS = withClassnameHOC(cnIcon(), { size: 'xs' });