Skip to Content

Icon

The Icon component helps modify color and size easily.


Import

Import
import { Icon } from '@backyard-ui/core';

Usage

Usage

Appearance

Appearance

Use the appearance or color prop to change the visual appearance.

Size

Size

Use the size prop to increase the visual size.

API Reference

API Reference
  • appearance
    Description The Icon appearance
    Type
    "success" | "critical" | "info" | "warning" | "primary" | "secondary" | "tertiary"
  • color
    Description The Icon color
    Type
    "black" | "white" | "current"
    Default
    current
  • size
    Description The Icon size
    Type
    "xs" | "sm" | "md" | "lg" | "xl"
    Default
    md
  • label
    Description The acessible label
    Type
    string
  • role
    Description The html role of the icon.
    Type
    "img" | "presentation"
    Default
    presentation