Assets

Logos, icons, and brand assets

Brand Assets

All brand assets are located in the EcoKit/ directory at the root of the repository.

EcoKit Logo

Design system logo

EcoKit Logo ../EcoKit/ecokit.png

OpenEco Logo

Primary logo file

Logo ../EcoKit/logo.png

Wordmark

Text-based brand mark

Wordmark ../EcoKit/wordmark.png

Favicon

Site favicon

Favicon ../EcoKit/favicon.png

Usage

Reference assets from the EcoKit directory:

// In web/ application
import logo from '../../EcoKit/logo.png';

// In docs/ site
<img src="../EcoKit/logo.png" alt="Logo" />