vira - v31.9.6
    Preparing search index...

    Variable ViraIconConst

    ViraIcon: DeclarativeElementDefinition<
        "vira-icon",
        {
            fitContainer?: boolean;
            icon: Pick<ViraIconSvg, "svgTemplate" | "size">
            | undefined;
        },
        {},
        {},
        "vira-icon-fit-container",
        "vira-icon-",
        readonly [],
        readonly [],
    > = ...

    An element that renders a single ViraIconSvg.