@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 838 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="M3.5 1C2.11929 1 1 2.11929 1 3.5V8.73223C1 9.98469 2.01531 11 3.26777 11C3.69596 11 4 10.6529 4 10.2247V7C4 5.34315 5.34315 4 7 4H10.5C10.7761 4 11 3.77614 11 3.5C11 2.11929 9.88071 1 8.5 1H3.5ZM5 7C5 5.89543 5.89543 5 7 5H7.66699V7.66797H5V7ZM8.66699 7.66797V5H11.333V7.66797H8.66699ZM12.333 7.66797V5H13C14.1046 5 15 5.89543 15 7V7.66797H12.333ZM12.333 8.66797H15V11.332H12.333V8.66797ZM12.333 12.332H15V13C15 14.1046 14.1046 15 13 15H12.333V12.332ZM11.333 12.332V15H8.66699V12.332H11.333ZM7.66699 12.332V15H7C5.89543 15 5 14.1046 5 13V12.332H7.66699ZM7.66699 11.332H5V8.66797H7.66699V11.332ZM11.333 11.332V8.66797H8.66699V11.332H11.333Z"/></svg>';
export default icon;