UNPKG

@nomercyicons/vue

Version:
17 lines (16 loc) 1.13 kB
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 44 45", "stroke-width": "1.5", stroke: "none", "aria-hidden": "true" }, [ _createElementVNode("path", { fill: "#333", "fill-rule": "evenodd", d: "M43.542 21.892l-4.218-1.957a2.309 2.309 0 00-1.93-.006L22.96 26.527a2.306 2.306 0 01-1.918 0L6.606 19.93a2.309 2.309 0 00-1.93.006L.458 21.892a.787.787 0 00.004 1.432l20.58 9.408c.608.278 1.309.278 1.918 0l20.578-9.408a.787.787 0 00.004-1.432zm0 12.06l-4.218-1.958a2.309 2.309 0 00-1.93-.005L22.96 38.587a2.306 2.306 0 01-1.918 0L6.606 31.989a2.309 2.309 0 00-1.93.005L.458 33.952a.787.787 0 00.004 1.431l20.58 9.408c.608.279 1.309.279 1.918 0l20.578-9.408a.787.787 0 00.004-1.431zM20.88.247L.459 9.727a.787.787 0 00.004 1.431l20.578 9.408c.609.278 1.31.278 1.918 0l20.58-9.408a.787.787 0 00.003-1.432L23.122.246a2.67 2.67 0 00-2.242 0z" }) ])) }