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