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.

32 lines (31 loc) 2.01 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( "path", { d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm3.545 2.272-.019.073c-.373 1.328-1.137 2.35-2.28 3.033l-.233.131c-.628.335-.903.808-.97 1.51-.02.208-.022.412-.007.67l.025.34.068.734.009.176.001.114a.75.75 0 0 1-1.056.685c-.79-.354-1.304-.465-2.25-.54l-.269-.019c-1.165-.078-1.708-.236-2.346-.88-.593-.597-.711-1.126-.654-2.105l.036-.545.004-.154-.004-.134c-.015-.266-.081-.47-.24-.666a8.5 8.5 0 0 0 5.864 13.77l.012-.06.018-.058c.31-.892.208-1.344-.319-1.987l-.476-.551c-.404-.487-.615-.912-.615-1.458 0-1.108 1.287-2.145 2.502-2.306.207-.027.409-.001.603.07.215.078.398.197.617.377l.451.386c.646.533 1.167.664 2.11.307a.75.75 0 0 1 .865.25c.499.664.704 1.799.65 2.922a8.501 8.501 0 0 0-2.098-14.085Zm-3.071 11.273-.05.01c-.481.114-.994.519-1.07.744l-.01.052c0 .104.05.218.19.402l.242.286.17.194.138.163c.767.936 1.043 1.815.704 3.066a8.41 8.41 0 0 0 3.011-.856l.15-.077.008-.05.012-.05c.221-.801.231-1.848.058-2.54l-.029-.1-.018.006c-1.082.243-1.936-.008-2.755-.631l-.163-.13-.447-.383-.1-.077-.041-.029ZM12 3.5a8.468 8.468 0 0 0-5.602 2.107c.451.484.663 1.033.7 1.668.004.07.006.135.007.201l-.004.21-.039.575c-.036.58.009.769.22.982.264.266.477.357 1.039.412l.344.028c.75.05 1.295.114 1.83.252l.054.014-.001-.016a6.295 6.295 0 0 1-.012-.888l.014-.169c.105-1.1.586-1.984 1.556-2.576l.2-.114c.95-.506 1.55-1.295 1.821-2.417A8.483 8.483 0 0 0 12 3.5Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var EarthLined = { render }; var index = function index2() { return svg({ name: "IconEarthLined", component: EarthLined })(); }; export { index as default };