@rhds/icons
Version:
1 lines • 721 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="M15.16 20.145A7.936 7.936 0 0 1 14 16c0-1.156.252-2.253.695-3.246a9.47 9.47 0 0 0-2.13-.893A5.503 5.503 0 0 0 15.5 7c0-3.032-2.467-5.5-5.5-5.5S4.5 3.968 4.5 7a5.503 5.503 0 0 0 2.935 4.861C3.441 12.984.5 16.651.5 21a.5.5 0 0 0 .5.5h12.557a11.98 11.98 0 0 1 1.602-1.355Z"/><path d="M24.565 20.861A5.503 5.503 0 0 0 27.5 16c0-3.032-2.467-5.5-5.5-5.5s-5.5 2.468-5.5 5.5a5.503 5.503 0 0 0 2.935 4.862C15.441 21.985 12.5 25.651 12.5 30a.5.5 0 0 0 .5.5h18a.5.5 0 0 0 .5-.5c0-4.349-2.94-8.015-6.935-9.139Z"/></svg>`;export default t.content.cloneNode(true);