@rhds/icons
Version:
1 lines • 550 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="m16.18 14.49-4.73-6.76H8.94l5.85 8.37.73 1.06 5.01 7.16h2.52l-6.14-8.78-.73-1.05z"/><path d="M30.81 0H1.19C.53 0 0 .53 0 1.19v29.63c0 .65.53 1.19 1.19 1.19h29.63c.65 0 1.19-.53 1.19-1.19V1.19C32 .53 31.47 0 30.81 0ZM19.75 25.5l-5.07-7.38-6.35 7.38H6.69l7.26-8.44L6.7 6.5h5.54l4.8 6.99 6.01-6.99h1.64l-6.92 8.05L25.3 25.5h-5.54Z"/></svg>`;export default t.content.cloneNode(true);