I need suggestion about what I icon to use to denote the number of downloads of a file and it's file size.
Little background: In one of my flutter apps, user can download a specific document and I would like to give some context to user by showing the number of downloads for that file and that file's size but I'm not sure on what'd be the suitable icon to use.
As of now I'm just putting text.
Ex: thumbs_up_alt(_outlined)
234 Likes | 21 MB | 345 downloads.
But, icons would make more sense and are better right! Also, as these 2 are being adjacent to eachother these icons should be distinctive to understand. please give your suggestions.
Note: I prefer to use default material icons those come in flutter. I can use something from pub.dev too, if need be. But, again, not sure which icon to use.
Thanks in advance :)