mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
9 lines
203 B
Vue
9 lines
203 B
Vue
<template>
|
|
<span class="!opacity-50">
|
|
<Icon :icon="faSquareUpRight" />
|
|
</span>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { faSquareUpRight } from '@fortawesome/free-solid-svg-icons'
|
|
</script>
|