import type { SVGProps } from "react"; const SvgPlusAIcon = (props: SVGProps) => ( ); export default SvgPlusAIcon;