@rhds/icons
Version:
1 lines • 556 B
JavaScript
const t = document.createElement('template');t.innerHTML=`<!-- © Red Hat, Inc. CC-BY-4.0 licensed --><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M3.538 9.477A.75.75 0 0 0 2.25 10v8c0 7.582 6.168 13.75 13.75 13.75 2.207 0 4.401-.536 6.347-1.55a.75.75 0 0 0 .19-1.187l-19-19.536Zm27.169 19.816-3.435-3.435A13.6 13.6 0 0 0 29.75 18V3.77a.75.75 0 0 0-.594-.734l-13-2.77a.765.765 0 0 0-.312 0L4.168 2.755 1.707.293A1 1 0 1 0 .293 1.707l29 29a.997.997 0 0 0 1.414 0 1 1 0 0 0 0-1.414Z"/></svg>`;export default t.content.cloneNode(true);