UNPKG

@nomercyicons/vue

Version:
18 lines (17 loc) 812 B
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 47 21", "stroke-width": "1.5", stroke: "none", "aria-hidden": "true" }, [ _createElementVNode("g", { fill: "currentColor", "fill-rule": "evenodd" }, [ _createElementVNode("path", { d: "M46.83 10.17c0 5.616-4.613 10.172-10.313 10.172-5.705 0-10.32-4.556-10.32-10.172C26.197 4.555 30.812 0 36.517 0c5.7 0 10.312 4.555 10.312 10.17M20.63 10.17c0 5.616-4.615 10.172-10.32 10.172C4.611 20.342 0 15.786 0 10.17 0 4.555 4.612 0 10.31 0c5.705 0 10.32 4.555 10.32 10.17" }) ]) ])) }