/** * SVG illustrations for EmptyState components. * Each uses the brand orange palette (#3b82f6 / #60a5fa) at low opacity. * ViewBox: 80x60, simple line art style. */ export function FlowIllustration() { return ( {/* Root node */} {/* Branches */} {/* Left child */} {/* Right child */} {/* Leaf branches */} ) } export function AnalyticsIllustration() { return ( {/* Bars */} {/* Baseline */} ) } export function SessionIllustration() { return ( {/* Card 1 */} {/* Card 2 */} {/* Card 3 */} ) } export function IntegrationIllustration() { return ( {/* Left box */} {/* Right box */} {/* Dashed arrows */} {/* Arrow tips */} ) } export function StepLibraryIllustration() { return ( {/* List items */} ) } export function ScriptIllustration() { return ( {/* Terminal window */} {/* Title bar */} {/* Code lines */} ) } export function ShareIllustration() { return ( {/* Center node */} {/* Top-right node */} {/* Bottom-right node */} {/* Connecting lines */} ) }