@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 584 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="M5 16.5C5 17.3284 5.67157 18 6.5 18H7.5C8.32843 18 9 17.3284 9 16.5V6.5C9 5.67157 8.32843 5 7.5 5H6.5C5.67157 5 5 5.67157 5 6.5V16.5Z"/><path d="M2 2.5C2 2.77614 2.22386 3 2.5 3H17.5C17.7761 3 18 2.77614 18 2.5C18 2.22386 17.7761 2 17.5 2H2.5C2.22386 2 2 2.22386 2 2.5Z"/><path d="M12.5 14C11.6716 14 11 13.3284 11 12.5V6.5C11 5.67157 11.6716 5 12.5 5H13.5C14.3284 5 15 5.67157 15 6.5V12.5C15 13.3284 14.3284 14 13.5 14H12.5Z"/></svg>';
export default icon;