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

6 lines
243 B
Vue

<template>
<svg fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z" />
</svg>
</template>