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 (37 loc) 1.1 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": "nonzero", opacity: ".901" }, [/* @__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" }), /* @__PURE__ */ createElementVNode("path", { d: "M18.244 7.374a.5.5 0 0 1 .71.704L10.58 16.53a1.002 1.002 0 0 1-1.42 0l-4.415-4.45a.5.5 0 1 1 .71-.704l4.414 4.45 8.376-8.452Z" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var MobileSuccessWhite = { render }; var index = function index2() { return svg({ name: "IconMobileSuccessWhite", component: MobileSuccessWhite })(); }; export { index as default };