@rhds/icons
Version:
1 lines • 505 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 29H3V7a1 1 0 1 0-2 0v22.5c0 .827.673 1.5 1.5 1.5H25a1 1 0 1 0 0-2Z"/><path d="M29.5 1h-21C7.673 1 7 1.673 7 2.5v21c0 .827.673 1.5 1.5 1.5h21c.827 0 1.5-.673 1.5-1.5v-21c0-.827-.673-1.5-1.5-1.5ZM19 8.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm6 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z"/></svg>`;export default t.content.cloneNode(true);