@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
27 lines (26 loc) • 1.32 kB
JavaScript
"use strict";import{tag as i}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const KeyboardIcon=({width:t=24,height:r=24,hidden:e=!1,title:h="Keyboard"}={})=>i`<svg
xmlns="http://www.w3.org/2000/svg"
height="${r}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${h}"
>
<rect height="4" rx=".5" ry=".5" width="4" y="8" />
<rect height="4" rx=".5" ry=".5" width="8" y="14" />
<rect height="4" rx=".5" ry=".5" width="6" x="28" y="14" />
<rect height="4" rx=".5" ry=".5" width="8" x="26" y="20" />
<rect height="4" rx=".5" ry=".5" width="6" y="20" />
<rect height="4" rx=".5" ry=".5" width="16" x="8" y="20" />
<rect height="4" rx=".5" ry=".5" width="4" x="6" y="8" />
<rect height="4" rx=".5" ry=".5" width="4" x="12" y="8" />
<rect height="4" rx=".5" ry=".5" width="4" x="18" y="8" />
<rect height="4" rx=".5" ry=".5" width="4" x="10" y="14" />
<rect height="4" rx=".5" ry=".5" width="4" x="16" y="14" />
<rect height="4" rx=".5" ry=".5" width="4" x="22" y="14" />
<rect height="4" rx=".5" ry=".5" width="4" x="24" y="8" />
<rect height="4" rx=".5" ry=".5" width="4" x="30" y="8" />
</svg>`;
//# sourceMappingURL=Keyboard.js.map