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