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.

69 lines (68 loc) 2.91 kB
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", width: "24", height: "24", fill: "#191919" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "rect", { width: "24", height: "24", rx: "6", ry: "6" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { fill: "none", d: "M0 0h24v24H0z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = /* @__PURE__ */ createElementVNode( "path", { d: "M6.15 2.25h11.7c2.15 0 3.9 1.74 3.9 3.9v11.7c0 2.15-1.75 3.9-3.9 3.9H6.15c-2.16 0-3.9-1.75-3.9-3.9V6.15c0-2.16 1.74-3.9 3.9-3.9Z", fill: "none" }, null, -1 /* HOISTED */ ); var _hoisted_5 = /* @__PURE__ */ createElementVNode( "path", { d: "M7.953 7.632H5.882v.926h2.071v1.692c-.802.223-1.604.424-2.406.602l.113 1.035 2.293-.656v1.917c-.036.076-.074.15-.113.226-.111.073-.2.11-.263.11a2.51 2.51 0 0 1-.506.057H5.77l.154.923H7.41l.07.01a1.865 1.865 0 0 0 .765-.086.868.868 0 0 0 .31-.204.622.622 0 0 0 .164-.161.64.64 0 0 0 .102-.273 2.677 2.677 0 0 0 .113-.769v-2.017l1.542-.379-.059-.503-.054-.488-1.429.39V8.557h1.695v-.926H8.934V5.714h-.98v1.918Zm4.481-.113H11.02V8.5h1.36c0 .654-.05 1.33-.153 2.03l-1.207-.601-.448.81c.477.225.935.463 1.374.714a3.852 3.852 0 0 1-.772 1.261c-.465.477-.993.915-1.583 1.316l.886.701a9.933 9.933 0 0 0 1.579-1.47c.328-.4.603-.859.827-1.374.654.365 1.288.748 1.904 1.149l.488-.978c-.69-.364-1.399-.73-2.126-1.094.149-.802.223-1.623.223-2.464h2.074v1.203c0 .654.019 1.313.055 1.976 0 .437.038.858.113 1.26a3.27 3.27 0 0 0 .547 1.146.874.874 0 0 0 .335.298.848.848 0 0 0 .49.072.892.892 0 0 0 .49-.27 2.227 2.227 0 0 0 .543-.923c.179-.589.324-1.191.435-1.809l-.882-.321a14.49 14.49 0 0 1-.266 1.415 7.657 7.657 0 0 1-.223.601c0 .061-.015.105-.045.133a.155.155 0 0 1-.108.035.136.136 0 0 1-.045-.007c-.053-.019-.094-.072-.123-.16a1.023 1.023 0 0 1-.17-.547 20.217 20.217 0 0 1-.21-2.954V7.52h-3.01V5.714h-.937V7.52Zm3.893 7.058-.882.489c.652.98 1.235 2.021 1.75 3.124l.937-.547a32.688 32.688 0 0 0-1.805-3.066Zm-2.803.154-.922.335a25.869 25.869 0 0 1 1.035 2.898l.995-.28a54.498 54.498 0 0 0-1.108-2.953Zm-7.642 3.066.98.489a21.059 21.059 0 0 0 1.47-3.162l-.98-.338a13.542 13.542 0 0 1-1.47 3.01Zm4.69-2.844-.982.226c.226.98.428 1.983.605 3.01l.978-.225a27.393 27.393 0 0 0-.602-3.01Z", fill: "#FFF", "fill-rule": "evenodd" }, null, -1 /* HOISTED */ ); var _hoisted_6 = [_hoisted_2, _hoisted_3, _hoisted_4, _hoisted_5]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_6)); } var BadgeHotCn = { render }; var index = function index2() { return svg({ name: "IconBadgeHotCn", component: BadgeHotCn })(); }; export { index as default };