estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 799 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", {
"fill-rule": "evenodd",
d: "M16 5.25a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-1a1 1 0 1 0-2 0v1a4 4 0 0 0 4 4h7a4 4 0 0 0 4-4v-10a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v1a1 1 0 1 0 2 0v-1a2 2 0 0 1 2-2h7Zm-5.707 2.293a1 1 0 0 0 0 1.414l2.293 2.293H3a1 1 0 1 0 0 2h9.586l-2.293 2.293a1 1 0 1 0 1.414 1.414l4-4a1 1 0 0 0 0-1.414l-4-4a1 1 0 0 0-1.414 0Z",
"clip-rule": "evenodd"
})
]))
}