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