@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 755 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const SelectionIcon=({width:e=24,height:h=24,hidden:t=!1,title:v="Selection"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
height="${h}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${v}"
>
<path
d="M4 20h2v5H4zM4 12h2v5H4zM6 30v-2H4v3.111a.889.889 0 0 0 .89.889H9v-2ZM12 30h5v2h-5zM20 30h5v2h-5zM30 11h2v5h-2zM30 19h2v5h-2zM30 27v3h-2v2h3a1 1 0 0 0 1-1v-4ZM31.112 4H27v2h3v2h2V4.889A.889.889 0 0 0 31.112 4ZM19 4h5.001v2H19zM11 4h5.001v2H11zM8 4H5a1 1 0 0 0-1 1v4h2V6h2Z"
/>
</svg>`;
//# sourceMappingURL=Selection.js.map