@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 1.11 kB
JavaScript
;import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TableEditIcon=({width:a=24,height:t=24,hidden:e=!1,title:l="Table Edit"}={})=>h`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M17.292 28.438a3.522 3.522 0 0 1 .2-.438H12v-4h9.167l2-2H12v-4h15.167L29 16.172c.064-.065.138-.113.206-.172H12v-4h18v3.457a3.55 3.55 0 0 1 1.5-.407l.115-.006h.092c.1 0 .2.02.294.028V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1h13.764ZM4 4h26v6H4Zm6 24H4v-4h6Zm0-6H4v-4h6Zm0-6H4v-4h6ZM35.738 21.764l-3.506-3.5a.736.736 0 0 0-.526-.215h-.024a.838.838 0 0 0-.564.247L20.929 28.48a.62.62 0 0 0-.152.256l-2.661 6.631c-.069.229.28.517.477.517a.256.256 0 0 0 .037 0c.168-.038 5.755-2.4 6.634-2.661a.6.6 0 0 0 .252-.151l10.19-10.19a.834.834 0 0 0 .245-.537.74.74 0 0 0-.213-.581ZM24.769 32.1c-1.314.4-3.928 1.862-5.064 2.2l2.195-5.068Z"
/>
</svg>`;
//# sourceMappingURL=TableEdit.js.map