ScanOS/frontend/src/components/icons/FolderSymlink.vue
2023-09-21 14:56:01 +02:00

5 lines
No EOL
220 B
Vue

<template>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
<use xlink:href="~/bootstrap-icons/bootstrap-icons.svg#folder-symlink"/>
</svg>
</template>