import * as React from 'react'; export interface BusFront-1032Props extends React.SVGProps { ariaLabel?: string } export default function BusFront-1032({ ariaLabel, ...props }: BusFront-1032Props) { return ( ); }