@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
28 lines (27 loc) • 1.08 kB
JavaScript
;import{tag as o}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GradientHorizontalIcon=({width:t=24,height:r=24,hidden:e=!1,title:l="Gradient Horizontal"}={})=>o`<svg
xmlns="http://www.w3.org/2000/svg"
width="${t}"
height="${r}"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 20 20"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<rect
x="3"
y="3"
width="14"
height="14"
transform="translate(0 20) rotate(-90)"
fill="currentColor"
stroke-width="0"
/>
<path
d="m18,4.25v11.5c0,1.24023-1.00977,2.25-2.25,2.25H4.25c-1.24023,0-2.25-1.00977-2.25-2.25V4.25c0-1.24023,1.00977-2.25,2.25-2.25h11.5c1.24023,0,2.25,1.00977,2.25,2.25ZM3.5,15.75c0,.41309.33691.75.75.75h11.5c.41309,0,.75-.33691.75-.75V4.25c0-.41309-.33691-.75-.75-.75H4.25c-.41309,0-.75.33691-.75.75v11.5Z"
fill="currentColor"
stroke-width="0"
/>
</svg>`;
//# sourceMappingURL=GradientHorizontal.js.map