@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 766 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ThumbUpIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Thumb Up"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<rect height="18" rx="1" ry="1" width="6" x="2" y="14" />
<path
d="M30.967 14H21a54.94 54.94 0 0 0 1-9.08C22 3.259 20.968 2 20 2a1.839 1.839 0 0 0-2 2 11.326 11.326 0 0 1-2.516 6.258A46.35 46.35 0 0 1 10 15.042V30s2.809-.033 14 0a3.946 3.946 0 0 0 3.677-2.424l5.128-10.788A2 2 0 0 0 30.967 14Z"
/>
</svg>`;
//# sourceMappingURL=ThumbUp.js.map