@nomercyicons/vue
Version:
17 lines (16 loc) • 754 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 27 48",
"stroke-width": "1.5",
stroke: "none",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
fill: "#34455D",
"fill-rule": "evenodd",
d: "M24.74 38.34c-.873.426-2.543.797-3.79.829-3.76.102-4.49-2.7-4.52-4.731V19.495h9.434v-7.268h-9.402V0h-6.88c-.113 0-.31.101-.339.358C8.841 4.101 7.127 10.668 0 13.295v6.2h4.755v15.683c0 5.37 3.876 12.999 14.11 12.819 3.453-.06 7.288-1.537 8.135-2.812l-2.26-6.844"
})
]))
}