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