@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 1.01 kB
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TableRowRemoveCenterIcon=({width:a=24,height:e=24,hidden:t=!1,title:r="Table Row Remove Center"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M35.9 19a8.9 8.9 0 1 0-8.9 8.9 8.9 8.9 0 0 0 8.9-8.9Zm-3.9.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5Z"
/>
<path
d="M2 3v32a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1v-5.893a12.139 12.139 0 0 1-2 1.123V34h-8v-3.084a12.139 12.139 0 0 1-2-.684V34h-8v-8h3.308a12.229 12.229 0 0 1-1.808-4H6v-6h9.5a12.229 12.229 0 0 1 1.809-4H14V4h8v3.769a12.154 12.154 0 0 1 2-.685V4h8v3.769a12.108 12.108 0 0 1 2 1.123V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1Zm10 23v8H4v-8Zm0-22v8H4V4Z"
/>
</svg>`;
//# sourceMappingURL=TableRowRemoveCenter.js.map