Logos
The Logo
component renders brand icons from the simple-icons
package.
Usage
import { Logo } from '@harnessio/ui/components'
//...
return <Logo name="github" size={48} />
API Reference
Props
Name | Type | Default | Description |
---|---|---|---|
| boolean | false | If true , the logo will use its brand-specific color. Defaults to false . |
name |
| N/A | The name of the brand icon to render (must match a key in LogoNameMap ). |
size | number | 24 | The size (in pixels) of the logo. |