import { Props } from "./Props"; export const DeleteSmall = (props: Props) => { return ( ); };