UNPKG

@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.

38 lines (37 loc) 3.07 kB
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", class: "delegated-processing_svg__svgs-icon delegated-processing_svg__aui-svg", style: { "width": "2em", "height": "2em" } }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M16.58 6.53v.2c.06.08.11.17.16.26.1.2.17.41.22.65.01.1.03.21.03.32.02.26-.01.52-.07.79h-.18c-.5 0-1 .04-1.48.13.06-.09.11-.2.16-.32.07-.23.1-.45.06-.66-.03-.15-.08-.26-.15-.32a.826.826 0 0 1-.21-.28.783.783 0 0 1-.05-.34c0-.14.01-.29.01-.43 0-.7-.07-1.32-.22-1.87-.14-.56-.36-1.03-.65-1.42-.13-.16-.27-.31-.43-.45-.62-.53-1.46-.79-2.54-.79-1.07 0-1.91.26-2.53.79-.16.14-.3.29-.43.45-.29.39-.51.86-.65 1.42-.15.55-.22 1.18-.22 1.88 0 .14.01.28.01.42.01.12-.01.23-.05.34-.05.11-.12.2-.21.27-.07.07-.12.18-.15.33-.04.21-.01.43.07.66.06.19.16.36.28.49.11.11.21.18.32.22.09.03.18.07.26.14.07.06.14.14.18.23.14.27.3.53.48.75 0 .01.07.11.07.11.54.75.79 1.43.75 2.04a1.771 1.771 0 0 1-.37.98c-.19.26-.47.48-.81.65-.18.09-.41.2-.7.31-.16.07-.44.17-.81.31-.74.28-1.3.5-1.68.66-.63.28-1.16.55-1.58.83-.49.32-.85.64-1.09.98-.19.26-.31.53-.35.82-.02.08-.02.17-.02.26 0 .13-.01.33-.01.59-.01.41-.01.7 0 .86.01.24.04.42.08.54.02.07.04.11.06.12.03.03.1.04.2.05h7.33c.29.54.64 1.04 1.04 1.5H2.29c-.4-.02-.79-.16-1.06-.36a.689.689 0 0 1-.13-.11c-.21-.19-.36-.44-.45-.74-.08-.25-.13-.56-.15-.93-.01-.2-.01-.51 0-.95 0-.25.01-.44.01-.57 0-.26.02-.51.08-.75.23-.97.92-1.82 2.06-2.57.5-.32 1.1-.63 1.81-.94.4-.18.98-.41 1.74-.69l.79-.3c.24-.1.43-.18.57-.25.14-.07.28-.21.34-.29a.36.36 0 0 0 .02-.11c.01-.1-.02-.23-.08-.39-.08-.2-.27-.51-.45-.76-.17-.22-.33-.46-.47-.72-.23-.11-.45-.28-.65-.49-.05-.06-.11-.12-.16-.18-.19-.25-.34-.53-.45-.85a2.78 2.78 0 0 1-.16-1.09c0-.11.02-.21.03-.32.05-.24.12-.45.22-.65.05-.09.1-.18.16-.26v-.2c0-.83.09-1.57.27-2.25.19-.75.5-1.4.91-1.94.21-.29.45-.54.72-.76.3-.24.62-.44.98-.6C9.5.66 10.32.5 11.24.5c.93 0 1.75.16 2.46.48.36.16.68.36.98.6.27.22.51.47.72.76.41.54.72 1.19.91 1.94.18.68.27 1.42.27 2.25Zm.16 3.47c-3.72 0-6.75 3.02-6.75 6.75 0 3.72 3.03 6.75 6.75 6.75 3.73 0 6.75-3.03 6.75-6.75 0-3.73-3.02-6.75-6.75-6.75Zm0 1.5a5.25 5.25 0 1 0-.001 10.499A5.25 5.25 0 0 0 16.74 11.5Zm1.11 1.68c-.31.28-.34.75-.06 1.06l.28.32h-4.33c-.42 0-.75.33-.75.75s.33.75.75.75h6c.21 0 .39-.07.53-.22a.71.71 0 0 0 .22-.53c0-.09-.01-.18-.05-.27a.79.79 0 0 0-.14-.23l-1.39-1.56a.747.747 0 0 0-1.06-.07Zm-2.44 5.75h4.33c.42 0 .75-.33.75-.75s-.33-.75-.75-.75h-6a.75.75 0 0 0-.56 1.25l1.39 1.56c.28.32.75.34 1.06.07.32-.28.34-.75.06-1.06l-.28-.32Z", "fill-rule": "evenodd" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var DelegatedProcessing = { render }; var index = function index2() { return svg({ name: "IconDelegatedProcessing", component: DelegatedProcessing })(); }; export { index as default };