@koi-design/uxd-icon
Version:
icon of @koi-design/uxd-icon package
34 lines (29 loc) • 1.73 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var uRoundCompass_vue_vue_type_script_lang = require('./u-round-Compass.vue2.js');
var vue = require('vue');
var _pluginVue_exportHelper = require('./_virtual/_plugin-vue_export-helper.js');
const _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 48 48"
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
vue.createElementVNode(
"g",
null,
[
vue.createElementVNode("g", { transform: "translate(-1026.000000, -1436.000000)" }, [
vue.createElementVNode("path", {
id: "compass-",
d: "M1050,1440c11.0456543,0,20,8.9543457,20,20s-8.9543457,20-20,20s-20-8.9543457-20-20 S1038.9543457,1440,1050,1440z M1050,1444c-8.8365479,0-16,7.1634521-16,16s7.1634521,16,16,16s16-7.1634521,16-16 S1058.8365479,1444,1050,1444z M1058.7327881,1453.581543l-3.8183594,10.2728271 c-0.182373,0.4907227-0.5693359,0.8776855-1.0600586,1.0600586l-10.2728271,3.8183594 c-1.4439697,0.5367432-2.8510742-0.8703613-2.3143311-2.3143311l3.8183594-10.2728271 c0.182373-0.4907227,0.5693359-0.8776855,1.0600586-1.0600586l10.2728271-3.8183594 C1057.8624268,1450.7304688,1059.2695312,1452.1375732,1058.7327881,1453.581543z M1048.1350098,1458.2729492 l-2.1243896,5.7164307l5.7763672-2.1484375L1048.1350098,1458.2729492z"
})
])
],
-1
/* HOISTED */
)
]));
}
var uRoundCompass = /* @__PURE__ */ _pluginVue_exportHelper.default(uRoundCompass_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
exports.default = uRoundCompass;