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