@rhds/icons
Version:
1 lines • 696 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="M20.06 7.646a1.5 1.5 0 0 0-2.12 0L5.302 20.284c-.045.045-.066.1-.1.15-.036.052-.081.092-.107.151l-4.01 9.01a1 1 0 0 0 1.32 1.32l9.01-4.01c.06-.026.103-.073.155-.11.048-.033.103-.053.146-.097l12.636-12.636a1.501 1.501 0 0 0 0-2.121L20.06 7.647ZM6.333 22.727l2.942 2.942-5.301 2.36 2.359-5.301ZM30.354 5.94 26.06 1.646a1.5 1.5 0 0 0-2.122 0L21.646 3.94a1.501 1.501 0 0 0 0 2.122l4.293 4.293c.292.293.677.438 1.06.438s.77-.145 1.061-.438l2.293-2.293a1.501 1.501 0 0 0 0-2.121Z"/></svg>`;export default t.content.cloneNode(true);