UNPKG

@nomercyicons/vue

Version:
18 lines (17 loc) 661 B
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue" export default 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("path", { fill: "none", d: "M0 0h24v24H0V0z" }), _createElementVNode("path", { d: "M4 3H2v14h11v-2H4zm18.24 12.96l-2.53 1.15-3.41-6.98A2.019 2.019 0 0014.51 9H11V3H5v11h10l3.41 7 5.07-2.32-1.24-2.72z" }) ])) }