17 lines
668 B
Vue
17 lines
668 B
Vue
|
<template>
|
||
|
<svg viewBox="0 0 24 24">
|
||
|
<g clip-path="url(#clip0_3811_900)">
|
||
|
<path
|
||
|
fill-rule="evenodd"
|
||
|
clip-rule="evenodd"
|
||
|
d="M12.5319 3.00085L12.5324 3V3.0017L17.8634 11.6925L12.5324 14.7885V14.7891L12.5319 14.7888L12.5313 14.7891L12.5298 14.7876L7.2002 11.6925L12.5304 3.00332L12.5313 3L12.5319 3.00085ZM12.5306 20.0642L7.2002 12.6843L12.532 15.7791L17.8668 12.6844L12.5324 20.0655V20.0666L12.532 20.0661L12.5315 20.0667L12.5306 20.0642Z"
|
||
|
/>
|
||
|
</g>
|
||
|
<defs>
|
||
|
<clipPath id="clip0_3811_900">
|
||
|
<rect width="17.0667" height="17.0667" transform="translate(4 3)" />
|
||
|
</clipPath>
|
||
|
</defs>
|
||
|
</svg>
|
||
|
</template>
|