@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 335 B
JavaScript
const icon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 10C4 9.72386 4.22386 9.5 4.5 9.5H15.5C15.7761 9.5 16 9.72386 16 10C16 10.2761 15.7761 10.5 15.5 10.5H4.5C4.22386 10.5 4 10.2761 4 10Z"/></svg>';
export default icon;