@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.
37 lines (36 loc) • 1.84 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",
{
"fill-rule": "nonzero"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M.003 11.99c0-1.874-.007-3.75 0-5.624a10.71 10.71 0 0 1 .332-2.69C.825 1.816 2.038.71 3.897.283A12.532 12.532 0 0 1 6.734 0H17.52c.908-.005 1.814.099 2.697.31 1.915.468 3.064 1.681 3.502 3.59.197.902.29 1.823.28 2.746V17.55c.005.899-.098 1.796-.308 2.67-.469 1.916-1.687 3.06-3.596 3.497-.932.201-1.884.295-2.837.282H6.518a11.447 11.447 0 0 1-2.718-.305C1.877 23.225.722 22.007.285 20.089c-.223-.975-.282-1.953-.282-2.939v-5.16Z",
fill: "none"
}), /* @__PURE__ */ createElementVNode("path", {
d: "M15.5 20.75a.75.75 0 0 1 .102 1.493l-.102.007h-7a.75.75 0 0 1-.102-1.493l.102-.007h7ZM10.906 2.177a1.614 1.614 0 0 1 2.188 0l7.616 6.981c.664.609.723 1.647.135 2.33-.31.358-.757.565-1.229.565h-3.592l.001 5.536a1.65 1.65 0 0 1-1.492 1.655l-.141.006h-4.86c-.908 0-1.634-.749-1.634-1.661l-.001-5.536H4.384c-.86 0-1.557-.672-1.628-1.518l-.006-.143c0-.47.195-.918.54-1.234Zm1.174 1.106a.114.114 0 0 0-.16 0l-7.617 6.981a.174.174 0 0 0-.053.128c0 .094.065.161.134.161h4.264a.75.75 0 0 1 .75.75v6.286c0 .094.065.161.134.161h4.86c.068 0 .133-.067.133-.161v-6.286a.75.75 0 0 1 .75-.75h4.341a.123.123 0 0 0 .093-.045.181.181 0 0 0-.012-.244Z"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Upgrading = {
render
};
var index = function index2() {
return svg({
name: "IconUpgrading",
component: Upgrading
})();
};
export {
index as default
};