mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
13 lines
275 B
Vue
13 lines
275 B
Vue
<template>
|
|
<svg
|
|
width="160"
|
|
height="160"
|
|
viewBox="0 0 160 160"
|
|
fill="none"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
class="text-black dark:text-white"
|
|
>
|
|
<path d="M80.0761 12L159.152 148.965H1L80.0761 12Z" fill="currentColor" />
|
|
</svg>
|
|
</template>
|