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

6 lines
233 B
Vue

<template>
<svg fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7" />
</svg>
</template>