30 lines
889 B
Vue
30 lines
889 B
Vue
|
<template>
|
||
|
<svg
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
|
version="1.1"
|
||
|
id="Capa_1"
|
||
|
x="0px"
|
||
|
y="0px"
|
||
|
viewBox="0 0 512 512"
|
||
|
style="enable-background: new 0 0 512 512"
|
||
|
xml:space="preserve"
|
||
|
>
|
||
|
<g>
|
||
|
<g>
|
||
|
<polygon points="51.2,353.28 0,512 158.72,460.8 " />
|
||
|
</g>
|
||
|
</g>
|
||
|
<g>
|
||
|
<g>
|
||
|
<rect x="89.73" y="169.097" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -95.8575 260.3719)" width="353.277" height="153.599" />
|
||
|
</g>
|
||
|
</g>
|
||
|
<g>
|
||
|
<g>
|
||
|
<path d="M504.32,79.36L432.64,7.68c-10.24-10.24-25.6-10.24-35.84,0l-23.04,23.04l107.52,107.52l23.04-23.04 C514.56,104.96,514.56,89.6,504.32,79.36z" />
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|
||
|
</template>
|