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