@rhds/icons
Version:
1 lines • 1.1 kB
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 30 30"><path d="M6.85 20.64c-1.39 0-2.51 1.12-2.51 2.51s1.12 2.51 2.51 2.51c1.39-.01 2.51-1.13 2.51-2.52s-1.12-2.5-2.51-2.5ZM5.6 11.86c-.34 0-.63.28-.63.63v3.76c0 .34.28.63.63.63a7.53 7.53 0 0 1 7.53 7.54c0 .33.28.63.63.63h3.76a.65.65 0 0 0 .63-.64c0-6.91-5.62-12.54-12.54-12.54Z"/><path d="M5.6 4.35c-.34 0-.63.28-.63.63v3.76c0 .33.28.63.63.63 8.3 0 15.05 6.75 15.05 15.05 0 .33.28.63.63.63h3.77c.34.01.63-.26.63-.61 0-11.07-9.01-20.08-20.08-20.08Z"/><path d="M6.85 25.66c-1.39 0-2.51-1.12-2.51-2.51s1.12-2.51 2.51-2.51 2.51 1.12 2.51 2.5-1.12 2.51-2.51 2.52Zm10.66-.62h-3.76a.64.64 0 0 1-.63-.63 7.53 7.53 0 0 0-7.53-7.54c-.35 0-.63-.29-.63-.63v-3.76c0-.35.29-.63.63-.63 6.92 0 12.54 5.63 12.54 12.54 0 .35-.29.63-.63.64Zm7.54.01h-.01l-3.76-.01a.64.64 0 0 1-.63-.63c0-8.3-6.75-15.05-15.05-15.05a.64.64 0 0 1-.63-.63V4.97c0-.35.29-.63.63-.63 11.07 0 20.08 9.01 20.08 20.08 0 .35-.29.63-.63.63Z"/></svg>`;export default t.content.cloneNode(true);