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.21 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "m14.946 13.897.084.073 4.469 4.468.001-3.937a.75.75 0 0 1 .648-.743l.102-.007a.75.75 0 0 1 .743.648l.007.102v5.779l-.004.043.004-.073a.754.754 0 0 1-.301.601l.081-.07a.753.753 0 0 1-.428.212L20.25 21H14.5a.75.75 0 0 1-.102-1.493l.102-.007h3.939l-4.47-4.47a.75.75 0 0 1 .977-1.133ZM9.5 3a.75.75 0 0 1 .102 1.493L9.5 4.5H5.561l4.47 4.47a.75.75 0 0 1-.976 1.134l-.084-.073L4.499 5.56 4.5 9.501a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.648L3 9.5V3.734c0-.02.002-.041.004-.061L3 3.75a.754.754 0 0 1 .304-.603l-.084.073a.753.753 0 0 1 .428-.213L3.75 3H9.5Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var FullscreenLeft = { render }; var index = function index2() { return svg({ name: "IconFullscreenLeft", component: FullscreenLeft })(); }; export { index as default };