Files
monica/resources/js/Shared/Icons/MinusIcon.vue

12 lines
318 B
Vue

<template>
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon relative mx-1 inline h-5 w-5"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M15 12H9m12 0a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</template>