@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 423 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 3C2.89543 3 2 3.89543 2 5V12C2 13.1046 2.89543 14 4 14H16C17.1046 14 18 13.1046 18 12V5C18 3.89543 17.1046 3 16 3H4Z"/><path d="M7.5 16C7.22386 16 7 16.2239 7 16.5C7 16.7761 7.22386 17 7.5 17H12.5C12.7761 17 13 16.7761 13 16.5C13 16.2239 12.7761 16 12.5 16H7.5Z"/></svg>';
export default icon;