@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
34 lines (33 loc) • 1.68 kB
JavaScript
;import{tag as e}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const FullScreenIcon=({width:l=24,height:r=24,hidden:t=!1,title:c="Full Screen"}={})=>e`<svg
xmlns="http://www.w3.org/2000/svg"
width="${l}"
height="${r}"
viewBox="0 0 20 20"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${c}"
>
<path
d="M12.75,14.93652h-5.5c-1.24072,0-2.25-1.00928-2.25-2.25v-5.5c0-1.24072,1.00928-2.25,2.25-2.25h5.5c1.24072,0,2.25,1.00928,2.25,2.25v5.5c0,1.24072-1.00928,2.25-2.25,2.25ZM7.25,6.43652c-.41357,0-.75.33643-.75.75v5.5c0,.41357.33643.75.75.75h5.5c.41357,0,.75-.33643.75-.75v-5.5c0-.41357-.33643-.75-.75-.75h-5.5Z"
fill="currentColor"
/>
<path
d="M4.5,19h-2.25c-.68945,0-1.25-.56055-1.25-1.25v-2.25c0-.41406.33594-.75.75-.75s.75.33594.75.75v2h2c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="M17.75,19h-2.25c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h2v-2c0-.41406.33594-.75.75-.75s.75.33594.75.75v2.25c0,.68945-.56055,1.25-1.25,1.25Z"
fill="currentColor"
stroke-width="0"
/>
<path
d="M18.25,5.25c-.41406,0-.75-.33594-.75-.75v-2h-2c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h2.25c.68945,0,1.25.56055,1.25,1.25v2.25c0,.41406-.33594.75-.75.75ZM17.75,2.5h.00977-.00977Z"
fill="currentColor"
/>
<path
d="M1.75,5.25c-.41406,0-.75-.33594-.75-.75v-2.25c0-.68945.56055-1.25,1.25-1.25h2.25c.41406,0,.75.33594.75.75s-.33594.75-.75.75h-2v2c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=FullScreen.js.map