@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 811 B
JavaScript
"use strict";import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TableAndChartIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Table And Chart"}={})=>h`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<path
d="M33 20H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V21a1 1 0 0 0-1-1ZM12 32H4v-4h8Zm0-6H4v-4h8Zm20 6H14v-4h18Zm0-6H14v-4h18Z"
/>
<rect height="16" rx="1" ry="1" width="8" x="26" y="2" />
<rect height="10" rx="1" ry="1" width="8" x="14" y="8" />
<rect height="6" rx="1" ry="1" width="8" x="2" y="12" />
</svg>`;
//# sourceMappingURL=TableAndChart.js.map