Brand Assets
All brand assets are located in the EcoKit/ directory at the root of the repository.
EcoKit Logo
Design system logo
../EcoKit/ecokit.png
OpenEco Logo
Primary logo file
../EcoKit/logo.png
Wordmark
Text-based brand mark
../EcoKit/wordmark.png
Favicon
Site 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" />