import { IconProps } from "./types"; export default function AddIcon({ height = 16, width = 16, color = "#B2F8FF", cursor, onClick, }: IconProps) { return ( ); }