@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 571 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="M9.5 5C9.5 3.89543 10.3954 3 11.5 3H12.5C13.6046 3 14.5 3.89543 14.5 5V19C14.5 20.1046 13.6046 21 12.5 21H11.5C10.3954 21 9.5 20.1046 9.5 19V5Z"/><path d="M3 13C3 11.8954 3.89543 11 5 11H6C7.10457 11 8 11.8954 8 13V19C8 20.1046 7.10457 21 6 21H5C3.89543 21 3 20.1046 3 19V13Z"/><path d="M18 7C16.8954 7 16 7.89543 16 9V19C16 20.1046 16.8954 21 18 21H19C20.1046 21 21 20.1046 21 19V9C21 7.89543 20.1046 7 19 7H18Z"/></svg>';
export default icon;