Brand

import { resolveBrand, HANZO_MARK_CONTENT, HANZO, LUX, ZOO, PARS, BRANDS } from '@hanzo/ui/product'

No examples yet.

Types

export interface BrandIdentity {
/** Stable id — also the IAM org slug (hanzo/lux/zoo/pars). */
id: string
/** Brand word shown before the surface (e.g. "Hanzo" → "Hanzo Cloud"). */
name: string
/** viewBox for the inline mark SVG. */
viewBox: string
/** Inner SVG markup for the mark (multi-path, build-time-trusted constant). */
content: string
/** The mark carries its own fills (Zoo) — do NOT force `currentColor`. */
fullColor?: boolean
/** Brand home, used as the logo link's default href. */
href?: string
}

Exports

resolveBrandHANZO_MARK_CONTENTHANZOLUXZOOPARSBRANDStype BrandIdentity