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.

51 lines (50 loc) 1.23 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", { d: "m5.7 5.28.04.03L8 7.58l2.26-2.26a.29.29 0 0 1 .42 0c.11.11.12.27.03.39l-.03.04L8.42 8l2.26 2.26c.12.12.12.31 0 .42-.11.1-.27.12-.39.03l-.04-.03L8 8.42l-2.26 2.26a.29.29 0 0 1-.42 0 .292.292 0 0 1-.03-.39l.03-.04L7.58 8 5.31 5.74a.29.29 0 0 1 0-.42c.11-.11.27-.12.39-.04z", style: { "fill-rule": "evenodd", "clip-rule": "evenodd" } }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var StepsError = { render }; var index = function index2() { return svg({ name: "IconStepsError", component: StepsError })(); }; export { index as default };