@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.57 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(#purchase-planned-order_svg__clip131_1891)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M15.5 2h-7a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1ZM6 3.5c-.041.16 0 .327 0 .5v.5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4c0-.173-.022-.34-.063-.5C19.594 3.5 21 4.843 21 6.5V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6.5a3 3 0 0 1 3-3Zm.75 4.75h1.155a1.345 1.345 0 0 1 .891.336c.116.1.211.214.286.339.085.142.143.301.175.476l.12.599h7.682a.52.52 0 0 1 .5.664l-.821 2.87c-.132.568-.604.966-1.145.966h-5.322l.155.781c.021.113.063.208.127.286.056.049.18.148.245.166.04.011.08.017.123.017h4.829c.42 0 .75.33.75.75s-.33.75-.75.75h-4.83a1.935 1.935 0 0 1-.95-.248 1.992 1.992 0 0 1-.54-.441 2.068 2.068 0 0 1-.475-.987L7.798 9.75H6.75C6.33 9.75 6 9.42 6 9s.33-.75.75-.75Zm3.75 10.5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM15 18a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.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 PurchasePlannedOrder = {
render
};
var index = function index2() {
return svg({
name: "IconPurchasePlannedOrder",
component: PurchasePlannedOrder
})();
};
export {
index as default
};