@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 983 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ReplyAllIcon=({width:l=24,height:e=24,hidden:a=!1,title:t="Reply All"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${l}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${t}"
>
<path
d="M22.105 6H22V3a.733.733 0 0 0-.739-.735.718.718 0 0 0-.513.216l-6.843 6.885a.735.735 0 0 0 0 .984l6.843 7.434a.718.718 0 0 0 .513.216.733.733 0 0 0 .739-.735V14a12.429 12.429 0 0 1 12.179 4.785.455.455 0 0 0 .821-.272C35 16.5 32.779 6 22.105 6ZM12.27 18.5H12v-3.765a.733.733 0 0 0-.739-.735.718.718 0 0 0-.513.216l-8.559 8.292a.735.735 0 0 0 0 .984l8.559 8.292a.718.718 0 0 0 .513.216.733.733 0 0 0 .739-.735v-3.548c6.4-1.033 12.118 2.748 15 6.379a.555.555 0 0 0 1-.332C28 31.313 25.29 18.5 12.27 18.5Z"
/>
</svg>`;
//# sourceMappingURL=ReplyAll.js.map