import React from 'react'; import type { IconProps } from '../types'; export const Delete = (props: IconProps) => ( ); export default Delete;