@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 602 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="M16 6C17.1046 6 18 6.89543 18 8V12C18 13.1046 17.1046 14 16 14H4C2.89543 14 2 13.1046 2 12V8C2 6.89543 2.89543 6 4 6H16ZM6 9.5C5.72386 9.5 5.5 9.72386 5.5 10C5.5 10.2761 5.72386 10.5 6 10.5H8C8.27614 10.5 8.5 10.2761 8.5 10C8.5 9.72386 8.27614 9.5 8 9.5H6ZM12 9.5C11.7239 9.5 11.5 9.72386 11.5 10C11.5 10.2761 11.7239 10.5 12 10.5H14C14.2761 10.5 14.5 10.2761 14.5 10C14.5 9.72386 14.2761 9.5 14 9.5H12Z"/></svg>';
export default icon;