@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
27 lines (26 loc) • 1.31 kB
JavaScript
"use strict";import{tag as t}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const KeyboardIcon=({width:r=24,height:l=24,hidden:c=!1,title:e="Keyboard"}={})=>t`<svg
xmlns="http://www.w3.org/2000/svg"
width="${r}"
height="${l}"
viewBox="0 0 20 20"
aria-hidden=${c?"true":"false"}
role="img"
fill="currentColor"
aria-label="${e}"
>
<path
d="m16.75,15H3.25c-1.24072,0-2.25-1.00977-2.25-2.25v-6.5c0-1.24023,1.00928-2.25,2.25-2.25h13.5c1.24072,0,2.25,1.00977,2.25,2.25v6.5c0,1.24023-1.00928,2.25-2.25,2.25ZM3.25,5.5c-.41357,0-.75.33691-.75.75v6.5c0,.41309.33643.75.75.75h13.5c.41357,0,.75-.33691.75-.75v-6.5c0-.41309-.33643-.75-.75-.75H3.25Z"
fill="currentColor"
/>
<path
d="m12.25,12h-4.5c-.41406,0-.75-.33594-.75-.75s.33594-.75.75-.75h4.5c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<circle cx="5" cy="8" r="1" fill="currentColor" />
<circle cx="8.33333" cy="8" r="1" fill="currentColor" />
<circle cx="11.66667" cy="8" r="1" fill="currentColor" />
<circle cx="15" cy="8" r="1" fill="currentColor" />
<circle cx="5" cy="11" r="1" fill="currentColor" />
<circle cx="15" cy="11" r="1" fill="currentColor" />
</svg>`;
//# sourceMappingURL=Keyboard.js.map