@rhds/icons
Version:
1 lines • 607 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="M28.5 2h-25C2.673 2 2 2.673 2 3.5v25c0 .827.673 1.5 1.5 1.5h25c.827 0 1.5-.673 1.5-1.5v-25c0-.827-.673-1.5-1.5-1.5Zm-1.704 10.795-8.646 8.646c-.317.317-.733.475-1.149.475s-.832-.158-1.149-.475l-5.851-5.851-3.204 3.205a1.127 1.127 0 0 1-1.592 0 1.127 1.127 0 0 1 0-1.591l3.646-3.646a1.627 1.627 0 0 1 2.299 0l5.851 5.851 8.204-8.205a1.127 1.127 0 0 1 1.592 0 1.127 1.127 0 0 1 0 1.591Z"/></svg>`;export default t.content.cloneNode(true);