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