@opentiny/vue-icon
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
35 lines (34 loc) • 2.76 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"g",
{
"clip-path": "url(#draw-flowchart_svg__clip451_2372)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M4.2 2.23c-1.63 0-2.94 1.32-2.94 2.94 0 1.62 1.31 2.94 2.94 2.94 1.4 0 2.57-.98 2.86-2.29h9.22c.19 0 .38.02.56.06.14.03.27.08.4.13.3.13.56.31.79.53.23.23.41.5.53.79.06.13.1.27.14.41a2.597 2.597 0 0 1 0 1.12c-.04.14-.08.27-.14.4-.12.3-.3.56-.53.79-.12.12-.26.23-.4.33-.12.08-.25.14-.39.2-.13.06-.26.1-.4.13-.18.05-.37.07-.56.07h-2.74a2.931 2.931 0 0 0-2.78-1.98c-1.29 0-2.38.82-2.78 1.98H5.24c-.3 0-.58.03-.86.09-.24.05-.47.12-.69.22-.23.1-.44.21-.64.34-.23.15-.43.32-.63.51-.19.19-.36.4-.51.63a3.965 3.965 0 0 0-.56 1.33c-.06.28-.09.56-.09.86 0 .54.1 1.05.31 1.54.2.48.49.9.85 1.27.2.19.4.36.63.51.2.13.41.25.64.34.22.1.45.17.69.22.28.06.56.09.86.09h7.6l-.56 2.06c-.03.13-.03.26 0 .39.07.24.18.41.33.5.16.08.35.09.6.03l2.68-.73c.08-.02.16-.05.23-.09a.7.7 0 0 0 .19-.15l5.74-5.27c.22-.22.4-.49.52-.77.05-.13.09-.26.12-.39.03-.15.04-.3.04-.45a2.154 2.154 0 0 0-.16-.85c-.06-.13-.12-.25-.19-.37-.09-.13-.19-.26-.31-.37-.11-.12-.24-.22-.37-.31-.12-.07-.24-.14-.37-.19-.13-.05-.26-.09-.4-.12-.15-.03-.3-.04-.45-.04a2.201 2.201 0 0 0-1.36.46c-.08.05-.15.12-.22.19l-5.18 4.97H5.24c-.19 0-.38-.02-.56-.06-.14-.03-.28-.07-.41-.13-.29-.13-.56-.3-.79-.53-.22-.23-.4-.49-.53-.79-.05-.13-.1-.27-.13-.4a2.666 2.666 0 0 1 0-1.13c.03-.13.08-.27.13-.4.13-.3.31-.56.53-.79.13-.12.26-.23.41-.32.12-.08.25-.15.38-.21.13-.05.27-.1.41-.13.18-.04.37-.06.56-.06h2.63a2.934 2.934 0 0 0 2.89 2.39c1.44 0 2.63-1.03 2.89-2.39h2.63c.29 0 .58-.03.86-.1.23-.05.46-.12.69-.22.22-.09.44-.21.64-.34a4.15 4.15 0 0 0 1.48-1.77c.09-.23.16-.46.22-.69a4.116 4.116 0 0 0 0-1.72 5.05 5.05 0 0 0-.22-.69 4.075 4.075 0 0 0-1.48-1.78c-.2-.13-.42-.24-.64-.34-.23-.09-.46-.17-.69-.22-.28-.06-.57-.09-.86-.09H7.01A2.946 2.946 0 0 0 4.2 2.23Zm0 1.5a1.44 1.44 0 0 0 0 2.88c.79 0 1.43-.64 1.43-1.44 0-.79-.64-1.44-1.43-1.44Zm16.53 10.92-1.05-1.06.26-.25c.09-.09.19-.16.3-.19.07-.03.15-.04.24-.04.21 0 .39.07.53.22.08.07.13.15.17.24a.821.821 0 0 1 0 .57c-.04.09-.09.17-.16.24l-.29.27Zm-6.65 5.27.35-1.29 4.16-4 1.03 1.03-4.23 3.9-1.31.36Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var DrawFlowchart = {
render
};
var index = function index2() {
return svg({
name: "IconDrawFlowchart",
component: DrawFlowchart
})();
};
export {
index as default
};