@rhds/icons
Version:
1 lines • 681 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 6.38H5c-.34 0-.62.28-.62.62v5c0 .34.28.62.62.62h.38V29c0 .34.28.62.62.62h24c.34 0 .62-.28.62-.62V12.62H31c.34 0 .62-.28.62-.62V7c0-.34-.28-.62-.62-.62ZM5.62 7.63h24.75v3.75H5.62V7.63Zm23.75 20.75H6.62V12.63h22.75v15.75Z"/><path d="M15.65 19.72h4.7c1.25 0 2.28-1.02 2.28-2.27s-1.02-2.28-2.28-2.28h-4.7c-1.25 0-2.28 1.02-2.28 2.28s1.02 2.27 2.28 2.27Zm0-3.3h4.7c.57 0 1.03.46 1.03 1.03s-.46 1.02-1.03 1.02h-4.7c-.57 0-1.03-.46-1.03-1.02s.46-1.03 1.03-1.03Z"/></svg>`;export default t.content.cloneNode(true);