UNPKG

@rhds/icons

Version:
1 lines 501 B
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="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.5ZM29 23H9V3h20v20Z"/><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"/><circle cx="24" cy="8" r="1.5"/><circle cx="19" cy="8" r="1.5"/></svg>`;export default t.content.cloneNode(true);