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.

35 lines (34 loc) 3.29 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" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "g", { "clip-path": "url(#msg_svg__clip131_1908)" }, [/* @__PURE__ */ createElementVNode("path", { d: "M14.162 2.096A.747.747 0 0 0 13.795 2H6.697A3.207 3.207 0 0 0 3.5 5.217v13.566A3.207 3.207 0 0 0 6.697 22h10.606a3.207 3.207 0 0 0 3.197-3.217v-9.99c0-.226-.1-.43-.26-.567a1.15 1.15 0 0 0-.097-.116l-5.524-5.728a1.112 1.112 0 0 0-.457-.286Zm.382 2.368 3.45 3.579h-2.486c-.512 0-.963-.425-.963-.894l-.001-2.685ZM7.998 15.342v1.41c0 .42.33.75.75.75s.75-.33.75-.75v-4c0-.104-.018-.2-.055-.288a.748.748 0 0 0-.164-.243.746.746 0 0 0-.243-.165.745.745 0 0 0-.475-.031.747.747 0 0 0-.447.326l-1.116 1.766-1.116-1.766a.743.743 0 0 0-.2-.214.746.746 0 0 0-.269-.117.744.744 0 0 0-.293-.01.744.744 0 0 0-.418.227.747.747 0 0 0-.204.515v4c0 .42.33.75.75.75s.75-.33.75-.75v-1.41l.366.58c.018.021.084.11.104.13.022.016.106.088.13.103a.744.744 0 0 0 .272.107.744.744 0 0 0 .293-.01.747.747 0 0 0 .27-.116.746.746 0 0 0 .2-.214l.365-.58Zm5.005-1.613a.93.93 0 0 0-.168-.123 1.152 1.152 0 0 0-.504-.104 1.28 1.28 0 0 0-.348.045.839.839 0 0 0-.237.104c.01.016-.045.096-.017.118.14.11.38.192.72.246.99.156 1.623.498 1.895 1.026.129.25.178.54.146.87a1.603 1.603 0 0 1-.285.777 2.152 2.152 0 0 1-.563.5c-.368.21-.803.314-1.306.314-.458 0-.876-.089-1.25-.266-.236-.12-.511-.307-.673-.486a1.727 1.727 0 0 1-.39-.72.743.743 0 0 1 .537-.914.743.743 0 0 1 .915.538c.02.075.091.145.216.209.18.092.396.139.645.139.239 0 .427-.04.565-.118.008-.01.094-.092.096-.113-.003-.096-.264-.193-.783-.275-.595-.094-1.065-.276-1.41-.546a1.693 1.693 0 0 1-.437-.5 2.21 2.21 0 0 1-.142-.341 1.552 1.552 0 0 1-.024-.724c.036-.162.101-.317.196-.465a1.76 1.76 0 0 1 .52-.52c.197-.13.417-.228.662-.297.241-.068.492-.101.752-.101a2.659 2.659 0 0 1 1.154.252c.33.158.584.37.76.632.032.048.061.099.089.15a.743.743 0 0 1-.32 1.012.743.743 0 0 1-1.011-.32Zm6.276.493a.747.747 0 0 0-.237-.163.77.77 0 0 0 .187-.115.743.743 0 0 0 .095-1.056 2.532 2.532 0 0 0-.803-.641 2.31 2.31 0 0 0-1.03-.245 2.277 2.277 0 0 0-1.235.358 2.521 2.521 0 0 0-.732.7 2.804 2.804 0 0 0-.445.992c-.054.227-.08.46-.08.7a3.012 3.012 0 0 0 .182 1.037 2.803 2.803 0 0 0 .512.87 2.52 2.52 0 0 0 .792.61 2.307 2.307 0 0 0 1.005.233 2.288 2.288 0 0 0 1.267-.38c.21-.137.4-.305.567-.507a.744.744 0 0 0 .174-.48v-1.383c0-.104-.018-.2-.055-.288a.746.746 0 0 0-.164-.242Zm-1.107-.373a1.008 1.008 0 0 0-.322-.261.807.807 0 0 0-.487-.076.8.8 0 0 0-.223.072.993.993 0 0 0-.316.246 1.32 1.32 0 0 0-.235.402c-.041.139-.09.37-.09.52 0 .15.02.294.061.432.056.15.161.37.259.483.094.108.204.196.32.253a.806.806 0 0 0 .48.071.81.81 0 0 0 .231-.076.94.94 0 0 0 .148-.093v-.32h-.35c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h.697a.773.773 0 0 1-.173-.153Z", "fill-rule": "evenodd" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Msg = { render }; var index = function index2() { return svg({ name: "IconMsg", component: Msg })(); }; export { index as default };