Logo
import { Logo } from 'renoun' export function GitHost() { return <Logo variant="gitHost" width="1.5rem" height="1.5rem" /> }
API Reference
Properties
| Property | Type | |
|---|---|---|
| variant | "gitHost" | |
| css? | CSSObject | |
| source? | string | |
Intersects
React.SVGProps<SVGSVGElement>Properties
LogoPropsReturns
Promise<React.JSX.Element>Modifiers
asyncLast updated