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.15 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: "M9.73 3.675a.5.5 0 0 1 .299.585l-.021.065-3.089 7.721a.5.5 0 0 1-.95-.306l.022-.065 3.088-7.721a.5.5 0 0 1 .65-.279Zm-4.662.112a.5.5 0 0 1 .05.651l-.048.057-3.045 3.06a.657.657 0 0 0-.054.866l.054.062 3.007 3.023a.5.5 0 0 1-.653.754l-.056-.049L1.316 9.19a1.657 1.657 0 0 1-.08-2.252l.08-.087 3.045-3.06a.5.5 0 0 1 .707-.003Zm6.515-.046.056.048 3.045 3.06c.616.62.643 1.603.08 2.253l-.08.087-3.004 3.02a.5.5 0 0 1-.758-.65l.049-.056 3.004-3.02a.657.657 0 0 0 .054-.866l-.054-.062-3.045-3.06a.5.5 0 0 1 .653-.754Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var EditorCode = { render }; var index = function index2() { return svg({ name: "EditorCode", component: EditorCode })(); }; export { index as default };