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.

38 lines (34 loc) 950 B
import { svg } from '@opentiny/vue-common'; import { openBlock, createElementBlock, createElementVNode } from 'vue'; var _hoisted_1 = { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "g", { "fill-rule": "nonzero" }, [/* @__PURE__ */ createElementVNode("path", { d: "M0 0h14a2 2 0 0 1 2 2v14L0 0Z" }), /* @__PURE__ */ createElementVNode("path", { d: "M13.21 2.605a.75.75 0 1 1 1.08 1.04l-3.429 3.563-.027.027a1 1 0 0 1-1.414-.027L7.71 5.431a.75.75 0 1 1 1.08-1.04l1.35 1.402 3.07-3.188Z", fill: "#FFF" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var SubScript = { render }; var index = function index2() { return svg({ name: "IconSubScript", component: SubScript })(); }; export { index as default };