Ground-Zerro / Phobos Public
Code Issues Pull requests Actions Releases View on GitHub ↗
172 B plaintext
<template>
  <ArrowRightCircleIcon />
</template>

<script lang="ts" setup>
import ArrowRightCircleIcon from '@heroicons/vue/24/outline/esm/ArrowLeftCircleIcon';
</script>