@rhds/icons
Version:
1 lines • 691 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 27h-6a1 1 0 0 0-1 1c0 2.206 1.794 4 4 4s4-1.794 4-4a1 1 0 0 0-1-1Zm-3 3a2 2 0 0 1-1.731-1h3.462a2 2 0 0 1-1.73 1Zm10-20c0-5.514-4.486-10-10-10S6 4.486 6 10a9.9 9.9 0 0 0 3.02 7.14c.004.023-.003.045.002.068l1.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-.023-.003-.045 0-.067A9.901 9.901 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 10Zm4.3 13-1.064-5h9.528L19.7 23h-7.4Z"/></svg>`;export default t.content.cloneNode(true);