@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) • 971 B
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(#wait-for-delivery_svg__clip131_1896)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M5 2h14a3 3 0 0 1 3 3v1H2V5a3 3 0 0 1 3-3Zm4 5.5H2V19a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7.5h-7v6.478a.5.5 0 0 1-.807.394l-1.58-1.228a1 1 0 0 0-1.227 0l-1.579 1.228A.5.5 0 0 1 9 13.978V7.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 WaitForDelivery = {
render
};
var index = function index2() {
return svg({
name: "IconWaitForDelivery",
component: WaitForDelivery
})();
};
export {
index as default
};