@rhds/icons
Version:
1 lines • 593 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="M31 27c0 2.206-1.794 4-4 4s-4-1.794-4-4c0-.287.033-.566.091-.836L8 18.618A3.974 3.974 0 0 1 5 20c-2.206 0-4-1.794-4-4s1.794-4 4-4c1.2 0 2.266.542 3 1.382l15.091-7.546A3.973 3.973 0 0 1 23 5c0-2.206 1.794-4 4-4s4 1.794 4 4-1.794 4-4 4c-1.2 0-2.266-.542-3-1.382L8.909 15.164c.058.27.091.549.091.836s-.033.566-.091.836L24 24.382A3.974 3.974 0 0 1 27 23c2.206 0 4 1.794 4 4Z"/></svg>`;export default t.content.cloneNode(true);