@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 1.04 kB
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const BlurIcon=({width:t=24,height:e=24,hidden:r=!1,title:l="Blur"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${t}"
height="${e}"
viewBox="0 0 20 20"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="m10,18.75c-3.84766,0-6.75-2.70312-6.75-6.28809,0-2.73633,2.31934-5.78418,4.36523-8.47363.6543-.85938,1.27246-1.6709,1.76074-2.4043.27734-.41797.9707-.41797,1.24805,0,.48828.7334,1.10645,1.54492,1.76074,2.4043,2.0459,2.68945,4.36523,5.7373,4.36523,8.47363,0,3.58496-2.90234,6.28809-6.75,6.28809Zm0-15.44141c-.36914.50879-.77246,1.03906-1.19043,1.58789-1.90332,2.50098-4.05957,5.33496-4.05957,7.56543,0,2.77441,2.20801,4.78809,5.25,4.78809s5.25-2.01367,5.25-4.78809c0-2.23047-2.15625-5.06445-4.05957-7.56543-.41797-.54883-.82129-1.0791-1.19043-1.58789Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=Blur.js.map