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