UNPKG

@ux-aspects/ux-aspects

Version:

Open source user interface framework for building modern, responsive, mobile big data applications

4 lines (3 loc) 231 B
import { SingleIconDefinition } from './iconset.interface'; /** We generate the iconset definition as hardcoding it increases bundle size by ~40kb per iconset */ export declare const uxIconset: ReadonlyArray<SingleIconDefinition>;