@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 802 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 8C6 6.89543 6.89543 6 8 6H12C13.1046 6 14 6.89543 14 8V12C14 13.1046 13.1046 14 12 14H8C6.89543 14 6 13.1046 6 12V8ZM8 7H9.5V9.5H7V8C7 7.44772 7.44772 7 8 7ZM13 9.5V8C13 7.44772 12.5523 7 12 7H10.5V9.5H13ZM10.5 10.5H13V12C13 12.5523 12.5523 13 12 13H10.5V10.5ZM9.5 10.5V13H8C7.44772 13 7 12.5523 7 12V10.5H9.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 5C3 3.89543 3.89543 3 5 3H15C16.1046 3 17 3.89543 17 5V15C17 16.1046 16.1046 17 15 17H5C3.89543 17 3 16.1046 3 15V5ZM5 4H15C15.5523 4 16 4.44772 16 5V15C16 15.5523 15.5523 16 15 16H5C4.44772 16 4 15.5523 4 15V5C4 4.44772 4.44772 4 5 4Z"/></svg>';
export default icon;