@rhds/icons
Version:
1 lines • 934 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="M30.75 27c0 2.067-1.682 3.75-3.75 3.75s-3.75-1.683-3.75-3.75c0-.67.191-1.291.5-1.836l-4.458-4.458a5.716 5.716 0 0 1-6.586 0l-2.458 2.458c.309.545.5 1.166.5 1.836 0 2.067-1.682 3.75-3.75 3.75s-3.75-1.683-3.75-3.75 1.682-3.75 3.75-3.75c.67 0 1.291.191 1.836.5l2.458-2.458a5.716 5.716 0 0 1 0-6.586L6.834 8.248c-.545.309-1.166.5-1.836.5-2.068 0-3.75-1.683-3.75-3.75s1.682-3.75 3.75-3.75 3.75 1.683 3.75 3.75c0 .67-.191 1.291-.5 1.836l4.458 4.458a5.716 5.716 0 0 1 6.586 0l2.458-2.458a3.708 3.708 0 0 1-.5-1.836c0-2.067 1.682-3.75 3.75-3.75s3.75 1.683 3.75 3.75-1.682 3.75-3.75 3.75c-.67 0-1.291-.191-1.836-.5l-2.458 2.458a5.716 5.716 0 0 1 0 6.586l4.458 4.458a3.708 3.708 0 0 1 1.836-.5A3.755 3.755 0 0 1 30.75 27Z"/></svg>`;export default t.content.cloneNode(true);