@rhds/icons
Version:
1 lines • 479 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 8.63a.62.62 0 1 0-.62-.63.61.61 0 0 0 .62.63Z"/><path d="M25 4.38H11a.62.62 0 0 0-.62.62v26a.62.62 0 0 0 .62.62h14a.62.62 0 0 0 .62-.62V5a.62.62 0 0 0-.62-.62Zm-.62 26H11.62V5.62h12.76Z"/><path d="M16 28.62h4a.62.62 0 0 0 0-1.24h-4a.62.62 0 1 0 0 1.24Z"/></svg>`;export default t.content.cloneNode(true);