@rhds/icons
Version:
1 lines • 515 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 36 36"><path d="M18 3.38a14.62 14.62 0 1 0 9.4 25.82.62.62 0 1 0-.8-.95 13.48 13.48 0 1 1 3.15-3.87H27A2.39 2.39 0 0 1 24.62 22V12a.62.62 0 0 0-1.24 0v2a7.12 7.12 0 1 0 0 8A3.62 3.62 0 0 0 27 25.62h3a.64.64 0 0 0 .63-.31A14.63 14.63 0 0 0 18 3.38Zm-.5 20.5A5.88 5.88 0 1 1 23.38 18a5.89 5.89 0 0 1-5.88 5.88Z"/></svg>`;export default t.content.cloneNode(true);