@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 587 B
JavaScript
const icon = '<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13 5C14.1046 5 15 5.89543 15 7V9C15 10.1046 14.1046 11 13 11H3C1.89543 11 1 10.1046 1 9V7C1 5.89543 1.89543 5 3 5H13ZM4 7.5C3.72386 7.5 3.5 7.72386 3.5 8C3.5 8.27614 3.72386 8.5 4 8.5H6C6.27614 8.5 6.5 8.27614 6.5 8C6.5 7.72386 6.27614 7.5 6 7.5H4ZM10 7.5C9.72386 7.5 9.5 7.72386 9.5 8C9.5 8.27614 9.72386 8.5 10 8.5H12C12.2761 8.5 12.5 8.27614 12.5 8C12.5 7.72386 12.2761 7.5 12 7.5H10Z"/></svg>';
export default icon;