@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.73 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: "m4.67 8.41 3.2 4.35V8.41h1.21V15H8.02l-3.2-4.37V15h-1.2V8.41h1.05Zm7.25 1.81q.57 0 1.03.23l.08.04q.2.12.37.27.22.22.37.51.27.5.27 1.14 0 .29-.06.59h-3.09q.08.52.38.78.08.08.19.14.24.13.54.13.3 0 .53-.12l.04-.02q.06-.04.12-.09.16-.13.26-.33l.92.54q-.06.16-.15.29-.21.31-.58.5-.07.04-.14.07-.48.21-1.05.21-.42 0-.79-.12-.2-.06-.38-.16-.16-.08-.3-.19-.34-.25-.57-.64-.33-.56-.33-1.34t.33-1.33q.24-.39.58-.65.13-.1.28-.17.19-.11.4-.17.36-.11.75-.11Zm6.98 3.02-.97-2.91h-1.04l-.92 2.95-.98-2.95H13.7l1.76 4.66h.9l1.02-2.84 1.06 2.84h.89l1.71-4.66h-1.22l-.92 2.91Zm-7.41-1.92q-.13.05-.23.15h-.01q-.26.24-.35.65h1.86q-.03-.41-.26-.64l-.02-.02q-.08-.08-.18-.13-.18-.1-.41-.1-.22 0-.4.09Z",
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 BadgeNewEn = {
render
};
var badgeNewEn = function badgeNewEn2() {
return svg({
name: "IconBadgeNewEn",
component: BadgeNewEn,
filledComponent: BadgeNewEn
})();
};
export {
badgeNewEn as default
};