vira - v27.0.0
    Preparing search index...

    Variable ViraIconConst

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

    An element that renders a single ViraIconSvg.