diff options
author | Wolfgang Müller | 2025-02-14 11:57:03 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-14 11:57:03 +0100 |
commit | 1421152a9356c7def86143dfb31a3586d5491d55 (patch) | |
tree | 15280e72426d2100cb1556bf420eced020182dcd /frontend/src/lib/icons/Artist.svelte | |
parent | bbf03cbc2822094cffe868e0710d2a8f7e1096c0 (diff) | |
download | hircine-1421152a9356c7def86143dfb31a3586d5491d55.tar.gz |
frontend: Migrate to Tailwind 4.0
Diffstat (limited to 'frontend/src/lib/icons/Artist.svelte')
-rw-r--r-- | frontend/src/lib/icons/Artist.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/lib/icons/Artist.svelte b/frontend/src/lib/icons/Artist.svelte new file mode 100644 index 0000000..04886ce --- /dev/null +++ b/frontend/src/lib/icons/Artist.svelte @@ -0,0 +1 @@ +<span class="icon-xs icon-[material-symbols--person] -mx-px"></span> |