UNPKG

@lucsoft/webgen

Version:

Collection of lucsofts Components

9 lines (8 loc) 218 B
import 'bootstrap-icons/font/bootstrap-icons.css'; import { Icons } from "./none"; export class BootstrapIcons extends Icons { constructor() { super(); globalThis.WEBGEN_ICON = "bootstrap"; } }