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