@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 515 B
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="M6.14645 11.8536C6.34171 12.0488 6.65829 12.0488 6.85355 11.8536L10 8.70711L13.1464 11.8536C13.3417 12.0488 13.6583 12.0488 13.8536 11.8536C14.0488 11.6583 14.0488 11.3417 13.8536 11.1464L10.3536 7.64645C10.1583 7.45118 9.84171 7.45118 9.64645 7.64645L6.14645 11.1464C5.95118 11.3417 5.95118 11.6583 6.14645 11.8536Z"/></svg>';
export default icon;