@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 804 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="M14.8536 12.6465C15.0488 12.8418 15.0488 13.1583 14.8536 13.3535L10.3536 17.8535C10.1583 18.0488 9.84178 18.0488 9.64652 17.8535L5.14652 13.3535C4.95126 13.1583 4.95126 12.8418 5.14652 12.6465C5.34178 12.4512 5.65829 12.4512 5.85355 12.6465L9.50004 16.293L9.50004 3.70705L5.85355 7.35354C5.65829 7.5488 5.34179 7.5488 5.14652 7.35354C4.95126 7.15828 4.95126 6.84177 5.14652 6.64651L9.64652 2.14651C9.84178 1.95125 10.1583 1.95125 10.3536 2.14651L14.8536 6.64651C15.0488 6.84177 15.0488 7.15828 14.8536 7.35354C14.6583 7.5488 14.3418 7.5488 14.1465 7.35354L10.5 3.70705L10.5 16.293L14.1465 12.6465C14.3418 12.4512 14.6583 12.4512 14.8536 12.6465Z"/></svg>';
export default icon;