@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.64 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-settled_svg__clip131_1901)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M15 1.75H5a3 3 0 0 0-3 3v15.33a1 1 0 0 0 1.472.88l3.183-1.704a1 1 0 0 1 1.203.199l1.41 1.511a1 1 0 0 0 1.463 0l.101-.108a6.968 6.968 0 0 1-1.32-4.534.747.747 0 0 1-.262-.575v-2.845H7c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h2.25V9.547H7c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h1.51L6.398 5.196a.743.743 0 0 1 .156-1.049.743.743 0 0 1 1.05.156L10 7.538l2.398-3.235a.743.743 0 0 1 1.049-.156c.337.25.406.712.155 1.049L11.49 8.047H13c.42 0 .75.33.75.75s-.33.75-.75.75h-2.25v1.857h1.23A6.973 6.973 0 0 1 16.5 9.75a7.03 7.03 0 0 1 1.5.16V4.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.503 2.282 3.025-3a.743.743 0 0 0 .005-1.06.743.743 0 0 0-1.061-.005l-2.497 2.477-1.447-1.435a.742.742 0 0 0-1.06.005.743.743 0 0 0 .004 1.06l1.975 1.958a.749.749 0 0 0 .241.164.748.748 0 0 0 .287.054.747.747 0 0 0 .286-.054.748.748 0 0 0 .242-.164Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var MainFreightSettled = {
render
};
var index = function index2() {
return svg({
name: "IconMainFreightSettled",
component: MainFreightSettled
})();
};
export {
index as default
};