@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.
47 lines (46 loc) • 2.52 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: "m5.65 11.87-.08-1.47c.9-.19 1.64-.36 2.2-.49.79-.18 1.66-.39 2.62-.63l.09 1.37c-.31.08-.67.17-1.05.27s-.78.21-1.2.32c-.8.2-1.66.41-2.58.63Zm1.42 6.34-1.37-.63c.29-.46.55-.94.77-1.41.22-.48.42-.98.6-1.51l1.38.44c-.16.54-.37 1.07-.61 1.61-.25.54-.5 1.04-.77 1.5Zm2.33-3.03 1.38-.22c.1.39.21.86.34 1.43.13.56.22 1.04.29 1.45l-1.43.25a33.358 33.358 0 0 0-.58-2.91Zm3.03-.06 1.36-.38c.17.41.36.88.55 1.42.19.53.34.99.45 1.4l-1.38.39c-.11-.4-.25-.86-.43-1.35-.17-.5-.35-1-.55-1.48Zm2.94-.1 1.27-.63c.28.47.57.99.87 1.56.3.58.55 1.08.74 1.52l-1.37.66c-.18-.46-.4-.96-.67-1.51s-.55-1.09-.84-1.6Zm-8.28-1.83c.18-.01.32-.04.41-.08.09-.05.16-.13.2-.24.03-.12.05-.28.05-.5v-7h1.36v7.47c0 .43-.05.76-.15 1.01-.09.24-.25.41-.46.52-.22.11-.52.17-.91.17-.5.01-.98 0-1.46-.05l-.29-1.39c.48.06.9.09 1.25.09Zm3.76 1.54-1.23-1.04c.76-.59 1.33-1.12 1.7-1.59.38-.48.64-1.05.79-1.72.16-.67.23-1.58.23-2.74V5.4h1.41v2.64c0 1.13-.09 2.08-.27 2.82-.18.75-.47 1.41-.88 1.99-.4.58-.99 1.21-1.75 1.88Zm-.23-3.98.62-1.2c.62.3 1.32.64 2.1 1.03.77.39 1.44.75 1.99 1.07l-.7 1.36c-.64-.4-1.32-.8-2.05-1.21-.72-.42-1.38-.77-1.96-1.05Zm5.97-3.74v3.57c.03.72.06 1.23.09 1.54l.03.16c.03.21.06.37.1.46.04.09.09.14.15.14s.11-.04.14-.11c.04-.07.08-.19.13-.37.01-.03.02-.07.03-.11l.03-.11c.07-.3.16-.74.25-1.33l1.02.41c-.04.25-.11.58-.2.98-.09.41-.17.72-.25.95-.15.46-.33.79-.54 1.01-.22.22-.48.33-.79.33-.27 0-.52-.13-.76-.4s-.44-.72-.59-1.35c-.06-.25-.11-.71-.15-1.37-.03-.66-.05-1.3-.05-1.92v-1.1h-4.2V7.01h5.56ZM5.89 8.47V7.11h4.68v1.36H5.89Z",
fill: "#FFF"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var BadgeHotCn = {
render
};
var badgeHotCn = function badgeHotCn2() {
return svg({
name: "IconBadgeHotCn",
component: BadgeHotCn,
filledComponent: BadgeHotCn
})();
};
export {
badgeHotCn as default
};