@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) • 2.16 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(#automatic-assessment_svg__clip131_1892)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M12.295 2c.133 0 .258.035.367.096.172.056.33.153.457.286l5.524 5.728c.035.037.068.076.098.116.159.137.26.34.26.567v1.002a5.48 5.48 0 0 0-1.779-.295c-.77 0-1.398.637-1.442 1.44-3.19 0-5.78 2.828-5.78 6.207 0 1.977.886 3.735 2.26 4.853H5.198A3.207 3.207 0 0 1 2 18.783V5.217A3.207 3.207 0 0 1 5.198 2h7.097Zm4.2 6.043-3.45-3.579V7.15c0 .469.451.894.963.894h2.486Zm-5.44.461-2.727 3c-.077.07-.21.171-.3.204a.743.743 0 0 1-.29.041.751.751 0 0 1-.286-.068.745.745 0 0 1-.234-.177l-1.082-1.19-1.081 1.19a.743.743 0 0 1-1.06.05.743.743 0 0 1-.05-1.058l1.636-1.8a.745.745 0 0 1 .235-.177.744.744 0 0 1 .285-.068c.103-.005.2.008.29.04.09.033.173.084.25.154l1.132 1.24 2.172-2.39a.743.743 0 0 1 1.06-.05c.31.283.332.749.05 1.06Zm10.836 7.67c-.072.072-.181.108-.326.108h-3.478a.867.867 0 0 1-.87-.869v-3.478c0-.145.037-.254.109-.326.072-.073.181-.109.326-.109a4.342 4.342 0 0 1 2.39.714 4.346 4.346 0 0 1 1.244 1.244 4.334 4.334 0 0 1 .714 2.39c0 .145-.036.253-.109.326Zm-5.543-2.91v3.019a.859.859 0 0 0 .254.614.862.862 0 0 0 .615.255h3.02c.145 0 .253.037.326.11.072.072.106.228.106.373a4.325 4.325 0 0 1-1.412 2.748 4.346 4.346 0 0 1-1.324.819 4.307 4.307 0 0 1-1.585.298 4.342 4.342 0 0 1-2.39-.714 4.352 4.352 0 0 1-1.855-2.687 4.353 4.353 0 0 1-.01-1.847 4.318 4.318 0 0 1 .528-1.34 4.356 4.356 0 0 1 1.723-1.619 4.31 4.31 0 0 1 1.521-.462c.288-.032.451.144.483.432Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var AutomaticAssessment = {
render
};
var index = function index2() {
return svg({
name: "IconAutomaticAssessment",
component: AutomaticAssessment
})();
};
export {
index as default
};