import type { SVGProps } from 'react'; const SvgBarChart = (props: SVGProps) => ( ); export default SvgBarChart;