@rhds/icons
Version:
1 lines • 619 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="M29.23 13.83H16.45C18.18 12.52 20 10.76 20 9.14a2.4 2.4 0 0 0-4.35-1.38 3.46 3.46 0 0 1-2.45 1.35 10.12 10.12 0 0 0 1.26 20.15h4.73a.62.62 0 0 0 .61-.49l2.26-10.15h7.18a2.4 2.4 0 0 0-.01-4.79Zm0 3.55h-7.68a.61.61 0 0 0-.61.48L18.68 28h-4.23c-11-.31-11.93-16-1.1-17.66a4.74 4.74 0 0 0 3.31-1.87 1.15 1.15 0 0 1 2.08.66c0 1.34-2.49 3.42-4.62 4.79a.63.63 0 0 0 .33 1.15h14.78a1.15 1.15 0 0 1 0 2.31Z"/></svg>`;export default t.content.cloneNode(true);