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