@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 451 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="M1 5C1 3.89543 1.89543 3 3 3H13C14.1046 3 15 3.89543 15 5V11C15 12.1046 14.1046 13 13 13H3C1.89543 13 1 12.1046 1 11V5ZM3 4H13C13.5523 4 14 4.44772 14 5V6H2V5C2 4.44772 2.44772 4 3 4ZM2 7V11C2 11.5523 2.44772 12 3 12H13C13.5523 12 14 11.5523 14 11V7H2Z"/></svg>';
export default icon;