vuesion/vuesion

View on GitHub
src/components/icons/VueIconPhoneIncoming.vue

Summary

Maintainability
Test Coverage
<template>
  <i>
    <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
      <path
        d="M13.333 1.667v5h5M19.166.833l-5.833 5.834M18.333 14.1v2.5a1.667 1.667 0 01-1.816 1.667 16.49 16.49 0 01-7.192-2.559 16.25 16.25 0 01-5-5 16.492 16.492 0 01-2.558-7.225 1.666 1.666 0 011.658-1.816h2.5A1.667 1.667 0 017.592 3.1c.105.8.3 1.586.583 2.342A1.667 1.667 0 017.8 7.2L6.742 8.258a13.333 13.333 0 005 5L12.8 12.2a1.665 1.665 0 011.758-.375 10.7 10.7 0 002.342.583 1.666 1.666 0 011.433 1.692z"
        stroke="currentColor"
        stroke-width="1"
        stroke-linecap="round"
        stroke-linejoin="round"
      />
    </svg>
  </i>
</template>

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