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

6 lines
434 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="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253" />
</svg>
</template>