@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.42 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(#shipped_svg__clip131_1897)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "m14.074 17.102-3.147.005a4.001 4.001 0 0 0-7.857.012l-.97.001c-.607 0-1.1-.478-1.1-1.069V4.2c0-.59.492-1.067 1.099-1.068l9.682-.011.13.007c.547.062.972.514.972 1.061v8.62c0 .442.37.8.825.8.456-.001.825-.36.825-.803V6.803l.01-.105a.655.655 0 0 1 .652-.536l2.952.006c.387.04.741.24.97.55l3.522 4.087.094.14c.174.287.267.615.267.95v3.357l-.006.153a1.873 1.873 0 0 1-1.102 1.54 4.002 4.002 0 0 0-7.818.157ZM10.52 7.04l-3.63 3.5a.724.724 0 0 1-.521.21.724.724 0 0 1-.52-.21L3.48 8.255a.743.743 0 0 1-.02-1.06.743.743 0 0 1 1.06-.02l1.85 1.783L9.48 5.96a.743.743 0 0 1 1.06.02.743.743 0 0 1-.02 1.06ZM4 17.87a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm11 0a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Shipped = {
render
};
var index = function index2() {
return svg({
name: "IconShipped",
component: Shipped
})();
};
export {
index as default
};