@koi-design/uxd-icon
Version:
icon of @koi-design/uxd-icon package
25 lines (22 loc) • 1.25 kB
JavaScript
import _sfc_main from './u-round-SquareGanttChart.vue2.mjs';
import { openBlock, createElementBlock, createElementVNode } from 'vue';
import _export_sfc from './_virtual/_plugin-vue_export-helper.mjs';
const _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 48 48"
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
createElementVNode(
"g",
null,
[
createElementVNode("path", { d: "M18,18h14c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2H18c-1.1,0-2,0.9-2,2C16,17.1,16.9,18,18,18z M16,26h12c1.1,0,2-0.9,2-2 s-0.9-2-2-2H16c-1.1,0-2,0.9-2,2S14.9,26,16,26z M22,34h10c1.1,0,2-0.9,2-2s-0.9-2-2-2H22c-1.1,0-2,0.9-2,2S20.9,34,22,34z M10,6v2 h28c0.6,0,1,0.2,1.4,0.6C39.8,9,40,9.4,40,10v28c0,0.6-0.2,1-0.6,1.4C39,39.8,38.6,40,38,40H10c-0.6,0-1-0.2-1.4-0.6 C8.2,39,8,38.6,8,38V10c0-0.6,0.2-1,0.6-1.4C9,8.2,9.4,8,10,8V6V4c-3.3,0-6,2.7-6,6v28c0,3.3,2.7,6,6,6h28c3.3,0,6-2.7,6-6V10 c0-3.3-2.7-6-6-6H10V6z" })
],
-1
/* HOISTED */
)
]));
}
var uRoundSquareGanttChart = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { uRoundSquareGanttChart as default };