@rhds/icons
Version:
1 lines • 354 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="M29 2.5V30a.999.999 0 0 1-1.707.707L16 19.414 4.707 30.707A.999.999 0 0 1 3 30V2.5C3 1.673 3.673 1 4.5 1h23c.827 0 1.5.673 1.5 1.5Z"/></svg>`;export default t.content.cloneNode(true);