react-styled-kit - v4.0.3
    Preparing search index...

    Variable StykedKeyboardArrowUpConst

    StykedKeyboardArrowUp: StyledComponent<
        SvgIconOwnProps & CommonProps & Omit<
            SVGProps<SVGSVGElement>,

                | "className"
                | "style"
                | "classes"
                | "children"
                | "sx"
                | "color"
                | "fontSize"
                | "shapeRendering"
                | "htmlColor"
                | "inheritViewBox"
                | "titleAccess"
                | "viewBox",
        > & MUIStyledCommonProps<Theme> & IconOwnProps & Omit<
            DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>,

                | "className"
                | "style"
                | "classes"
                | "children"
                | "sx"
                | "color"
                | "fontSize"
                | "baseClassName",
        > & {},
        {},
        {},
    > = ...

    Styled keyboard arrow-up icon

    StykedKeyboardArrowUp

    A customized arrow-up icon with:

    • Smooth hover animations
    • Decorative pseudo-elements
    • Color transitions
    • Inherited sizing

    Material-UI Icon props

    <StykedKeyboardArrowUp
    fontSize="large"
    color="inherit"
    />