@rhds/icons
Version:
1 lines • 948 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="M27.997 20.229A8.81 8.81 0 0 0 28 20c0-5.514-4.486-10-10-10a9.956 9.956 0 0 0-9.214 6.11A7.552 7.552 0 0 0 7.5 16C3.364 16 0 19.364 0 23.5S3.364 31 7.5 31h19c3.032 0 5.5-2.467 5.5-5.5a5.46 5.46 0 0 0-4.003-5.271ZM26.5 29h-19A5.506 5.506 0 0 1 2 23.5a5.506 5.506 0 0 1 7.124-5.256 1.002 1.002 0 0 0 1.248-.655A7.966 7.966 0 0 1 18 11.999c4.411 0 8 3.59 8 8 0 .315-.023.624-.059.93a.998.998 0 0 0 .897 1.11A3.476 3.476 0 0 1 30 25.499c0 1.93-1.57 3.5-3.5 3.5Z"/><circle cx="2.25" cy="11" r="1.5"/><circle cx="5.523" cy="6.266" r="1.5"/><circle cx="10.339" cy="3.107" r="1.5"/><circle cx="15.985" cy="2" r="1.5"/><circle cx="21.64" cy="3.097" r="1.5"/><circle cx="26.453" cy="6.241" r="1.5"/><circle cx="29.75" cy="11.01" r="1.5"/></svg>`;export default t.content.cloneNode(true);