mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 09:09:22 +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>
|