Skip to content
Harness Design System Harness Design System Harness Design System

Icons

This component allows you to render various icons with customizable properties such as size, color theme, and name.

Further reading

Usage

import { Icon } from '@harnessio/ui/components'
//...
return <Icon name="harness" size={48} />