@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 977 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="M9 7.5C9 7.22386 8.77614 7 8.5 7C8.22386 7 8 7.22386 8 7.5V14.5C8 14.7761 8.22386 15 8.5 15C8.77614 15 9 14.7761 9 14.5V7.5Z"/><path d="M11.5 7C11.7761 7 12 7.22386 12 7.5V14.5C12 14.7761 11.7761 15 11.5 15C11.2239 15 11 14.7761 11 14.5V7.5C11 7.22386 11.2239 7 11.5 7Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 4V3C7 1.89543 7.89543 1 9 1H11C12.1046 1 13 1.89543 13 3V4H17.5C17.7761 4 18 4.22386 18 4.5C18 4.77614 17.7761 5 17.5 5H15.963L15.1051 16.1534C15.0249 17.1954 14.156 18 13.111 18H6.88905C5.84397 18 4.97509 17.1954 4.89494 16.1534L4.03698 5H2.5C2.22386 5 2 4.77614 2 4.5C2 4.22386 2.22386 4 2.5 4H7ZM8 3C8 2.44772 8.44772 2 9 2H11C11.5523 2 12 2.44772 12 3V4H8V3ZM5.03994 5L5.89199 16.0767C5.93207 16.5977 6.36651 17 6.88905 17H13.111C13.6335 17 14.0679 16.5977 14.108 16.0767L14.9601 5H5.03994Z"/></svg>';
export default icon;