@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 319 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="M11.5714 3H3V11.5714H11.5714V3Z"/><path d="M21 3H12.4286V11.5714H21V3Z"/><path d="M3 12.4286H11.5714V21H3V12.4286Z"/><path d="M21 12.4286H12.4286V21H21V12.4286Z"/></svg>';
export default icon;