@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.55 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(#pending-review_svg__clip131_1899)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "m8.119 10.057-.422 2.078H4.483a1.594 1.594 0 0 0-1.034.378 1.698 1.698 0 0 0-.57.928l-.842 3.527a1.266 1.266 0 0 0 .298 1.15 1.19 1.19 0 0 0 .869.382h6.642a7 7 0 0 1 3.576-8.469 4.524 4.524 0 0 0 1.257-1.338 4.364 4.364 0 0 0 .58-1.566A4.333 4.333 0 0 0 14.95 4.7a4.403 4.403 0 0 0-.983-1.41A4.626 4.626 0 0 0 10.752 2a4.68 4.68 0 0 0-1.767.345 4.584 4.584 0 0 0-1.45.945 4.453 4.453 0 0 0-.982 1.41 4.315 4.315 0 0 0-.193 2.935 4.332 4.332 0 0 0 .717 1.427 4.472 4.472 0 0 0 1.042.995ZM11 16.32a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.75-2v1.934l1.74 1.498c.318.274.352.739.078 1.057a.743.743 0 0 1-1.057.08l-2-1.723a.742.742 0 0 1-.261-.568V14.32c0-.42.33-.75.75-.75s.75.33.75.75Zm-5.865 6.18c.428.574.942 1.08 1.523 1.5H3.752c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h7.133Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var PendingReview = {
render
};
var index = function index2() {
return svg({
name: "IconPendingReview",
component: PendingReview
})();
};
export {
index as default
};