@rhds/icons
Version:
1 lines • 569 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="M21.5 12h8.628a1 1 0 0 0 .943-1.334A15.924 15.924 0 0 0 21.334.93 1 1 0 0 0 20 1.872V10.5c0 .827.673 1.5 1.5 1.5Z"/><path d="M31 15H17V1a1 1 0 0 0-1-1A15.863 15.863 0 0 0 4.428 4.95C1.38 8.142-.186 12.333.018 16.754c.375 8.164 7.064 14.852 15.228 15.228.255.012.51.018.764.018a15.86 15.86 0 0 0 11.039-4.428A15.86 15.86 0 0 0 32 16a1 1 0 0 0-1-1Z"/></svg>`;export default t.content.cloneNode(true);