@rhds/icons
Version:
1 lines • 498 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 36 36"><path d="M31 4.375H5A.625.625 0 0 0 4.375 5v26a.625.625 0 0 0 .625.625h26a.625.625 0 0 0 .625-.625V5A.625.625 0 0 0 31 4.375Zm-.625 26H5.625V5.625h24.75Z"/><path d="M14.558 23.442a.625.625 0 0 0 .884 0l10.5-10.5a.625.625 0 0 0-.884-.884L15 22.116l-3.558-3.558a.625.625 0 0 0-.884.884Z"/></svg>`;export default t.content.cloneNode(true);