You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
560 B

<template>
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-x"
width="60"
height="60"
viewBox="0 0 24 24"
stroke-width="2"
stroke="#bbbbbb"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<line x1="18" y1="6" x2="6" y2="18" />
<line x1="6" y1="6" x2="18" y2="18" />
</svg>
</template>
<script>
export default {
}
</script>
<style scoped>
svg {
max-height: 3.2rem;
max-width: 3.2rem;
}
</style>