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_xl.css'; export var withModIconSizeXL = withClassnameHOC(cnIcon(), { size: 'xl' });