@rhds/icons
Version:
1 lines • 497 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 15H15a1 1 0 0 0 0 2h15a1 1 0 0 0 0-2Zm-15-5h10a1 1 0 0 0 0-2H15a1 1 0 0 0 0 2Zm0-7h6a1 1 0 0 0 0-2h-6a1 1 0 0 0 0 2Zm-1.707 20.293L9 27.586V2a1 1 0 0 0-2 0v25.586l-4.293-4.293a1 1 0 1 0-1.414 1.414l5.646 5.646a1.496 1.496 0 0 0 2.121 0l5.647-5.646a1 1 0 1 0-1.414-1.414Z"/></svg>`;export default t.content.cloneNode(true);