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.32 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-to-pick_svg__clip131_1872)" }, [/* @__PURE__ */ createElementVNode("path", { d: "M3.742 2.33a.99.99 0 0 0-1.413-.072.99.99 0 0 0-.07 1.413L4 5.597V15.5c0 .56.44 1 1 1h15.5c.84 0 1.5-.66 1.5-1.5s-.66-1.5-1.5-1.5h-2.981c.818 0 1.481-.663 1.481-1.482V4.981c0-.818-.663-1.481-1.481-1.481H9.482C8.663 3.5 8 4.163 8 4.98v7.037c0 .819.663 1.482 1.482 1.482H6V5.21a.992.992 0 0 0-.258-.67l-2-2.212ZM13.75 8.25V6c0-.42-.33-.75-.75-.75s-.75.33-.75.75v3c0 .207.073.384.22.53.146.147.323.22.53.22h3c.42 0 .75-.33.75-.75s-.33-.75-.75-.75h-2.25ZM7.5 17.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm10 0a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Z", "fill-rule": "evenodd" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var WaitingToPick = { render }; var index = function index2() { return svg({ name: "IconWaitingToPick", component: WaitingToPick })(); }; export { index as default };