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