@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 423 B
JavaScript
const icon = '<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M3 3C1.89543 3 1 3.89543 1 5V9C1 10.1046 1.89543 11 3 11H13C14.1046 11 15 10.1046 15 9V5C15 3.89543 14.1046 3 13 3H3Z"/><path d="M6 12C5.72386 12 5.5 12.2239 5.5 12.5C5.5 12.7761 5.72386 13 6 13H10C10.2761 13 10.5 12.7761 10.5 12.5C10.5 12.2239 10.2761 12 10 12H6Z"/></svg>';
export default icon;