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