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