@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.
55 lines (54 loc) • 1.23 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
class: "prompt_svg__tiny-icon-prompt",
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 14 14",
style: {
"enable-background": "new 0 0 14 14"
},
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M7 0C3.13 0 0 3.13 0 7s3.13 7 7 7 7-3.13 7-7-3.13-7-7-7z",
style: {
"fill-rule": "evenodd",
"clip-rule": "evenodd"
}
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M7.57 6.43v4a.57.57 0 1 1-1.14 0v-4a.57.57 0 1 1 1.14 0zM7 3c-.47 0-.86.38-.86.86s.39.85.86.85.86-.38.86-.86S7.47 3 7 3z",
style: {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"fill": "#fff"
}
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var Prompt = {
render
};
var index = function index2() {
return svg({
name: "IconPrompt",
component: Prompt
})();
};
export {
index as default
};