@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 488 B
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 8.5C6.5 8.22386 6.27614 8 6 8H5C3.89543 8 3 8.89543 3 10V19C3 20.1046 3.89543 21 5 21H14C15.1046 21 16 20.1046 16 19V18C16 17.7239 15.7761 17.5 15.5 17.5H10C8.067 17.5 6.5 15.933 6.5 14V8.5Z"/><path d="M21 5C21 3.89543 20.1046 3 19 3H10C8.89543 3 8 3.89543 8 5V14C8 15.1046 8.89543 16 10 16H19C20.1046 16 21 15.1046 21 14V5Z"/></svg>';
export default icon;