UNPKG

@electrovir/icon-element

Version:

reusable element for displaying SVG icons

7 lines (6 loc) 445 B
import { IconSvg } from './icon-svg'; export declare const VirIcon: import("element-vir").DeclarativeElementDefinition<"vir-icon", { icon: IconSvg | undefined; /** Ignores the given icon's embedded size and causes the <svg> element to fill its parent. */ fitContainer?: boolean | undefined; }, {}, {}, "vir-icon-fit-icon", "vir-icon-", import("lit-html/directive").DirectiveResult<typeof import("element-vir").UnsafeHTMLDirective>>;