vuesion/vuesion

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

Summary

Maintainability
Test Coverage
<template>
  <i>
    <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
      <path
        d="M16.517 1.667H3.484a1.817 1.817 0 00-1.817 1.816v13.034c0 1.003.813 1.816 1.817 1.816h13.033a1.817 1.817 0 001.817-1.816V3.483a1.817 1.817 0 00-1.817-1.816zM5.833 1.667v16.666M14.167 1.667v16.666M1.667 10h16.667M1.667 5.833h4.167M1.667 14.167h4.167M14.167 14.167h4.167M14.167 5.833h4.167"
        stroke="currentColor"
        stroke-width="1"
        stroke-linecap="round"
        stroke-linejoin="round"
      />
    </svg>
  </i>
</template>

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