const icon: string = '<svg class="pn-icon-svg" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 25"><path fill="#000" fill-rule="evenodd" d="M12 2.74c-5.523 0-10 4.477-10 10s4.477 10 10 10 10-4.477 10-10-4.477-10-10-10m-8 10a8 8 0 1 1 16 0 8 8 0 0 1-16 0m6.555-4.832A1 1 0 0 0 9 8.74v8a1 1 0 0 0 1.555.832l6-4a1 1 0 0 0 0-1.664zm3.642 4.832L11 14.87v-4.263z" clip-rule="evenodd"/></svg>';
export const play = icon;