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

6 lines
345 B
Vue

<template>
<svg fill="none" stroke="currentColor" viewBox="0 0 24 24" v-bind="$attrs">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z" />
</svg>
</template>