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.

42 lines (41 loc) 1.18 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", { stroke: "#0067D1", fill: "none", "fill-rule": "evenodd" }, [/* @__PURE__ */ createElementVNode("path", { d: "M12 .5c3.162 0 6.037 1.294 8.121 3.379A11.464 11.464 0 0 1 23.5 12c0 3.162-1.294 6.037-3.379 8.121A11.464 11.464 0 0 1 12 23.5a11.464 11.464 0 0 1-8.121-3.379A11.464 11.464 0 0 1 .5 12c0-3.162 1.294-6.037 3.379-8.121A11.464 11.464 0 0 1 12 .5Z", fill: "#EEF3FE" }), /* @__PURE__ */ createElementVNode("path", { d: "m5.167 11.67 4.626 4.547 9.04-8.884", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Done = { render }; var index = function index2() { return svg({ name: "IconDone", component: Done })(); }; export { index as default };