File size: 185 Bytes
af6912c
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
var svg = `
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25" class="abcjs-play-svg">
    <g>
    <polygon points="4 0 23 12.5 4 25"/>
    </g>
</svg>
`

module.exports = svg