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.

48 lines (47 loc) 1.51 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", style: { "enable-background": "new 0 0 16 16" }, "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "rect", { style: { "fill": "none" } }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { class: "go-back_svg__st1", d: "M12.45 1.5h.12c1.17.07 2.09 1.1 2.15 2.36V12.13c-.06 1.26-.98 2.29-2.15 2.36l-.12.01H8l-.12-.01c-1.17-.07-2.09-1.1-2.15-2.36L5.72 12v-1.5l.01-.07c.03-.25.24-.43.49-.43.26 0 .47.18.5.43V12l.01.1c.04.75.56 1.34 1.18 1.39l.09.01h4.45l.09-.01c.62-.05 1.13-.63 1.18-1.38V3.89c-.05-.75-.56-1.34-1.18-1.39H7.91c-.62.05-1.14.63-1.18 1.38L6.72 4v1.56a.499.499 0 0 1-.99 0l-.01-.06V4l.01-.14c.06-1.26.98-2.29 2.15-2.36h4.57zM4.09 4.97c.2-.15.48-.14.66.04.15.2.18.53 0 .71L2.97 7.5h7.32c.25.03.43.24.43.5 0 .25-.18.46-.43.49l-.07.01H2.97l1.78 1.77c.15.2.18.53 0 .71-.19.19-.51.19-.71 0L1.41 8.35c-.15-.2-.18-.53 0-.71l2.68-2.67z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var GoBack = { render }; var index = function index2() { return svg({ name: "IconGoBack", component: GoBack })(); }; export { index as default };