@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 812 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const UnresolvedCommentIcon=({width:e=24,height:t=24,hidden:a=!1,title:r="Unresolved Comment"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${t}"
viewBox="0 0 36 36"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M30 4a2.002 2.002 0 0 1 2 2v16a2.002 2.002 0 0 1-2 2H17.171l-.585.586L10 31.172V24H6a2.002 2.002 0 0 1-2-2V6a2.002 2.002 0 0 1 2-2h24Zm0-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-4Z"
/>
<rect x="10" y="12" width="16" height="4" rx=".5" ry=".5" />
</svg>`;
//# sourceMappingURL=UnresolvedComment.js.map