@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 829 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GraphAreaIcon=({width:a=24,height:e=24,hidden:t=!1,title:l="Graph Area"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M30.371 16.743 34 24v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V18l10 12 3.584-5.376a.5.5 0 0 1 .832 0L20 30l9.517-13.324a.5.5 0 0 1 .854.067Z"
/>
<path
d="m11.769 25.66 2.068-3.1.083-.124a2.5 2.5 0 0 1 4.16 0l.083.124 1.911 2.866 7.811-10.935.1-.135a2.5 2.5 0 0 1 4.271.335l.074.148L34 18.187V2l-8 10-5.609-5.609a.5.5 0 0 0-.74.037L7.8 20.9Z"
/>
</svg>`;
//# sourceMappingURL=GraphArea.js.map