@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 742 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="M3.5 13C3.77606 13 3.99987 13.224 4 13.5V16.5C3.99985 16.776 3.77605 17 3.5 17C3.22395 17 3.00015 16.776 3 16.5V13.5C3.00013 13.224 3.22394 13 3.5 13Z"/><path d="M7.83301 9.66602C8.10897 9.66602 8.33271 9.89013 8.33301 10.166V16.5C8.33286 16.776 8.10906 17 7.83301 17C7.55715 16.9998 7.33316 16.7759 7.33301 16.5V10.166C7.33331 9.89026 7.55724 9.66623 7.83301 9.66602Z"/><path d="M12.167 6.33301C12.4429 6.33315 12.6669 6.55707 12.667 6.83301V16.5C12.6668 16.7759 12.4429 16.9999 12.167 17C11.8909 17 11.6671 16.776 11.667 16.5V6.83301C11.6671 6.55698 11.8909 6.33301 12.167 6.33301Z"/></svg>';
export default icon;