Icon
Display exaBase Design System Icons (opens in a new tab).
Installation
Install exaBase Design System Icons:
npm install @exawizards/exabase-design-system-icons-react
Usage
import { FaceSmilingIcon } from "@exawizards/exabase-design-system-icons-react"
export default function IconDemo() {
return <FaceSmilingIcon />
}