Themes: first version of circular economy theme

This commit is contained in:
Pieter Vander Vennet 2024-07-27 02:18:58 +02:00
parent 3acba29198
commit 592be68f09
20 changed files with 1917 additions and 11 deletions

View file

@ -36,6 +36,7 @@
import Bug from "../../assets/svg/Bug.svelte"
import Cross_bottom_right from "../../assets/svg/Cross_bottom_right.svelte"
import { Utils } from "../../Utils"
import Gear from "../../assets/svg/Gear.svelte"
/**
* Renders a single icon.
@ -126,6 +127,8 @@
<Cross_bottom_right {color} class={clss} />
{:else if icon === "addSmall"}
<AddSmall {color} class={clss} />
{:else if icon === "gear"}
<Gear {color} class={clss} />
{:else if icon === "link"}
<LinkIcon style="--svg-color: {color}" class={twMerge(clss, "apply-fill")} />
{:else if icon === "popout"}