@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.
33 lines (32 loc) • 1.09 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { openBlock, createElementBlock, 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: "m257.783 431.783 236.181-286.28c9.352-11.335 26.72-11.335 36.073 0l236.18 286.28c12.582 15.25 1.734 38.262-18.036 38.262H275.82c-19.77 0-30.617-23.012-18.036-38.262zm508.434 160.434-236.18 286.28c-9.352 11.335-26.72 11.335-36.073 0l-236.18-286.28c-12.582-15.25-1.734-38.262 18.036-38.262H748.18c19.77 0 30.617 23.012 18.036 38.262z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var RichTextTableDropIco = {
render
};
var richTextTableDropIco = function richTextTableDropIco2() {
return svg({
name: "IconRichTextTableDropIco",
component: RichTextTableDropIco,
filledComponent: RichTextTableDropIco
})();
};
export {
richTextTableDropIco as default
};