@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
20 lines (19 loc) • 906 B
JavaScript
"use strict";import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const JourneyReportsIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Journey Reports"}={})=>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}"
>
<rect height="18" rx=".5" width="2" x="34" y="18" />
<rect height="12" rx=".5" width="2" x="30" y="24" />
<rect height="8" rx=".5" width="2" x="26" y="28" />
<rect height="6" rx=".5" width="2" x="22" y="30" />
<path
d="M20 28a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h4.1a5 5 0 1 0 0-2H20a4 4 0 0 0-4 4v6h-4.1a5 5 0 1 0 0 2H16v8a4 4 0 0 0 4 4Zm9-24a3 3 0 1 1-3 3 3 3 0 0 1 3-3ZM7 20a3 3 0 1 1 3-3 3 3 0 0 1-3 3Z"
/>
</svg>`;
//# sourceMappingURL=JourneyReports.js.map