estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 786 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 20 20",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M5 3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1h2a1 1 0 0 1 1 1v4c0 2.669-1.965 4.398-3.92 4.87-.794 1.036-1.983 1.727-3.08 2V16h2a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h2v-1.13c-1.097-.273-2.286-.964-3.08-2C3.965 12.397 2 10.668 2 8V4a1 1 0 0 1 1-1h2Zm10 7.204A2.91 2.91 0 0 0 16 8V5h-1v5.204ZM5 5H4v3a2.91 2.91 0 0 0 1 2.204V5Z",
"clip-rule": "evenodd"
})
]))
}