@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 920 B
JavaScript
;import{tag as i}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GradientIcon=({width:t=24,height:e=24,hidden:r=!1,title:l="Gradient"}={})=>i`<svg
xmlns="http://www.w3.org/2000/svg"
width="${t}"
height="${e}"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 20 20"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<rect x="3" y="3" width="14" height="14" fill="currentColor" />
<path
d="m15.75,18H4.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.25v11.5c0,1.24023-1.00977,2.25-2.25,2.25ZM4.25,3.5c-.41309,0-.75.33691-.75.75v11.5c0,.41309.33691.75.75.75h11.5c.41309,0,.75-.33691.75-.75V4.25c0-.41309-.33691-.75-.75-.75H4.25Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=Gradient.js.map