26 lines
714 B
Vue
26 lines
714 B
Vue
<template>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" class="v-icon">
|
|
<g transform="translate(-614.012 -239.348)">
|
|
<rect
|
|
width="48"
|
|
height="48"
|
|
rx="8"
|
|
transform="translate(614.012 239.348)"
|
|
style="fill:currentColor"
|
|
/>
|
|
<path
|
|
data-name="패스 150"
|
|
d="m630 257.7 4.058 12.895L637.9 257.7l4.03 12.895 3.99-12.895"
|
|
transform="translate(-.007 -.802)"
|
|
style="stroke-linejoin:round;fill:none;stroke:#fff;stroke-linecap:round;stroke-width:3px"
|
|
/>
|
|
<path
|
|
data-name="패스 151"
|
|
d="M630 263h16.544"
|
|
transform="translate(-.26 -.049)"
|
|
style="fill:none;stroke:#fff;stroke-linecap:round;stroke-width:3px"
|
|
/>
|
|
</g>
|
|
</svg>
|
|
</template>
|