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