UNPKG

estat-icons

Version:
16 lines (15 loc) 771 B
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: "M6 2a1 1 0 0 1 1 1v7.17a3.001 3.001 0 0 1 0 5.66V17a1 1 0 1 1-2 0v-1.17a3.001 3.001 0 0 1 0-5.66V3a1 1 0 0 1 1-1Zm8 0a1 1 0 0 1 1 1v1.17a3.001 3.001 0 0 1 0 5.66V17a1 1 0 1 1-2 0V9.83a3.001 3.001 0 0 1 0-5.66V3a1 1 0 0 1 1-1Zm0 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-8 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z", "clip-rule": "evenodd" }) ])) }