import { SVGProps } from "react"; export function SpaceFilledIcon( props: JSX.IntrinsicAttributes & SVGProps, ) { return ( ); }