@rhds/icons
Version:
1 lines • 578 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.707 23.293a1 1 0 0 0-1.414 0L25 27.586V3a1 1 0 1 0-2 0v24.586l-4.293-4.293a1 1 0 1 0-1.414 1.414l5.646 5.646c.292.293.677.439 1.06.439s.77-.146 1.061-.439l5.647-5.646a1 1 0 0 0 0-1.414ZM9.06 1.647a1.501 1.501 0 0 0-2.12 0L1.292 7.293a1 1 0 1 0 1.414 1.414L7 4.414V29a1 1 0 1 0 2 0V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 1 1 0 0 0 0-1.414L9.06 1.646Z"/></svg>`;export default t.content.cloneNode(true);