import { RiInstallLine } from '@remixicon/react' import * as React from 'react' import { formatNumber } from '@/utils/format' type Props = { downloadCount: number } const DownloadCountComponent = ({ downloadCount, }: Props) => { return (