@rhds/icons
Version:
1 lines • 484 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="M12.5 1h-7C4.673 1 4 1.673 4 2.5v27c0 .827.673 1.5 1.5 1.5h7c.827 0 1.5-.673 1.5-1.5v-27c0-.827-.673-1.5-1.5-1.5ZM12 29H6V3h6v26ZM26.5 1h-7c-.827 0-1.5.673-1.5 1.5v27c0 .827.673 1.5 1.5 1.5h7c.827 0 1.5-.673 1.5-1.5v-27c0-.827-.673-1.5-1.5-1.5ZM26 29h-6V3h6v26Z"/></svg>`;export default t.content.cloneNode(true);