@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.
48 lines (47 loc) • 1.83 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { openBlock, createElementBlock, createElementVNode } from "vue";
var _hoisted_1 = {
width: "24",
height: "24",
viewBox: "0 0 24 24",
fill: "currentColor",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M18.75 2.25H5.25c-1.66 0-3 1.34-3 3v13.5c0 1.65 1.34 3 3 3h13.5c1.65 0 3-1.35 3-3V5.25c0-1.66-1.35-3-3-3Z",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M6.3 11.17h2.97V8.58h1.31v6.59H9.27v-2.83H6.3v2.83H5V8.58h1.3v2.59Zm11.88 4.11q.82 0 1.28-.38l-.43-.9q-.2.13-.41.17-.09.02-.19.02-.26 0-.42-.13-.06-.05-.1-.11-.16-.25-.16-.72v-1.67h1.4v-1.05h-1.4V9.08H16.5v1.43h-.83v1.05h.83v1.88q0 1.04.46 1.44.05.04.1.07.44.33 1.12.33Zm-7.09-2.44q0-.67.28-1.19.02-.05.05-.1.2-.35.49-.59.18-.15.39-.27.23-.12.47-.2.34-.1.72-.1.35 0 .68.1.25.07.49.2.2.11.37.25.29.26.5.61.03.05.06.11.27.52.27 1.18 0 .66-.27 1.18-.03.05-.06.11-.21.36-.51.61-.17.14-.36.24-.23.13-.47.2-.34.1-.7.1-.39 0-.74-.11-.23-.07-.45-.19-.2-.11-.38-.25-.29-.25-.5-.6-.03-.05-.05-.1-.28-.52-.28-1.19Zm1.3 0q0 .61.3.98l.01.01q.17.19.38.28.18.08.4.08.22 0 .41-.08.2-.09.36-.28.31-.37.31-.99t-.31-.99q-.16-.2-.37-.29-.18-.08-.4-.08-.21 0-.39.08-.22.09-.39.29l-.02.02q-.29.36-.29.97Z",
fill: "#FFF",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var BadgeHotEn = {
render
};
var badgeHotEn = function badgeHotEn2() {
return svg({
name: "IconBadgeHotEn",
component: BadgeHotEn,
filledComponent: BadgeHotEn
})();
};
export {
badgeHotEn as default
};