@rhds/icons
Version:
1 lines • 308 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="M30 15H17V2a1 1 0 0 0-2 0v13H2a1 1 0 0 0 0 2h13v13a1 1 0 0 0 2 0V17h13a1 1 0 0 0 0-2Z"/></svg>`;export default t.content.cloneNode(true);