@nomercyicons/vue
Version:
14 lines (13 loc) • 619 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", { d: "M19 8v3H5.83l2.88-2.88A.996.996 0 107.3 6.71L2.71 11.3a.996.996 0 000 1.41L7.3 17.3a.996.996 0 101.41-1.41L5.83 13H20c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1s-1 .45-1 1z" })
]))
}