@rhds/icons
Version:
1 lines • 724 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.74 20.42c.006-.139.01-.28.01-.42 0-5.376-4.374-9.75-9.75-9.75a9.708 9.708 0 0 0-9.06 6.144 7.264 7.264 0 0 0-1.44-.144c-3.998 0-7.25 3.252-7.25 7.25s3.252 7.25 7.25 7.25h19a5.256 5.256 0 0 0 5.25-5.25 5.211 5.211 0 0 0-4.01-5.08Z"/><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);