@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
20 lines (19 loc) • 808 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ImagesIcon=({width:a=24,height:e=24,hidden:t=!1,title:r="Images"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M32 5a1.068 1.068 0 0 0-1.125-1H1.125A1.068 1.068 0 0 0 0 5v22a1.068 1.068 0 0 0 1.125 1H2V6h30Z"
/>
<path
d="M35 8H5a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1Zm-1 19.373L28.728 22.1a2 2 0 0 0-2.828 0l-3.072 3.072-7.556-7.557a2 2 0 0 0-2.828 0L6 24.059V10h28Z"
/>
<circle cx="29" cy="15" r="2.5" />
</svg>`;
//# sourceMappingURL=Images.js.map