mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-20 00:39:20 +01:00
8 lines
129 B
Vue
8 lines
129 B
Vue
|
|
<script setup>
|
||
|
|
import { FolderLock } from "lucide-vue-next";
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<FolderLock :strokeWidth="1" />
|
||
|
|
</template>
|