@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
14 lines (13 loc) • 518 B
JavaScript
;import{tag as i}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const LoupeViewIcon=({width:e=24,height:t=24,hidden:r=!1,title:l="Loupe View"}={})=>i`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<rect height="32" rx="1" ry="1" width="32" x="2" y="2" />
</svg>`;
//# sourceMappingURL=LoupeView.js.map