@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.
34 lines (33 loc) • 1.13 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M11.3 1c.12 0 .24.04.33.13l2.22 2.02.06.07c.04.08.09.2.09.28V8c0 .27-.23.5-.5.5-.28 0-.5-.23-.5-.5V3.72L11.1 2H4.69C3.8 2 3.08 2.6 3 3.36v9.14c0 .81.75 1.5 1.69 1.5H8c.27 0 .5.22.5.5 0 .27-.23.5-.5.5H4.69C3.21 15 2 13.89 2 12.5v-9C2 2.1 3.21 1 4.69 1h6.61Zm1.2 9.5c0-.28-.23-.5-.5-.5-.28 0-.5.22-.5.5V12H10c-.28 0-.5.22-.5.5 0 .27.22.5.5.5h1.5v1.5c0 .27.22.5.5.5.27 0 .5-.23.5-.5V13H14c.27 0 .5-.23.5-.5 0-.28-.23-.5-.5-.5h-1.5v-1.5Z",
"clip-rule": "evenodd",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var LocalePanel = {
render
};
var index = function index2() {
return svg({
name: "IconLocalePanel",
component: LocalePanel
})();
};
export {
index as default
};