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