@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 612 B
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 7C21.1046 7 22 7.89543 22 9V15C22 16.1046 21.1046 17 20 17H4C2.89543 17 2 16.1046 2 15V9C2 7.89543 2.89543 7 4 7H20ZM5.75 11C5.33579 11 5 11.3358 5 11.75C5 12.1642 5.33579 12.5 5.75 12.5H8.25C8.66421 12.5 9 12.1642 9 11.75C9 11.3358 8.66421 11 8.25 11H5.75ZM15.75 11C15.3358 11 15 11.3358 15 11.75C15 12.1642 15.3358 12.5 15.75 12.5H18.25C18.6642 12.5 19 12.1642 19 11.75C19 11.3358 18.6642 11 18.25 11H15.75Z"/></svg>';
export default icon;