@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
23 lines (22 loc) • 790 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TransparencyIcon=({width:e=24,height:a=24,hidden:t=!1,title:h="Transparency"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${a}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${h}"
>
<g>
<path
opacity=".5"
d="M12 12h6v6h-6zM6 6h6v6H6zM6 18h6v6H6zM18 18h6v6h-6zM24 12h6v6h-6zM18 6h6v6h-6zM12 24h6v6h-6zM24 24h6v6h-6z"
/>
<path
d="M31 4H5a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1Zm-1 26H6V6h24Z"
fill-rule="evenodd"
/>
</g>
</svg>`;
//# sourceMappingURL=Transparency.js.map