2024-04-04 22:20:42 +00:00
|
|
|
<template>
|
|
|
|
<span class="!opacity-50">
|
|
|
|
<Icon :icon="faSquareUpRight" />
|
|
|
|
</span>
|
|
|
|
</template>
|
|
|
|
|
2024-04-23 21:01:27 +00:00
|
|
|
<script lang="ts" setup>
|
2024-04-04 22:20:42 +00:00
|
|
|
import { faSquareUpRight } from '@fortawesome/free-solid-svg-icons'
|
|
|
|
</script>
|