@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 851 B
JavaScript
;import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GraphHistogramIcon=({width:a=24,height:t=24,hidden:e=!1,title:r="Graph Histogram"}={})=>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="${r}"
>
<path
d="M33.5 30h-3a.5.5 0 0 0-.5.5v-4a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v-6a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v-8a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V6.519A.519.519 0 0 0 17.481 6h-2.962a.519.519 0 0 0-.519.519V10.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v8a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V34h32v-3.5a.5.5 0 0 0-.5-.5Z"
/>
</svg>`;
//# sourceMappingURL=GraphHistogram.js.map