@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) • 2.09 kB
JavaScript
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: "m520 875.2-29.9-33.6c-3-3.4-74.3-83.8-146.7-185.2-42.9-60.2-77.3-115.2-102-163.6C208.2 427.9 192 375.3 192 332c0-44.3 8.7-87.2 25.8-127.7 16.5-39.1 40.2-74.1 70.3-104.2 30.1-30.1 65.2-53.8 104.2-70.3C432.8 12.7 475.7 4 520 4s87.2 8.7 127.7 25.8c39.1 16.5 74.1 40.2 104.2 70.3 30.1 30.1 53.8 65.2 70.3 104.2C839.3 244.8 848 287.7 848 332c0 43.3-16.2 95.9-49.4 160.8-24.8 48.4-59.1 103.4-102 163.6-72.4 101.4-143.7 181.8-146.7 185.2L520 875.2zM520 84c-136.7 0-248 111.3-248 248 0 32.3 17.7 111.3 136.2 277.3 42 59 84.5 111.5 111.8 144.1 27.3-32.7 69.8-85.2 111.8-144.1C750.3 443.3 768 364.3 768 332c0-136.7-111.3-248-248-248z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M520 476c-80 0-145-65-145-145s65-145 145-145 145 65 145 145-65 145-145 145zm0-210c-35.8 0-65 29.2-65 65s29.2 65 65 65 65-29.2 65-65-29.2-65-65-65zm-.4 758c-125.6 0-244.4-17.7-334.3-49.9-46.2-16.5-83.1-36.3-109.6-58.8C34.6 880.4 26 845 26 821.5c0-28.1 12.1-69.8 69.8-108.9 37.4-25.4 88.5-46.4 151.8-62.5l19.7 77.5c-53.5 13.6-97.3 31.3-126.6 51.2-22.1 15-34.7 30.5-34.7 42.7 0 19.5 32.9 50.9 106.4 77.2C293.9 927.9 403 944 519.7 944c116.7 0 225.8-16.1 307.3-45.3 73.5-26.3 106.4-57.8 106.4-77.2 0-12.2-12.7-27.7-34.7-42.7-29.3-19.9-73.1-37.6-126.6-51.2l19.7-77.5c63.3 16.1 114.3 37.1 151.8 62.5 57.7 39.1 69.8 80.8 69.8 108.9 0 23.5-8.6 58.9-49.8 93.8-26.5 22.5-63.4 42.2-109.6 58.8-90 32.2-208.7 49.9-334.4 49.9z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var MarkOn = {
render
};
var index = function index2() {
return svg({
name: "IconMarkOn",
component: MarkOn
})();
};
export {
index as default
};