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.

35 lines (34 loc) 1.45 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" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "g", { "clip-path": "url(#waiting-for-submission_svg__clip131_1875)" }, [/* @__PURE__ */ createElementVNode("path", { d: "m9.576 1.557-7.5 3.907c-.171.09-.326.202-.461.331l8.885 4.46 8.885-4.46a1.996 1.996 0 0 0-.46-.33l-7.5-3.908a2 2 0 0 0-1.85 0Zm.174 21.117V11.557L1.001 7.166 1 16.912a2 2 0 0 0 1.076 1.774l7.5 3.907c.057.03.115.057.174.08ZM19.999 7.166l-8.749 4.391v11.117c.059-.024.117-.05.174-.08l3.036-1.582A6 6 0 0 1 20 10.765l-.001-3.6Zm-15.71 4.62 3.435 1.717A.5.5 0 0 1 8 13.95v1.368a.2.2 0 0 1-.29.179L4.277 13.78A.5.5 0 0 1 4 13.332v-1.367a.2.2 0 0 1 .29-.179ZM14 16.575a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Zm4.75-.13v-1.62c0-.42-.33-.75-.75-.75s-.75.33-.75.75v1.993c0 .25.1.449.299.599l2 1.507a.743.743 0 0 0 1.05-.148.743.743 0 0 0-.148-1.05l-1.701-1.282Z", "fill-rule": "evenodd" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var WaitingForSubmission = { render }; var index = function index2() { return svg({ name: "IconWaitingForSubmission", component: WaitingForSubmission })(); }; export { index as default };