weasel API - v0.8.0
    Preparing search index...

    Interface IconProps

    Shared prop shape for built-in tool icons.

    Each icon component is a small SVG <svg viewBox="0 0 20 20"> with currentColor strokes + filled regions for the affordance. Consumers size with size (rendered as both width and height) and theme via the surrounding color CSS property.

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

    Properties

    Properties

    className?: string
    size?: number

    Rendered pixel size. Defaults to 20 (matches the viewBox).