g3-toolkit API Reference
    Preparing search index...

    Interface IconSetDefinition

    interface IconSetDefinition {
        icons: Record<string, string>;
        mappings?: { driver: string; values: Record<string, string> };
    }
    Index

    Properties

    Properties

    icons: Record<string, string>

    Semantic icon name -> 24x24-viewBox markup (sans ).

    mappings?: { driver: string; values: Record<string, string> }

    Optional pre-mappings: driver values -> icon names, ready to drop into an encoding spec's icon channel (e.g. { driver: "types", values: { Person: "agent" } }).