vinicius73/vue-page-title

View on GitHub
example/components/icons/Telegram.vue

Summary

Maintainability
Test Coverage
<template>
  <svg width="1em" height="1em" viewBox="0 0 24 24">
    <path
      d="M9.78 18.65l.28-4.23l7.68-6.92c.34-.31-.07-.46-.52-.19L7.74 13.3L3.64 12c-.88-.25-.89-.86.2-1.3l15.97-6.16c.73-.33 1.43.18 1.15 1.3l-2.72 12.81c-.19.91-.74 1.13-1.5.71L12.6 16.3l-1.99 1.93c-.23.23-.42.42-.83.42z"
      fill="currentColor"
    ></path>
  </svg>
</template>

<script lang="ts">
export default {
  name: 'MdiTelegram',
};
</script>