@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.
69 lines (68 loc) • 2.32 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",
width: "24",
height: "24",
fill: "#191919"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"rect",
{
width: "24",
height: "24",
rx: "6",
ry: "6"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M4.8 0h14.4C21.846 0 24 2.142 24 4.8v14.4c0 2.646-2.154 4.8-4.8 4.8H4.8A4.798 4.798 0 0 1 0 19.2V4.8A4.79 4.79 0 0 1 4.8 0Z",
fill: "none"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M6.15 2.25h11.7c2.15 0 3.9 1.74 3.9 3.9v11.7c0 2.15-1.75 3.9-3.9 3.9H6.15c-2.16 0-3.9-1.75-3.9-3.9V6.15c0-2.16 1.74-3.9 3.9-3.9Z",
fill: "none"
},
null,
-1
/* HOISTED */
);
var _hoisted_5 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M8.16 11.161h-3.3v-2.88H3.41V15.6h1.45v-3.15h3.3v3.15h1.46V8.28H8.16v2.881Zm11.01 4.559c.607 0 1.08-.14 1.42-.42l-.48-.999c-.207.14-.427.21-.66.21-.266 0-.46-.09-.58-.269-.12-.18-.179-.444-.179-.79v-1.86h1.56v-1.17h-1.56V8.83H17.3v1.592h-.92v1.17h.92v2.089c0 .767.171 1.298.515 1.594.343.296.795.444 1.355.444Zm-8.43-2.71c0-.54.12-1.015.363-1.429.244-.413.57-.731.977-.954a2.69 2.69 0 0 1 1.32-.337q.39 0 .748.104.288.083.556.233c.404.223.727.54.97.954q.037.064.07.13h.001q.295.574.295 1.298c0 .54-.122 1.018-.367 1.431a2.49 2.49 0 0 1-.969.95q-.255.14-.527.22-.372.11-.777.11c-.473 0-.913-.11-1.32-.33a2.498 2.498 0 0 1-.977-.95c-.242-.413-.364-.89-.364-1.43Zm1.44 0c0 .46.114.825.344 1.096.231.27.52.405.867.405.346 0 .633-.135.859-.405.226-.27.34-.636.34-1.097 0-.459-.114-.825-.34-1.098a1.068 1.068 0 0 0-.86-.41 1.09 1.09 0 0 0-.866.41l-.015.018q-.33.407-.33 1.08Z",
fill: "#FFF",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_6 = [_hoisted_2, _hoisted_3, _hoisted_4, _hoisted_5];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_6));
}
var BadgeHotEn = {
render
};
var index = function index2() {
return svg({
name: "IconBadgeHotEn",
component: BadgeHotEn
})();
};
export {
index as default
};