@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.
38 lines (37 loc) • 2.04 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",
{
"fill-rule": "evenodd"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M.003 11.99c0-1.874-.007-3.75 0-5.624a10.71 10.71 0 0 1 .332-2.69C.825 1.816 2.038.71 3.897.283A12.532 12.532 0 0 1 6.734 0H17.52c.908-.005 1.814.099 2.697.31 1.915.468 3.064 1.681 3.502 3.59.197.902.29 1.823.28 2.746V17.55c.005.899-.098 1.796-.308 2.67-.469 1.916-1.687 3.06-3.596 3.497-.932.201-1.884.295-2.837.282H6.518a11.447 11.447 0 0 1-2.718-.305C1.877 23.225.722 22.007.285 20.089c-.223-.975-.282-1.953-.282-2.939v-5.16Z",
fill: "none"
}), /* @__PURE__ */ createElementVNode("path", {
d: "M16.5 9.25a6.25 6.25 0 1 1 0 12.5 6.25 6.25 0 0 1 0-12.5Zm-.2-7.09a3.15 3.15 0 0 1 3.145 2.97l.005.18.001 2.752a7.94 7.94 0 0 0-1.5-.43V5.308a1.65 1.65 0 0 0-1.508-1.644L16.3 3.66H6.1a1.65 1.65 0 0 0-1.644 1.508l-.006.142v13.2a1.65 1.65 0 0 0 1.508 1.644l.142.006h3.896c.4.559.871 1.063 1.4 1.501H6.1a3.15 3.15 0 0 1-3.145-2.972l-.005-.179V5.31a3.15 3.15 0 0 1 2.971-3.145l.179-.005h10.2Zm.2 8.59a4.75 4.75 0 1 0 0 9.5 4.75 4.75 0 0 0 0-9.5Zm-.5 2a.75.75 0 0 1 .743.648l.007.102-.001 2.025 1.722 1.392a.75.75 0 0 1 .176.963l-.064.091a.75.75 0 0 1-.963.176l-.091-.064-2-1.615a.75.75 0 0 1-.27-.471l-.009-.112V13.5a.75.75 0 0 1 .75-.75Zm-5-4a.75.75 0 0 1 .102 1.493L11 10.25H7.5a.75.75 0 0 1-.102-1.493L7.5 8.75H11Zm3.5-3a.75.75 0 0 1 .102 1.493l-.102.007h-7a.75.75 0 0 1-.102-1.493L7.5 5.75h7Z",
"fill-rule": "nonzero"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var HistoryRecord = {
render
};
var index = function index2() {
return svg({
name: "IconHistoryRecord",
component: HistoryRecord
})();
};
export {
index as default
};