@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 810 B
JavaScript
const icon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M12.6464 5.14651C12.8417 4.95125 13.1582 4.95125 13.3535 5.14651L17.8535 9.64651C18.0487 9.84177 18.0487 10.1583 17.8535 10.3535L13.3535 14.8535C13.1582 15.0488 12.8417 15.0488 12.6464 14.8535C12.4512 14.6583 12.4512 14.3418 12.6464 14.1465L16.2929 10.5L3.70699 10.5L7.35348 14.1465C7.54874 14.3418 7.54874 14.6583 7.35348 14.8535C7.15822 15.0488 6.84171 15.0488 6.64645 14.8535L2.14645 10.3535C1.95118 10.1583 1.95118 9.84177 2.14645 9.64651L6.64645 5.14651C6.84171 4.95125 7.15822 4.95125 7.35348 5.14651C7.54874 5.34177 7.54874 5.65828 7.35348 5.85354L3.70699 9.50002L16.2929 9.50002L12.6464 5.85354C12.4512 5.65828 12.4512 5.34177 12.6464 5.14651Z"/></svg>';
export default icon;