@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 652 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const JumpToTopIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Jump To Top"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<path
d="M22 22v11a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1V22H5.007a.5.5 0 0 1-.354-.854L17 9l12.346 12.146a.5.5 0 0 1-.354.854Z"
/>
<rect height="4" rx=".5" ry=".5" width="34" y="2" />
</svg>`;
//# sourceMappingURL=JumpToTop.js.map