UNPKG

@nomercyicons/vue

Version:
23 lines (22 loc) 965 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("g", { fill: "none" }, [ _createElementVNode("path", { d: "M0 0h24v24H0z" }), _createElementVNode("path", { d: "M0 0h24v24H0z" }) ]), _createElementVNode("circle", { cx: "12", cy: "4", r: "2" }), _createElementVNode("path", { d: "M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54a5.023 5.023 0 01-4.92-4.15.998.998 0 00-.98-.85c-.61 0-1.09.54-1 1.14A7.037 7.037 0 009 8.71V21c0 .55.45 1 1 1s1-.45 1-1v-5h2v5c0 .55.45 1 1 1s1-.45 1-1V10.05l3.24 3.24a.996.996 0 101.41-1.41l-3.76-3.77z" }) ])) }