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