import * as React from 'react'; import { Icon } from '$components/panels/Icon'; type Props = { clearPoly: () => void, clearStickers: () => void, clearAll: () => void, clearCancel: () => void, width: number, } export const TrashDialog = ({ clearPoly, clearStickers, clearAll, clearCancel, width, }: Props) => (