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