@rhds/icons
Version:
1 lines • 628 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="M19.44 11.56a.59.59 0 0 0-.44-.18H6a.62.62 0 0 0-.62.62v19a.62.62 0 0 0 .62.62h17a.62.62 0 0 0 .62-.62V16a.6.6 0 0 0-.18-.44Zm2.94 18.82H6.62V12.62h12.12l3.64 3.64Z"/><path d="M14 14.38H9a.62.62 0 0 0 0 1.24h5a.62.62 0 0 0 0-1.24Zm16.44-7.82-2-2a.61.61 0 0 0-.88 0L22 10.12l-.56-.56c-.56-.58-1.46.31-.88.88l4 4a.62.62 0 0 0 .88-.88l-.56-.56 5.56-5.56a.61.61 0 0 0 0-.88ZM24 12.12 22.88 11 28 5.88 29.12 7Z"/></svg>`;export default t.content.cloneNode(true);