@empathyco/x-components
Version:
Empathy X Components
41 lines (36 loc) • 1.19 kB
JavaScript
import { openBlock, createElementBlock, createElementVNode } from 'vue';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.js';
const _sfc_main = { };
const _hoisted_1 = {
class: "x-icon",
viewBox: "0 0 8 8",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
};
const _hoisted_2 = /*#__PURE__*/createElementVNode("g", { "clip-path": "url(#clip0_478_168)" }, [
/*#__PURE__*/createElementVNode("path", {
d: "M7 1H1V3.4H7V1ZM7 4.6H1V7H7V4.6Z",
stroke: "currentColor",
"stroke-width": "0.4",
"stroke-linejoin": "round"
})
], -1 /* HOISTED */);
const _hoisted_3 = /*#__PURE__*/createElementVNode("defs", null, [
/*#__PURE__*/createElementVNode("clipPath", { id: "clip0_478_168" }, [
/*#__PURE__*/createElementVNode("rect", {
width: "8",
height: "8",
fill: "white"
})
])
], -1 /* HOISTED */);
const _hoisted_4 = [
_hoisted_2,
_hoisted_3
];
function _sfc_render(_ctx, _cache) {
return (openBlock(), createElementBlock("svg", _hoisted_1, [..._hoisted_4]))
}
var grid2Rows = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
export { grid2Rows as default };
//# sourceMappingURL=grid-2-rows.vue.js.map