-
Notifications
You must be signed in to change notification settings - Fork 1
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.
Name | Type | Description | Default |
---|---|---|---|
color | String | Color of the icon | kul-blue-600 |
Default
---
layout: stack
content-class: flex-row gap-15
---
# Icon Eavise
::content::
<IconEavise width="25%" />
<IconEavise width="25%" color="var(--kul-orange-400)" />
--- |