30 lines
941 B
Vue
30 lines
941 B
Vue
<template>
|
|
<!--<div style="width:42; height:42; background-color:currentColor;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 10px;
|
|
border-radius: 8px;">
|
|
<v-icon size="25">mdi-flash</v-icon>
|
|
</div>-->
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" class="v-icon">
|
|
<g transform="translate(-615 -321)">
|
|
<rect
|
|
data-name="사각형 121"
|
|
width="42"
|
|
height="42"
|
|
rx="8"
|
|
transform="translate(615 321)"
|
|
style="fill:currentColor"
|
|
/>
|
|
<path
|
|
data-name="패스 63569"
|
|
d="m249.671 185.272-7.035 11.491c-.439.718-.065 1.806.621 1.806h6.273c.487 0 .864.581.8 1.238l-.535 5.824c-.1 1.091.907 1.686 1.424.842l7.036-11.492c.439-.717.064-1.806-.622-1.806h-6.273c-.486 0-.863-.58-.8-1.237l.535-5.824c.105-1.091-.907-1.687-1.424-.842z"
|
|
style="fill:#fff"
|
|
transform="translate(385.553 146.128)"
|
|
/>
|
|
</g>
|
|
</svg>
|
|
</template>
|