@rhds/icons
Version:
1 lines • 512 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="M11.572 26.836a1 1 0 0 1-.979-.792l-1.707-8.037H2a1 1 0 1 1 0-2h7.697a1 1 0 0 1 .978.792l.897 4.227 3.449-16.227a1 1 0 0 1 1.958 0l3.282 15.406.724-3.404a1 1 0 0 1 .978-.792l8.038-.002a1 1 0 0 1 0 2h-7.228l-1.532 7.21a1 1 0 0 1-1.958 0L16.001 9.811l-3.45 16.233a1.002 1.002 0 0 1-.979.792Z"/></svg>`;export default t.content.cloneNode(true);