@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 617 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 5C2.67157 5 2 5.67157 2 6.5L2 7.5C2 8.32843 2.67157 9 3.5 9L13.5 9C14.3284 9 15 8.32843 15 7.5L15 6.5C15 5.67157 14.3284 5 13.5 5L3.5 5Z"/><path d="M17.5 2C17.2239 2 17 2.22386 17 2.5L17 17.5C17 17.7761 17.2239 18 17.5 18C17.7761 18 18 17.7761 18 17.5L18 2.5C18 2.22386 17.7761 2 17.5 2Z"/><path d="M6 12.5C6 11.6716 6.67157 11 7.5 11L13.5 11C14.3284 11 15 11.6716 15 12.5L15 13.5C15 14.3284 14.3284 15 13.5 15L7.5 15C6.67157 15 6 14.3284 6 13.5L6 12.5Z"/></svg>';
export default icon;