@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 645 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const LandscapeIcon=({width:a=24,height:e=24,hidden:t=!1,title:r="Landscape"}={})=>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}"
>
<circle cx="18" cy="14" r="4" />
<path
d="M33 6H3a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1Zm-1 22h-6v-4a4 4 0 0 0-4-4h-8a4 4 0 0 0-4 4v4H4V8h28Z"
/>
</svg>`;
//# sourceMappingURL=Landscape.js.map