@rhds/icons
Version:
1 lines • 685 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="M30.1 7.24A8.65 8.65 0 0 0 18 7.13c-8.44-7.56-19.82 4-12.1 12.32L17.56 31.1a.61.61 0 0 0 .88 0L30.1 19.45a8.66 8.66 0 0 0 0-12.21Zm-.89 11.32L18 29.78 6.79 18.56C0 11.17 10.57 1.19 17.53 8.45c.42.46.95.06 1.25-.32 7.14-6.67 17.1 3.28 10.43 10.43Z"/><path d="M20.62 16.41h-1.5V12a.62.62 0 0 0-1.19-.26l-3.12 7a.63.63 0 0 0 .57.88h1.5V24a.62.62 0 0 0 1.19.25l3.12-7a.63.63 0 0 0-.57-.84Zm-2.5 4.68V19a.62.62 0 0 0-.62-.63h-1.15L17.88 15v2a.62.62 0 0 0 .62.62h1.15Z"/></svg>`;export default t.content.cloneNode(true);