@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.04 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M12.333 12.207a.5.5 0 0 1 .492.41l.008.09v1.5a.5.5 0 0 1-.41.492l-.09.008H3.667a.5.5 0 0 1-.492-.41l-.008-.09v-1.5a.5.5 0 0 1 .41-.492l.09-.008h8.666ZM9.036 1.959l.043.099 3.387 8.72a.5.5 0 0 1-.903.424l-.03-.062-1.272-3.276H5.738L4.466 11.14a.5.5 0 0 1-.952-.297l.02-.065 3.387-8.72a1.141 1.141 0 0 1 2.115-.099Zm-1.16.415-.023.046-1.726 4.444h3.746L8.147 2.42c-.06-.153-.197-.168-.271-.046Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EditorTextcolor = {
render
};
var index = function index2() {
return svg({
name: "EditorTextcolor",
component: EditorTextcolor
})();
};
export {
index as default
};