@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 651 B
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M5 16.25C5 15.8358 5.33579 15.5 5.75 15.5L11.25 15.5C11.6642 15.5 12 15.8358 12 16.25C12 16.6642 11.6642 17 11.25 17L5.75 17C5.33579 17 5 16.6642 5 16.25Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2 6C2 4.89543 2.89543 4 4 4H20C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6ZM4 5.5H20C20.2761 5.5 20.5 5.72386 20.5 6V7.5H3.5V6C3.5 5.72386 3.72386 5.5 4 5.5ZM3.5 9V18C3.5 18.2761 3.72386 18.5 4 18.5H20C20.2761 18.5 20.5 18.2761 20.5 18V9H3.5Z"/></svg>';
export default icon;