@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.65 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(#surcharge-settled_svg__clip131_1903)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M14.404 2h-8.93a1.567 1.567 0 0 0-1.401 2.268A3.134 3.134 0 0 0 6.876 6h6.126c1.187 0 2.272-.67 2.803-1.732A1.567 1.567 0 0 0 14.404 2ZM9.01 7.5h1.858a6.99 6.99 0 0 1 4.983 2.084 6.95 6.95 0 0 0-2.184.726.755.755 0 0 0-.224-.366.743.743 0 0 0-1.06.053L9.94 12.695 7.495 9.997a.743.743 0 0 0-1.06-.053.743.743 0 0 0-.052 1.06l1.865 2.058H6.939c-.42 0-.75.33-.75.75s.33.75.75.75h2.25v1.246h-2.25c-.42 0-.75.33-.75.75s.33.75.75.75h2.25V19.5c0 .42.33.75.75.75a.741.741 0 0 0 .739-.617c.349.697.811 1.327 1.362 1.867H5.55a4 4 0 0 1-3.96-4.566l.49-3.424A7 7 0 0 1 9.01 7.5Zm2.429 9a5.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.743.743 0 0 0-1.06.005.743.743 0 0 0 .004 1.06l1.975 1.958a.744.744 0 0 0 .241.164.744.744 0 0 0 .287.054.744.744 0 0 0 .286-.054.744.744 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 SurchargeSettled = {
render
};
var index = function index2() {
return svg({
name: "IconSurchargeSettled",
component: SurchargeSettled
})();
};
export {
index as default
};