@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.
34 lines (33 loc) • 2.28 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M8.87 1.19c.55 0 1.05.289 1.34.789l.07.14.41.97.22.12 1.06-.12c.46-.06.93.1 1.27.44l.11.131.1.139.9 1.55c.27.471.27 1.04-.01 1.54l-.09.14-.64.85v.23l.64.85c.28.38.37.861.25 1.33l-.05.15-.08.16-.9 1.551c-.27.479-.78.76-1.35.76l-.15-.01-1.06-.13-.22.13-.41.97c-.19.429-.56.75-1.03.88l-.16.03-.17.019h-1.8c-.55 0-1.05-.29-1.34-.79l-.07-.14-.42-.969-.21-.13-1.06.13a1.53 1.53 0 0 1-1.27-.441l-.11-.129-.1-.14-.9-1.551c-.27-.47-.27-1.04.01-1.54l.09-.14.64-.85v-.23l-.64-.85c-.28-.379-.37-.86-.25-1.33l.05-.15.08-.16.89-1.55c.28-.48.79-.759 1.36-.759l.15.01 1.06.119.21-.12.42-.97c.19-.43.56-.75 1.03-.879l.16-.031.18-.02h1.79ZM6.63 2.51a.53.53 0 0 1 .4-.31l.1-.01h1.74c.19 0 .37.1.46.269l.04.08.47 1.1c.04.101.12.181.21.24l.5.281c.1.059.2.08.31.069l1.23-.149c.18-.021.35.049.47.19l.05.08.88 1.5c.09.16.09.359 0 .52l-.06.08-.72.96c-.07.09-.1.19-.1.299v.57c0 .11.03.221.1.301l.74.979c.11.15.13.341.07.5l-.04.091-.87 1.5c-.1.159-.27.26-.46.26h-.09l-1.2-.15a.486.486 0 0 0-.31.07l-.5.28c-.09.06-.17.14-.21.24l-.48 1.129a.532.532 0 0 1-.4.31l-.1.01H7.12c-.19 0-.37-.1-.46-.27l-.04-.08-.47-1.1a.618.618 0 0 0-.21-.24l-.5-.279c-.1-.06-.2-.08-.31-.07l-1.23.15a.523.523 0 0 1-.47-.191l-.05-.08-.88-1.5a.534.534 0 0 1 0-.52l.06-.08.72-.959c.06-.08.1-.191.1-.3v-.571c0-.11-.04-.209-.1-.299l-.74-.98a.532.532 0 0 1-.07-.5l.04-.09.87-1.5c.1-.16.27-.26.46-.26h.09l1.2.149c.11.011.21-.01.31-.069l.5-.281a.592.592 0 0 0 .21-.24l.48-1.13Zm1.4 2.869a2.616 2.616 0 1 1 .008 5.233 2.616 2.616 0 0 1-.008-5.233ZM6.42 8c0-.9.72-1.621 1.61-1.621.89 0 1.62.72 1.62 1.621 0 .889-.73 1.61-1.62 1.61-.89 0-1.61-.721-1.61-1.61Z",
"clip-rule": "evenodd",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Setting = {
render
};
var index = function index2() {
return svg({
name: "IconSetting",
component: Setting
})();
};
export {
index as default
};