@nomercyicons/vue
Version:
18 lines (17 loc) • 885 B
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "none",
"aria-hidden": "true"
}, [
_createElementVNode("g", { fill: "none" }, [
_createElementVNode("path", { d: "M0 0h24v24H0z" }),
_createElementVNode("path", { d: "M0 0h24v24H0z" })
]),
_createElementVNode("path", { d: "M12 21c.55 0 1-.45 1-1V6.83l.88.88a.996.996 0 101.41-1.41L12.7 3.71a.996.996 0 00-1.41 0L8.71 6.29a.996.996 0 101.41 1.41l.88-.87V9c0 3.62-2.89 6.22-4.97 7.62a.99.99 0 00-.14 1.53c.33.33.87.4 1.26.13C8.74 17.22 10.04 16 11 14.69v5.3c0 .56.45 1.01 1 1.01z" })
]))
}