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.

47 lines (46 loc) 2.27 kB
import { svg } from "@opentiny/vue-common"; import { openBlock, createElementBlock, createElementVNode } from "vue"; var _hoisted_1 = { width: "24", height: "24", viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M18.75 2.25H5.25c-1.66 0-3 1.34-3 3v13.5c0 1.65 1.34 3 3 3h13.5c1.65 0 3-1.35 3-3V5.25c0-1.66-1.35-3-3-3Z", "fill-rule": "evenodd" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { d: "m10.2 14.14 1.14-.39.88 2.21-1.21.49c-.07-.28-.19-.65-.36-1.11-.17-.45-.32-.86-.45-1.2Zm-2.94 3.85-.23-1.33c.05.01.1.02.15.02.04.01.1.01.15.02.26.03.47.04.63.04.14 0 .24-.02.3-.06.06-.04.1-.12.12-.22.02-.1.03-.26.03-.49v-5.63H9.8v6.29c0 .37-.04.66-.13.86-.08.2-.22.35-.42.43-.2.09-.48.14-.84.15-.41 0-.79-.03-1.15-.08Zm-.77-.55-1.13-.56c.24-.42.47-.9.7-1.45.22-.55.42-1.1.6-1.65l1.21.32c-.17.57-.38 1.15-.63 1.73-.25.59-.49 1.13-.75 1.61Zm3.67-10.1 1.27.12c-.06.36-.16.81-.28 1.34-.12.53-.22.96-.3 1.31l-1.26-.17c.09-.28.19-.67.3-1.17.11-.5.2-.98.27-1.43Zm-3.37.2 1.17-.12.2.89c.14.68.24 1.18.29 1.53l-1.19.17c-.05-.37-.13-.81-.23-1.32-.11-.52-.19-.9-.24-1.15Zm1.12-2.18 1.41-.33c.08.17.16.37.25.59.1.22.19.44.28.67.03.08.06.16.1.25.04.08.07.16.1.22l-1.46.25c-.11-.33-.29-.79-.56-1.36-.01-.05-.04-.1-.06-.15a1.96 1.96 0 0 1-.06-.14Zm4.81 12.91-1.31-.83c.43-.61.76-1.2.96-1.75.21-.56.35-1.19.41-1.89.08-.7.11-1.66.11-2.9V6.45c.88-.08 1.76-.21 2.64-.39.88-.18 1.63-.38 2.25-.61l.46 1.38c-.49.18-1.1.35-1.84.53-.74.17-1.45.3-2.12.38v3.46c0 1.22-.04 2.21-.12 2.97-.08.75-.23 1.45-.45 2.08-.22.63-.55 1.3-.99 2.02ZM5.9 6.5h6.29v1.28H5.9V6.5Zm6.44 4.34H5.58V9.55h6.76v1.29Zm1.2-1.14h4.91v1.4h-1.3v6.96h-1.4V11.1h-2.21V9.7Zm-1.35 3.64H5.81v-1.29h6.38v1.29Z", fill: "#FFF" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var BadgeNewCn = { render }; var badgeNewCn = function badgeNewCn2() { return svg({ name: "IconBadgeNewCn", component: BadgeNewCn, filledComponent: BadgeNewCn })(); }; export { badgeNewCn as default };