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