import type { CSSProperties } from "react"; export function ChartBarIcon({ className, style, }: { className?: string; style?: CSSProperties; }) { return ( ); }