// @flow import * as React from 'react'; import { getIcon } from '../common/item/iconCellRenderer'; import './ItemGridThumbnail.scss'; type Props = { item: BoxItem, }; const ItemGridThumbnail = ({ item }: Props) => { const { thumbnailUrl } = item; return (