@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.21 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(#unsubmitted_svg__clip131_1876)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M16 2H6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5.892A7 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 0Zm5.75-2v1.934l1.74 1.498c.318.273.352.739.078 1.057a.743.743 0 0 1-1.057.08l-2-1.723a.746.746 0 0 1-.261-.568V14c0-.42.33-.75.75-.75s.75.33.75.75Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Unsubmitted = {
render
};
var index = function index2() {
return svg({
name: "IconUnsubmitted",
component: Unsubmitted
})();
};
export {
index as default
};