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