@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.23 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: "m7.593 12.896-2.84-3.872h-.938v5.856H4.88V11l2.848 3.879h.945V9.024h-1.08v3.872Zm4.047-2.264c.368 0 .695.081.98.244.285.163.507.393.664.69.158.295.236.635.236 1.019 0 .17-.016.344-.048.52H10.72c.048.31.16.543.336.7q.077.07.165.118.213.117.49.117c.188 0 .355-.041.5-.123a.825.825 0 0 0 .34-.373l.817.48q-.052.14-.132.26-.182.272-.512.443a2.25 2.25 0 0 1-1.059.249c-.374 0-.72-.083-1.041-.249a1.907 1.907 0 0 1-.773-.742c-.195-.33-.291-.728-.291-1.193 0-.458.096-.85.29-1.176a1.93 1.93 0 0 1 .766-.736 2.17 2.17 0 0 1 1.024-.248Zm6.648 2.69-.863-2.585h-.93l-.814 2.615-.873-2.615h-1.145l1.569 4.135h.8l.905-2.52.943 2.52h.791l1.514-4.135h-1.08l-.817 2.584Zm-6.68-1.786a.81.81 0 0 0-.56.21c-.155.137-.26.332-.313.583h1.649c-.021-.256-.103-.452-.244-.588a.731.731 0 0 0-.532-.205Z",
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 BadgeNewEn = {
render
};
var index = function index2() {
return svg({
name: "IconBadgeNewEn",
component: BadgeNewEn
})();
};
export {
index as default
};