@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.15 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"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M10.5 2.508a3.002 3.002 0 0 1 3 0l5.97 3.45a3 3 0 0 1 1.5 2.597v6.892a3.003 3.003 0 0 1-1.5 2.599L13.5 21.49a2.996 2.996 0 0 1-1.471.402H11.97a3.001 3.001 0 0 1-1.471-.402l-5.97-3.446a3 3 0 0 1-1.5-2.598V8.553a3 3 0 0 1 1.5-2.598ZM4.53 8.553v6.894a1.5 1.5 0 0 0 .75 1.3l5.97 3.445v-7.759l-6.72-3.88Zm14.94 0-4.842 2.796a.75.75 0 0 1-.834-1.242l.084-.057 4.84-2.796-5.967-3.446a1.501 1.501 0 0 0-1.36-.073l-.141.072-5.97 3.447 7.082 4.088a.75.75 0 0 1 .381.556l.007.102v8.192l5.97-3.445c.464-.269.75-.765.75-1.3V8.553Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Material = {
render
};
var index = function index2() {
return svg({
name: "IconMaterial",
component: Material
})();
};
export {
index as default
};