@rhds/icons
Version:
1 lines • 643 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="M19 27.25h-6a.75.75 0 0 0-.75.75c0 2.067 1.683 3.75 3.75 3.75s3.75-1.683 3.75-3.75a.75.75 0 0 0-.75-.75ZM26 10c0-5.514-4.486-10-10-10S6 4.486 6 10a9.9 9.9 0 0 0 3.022 7.142c.004.022-.005.044 0 .066l1.322 6.209A2.01 2.01 0 0 0 12.3 25h7.4c.938 0 1.761-.666 1.957-1.584l1.322-6.208c.004-.022-.004-.044-.001-.066A9.9 9.9 0 0 0 26 10ZM8 10c0-4.411 3.589-8 8-8s8 3.589 8 8a7.92 7.92 0 0 1-2.723 6H10.723A7.92 7.92 0 0 1 8 10Z"/></svg>`;export default t.content.cloneNode(true);