UNPKG

@lucsoft/webgen

Version:

Collection of lucsofts Components

9 lines (8 loc) 209 B
import 'material-icons/iconfont/round.css'; import { Icons } from "./none"; export class MaterialIcons extends Icons { constructor() { super(); globalThis.WEBGEN_ICON = "material"; } }