@rhds/icons
Version:
1 lines • 451 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="M14 13.5v5c0 .827-.673 1.5-1.5 1.5h-9c-.827 0-1.5-.673-1.5-1.5v-5c0-.827.673-1.5 1.5-1.5h9c.827 0 1.5.673 1.5 1.5ZM28.5 12h-9c-.827 0-1.5.673-1.5 1.5v5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-5c0-.827-.673-1.5-1.5-1.5Z"/></svg>`;export default t.content.cloneNode(true);