mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-18 14:37:42 +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>
|