@rhds/icons
Version:
1 lines • 870 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 20.38c-2.07 0-4 .81-5.45 2.29-.24.25-.24.64 0 .88s.64.24.88 0c1.21-1.23 2.83-1.91 4.55-1.91s3.34.68 4.55 1.91c.12.12.28.19.45.19s.32-.06.44-.18a.61.61 0 0 0 0-.88 7.56 7.56 0 0 0-5.45-2.29Zm0-7c-3.96 0-7.67 1.56-10.45 4.39-.24.25-.24.64 0 .88s.64.24.88 0c2.54-2.59 5.93-4.01 9.55-4.01s7.02 1.43 9.55 4.01c.12.12.28.19.45.19s.32-.06.44-.18a.61.61 0 0 0 0-.88 14.508 14.508 0 0 0-10.45-4.39Z"/><path d="M32.44 13.27c-3.88-3.8-9.01-5.9-14.44-5.9S7.32 9.52 3.42 13.41c-.24.24-.24.64 0 .88.12.12.28.18.44.18s.32-.06.44-.18c3.66-3.65 8.52-5.67 13.69-5.67s9.92 1.97 13.56 5.54c.25.24.64.24.88 0 .24-.25.24-.64 0-.88Z"/><circle cx="18" cy="28" r="1.63"/></svg>`;export default t.content.cloneNode(true);