@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 1.14 kB
JavaScript
const icon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.83398 6C7.11013 6 7.33398 6.22386 7.33398 6.5V16.5C7.33398 16.7761 7.11013 17 6.83398 17C6.55784 17 6.33398 16.7761 6.33398 16.5V6.5C6.33398 6.22386 6.55784 6 6.83398 6Z"/><path d="M14 3C15.6569 3 17 4.34315 17 6V14C17 15.6569 15.6569 17 14 17H12.5C12.2239 17 12 16.7761 12 16.5C12 16.2239 12.2239 16 12.5 16H14C15.1046 16 16 15.1046 16 14V6C16 4.89543 15.1046 4 14 4H6C4.89543 4 4 4.89543 4 6V7.5C4 7.77614 3.77614 8 3.5 8C3.22386 8 3 7.77614 3 7.5V6C3 4.34315 4.34315 3 6 3H14Z"/><path d="M10.168 8C10.4441 8 10.668 8.22386 10.668 8.5V14.5C10.668 14.7761 10.4441 15 10.168 15C9.89183 15 9.66797 14.7761 9.66797 14.5V8.5C9.66797 8.22386 9.89183 8 10.168 8Z"/><path d="M3.5 10C3.77614 10 4 10.2239 4 10.5V12.5C4 12.7761 3.77614 13 3.5 13C3.22386 13 3 12.7761 3 12.5V10.5C3 10.2239 3.22386 10 3.5 10Z"/><path d="M13.502 10C13.7781 10 14.002 10.2239 14.002 10.5V12.5C14.002 12.7761 13.7781 13 13.502 13C13.2258 13 13.002 12.7761 13.002 12.5V10.5C13.002 10.2239 13.2258 10 13.502 10Z"/></svg>';
export default icon;