@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 759 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const FeedbackIcon=({width:e=24,height:a=24,hidden:t=!1,title:r="Feedback"}={})=>l`<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="${r}"
>
<path
d="M30 2H6a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h2v8.793a.5.5 0 0 0 .854.354L18 26h12a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4ZM8 17.35a3.85 3.85 0 1 1 3.85-3.85A3.85 3.85 0 0 1 8 17.35Zm10 0a3.85 3.85 0 1 1 3.85-3.85A3.85 3.85 0 0 1 18 17.35Zm10 0a3.85 3.85 0 1 1 3.85-3.85A3.85 3.85 0 0 1 28 17.35Z"
/>
</svg>`;
//# sourceMappingURL=Feedback.js.map