@heroicons/vue
Version:
12 lines (11 loc) • 563 B
JavaScript
const { createVNode: _createVNode, openBlock: _openBlock, createBlock: _createBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 20 20",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createVNode("path", { d: "M18 3a1 1 0 00-1.196-.98l-10 2A1 1 0 006 5v9.114A4.369 4.369 0 005 14c-1.657 0-3 .895-3 2s1.343 2 3 2 3-.895 3-2V7.82l8-1.6v5.894A4.37 4.37 0 0015 12c-1.657 0-3 .895-3 2s1.343 2 3 2 3-.895 3-2V3z" })
]))
}