aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon/MinusIcon.vue
blob: d31607333a10f5bef6068c27f3042684d1b5c1cd (plain)
1
2
3
4
5
6
<template>
<svg viewBox="0 0 24 24"
	fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
	<line x1="5" y1="12" x2="19" y2="12"/>
</svg>
</template>