@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.
32 lines (31 loc) • 1.18 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M967.68 676.352H56.32a38.4 38.4 0 0 0-38.4 40.448v192a38.4 38.4 0 0 0 38.4 38.4h911.36a38.4 38.4 0 0 0 38.4-38.4v-192a38.4 38.4 0 0 0-38.4-40.448zM929.28 870.4H94.72V753.152h834.56V870.4zM56.32 646.656h697.856a38.4 38.4 0 0 0 38.4-38.4v-192a38.4 38.4 0 0 0-38.4-38.4H56.32a38.4 38.4 0 0 0-38.4 38.4v192a38.4 38.4 0 0 0 38.4 38.4zm38.4-192H716.8v115.2H94.72v-115.2zm-38.4-107.008h349.184a38.4 38.4 0 0 0 38.4-40.448V117.248a38.4 38.4 0 0 0-38.4-38.4H56.32a38.4 38.4 0 0 0-38.4 38.4V307.2a38.4 38.4 0 0 0 38.4 40.448zM94.72 153.6h272.384v117.248H94.72V153.6z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Grade = {
render
};
var index = function index2() {
return svg({
name: "IconGrade",
component: Grade
})();
};
export {
index as default
};