UNPKG

@nomercyicons/vue

Version:
14 lines (13 loc) 494 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", { d: "M18 4V2H4v6h14V6h1v4H9v12h4V12h8V4h-3z" }) ])) }