@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 404 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 17H16C17.1046 17 18 16.1046 18 15V8H2V15C2 16.1046 2.89543 17 4 17Z"/><path d="M2 7V5C2 3.89543 2.89543 3 4 3H7.67157C8.20201 3 8.71071 3.21071 9.08579 3.58579L10.2071 4.70711C10.3946 4.89464 10.649 5 10.9142 5H16C17.1046 5 18 5.89543 18 7H2Z"/></svg>';
export default icon;