@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 515 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="M11 13C11 14.1046 10.1046 15 9 15H3C1.89543 15 1 14.1046 1 13V10H11V13Z"/><path d="M9 7C10.1046 7 11 7.89543 11 9H1C1 7.89543 1.89543 7 3 7H9Z"/><path d="M15 7C15 8.10457 14.1046 9 13 9H12.5C12.2239 9 12 8.77614 12 8.5C12 7.11929 10.8807 6 9.5 6H5.5C5.22386 6 5 5.77614 5 5.5V4H15V7Z"/><path d="M13 1C14.1046 1 15 1.89543 15 3H5C5 1.89543 5.89543 1 7 1H13Z"/></svg>';
export default icon;