@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 1.07 kB
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const SentimentNegativeIcon=({width:e=24,height:t=24,hidden:a=!1,title:l="Sentiment Negative"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm5.473 6.432c1.657 0 3 1.679 3 3.75s-1.343 3.75-3 3.75-3-1.679-3-3.75 1.343-3.75 3-3.75Zm-11.108.1c1.656 0 3 1.679 3 3.75s-1.344 3.75-3 3.75-3-1.679-3-3.75 1.343-3.748 3-3.748Zm14.512 16.11-.942.476a1 1 0 0 1-1.124-.152c-.333-.3-.727-.659-.829-.73a10.487 10.487 0 0 0-5.941-1.736 10.474 10.474 0 0 0-6 1.771c-.124.088-.489.424-.8.717a1 1 0 0 1-1.134.161l-.928-.47a1 1 0 0 1-.29-1.564c.232-.257.442-.483.526-.558a13.008 13.008 0 0 1 8.626-3.057 12.969 12.969 0 0 1 8.729 3.15c.047.043.208.219.4.432a1 1 0 0 1-.293 1.56Z"
/>
</svg>`;
//# sourceMappingURL=SentimentNegative.js.map