@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 645 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const PlayCircleIcon=({width:e=24,height:t=24,hidden:a=!1,title:l="Play Circle"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm8.537 16.86-12.027 7A1 1 0 0 1 14 26h-1a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1a1 1 0 0 1 .51.14l12.027 7a1 1 0 0 1 0 1.72Z"
/>
</svg>`;
//# sourceMappingURL=PlayCircle.js.map