UNPKG

715 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 viewBox: "0 0 20 20",
7 fill: "currentColor",
8 "aria-hidden": "true"
9 }, [
10 _createVNode("path", {
11 "fill-rule": "evenodd",
12 d: "M10 2a1 1 0 00-1 1v1a1 1 0 002 0V3a1 1 0 00-1-1zM4 4h3a3 3 0 006 0h3a2 2 0 012 2v9a2 2 0 01-2 2H4a2 2 0 01-2-2V6a2 2 0 012-2zm2.5 7a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm2.45 4a2.5 2.5 0 10-4.9 0h4.9zM12 9a1 1 0 100 2h3a1 1 0 100-2h-3zm-1 4a1 1 0 011-1h2a1 1 0 110 2h-2a1 1 0 01-1-1z",
13 "clip-rule": "evenodd"
14 })
15 ]))
16}
\No newline at end of file