@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.54 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(#main-freight-to-be-settled_svg__clip131_1900)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M15 1.75H5a3 3 0 0 0-3 3v15.33a1 1 0 0 0 1.472.881l3.183-1.705a1 1 0 0 1 1.203.2l1.41 1.51a1 1 0 0 0 1.463 0l.101-.108A6.97 6.97 0 0 1 9.5 16.75c0-.46.044-.91.13-1.345a.743.743 0 0 1-.38-.655v-1.845H7c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h2.25V9.547H7c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h1.51l-2.113-2.85a.743.743 0 0 1 .156-1.05.743.743 0 0 1 1.05.156L10 7.538l2.398-3.235a.742.742 0 0 1 1.049-.156c.337.25.406.712.155 1.05l-2.113 2.85H13c.42 0 .75.33.75.75s-.33.75-.75.75h-2.25v1.858h1.23A7.02 7.02 0 0 1 18 9.91V4.75a3 3 0 0 0-3-3Zm-4 15a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.75-2v1.934l1.74 1.498c.318.274.352.74.078 1.057a.743.743 0 0 1-1.058.08l-2-1.723a.743.743 0 0 1-.26-.568V14.75c0-.42.33-.75.75-.75s.75.33.75.75Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var MainFreightToBeSettled = {
render
};
var index = function index2() {
return svg({
name: "IconMainFreightToBeSettled",
component: MainFreightToBeSettled
})();
};
export {
index as default
};