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