@rhds/icons
Version:
1 lines • 476 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 32 32"><path d="M25.5 11H24V8c0-4.411-3.589-8-8-8S8 3.589 8 8v3H6.5c-.827 0-1.5.673-1.5 1.5v17c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5v-17c0-.827-.673-1.5-1.5-1.5ZM10 8c0-3.309 2.691-6 6-6s6 2.691 6 6v3H10V8Zm15 21H7V13h18v16Z"/><circle cx="16" cy="21" r="1.5"/></svg>`;export default t.content.cloneNode(true);