@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.
33 lines (32 loc) • 1.54 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: "M8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8Zm4.86 12.86a6.84 6.84 0 0 1-2.185 1.474c-.847.36-1.747.541-2.675.541a6.835 6.835 0 0 1-4.86-2.012 6.84 6.84 0 0 1-1.474-2.186A6.822 6.822 0 0 1 1.125 8a6.835 6.835 0 0 1 2.013-4.86 6.84 6.84 0 0 1 2.185-1.474A6.822 6.822 0 0 1 8 1.125a6.835 6.835 0 0 1 4.86 2.013 6.84 6.84 0 0 1 1.474 2.185c.36.849.541 1.749.541 2.677a6.835 6.835 0 0 1-2.014 4.86ZM7.92 10.374a.563.563 0 0 1-.56-.619c.075-.779.647-1.409 1.277-2.038C9.644 6.708 9.66 6.387 9.678 6.048a1.447 1.447 0 0 0-.412-1.08 1.756 1.756 0 0 0-1.27-.54h-.002a1.682 1.682 0 0 0-1.677 1.68.562.562 0 1 1-1.125 0c0-.749.29-1.452.819-1.981a2.785 2.785 0 0 1 1.98-.824 2.887 2.887 0 0 1 2.09.89c.502.529.758 1.209.72 1.915-.039.723-.26 1.294-1.37 2.403-.562.562-.917.984-.953 1.355a.563.563 0 0 1-.56.507Zm-.697 1.646a.677.677 0 1 0 1.353 0 .677.677 0 0 0-1.353 0Z",
"fill-rule": "nonzero"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var HelpQuery = {
render
};
var index = function index2() {
return svg({
name: "IconHelpQuery",
component: HelpQuery
})();
};
export {
index as default
};