UNPKG

1.05 kBJavaScriptView Raw
1const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
2
3module.exports = function render(_ctx, _cache) {
4 return (_openBlock(), _createElementBlock("svg", {
5 xmlns: "http://www.w3.org/2000/svg",
6 fill: "none",
7 viewBox: "0 0 24 24",
8 "stroke-width": "1.5",
9 stroke: "currentColor",
10 "aria-hidden": "true",
11 "data-slot": "icon"
12 }, [
13 _createElementVNode("path", {
14 "stroke-linecap": "round",
15 "stroke-linejoin": "round",
16 d: "M8.625 9.75a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H8.25m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0H12m4.125 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 0 1 .778-.332 48.294 48.294 0 0 0 5.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0 0 12 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018Z"
17 })
18 ]))
19}
\No newline at end of file