@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 803 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="M8 9.5C8.27614 9.5 8.5 9.72386 8.5 10C8.5 10.2761 8.27614 10.5 8 10.5H6C5.72386 10.5 5.5 10.2761 5.5 10C5.5 9.72386 5.72386 9.5 6 9.5H8Z"/><path d="M14 9.5C14.2761 9.5 14.5 9.72386 14.5 10C14.5 10.2761 14.2761 10.5 14 10.5H12C11.7239 10.5 11.5 10.2761 11.5 10C11.5 9.72386 11.7239 9.5 12 9.5H14Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16 6C17.1046 6 18 6.89543 18 8V12L17.9893 12.2041C17.887 13.2128 17.0357 14 16 14H4L3.7959 13.9893C2.78722 13.887 2 13.0357 2 12V8C2 6.96435 2.78722 6.113 3.7959 6.01074L4 6H16ZM4 7C3.44772 7 3 7.44772 3 8V12C3 12.5523 3.44772 13 4 13H16C16.5523 13 17 12.5523 17 12V8C17 7.44772 16.5523 7 16 7H4Z"/></svg>';
export default icon;