@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.
35 lines (34 loc) • 1.62 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"g",
{
"clip-path": "url(#under-review_svg__clip131_1878)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M16 2H6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5.893A7 7 0 0 1 19 9.937V5a3 3 0 0 0-3-3ZM6 5.25h7.5c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm0 3.5h2c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75ZM10 16a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm3.691-1.34a2.3 2.3 0 0 1 .582-.547 2.267 2.267 0 0 1 .717-.305 2.259 2.259 0 0 1 2.702 1.681 2.255 2.255 0 0 1-2.858 2.663 2.235 2.235 0 0 1-.566-.269.743.743 0 0 0-1.038.216.743.743 0 0 0 .215 1.038 3.753 3.753 0 0 0 1.407.557 3.77 3.77 0 0 0 2.713-.563 3.748 3.748 0 0 0 1.066-1.066A3.745 3.745 0 0 0 19.25 16a3.752 3.752 0 0 0-.295-1.46 3.745 3.745 0 0 0-3.455-2.29 3.759 3.759 0 0 0-1.46.295A3.745 3.745 0 0 0 11.75 16c0 .158.045.301.136.43.144.205.302.323.476.353.175.031.364-.025.569-.169l.913-.64c.344-.241.424-.701.183-1.045a.754.754 0 0 0-.335-.269Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var UnderReview = {
render
};
var index = function index2() {
return svg({
name: "IconUnderReview",
component: UnderReview
})();
};
export {
index as default
};