22 lines
636 B
Vue
22 lines
636 B
Vue
<template>
|
|
<svg
|
|
id="tag"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="15"
|
|
height="14"
|
|
viewBox="0 0 17 16"
|
|
>
|
|
<path
|
|
id="Shape"
|
|
d="M5.817,14.68.381,9.261a1.29,1.29,0,0,1,0-1.83L7.457.379A1.3,1.3,0,0,1,8.375,0h5.437a1.3,1.3,0,0,1,1.3,1.292v5.42a1.289,1.289,0,0,1-.381.915c-7.722,7.7-6.7,6.706-7.389,7.276a1.285,1.285,0,0,1-1.525-.223Z"
|
|
fill="#fff"
|
|
/>
|
|
<path
|
|
id="Path"
|
|
d="M7.852,0V5.855a.609.609,0,0,1-.19.442L0,13.676l.459.442L8.12,6.739a1.227,1.227,0,0,0,.38-.884V0Z"
|
|
transform="translate(8.5 1.882)"
|
|
fill="#fff"
|
|
/>
|
|
</svg>
|
|
</template>
|