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