UNPKG

@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.1 kB
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: "M8.89 3.506a.5.5 0 0 1 .684.726L6.368 7.846l3.206 3.614a.5.5 0 0 1-.683.725l-.066-.062L5.7 8.6l-3.125 3.524-.066.062a.5.5 0 0 1-.683-.725L5.03 7.846 1.826 4.232a.5.5 0 0 1 .683-.726l.066.062L5.7 7.092l3.125-3.524ZM11.075 7.975a1.964 1.964 0 0 1 2.893 2.654l-.114.125-1.647 1.645 2.054.001a.5.5 0 0 1 .492.41l.008.09a.5.5 0 0 1-.41.492l-.09.008H11a.5.5 0 0 1-.41-.788l.056-.066 2.5-2.5a.964.964 0 1 0-1.638-.803l-.008.128a.5.5 0 0 1-1 .006 1.96 1.96 0 0 1 .575-1.402Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var EditorSub = { render }; var index = function index2() { return svg({ name: "EditorSub", component: EditorSub })(); }; export { index as default };