import type { SVGProps } from "react"; const SvgTrashIcon = (props: SVGProps) => ( ); export default SvgTrashIcon;