/**
* 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 (
)
}
export function AnalyticsIllustration() {
return (
)
}
export function SessionIllustration() {
return (
)
}
export function IntegrationIllustration() {
return (
)
}
export function StepLibraryIllustration() {
return (
)
}
export function ScriptIllustration() {
return (
)
}
export function ShareIllustration() {
return (
)
}