@nomercyicons/vue
Version:
18 lines (17 loc) • 770 B
JavaScript
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("path", { d: "M5.71 12.71c.39.39 1.02.39 1.41 0L12 7.83l4.88 4.88a.996.996 0 101.41-1.41L12.7 5.71a.996.996 0 00-1.41 0L5.7 11.3c-.38.38-.38 1.02.01 1.41z" })
]))
}