@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
21 lines (20 loc) • 971 B
JavaScript
"use strict";import{tag as i}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const HistogramIcon=({width:t=24,height:r=24,hidden:e=!1,title:h="Histogram"}={})=>i`<svg
xmlns="http://www.w3.org/2000/svg"
height="${r}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${h}"
>
<rect height="10" rx=".5" ry=".5" width="2" x="2" y="24" />
<rect height="18" rx=".5" ry=".5" width="2" x="6" y="16" />
<rect height="18" rx=".5" ry=".5" width="2" x="18" y="16" />
<rect height="14" rx=".5" ry=".5" width="2" x="26" y="20" />
<rect height="6" rx=".5" ry=".5" width="2" x="30" y="28" />
<rect height="28" rx=".5" ry=".5" width="2" x="10" y="6" />
<rect height="22" rx=".5" ry=".5" width="2" x="14" y="12" />
<rect height="24" rx=".5" ry=".5" width="2" x="22" y="10" />
</svg>`;
//# sourceMappingURL=Histogram.js.map