@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 852 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ConversionFunnelIcon=({width:e=24,height:a=24,hidden:t=!1,title:l="Conversion Funnel"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${a}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M10 24v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V24Zm11.975 4.2-5.053 6.738a.375.375 0 0 1-.565.04L12.7 31.326a.375.375 0 0 1 0-.53l1.6-1.596a.375.375 0 0 1 .53 0l1.512 1.512 3.233-4.312a.375.375 0 0 1 .525-.075l1.8 1.35a.375.375 0 0 1 .075.525ZM29 12H5l4.167 10h15.666L29 12zM33.25 0H.75a.5.5 0 0 0-.462.692L4.167 10h25.666L33.712.692A.5.5 0 0 0 33.25 0Z"
/>
</svg>`;
//# sourceMappingURL=ConversionFunnel.js.map