@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 752 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const GraphBarHorizontalIcon=({width:a=24,height:t=24,hidden:r=!1,title:e="Graph Bar Horizontal"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${e}"
>
<path
d="M33 10H6V4h27a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1ZM23 18H6v-6h17a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1ZM15 26H6v-6h9a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1ZM11 34H6v-6h5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1Z"
/>
<rect height="34" rx=".5" ry=".5" width="2" x="2" y="2" />
</svg>`;
//# sourceMappingURL=GraphBarHorizontal.js.map