@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.53 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(#waiting-for-receipt_svg__clip131_1874)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M6.38 2h10a3 3 0 0 1 3 3v1a3.012 3.012 0 0 0-2.157.885l-6.906 6.905a1.384 1.384 0 0 0-.307.467L8.48 18.104c-.448 1.127.67 2.243 1.796 1.795l3.846-1.531c.175-.07.333-.174.466-.307l4.791-4.79V19a3 3 0 0 1-3 3h-10a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3Zm8 4.253h-8c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h8c.42 0 .75.33.75.75s-.33.75-.75.75Zm5.131 4.994.596-.595a1.747 1.747 0 0 0-.579-2.86 1.754 1.754 0 0 0-1.607.151c-.103.067-.2.145-.289.234l-.595.595 2.474 2.475ZM11.27 9.75c.42 0 .75-.33.75-.75s-.33-.75-.75-.75H6.38c-.42 0-.75.33-.75.75s.33.75.75.75h4.889Zm7.359 2.381-2.19-2.19-.285-.285-4.263 4.264-2.072 4.145a.3.3 0 0 0 .402.402l4.144-2.073 4.264-4.263ZM8.38 13.25c.42 0 .75-.33.75-.75s-.33-.75-.75-.75h-2c-.42 0-.75.33-.75.75s.33.75.75.75h2Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var WaitingForReceipt = {
render
};
var index = function index2() {
return svg({
name: "IconWaitingForReceipt",
component: WaitingForReceipt
})();
};
export {
index as default
};