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