@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 593 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ArrowUpIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Arrow Up"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
width="${t}"
height="${e}"
viewBox="0 0 36 36"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<path
d="M24 16.1v17a1 1 0 0 1-1 1H13a1 1 0 0 1-1-1v-17H5.007a.5.5 0 0 1-.353-.854L18 1.9l13.346 13.346a.5.5 0 0 1-.353.854Z"
/>
</svg>`;
//# sourceMappingURL=ArrowUp.js.map