@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.
68 lines (64 loc) • 2.69 kB
JavaScript
import { svg } from '@opentiny/vue-common';
import { openBlock, createElementBlock, createElementVNode } from 'vue';
var _hoisted_1 = {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
fill: "none"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M0 0h24v24H0z"
},
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: "#000",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_5 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "m7.66 8.088-.772.335c.29.618.58 1.252.869 1.904H5.743v.882h3.008v1.582h-2.84v.94h2.84v2.618a1.74 1.74 0 0 1-.054.434c0 .083-.021.145-.063.187a.187.187 0 0 1-.05.036c-.075.075-.15.112-.226.112a1.702 1.702 0 0 1-.434.055h-.769l.226.981h.823c.253 0 .506-.038.76-.113.147-.036.277-.092.389-.167a.684.684 0 0 0 .234-.28.6.6 0 0 0 .032-.096 2.017 2.017 0 0 0 .113-.66v-3.107h2.673v-.94H9.732V11.21h2.84v-.882H10.56c.29-.652.578-1.305.865-1.959l-.81-.28h1.695v-.923H9.954c-.26-.551-.516-1.098-.769-1.64l-.923.324.643 1.316H6.119v.923h1.542Zm0 0c.327.624.653 1.264.978 1.918l-.769.32h1.638c.364-.726.715-1.472 1.052-2.238H7.661Zm3.655 9.953.994.434c.363-.467.689-.975.978-1.524.15-.401.277-.802.38-1.203l.008-.028a7.23 7.23 0 0 0 .326-1.78c.039-.766.058-1.55.058-2.352v-.167h1.846v6.846h1.05V11.42h1.527v-.981H14.06V8.033a15.896 15.896 0 0 0 2.294-.379 11.003 11.003 0 0 0 1.808-.489l-.393-.994c-.654.223-1.326.41-2.017.56-.877.178-1.773.323-2.686.434v4.215c0 .763-.02 1.547-.058 2.351a8.867 8.867 0 0 1-.264 1.75c-.15.363-.295.726-.434 1.09-.3.504-.632.994-.994 1.47Zm-5.797-.923.769.434a19.413 19.413 0 0 0 1.695-3.178l-.827-.267a15.44 15.44 0 0 1-1.637 3.011Zm5.304-2.953-.714.49c.515.653 1.01 1.344 1.487 2.07l.714-.547a38.488 38.488 0 0 0-1.486-2.013Z",
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 BadgeNewCn = {
render
};
var index = function index2() {
return svg({
name: "IconBadgeNewCn",
component: BadgeNewCn
})();
};
export { index as default };