Icons
This component allows you to render various icons with customizable properties such as size, color theme, and name.
Further reading
- Read about how-to guides in the Diátaxis framework
Usage
import { Icon } from '@harnessio/ui/components'
//...
return <Icon name="harness" size={48} />