@rhds/icons
Version:
1 lines • 452 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="M27.74 15.42c.006-.139.01-.28.01-.42 0-5.376-4.374-9.75-9.75-9.75a9.71 9.71 0 0 0-9.06 6.144 7.26 7.26 0 0 0-1.44-.144c-3.998 0-7.25 3.252-7.25 7.25s3.252 7.25 7.25 7.25h19a5.256 5.256 0 0 0 5.25-5.25 5.212 5.212 0 0 0-4.01-5.08Z"/></svg>`;export default t.content.cloneNode(true);