@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.93 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(#maintain-inspection-records_svg__clip131_1905)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M14.922 2h-10a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h4.94c-.663-.938-1.083-2.665-.362-4 .91-1.687 2.086-2.076 2.086-2.076l-.023-.122c-.337-1.908.179-3.418 1.464-4.879l.109-.12c1.342-1.445 3.07-2.136 4.786-1.853V5a3 3 0 0 0-3-3Zm-10 3.25h7.5c.42 0 .75.33.75.75s-.33.75-.75.75h-7.5c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm0 3.5h2c.42 0 .75.33.75.75s-.33.75-.75.75h-2c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm15.838 9.293a4.476 4.476 0 0 1-2.356 1.241 4.488 4.488 0 0 1-2.263-.158l-2.099 2.099a1.98 1.98 0 0 1-1.414.585 1.982 1.982 0 0 1-1.414-.586 1.995 1.995 0 0 1 0-2.828l2.098-2.098a4.479 4.479 0 0 1-.158-2.263 4.472 4.472 0 0 1 1.242-2.357 4.511 4.511 0 0 1 1.77-1.091 4.471 4.471 0 0 1 1.423-.227 4.563 4.563 0 0 1 1.42.233c.204.068.404.152.598.25.15.075.242.168.279.28.037.113.017.243-.058.392-.012.024-.077.106-.093.128l-1.803 1.803a.746.746 0 0 0-.165.243.745.745 0 0 0-.055.288c0 .103.018.2.055.288.036.088.091.169.165.242.146.146.323.22.53.22.103 0 .2-.019.288-.055a.75.75 0 0 0 .242-.165l1.804-1.803c.236-.236.471-.236.707 0 .038.037.069.08.093.127a4.484 4.484 0 0 1 .43 2.71 4.46 4.46 0 0 1-1.266 2.502Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var MaintainInspectionRecords = {
render
};
var index = function index2() {
return svg({
name: "IconMaintainInspectionRecords",
component: MaintainInspectionRecords
})();
};
export {
index as default
};