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