@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 666 B
JavaScript
;import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TableRowSplitIcon=({width:t=24,height:e=24,hidden:a=!1,title:l="Table Row Split"}={})=>h`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M33 2H3a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1ZM14 14h8v8h-8Zm-2 18H4v-8h8Zm0-10H4v-8h8Zm0-10H4V4h8Zm20 20H14v-8h18Zm0-10h-8v-8h8Zm0-10H14V4h18Z"
/>
</svg>`;
//# sourceMappingURL=TableRowSplit.js.map