@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
25 lines (24 loc) • 1.47 kB
JavaScript
"use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ViewTransparencyIcon=({width:t=24,height:r=24,hidden:e=!1,title:i="View Transparency"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
width="${t}"
height="${r}"
viewBox="0 0 20 20"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${i}"
>
<path
d="M15.75,18H4.25c-1.24072,0-2.25-1.00977-2.25-2.25V4.25c0-1.24023,1.00928-2.25,2.25-2.25h11.5c1.24072,0,2.25,1.00977,2.25,2.25v11.5c0,1.24023-1.00928,2.25-2.25,2.25ZM4.25,3.5c-.41357,0-.75.33691-.75.75v11.5c0,.41309.33643.75.75.75h11.5c.41357,0,.75-.33691.75-.75V4.25c0-.41309-.33643-.75-.75-.75H4.25Z"
fill="currentColor"
/>
<rect x="4" y="4" width="3" height="3" fill="currentColor" opacity=".5" />
<rect x="10" y="4" width="3" height="3" fill="currentColor" opacity=".5" />
<rect x="7" y="7" width="3" height="3" fill="currentColor" opacity=".5" />
<rect x="13" y="7" width="3" height="3" fill="currentColor" opacity=".5" />
<rect x="4" y="10" width="3" height="3" fill="currentColor" opacity=".5" />
<rect x="10" y="10" width="3" height="3" fill="currentColor" opacity=".5" />
<rect x="7" y="13" width="3" height="3" fill="currentColor" opacity=".5" />
<rect x="13" y="13" width="3" height="3" fill="currentColor" opacity=".5" />
</svg>`;
//# sourceMappingURL=ViewTransparency.js.map