@nomercyicons/vue
Version:
18 lines (17 loc) • 705 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("path", {
fill: "none",
d: "M0 0h24v24H0z"
}),
_createElementVNode("path", { d: "M21 13c.55 0 1-.45 1-1s-.45-1-1-1h-4.1a5 5 0 00-9.8 0H3c-.55 0-1 .45-1 1s.45 1 1 1h4.1a5 5 0 009.8 0H21zm-9 2c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z" })
]))
}