drizzle-cube
Version:
Drizzle ORM-first semantic layer with Cube.js compatibility. Type-safe analytics and dashboards with SQL injection protection.
16 lines (15 loc) • 576 B
TypeScript
import { IconifyIcon } from '@iconify/types';
/**
* Custom Flow/Sankey icon
* Nodes connected by flowing S-curve paths representing user journey flows
* Shows data flowing between stages with branching paths
* 24x24 viewBox, stroke-width 1.5 for clean appearance
*/
export declare const flowIcon: IconifyIcon;
/**
* Custom Funnel icon
* Horizontal bars that progressively narrow, showing conversion stages
* Connected by angled lines showing flow between stages
* 24x24 viewBox, stroke-width 1.5 for clean appearance
*/
export declare const funnelIcon: IconifyIcon;