import React from 'react'; import TrashIcon from '../svg/TrashIcon'; export default function DeleteButton({ onClick, disabled }) { return ( ); }