@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 701 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ReplyIcon=({width:e=24,height:t=24,hidden:a=!1,title:l="Reply"}={})=>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="M15.029 10H14V4.8a.8.8 0 0 0-.806-.8.785.785 0 0 0-.56.236L2.207 15.464a.8.8 0 0 0 0 1.072l10.427 11.228a.785.785 0 0 0 .56.236.8.8 0 0 0 .806-.8V22a19.71 19.71 0 0 1 18.791 6.81.67.67 0 0 0 1.209-.4C34 25.453 30.732 10 15.029 10Z"
/>
</svg>`;
//# sourceMappingURL=Reply.js.map