@nomercyicons/vue
Version:
24 lines (23 loc) • 1.3 kB
JavaScript
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",
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("path", { d: "M20 2c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1z" }),
_createElementVNode("circle", {
cx: "20",
cy: "9",
r: "1"
}),
_createElementVNode("path", { d: "M12 10.41l3.29-3.29a.996.996 0 10-1.41-1.41L12 7.59V5c0-.55-.45-1-1-1s-1 .45-1 1v2.59L8.12 5.71a.996.996 0 10-1.41 1.41L10 10.41V12H8.41L5.12 8.71a.996.996 0 10-1.41 1.41L5.59 12H3c-.55 0-1 .45-1 1s.45 1 1 1h2.59l-1.88 1.88a.996.996 0 101.41 1.41L8.41 14H10v1.59l-3.29 3.29a.996.996 0 101.41 1.41L10 18.41V21c0 .55.45 1 1 1s1-.45 1-1v-2.59l1.88 1.88a.996.996 0 101.41-1.41L12 15.59V14h1.59l3.29 3.29a.996.996 0 101.41-1.41L16.41 14H19c.55 0 1-.45 1-1s-.45-1-1-1h-7v-1.59z" })
]))
}