EU Parliament Monitor — API Documentation - v1.0.11
    Preparing search index...

    Interface IconOptions

    Render-time options accepted by every icon factory in this module.

    interface IconOptions {
        size?: number;
        className?: string;
    }
    Index

    Properties

    Properties

    size?: number

    Pixel size for both width and height (default 18).

    className?: string

    Optional extra class names appended after the default icon icon-inline. Useful for variant styling (e.g. theme-toggle__icon--light).