<template>
    <svg
        xmlns="http://www.w3.org/2000/svg"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        t="1595844164348"
        class="icon"
        viewBox="0 0 1024 1024"
        version="1.1"
        p-id="7080"
        width="60"
        height="60"
    >
        <path
            d="M512 0c282.76736 0 512 229.23264 512 512S794.76736 1024 512 1024 0 794.76736 0 512 229.23264 0 512 0z"
            fill="#000000"
            fill-opacity="0.5"
            p-id="7081"
        />
        <path
            d="M512 0c282.76736 0 512 229.23264 512 512S794.76736 1024 512 1024 0 794.76736 0 512 229.23264 0 512 0z m0 30.72C246.19008 30.72 30.72 246.19008 30.72 512S246.19008 993.28 512 993.28 993.28 777.80992 993.28 512 777.80992 30.72 512 30.72z"
            fill="#FFFFFF"
            p-id="7082"
        />
        <path
            d="M712.41728 546.73408L421.0688 728.84224a40.96 40.96 0 0 1-62.6688-34.73408V329.89184a40.96 40.96 0 0 1 62.6688-34.73408l291.34848 182.10816a40.96 40.96 0 0 1 0 69.46816z"
            fill="#FFFFFF"
            p-id="7083"
        />
    </svg>
</template>

<script lang="ts">
import { Component, Vue } from "vue-property-decorator";

@Component({ components: {} })
export default class VideoPlayerIcon extends Vue {}
</script>