@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.39 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: "M14 4c0-1.4-1.22-2.5-2.7-2.5H4.69C3.21 1.5 2 2.6 2 4v8c0 1.39 1.21 2.5 2.69 2.5H8c.27 0 .5-.23.5-.5 0-.28-.23-.5-.5-.5H4.69C3.75 13.5 3 12.81 3 12V4c0-.82.75-1.5 1.69-1.5h6.61c.94 0 1.7.68 1.7 1.5v4c0 .27.22.5.5.5.27 0 .5-.23.5-.5V4Zm-3 1.5c0-.28-.23-.5-.5-.5h-5c-.28 0-.5.22-.5.5 0 .27.22.5.5.5h5c.27 0 .5-.23.5-.5ZM8.5 8.15c.27 0 .5.23.5.5 0 .28-.23.5-.5.5h-3c-.28 0-.5-.22-.5-.5 0-.27.22-.5.5-.5h3Zm3.7 1.81c.4-.7 1.3-.94 2.01-.54l.09.06c.64.43.84 1.28.45 1.95l-1.88 3.24c-.05.09-.14.16-.24.2l-1.62.55c-.27.1-.56-.09-.59-.37l-.16-1.58a.416.416 0 0 1 .06-.27l1.88-3.24Zm.77.45c.15-.25.46-.35.73-.24l.18.12c.18.18.22.46.09.69l-.08.13-.99-.57.07-.13Zm-.52.91-1.28 2.2.09.87.91-.32 1.27-2.18-.99-.57Z",
"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 Feedback = {
render
};
var index = function index2() {
return svg({
name: "IconFeedback",
component: Feedback
})();
};
export {
index as default
};