UNPKG

729 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: "M21 3l-6 6m0 0V4m0 5h5M5 3a2 2 0 00-2 2v1c0 8.284 6.716 15 15 15h1a2 2 0 002-2v-3.28a1 1 0 00-.684-.948l-4.493-1.498a1 1 0 00-1.21.502l-1.13 2.257a11.042 11.042 0 01-5.516-5.517l2.257-1.128a1 1 0 00.502-1.21L9.228 3.683A1 1 0 008.279 3H5z"
16 })
17 ]))
18}
\No newline at end of file