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