import * as React from "react"; import { SVGProps } from "react"; const SvgTrayPlus = (props: SVGProps) => ( ); export default SvgTrayPlus;