@rhds/icons
Version:
1 lines • 434 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 9h-19C5.673 9 5 9.673 5 10.5v19c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5v-19c0-.827-.673-1.5-1.5-1.5ZM25 29H7V11h18v18ZM8 7h16a1 1 0 0 0 0-2H8a1 1 0 0 0 0 2Zm2-4h12a1 1 0 0 0 0-2H10a1 1 0 0 0 0 2Z"/></svg>`;export default t.content.cloneNode(true);