POLAR reference
    Preparing search index...

    Interface ZoomIconOptions

    Override options for icons used within the zoom plugin.

    interface ZoomIconOptions {
        zoomIn?: Icon;
        zoomOut?: Icon;
    }
    Index
    zoomIn?: Icon

    Icon for the zoom-in button.

    'kern-icon--zoom-in'
    
    zoomOut?: Icon

    Icon for the zoom-out button.

    'kern-icon--zoom-out'