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