UNPKG

@glance-networks/agent-plugin

Version:

Glance Networks Agent Plugin

10 lines (9 loc) 311 B
import { ICON_SIZES } from "./helpers"; /** * @name ICON_WEIGHTS * @description Supported icon weights */ const ICON_WEIGHTS = ['light', 'normal', 'bold', 'solid']; const DEFAULT_SIZE = ICON_SIZES[6]; const DEFAULT_WEIGHT = ICON_WEIGHTS[1]; export { ICON_SIZES, ICON_WEIGHTS, DEFAULT_SIZE, DEFAULT_WEIGHT };