import { ChartBarIcon, ChartPieIcon } from '@heroicons/react/24/solid' export const REPORT = [ { title: 'Total Pengguna', amount: 8, icon: ChartBarIcon }, { title: '⁠Total Pelanggan', amount: 0, icon: ChartBarIcon }, { title: 'Total Nilai Berlangganan', amount: 0, icon: ChartBarIcon, currency: 'Rp. ', }, ] export const HISTORY = [ { title: 'Total Artikel Biasa', amount: 7, icon: ChartPieIcon, }, { title: 'Total Artikel Premium', amount: 3, icon: ChartPieIcon, }, ]