UNPKG

ets2-dashboard-skin

Version:
51 lines (34 loc) 1.19 kB
# Resources All resources are located at `./resources`. ## Font icons **Target:** `resources/icons` To get the total liberty and facilitate the integration on the dashboard, i decide to create my own icons. ### What's inside ? ``` ├── resources │ ├── icons │ │ ├── icons.ai │ │ └── svgs │ │ ├── air_pressure.svg │ │ ├── battery.svg │ │ └── ... ``` I'm use the Adobe Illustrator to do that. You can find the original file on the `resource` folder. And all icons exported form Adobe Illustrator too. ## Truck brand logo **Target:** `resources/truck-brand` Reworked with light color all truck brand logo ### What's inside ? ``` ├── resources │ ├── truck-brand │ │ ├── truck-brand.ai │ │ └── svgs │ │ ├── daf.svg │ │ ├── iveco.svg │ │ └── ... ``` I'm use the Adobe Illustrator to do that. You can find the original file on the `resource` folder. And all icons exported form Adobe Illustrator too. --- ↩️ [Home](../README.md)