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.

40 lines (39 loc) 1.26 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( "g", { fill: "#FFF", "fill-rule": "evenodd" }, [/* @__PURE__ */ createElementVNode("path", { d: "M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0Zm0 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1Z", "fill-opacity": ".899", "fill-rule": "nonzero" }), /* @__PURE__ */ createElementVNode("path", { d: "M17.834 6.166c.22.22.22.576 0 .796L6.962 17.834a.562.562 0 1 1-.796-.796L11.205 12 6.166 6.962a.562.562 0 1 1 .796-.796L12 11.204l5.038-5.038c.22-.22.576-.22.796 0Zm0 10.872a.562.562 0 1 1-.796.796L12 12.795l.796-.795 5.039 5.038Z", "fill-opacity": ".896" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var MobileErrorWhite = { render }; var index = function index2() { return svg({ name: "IconMobileErrorWhite", component: MobileErrorWhite })(); }; export { index as default };