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