Interface WalkingCopyIconProps

interface WalkingCopyIconProps {
    isWalking?: boolean;
    themedType?: string;
}

Hierarchy

  • SvgIconProps
    • WalkingCopyIconProps

Properties

isWalking?: boolean

Default Value

false
themedType?: string

Default Value

"info"