@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.56 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-to-be-settled_svg__clip131_1902)"
},
[/* @__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.75-2v1.934l1.74 1.498c.319.274.353.74.08 1.057a.743.743 0 0 1-1.058.08l-2-1.723a.74.74 0 0 1-.261-.568V14.5c0-.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 SurchargeToBeSettled = {
render
};
var index = function index2() {
return svg({
name: "IconSurchargeToBeSettled",
component: SurchargeToBeSettled
})();
};
export {
index as default
};