UNPKG

create-fomantic-icons

Version:

A simple CLI to generate the icon.variables and icon.html.eco files for FUI

11 lines (9 loc) 184 B
enum IconType { SOLID = 'solid', OUTLINE = 'outline', THIN = 'thin', BRAND = 'brand', DUOTONE = 'duotone', DEPRECATED = 'deprecated', } export default IconType;