g3-toolkit API Reference
    Preparing search index...

    Interface IconProps

    interface IconProps {
        className?: string;
        label?: string;
        name: string;
        size?: number;
        strokeWidth?: number;
    }
    Index

    Properties

    className?: string
    label?: string

    Accessible name. Omit when adjacent text already labels it.

    name: string

    Semantic registry name (e.g. "chevron-down", "check").

    size?: number

    Square size in px. Default 16 (the toolkit's working size).

    strokeWidth?: number

    Stroke width override; the set is drawn at 1.75.