import type { ComponentPropsWithoutRef } from "react"; export function SquaresPlusIcon(props: ComponentPropsWithoutRef<"svg">) { return ( ); }