@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 1.5 kB
JavaScript
const icon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.58513 4.58025C6.36607 3.79931 7.63316 3.79954 8.41423 4.58025L12.4191 8.58513C13.2002 9.36618 13.2002 10.6332 12.4191 11.4142L8.41423 15.4191C7.63318 16.2002 6.36618 16.2002 5.58513 15.4191L1.58025 11.4142C0.799535 10.6332 0.799311 9.36607 1.58025 8.58513L5.58513 4.58025ZM7.7072 5.28728C7.31665 4.89709 6.68257 4.89687 6.29216 5.28728L2.28728 9.29216C1.89687 9.68257 1.89709 10.3166 2.28728 10.7072L6.29216 14.7121C6.68269 15.1026 7.31668 15.1026 7.7072 14.7121L11.7121 10.7072C12.1026 10.3167 12.1026 9.68268 11.7121 9.29216L7.7072 5.28728Z"/><path d="M10.2717 4.14665C10.4669 3.95139 10.7834 3.95139 10.9787 4.14665L15.4191 8.58708C16.2 9.36814 16.2001 10.6352 15.4191 11.4162L10.9816 15.8537C10.7864 16.0489 10.4699 16.0488 10.2746 15.8537C10.0793 15.6584 10.0793 15.3419 10.2746 15.1467L14.7121 10.7092C15.1026 10.3187 15.1025 9.68465 14.7121 9.29411L10.2717 4.85368C10.0764 4.65842 10.0764 4.34192 10.2717 4.14665Z"/><path d="M13.2717 4.14665C13.4669 3.95139 13.7834 3.95139 13.9787 4.14665L18.4191 8.58708C19.2 9.36814 19.2001 10.6352 18.4191 11.4162L13.9816 15.8537C13.7864 16.0489 13.4699 16.0488 13.2746 15.8537C13.0793 15.6584 13.0793 15.3419 13.2746 15.1467L17.7121 10.7092C18.1026 10.3187 18.1025 9.68465 17.7121 9.29411L13.2717 4.85368C13.0764 4.65842 13.0764 4.34192 13.2717 4.14665Z"/></svg>';
export default icon;