@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 427 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="M10 3.5C10 3.22386 9.77614 3 9.5 3C9.22386 3 9 3.22386 9 3.5V9L3.5 9C3.22386 9 3 9.22386 3 9.5C3 9.77614 3.22386 10 3.5 10L9 10V15.5C9 15.7761 9.22386 16 9.5 16C9.77614 16 10 15.7761 10 15.5V10L15.5 10C15.7761 10 16 9.77614 16 9.5C16 9.22386 15.7761 9 15.5 9L10 9V3.5Z"/></svg>';
export default icon;