UNPKG

850 BJavaScriptView Raw
1import { createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from "vue"
2
3export default function render(_ctx, _cache) {
4 return (_openBlock(), _createBlock("svg", {
5 xmlns: "http://www.w3.org/2000/svg",
6 fill: "none",
7 viewBox: "0 0 24 24",
8 stroke: "currentColor",
9 "aria-hidden": "true"
10 }, [
11 _createVNode("path", {
12 "stroke-linecap": "round",
13 "stroke-linejoin": "round",
14 "stroke-width": "2",
15 d: "M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z"
16 })
17 ]))
18}
\No newline at end of file