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.

41 lines (40 loc) 1.84 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M827.871 196.129C743.498 111.756 631.321 65.29 512 65.29c-119.32 0-231.5 46.465-315.871 130.838S65.29 392.68 65.29 512s46.465 231.5 130.838 315.871S392.679 958.71 511.999 958.71c119.322 0 231.5-46.465 315.871-130.838S958.71 631.32 958.71 512s-46.465-231.5-130.838-315.871zM531.556 917.247V843.1c0-11.316-9.175-20.492-20.491-20.492-11.317 0-20.492 9.175-20.492 20.492v74.06c-207.296-10.838-373.88-177.996-383.818-385.527h72.352c11.316 0 20.492-9.175 20.492-20.492 0-11.315-9.175-20.491-20.492-20.491h-72.273c10.77-206.738 177.013-373.006 383.741-383.814v72.347c0 11.317 9.175 20.492 20.492 20.492 11.315 0 20.491-9.174 20.491-20.492v-72.432c207.593 9.902 374.808 176.54 385.61 383.9h-74.143c-11.317 0-20.491 9.175-20.491 20.491 0 11.317 9.174 20.492 20.491 20.492h74.22c-9.97 208.153-177.525 375.683-385.689 385.612z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { d: "M532.099 503.119V258.24c0-11.317-9.175-20.492-20.492-20.492-11.316 0-20.492 9.174-20.492 20.492v254.666c0 7.859 4.43 14.677 10.925 18.114l191.408 191.407c4.002 4 9.245 6.001 14.49 6.001s10.487-2.001 14.49-6.001c8.002-8.003 8.002-20.978 0-28.98l-190.33-190.33z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var ClockWork = { render }; var index = function index2() { return svg({ name: "IconClockWork", component: ClockWork })(); }; export { index as default };