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