@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
18 lines (17 loc) • 894 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const WebPageIcon=({width:e=24,height:r=24,hidden:t=!1,title:l="Web Page"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${r}"
viewBox="0 0 20 20"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<circle cx="4.125" cy="6" r=".75" fill="currentColor" />
<path
d="m16.75,3H3.25c-1.24023,0-2.25,1.00977-2.25,2.25v9.5c0,1.24023,1.00977,2.25,2.25,2.25h13.5c1.24023,0,2.25-1.00977,2.25-2.25V5.25c0-1.24023-1.00977-2.25-2.25-2.25ZM2.5,5.25c0-.41309.33691-.75.75-.75h13.5c.41309,0,.75.33691.75.75v2.25H2.5v-2.25Zm14.25,10.25H3.25c-.41309,0-.75-.33691-.75-.75v-5.75h15v5.75c0,.41309-.33691.75-.75.75Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=WebPage.js.map