UNPKG

@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.

48 lines (47 loc) 2.41 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", style: { "enable-background": "new 0 0 16 16" }, "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "rect", { style: { "fill": "none" } }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { class: "config_svg__st1", d: "M8.87 1.2c.55 0 1.05.29 1.33.79l.07.13.41.97.21.12 1.07-.12c.46-.06.93.11 1.27.45l.11.12.1.15.9 1.55c.27.47.28 1.04-.01 1.54l-.1.15-.64.85v.24l.64.85c.28.38.38.86.25 1.32l-.05.16-.07.16-.9 1.55c-.28.47-.78.76-1.36.76l-.16-.01-1.07-.13-.21.12-.41.97c-.18.44-.56.75-1.03.87l-.15.04H7.12c-.55 0-1.05-.29-1.33-.79l-.07-.13-.42-.97-.21-.12-1.05.13c-.46.06-.93-.11-1.27-.45l-.11-.12-.1-.15-.9-1.55c-.27-.47-.28-1.04.01-1.54l.1-.15.63-.84v-.24l-.64-.85c-.28-.38-.38-.86-.26-1.32l.05-.16.07-.16.02-.05.87-1.5c.29-.47.79-.76 1.37-.76l.16.01 1.05.12.21-.12.42-.97c.18-.44.56-.75 1.03-.87l.16-.04.18-.01h1.78zm-1.73.99-.11.02c-.18.02-.33.14-.4.31l-.48 1.13c-.05.1-.13.18-.21.23l-.5.29c-.1.05-.21.07-.3.06l-1.2-.15-.1-.01c-.19 0-.36.1-.46.27l-.87 1.5-.05.09c-.06.17-.04.35.07.49l.74.98c.06.08.1.19.1.3v.57c0 .11-.04.22-.1.3l-.71.97-.06.08c-.1.16-.08.36 0 .52l.87 1.5.06.08c.11.13.29.21.47.18l1.22-.15c.11-.01.22.01.3.06l.51.29c.1.05.17.13.21.23l.47 1.1.04.08c.1.16.27.27.46.27h1.75l.1-.01c.18-.02.33-.15.4-.32l.48-1.13c.05-.1.12-.18.21-.23l.5-.29c.1-.05.21-.07.3-.06l1.2.15.1.01c.19 0 .36-.1.46-.27l.87-1.5.05-.08c.06-.17.04-.35-.07-.5l-.74-.98a.514.514 0 0 1-.1-.3v-.55c0-.11.04-.22.1-.3l.72-.96.06-.08c.1-.16.08-.36 0-.52l-.87-1.5-.06-.08a.517.517 0 0 0-.47-.18l-1.22.15a.493.493 0 0 1-.3-.06l-.5-.29a.429.429 0 0 1-.21-.23l-.48-1.1-.06-.11a.526.526 0 0 0-.46-.27H7.14zm.9 3.19c1.44 0 2.62 1.18 2.62 2.62s-1.18 2.62-2.62 2.62S5.42 9.44 5.42 8s1.17-2.62 2.62-2.62zm0 1.01a1.611 1.611 0 1 0-.018 3.222A1.611 1.611 0 0 0 8.04 6.39z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var Config = { render }; var index = function index2() { return svg({ name: "IconConfig", component: Config })(); }; export { index as default };