@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.8 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(#view-flowchart_svg__clip451_2373)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M4.21 2.67c-1.63 0-2.95 1.32-2.95 2.94 0 1.62 1.32 2.94 2.95 2.94 1.41 0 2.59-.98 2.88-2.29h9.27c.19 0 .38.02.56.06.14.03.27.08.41.13.29.13.56.31.79.53a2.44 2.44 0 0 1 .66 1.2c.05.18.07.37.07.56 0 .19-.02.38-.07.56-.03.14-.07.27-.13.4-.05.13-.12.26-.2.38-.09.15-.21.28-.33.41-.13.12-.26.23-.41.33-.12.08-.25.14-.38.2-.14.06-.27.1-.41.13-.18.05-.37.07-.56.07H13.6c-.4-1.16-1.5-1.98-2.79-1.98-1.3 0-2.4.82-2.8 1.98H5.26c-.3 0-.58.03-.87.09-.23.05-.46.12-.69.22-.23.1-.44.21-.64.34a3.903 3.903 0 0 0-1.14 1.14c-.14.2-.25.41-.35.64-.09.22-.17.45-.22.69-.06.27-.09.57-.09.86 0 .54.1 1.05.31 1.54a4.075 4.075 0 0 0 1.47 1.77 4.17 4.17 0 0 0 1.35.57c.28.06.57.09.87.09h8.56c.4.57.95 1.02 1.47 1.36.19.13.39.24.6.34.64.3 1.35.45 2.13.45.78 0 1.49-.15 2.13-.45.2-.1.4-.21.59-.34.77-.51 1.41-1.26 1.91-2.25a.73.73 0 0 0 0-.67c-.5-1-1.14-1.75-1.91-2.26-.19-.13-.39-.24-.59-.34-.64-.29-1.35-.44-2.13-.44-.78 0-1.49.15-2.13.44-.21.1-.41.21-.6.34-.77.51-1.41 1.26-1.9 2.26l-8.13.06c-.2 0-.38-.02-.57-.06a2.495 2.495 0 0 1-1.19-.66c-.23-.23-.41-.49-.54-.79-.05-.13-.1-.27-.13-.4a2.666 2.666 0 0 1 0-1.13c.03-.13.08-.27.13-.4a2.524 2.524 0 0 1 1.73-1.45c.19-.04.37-.06.57-.06H7.9a2.955 2.955 0 0 0 2.91 2.39c1.44 0 2.64-1.03 2.9-2.39h2.65c.29 0 .58-.03.86-.1.23-.05.47-.12.69-.22.23-.09.44-.21.65-.34.22-.15.43-.32.62-.51.37-.37.66-.79.86-1.26.1-.23.17-.46.22-.69a4.116 4.116 0 0 0 0-1.71c-.05-.24-.12-.48-.22-.7-.2-.48-.49-.9-.86-1.27-.19-.19-.4-.36-.62-.51a5.01 5.01 0 0 0-.65-.34c-.22-.09-.46-.17-.69-.22-.28-.06-.57-.09-.86-.09H7.04a2.962 2.962 0 0 0-2.83-2.09Zm0 1.5a1.44 1.44 0 0 0 0 2.88c.8 0 1.45-.64 1.45-1.44 0-.79-.65-1.44-1.45-1.44Zm15.7 12.43c.46.3.87.75 1.21 1.34-.34.59-.75 1.04-1.21 1.35-.08.05-.15.09-.23.13-.48.27-1.04.4-1.66.4-.63 0-1.18-.13-1.67-.4-.07-.04-.15-.08-.22-.13-.47-.31-.87-.76-1.21-1.35.34-.59.74-1.04 1.21-1.34.07-.05.15-.1.22-.14.49-.26 1.04-.39 1.67-.39.62 0 1.18.13 1.66.39.08.04.15.09.23.14Zm-3.21 1.34c0-.72.59-1.31 1.32-1.31.73 0 1.32.59 1.32 1.31 0 .73-.59 1.31-1.32 1.31-.73 0-1.32-.58-1.32-1.31Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var ViewFlowchart = {
render
};
var index = function index2() {
return svg({
name: "IconViewFlowchart",
component: ViewFlowchart
})();
};
export {
index as default
};