@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 394 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="M4 4C2.89543 4 2 4.89543 2 6V7H13C14.1046 7 15 7.89543 15 9V16H16C17.1046 16 18 15.1046 18 14V6C18 4.89543 17.1046 4 16 4H4Z"/><path d="M14 16V9C14 8.44772 13.5523 8 13 8H11V16H14Z"/><path d="M10 16V8H2V14C2 15.1046 2.89543 16 4 16H10Z"/></svg>';
export default icon;