@nomercyicons/vue
Version:
17 lines (16 loc) • 770 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",
viewBox: "0 0 42 48",
"stroke-width": "1.5",
stroke: "none",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
fill: "#81B636",
"fill-rule": "evenodd",
d: "M35.607.263c2.15 1.055 10.896 19.93 3.435 36.368-5.993 13.2-21.035 13.201-28.66 8.55C3.867 41.206-6.08 28.682 4.933 13.39c.466-.58 1.584-.528 1.332 1.225C6.087 15.86 4.49 24.8 7.539 28.682c1.392 1.943 1.718.603 1.718.603S9.02 16.28 18.908 6.405C25.185.382 33.89-.58 35.608.262"
})
]))
}