@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 634 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="M4 4C2.89543 4 2 4.89543 2 6V14C2 15.1046 2.89543 16 4 16H16C17.1046 16 18 15.1046 18 14V6C18 4.89543 17.1046 4 16 4H4ZM4.85355 6.14645C4.65829 5.95118 4.34171 5.95118 4.14645 6.14645C3.95118 6.34171 3.95118 6.65829 4.14645 6.85355L9.64645 12.3536C9.84171 12.5488 10.1583 12.5488 10.3536 12.3536L15.8536 6.85355C16.0488 6.65829 16.0488 6.34171 15.8536 6.14645C15.6583 5.95118 15.3417 5.95118 15.1464 6.14645L10 11.2929L4.85355 6.14645Z"/></svg>';
export default icon;