Skip to content

IconEavise Component

0phoff edited this page Nov 21, 2023 · 2 revisions

This component places the EAVISE icon as an inline svg, which allows you to style it easily.

Arguments

Name Type Description Default
color String Color of the icon kul-blue-600

Examples

Default

icon_eavise-default

---
layout: stack
content-class: flex-row gap-15
---

# Icon Eavise
::content::

<IconEavise width="25%" />
<IconEavise width="25%" color="var(--kul-orange-400)" />

---