@rhds/icons
Version:
1 lines • 579 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="M26 20.38a.62.62 0 0 0-.62.62v6.88H5.62V8.12h19.76V15a.62.62 0 0 0 1.24 0V7.5a.62.62 0 0 0-.62-.62H5a.62.62 0 0 0-.62.62v21a.62.62 0 0 0 .62.62h21a.62.62 0 0 0 .62-.62V21a.62.62 0 0 0-.62-.62Z"/><path d="M31.61 18.08a.63.63 0 0 0-.17-.52l-2-2c-.56-.58-1.46.32-.88.88l.93.94H19a.62.62 0 0 0 0 1.24h10.49l-.93.94a.62.62 0 0 0 .88.88l2-2a.64.64 0 0 0 .17-.36Z"/></svg>`;export default t.content.cloneNode(true);