@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 806 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="M15 3C16.1046 3 17 3.89543 17 5V15C17 16.1046 16.1046 17 15 17H5C3.89543 17 3 16.1046 3 15V5C3 3.89543 3.89543 3 5 3H15ZM6.77539 7.08203C6.58131 6.95387 6.31735 6.97562 6.14648 7.14648C5.97562 7.31735 5.95387 7.58131 6.08203 7.77539L6.14648 7.85352L8.29297 10L6.14648 12.1465C5.95122 12.3417 5.95122 12.6583 6.14648 12.8535C6.34175 13.0488 6.65825 13.0488 6.85352 12.8535L9.35352 10.3535C9.54878 10.1583 9.54878 9.84175 9.35352 9.64648L6.85352 7.14648L6.77539 7.08203ZM10.5 12C10.2239 12 10 12.2239 10 12.5C10 12.7761 10.2239 13 10.5 13H13.5C13.7761 13 14 12.7761 14 12.5C14 12.2239 13.7761 12 13.5 12H10.5Z"/></svg>';
export default icon;