estat-icons
Version:
estat.pro icons
13 lines (12 loc) • 689 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",
viewBox: "0 0 24 25",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M10.997 13.25a1 1 0 0 0 1.414 0l6.586-6.586v3.586a1 1 0 1 0 2 0v-6a1 1 0 0 0-1-1h-6a1 1 0 1 0 0 2h3.586l-6.586 6.586a1 1 0 0 0 0 1.414Z" }),
_createElementVNode("path", { d: "M19 19.25v-4a1 1 0 1 0-2 0v4H5v-12h4a1 1 0 0 0 0-2H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2Z" })
]))
}