Files
ntspi-app/resources/js/Pages/Dashboard/Components/ContentBuilder/icons/IconArchive.vue
T
2026-04-07 17:54:26 +05:00

6 lines
257 B
Vue

<template>
<svg fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4" />
</svg>
</template>